TOPDIR = .. SUBDIRS = -include $(TOPDIR)/makefiles/gmake/platform.mk INCLUDE_CFLAGS = \ -DHAVE_CONFIG_H=0 -D_XOPEN_SOURCE=600 -DFTP_COMBINE_CWDS \ -DINET6 INCLUDE_LDFLAGS = \ INCLUDE_DIRS = \ -I. INCLUDE_LIBS = \ # openssl ifeq ($(WITH_SSL),1) INCLUDE_CFLAGS += \ -DWITH_SSL INCLUDE_LIBS += \ $(OPENSSL_LIBS) endif OBJS = \ common.o \ fetch.o \ file.o \ ftp.o \ http.o DYNAMIC_LIB = libfetch.so DYNAMIC_LIB_MAJOR = 0 DYNAMIC_LIB_MINOR = 0 DYNAMIC_LIB_PATCH = 0 -include $(TOPDIR)/makefiles/gmake/sub.mk ftperr.h: ftp.errors GNUmakefile errlist.sh ./errlist.sh ftp_errlist FTP \ ftp.errors > $@ httperr.h: http.errors GNUmakefile errlist.sh ./errlist.sh http_errlist HTTP \ http.errors > $@ local_all: local_clean: local_distclean: local_install: local_uninstall: local_test: