NWGNUproxyhtp revision 609ef720afd62ca63391c9fdb415cd2faf29aa46
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Make sure all needed macro's are defined
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Get the 'head' of the build environment if necessary. This includes default
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# targets and paths to tools
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncifndef EnvironmentDefined
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncinclude $(AP_WORK)\build\NWGNUhead.inc
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# These directories will be at the beginning of the include list, followed by
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncXINCDIRS += \
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync $(AP_WORK)/include \
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync $(APR)/include \
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync $(APRUTIL)/include \
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# These flags will come after CFLAGS
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncXCFLAGS += \
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# These defines will come after DEFINES
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncXDEFINES += \
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# 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)/proxyhtp.nlm \
$(OBJDIR)/mod_proxy_http.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 \
@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