NWGNUproxyftp revision 0cb770e9049c8e85ede0bbe3d47904785b15f868
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Make sure all needed macro's are defined
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Get the 'head' of the build environment if necessary. This includes default
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# targets and paths to tools
9512fe850e98fdd448c638ca63fdd92a8a510255ahlifndef EnvironmentDefined
9512fe850e98fdd448c638ca63fdd92a8a510255ahlinclude $(AP_WORK)\build\NWGNUhead.inc
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These directories will be at the beginning of the include list, followed by
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXINCDIRS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl $(AP_WORK)/include \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl $(APR)/include \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl $(APRUTIL)/include \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These flags will come after CFLAGS
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXCFLAGS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These defines will come after DEFINES
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXDEFINES += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These flags will be added to the link.opt file
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/proxyftp.nlm \
$(OBJDIR)/mod_proxy_ftp.o \
$(OBJDIR)/proxy_util.o \
$(OBJDIR)/libprews.o \
# These will be added as a library command in the link.opt file.
# These will be added as a module command in the link.opt file.
# If this is specified, it will override $(NWOS)\copyright.txt.
@$(APR)/aprlib.imp \
@$(NWOS)/httpd.imp \
@$(OBJDIR)/mod_proxy.imp \
@libc.imp \
FILES_nlm_Ximports += @ws2nlm.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc