NWGNUproxy revision cb2846ded4de1abbb5934b92132baf826f1babfe
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync# Make sure all needed macro's are defined
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync# Get the 'head' of the build environment if necessary. This includes default
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync# targets and paths to tools
edd67c61375d89ff863e754caff339cd1ac77b38vboxsyncifndef EnvironmentDefined
edd67c61375d89ff863e754caff339cd1ac77b38vboxsyncinclude $(AP_WORK)\build\NWGNUhead.inc
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync# These directories will be at the beginning of the include list, followed by
edd67c61375d89ff863e754caff339cd1ac77b38vboxsyncXINCDIRS += \
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync $(AP_WORK)/include \
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync# These flags will come after CFLAGS
edd67c61375d89ff863e754caff339cd1ac77b38vboxsyncXCFLAGS += \
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync# These defines will come after DEFINES
edd67c61375d89ff863e754caff339cd1ac77b38vboxsyncXDEFINES += \
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync# These flags will be added to the link.opt file
edd67c61375d89ff863e754caff339cd1ac77b38vboxsyncXLFLAGS += \
edd67c61375d89ff863e754caff339cd1ac77b38vboxsync# These values will be appended to the correct variables based on the value of
edd67c61375d89ff863e754caff339cd1ac77b38vboxsyncifeq "$(RELEASE)" "debug"
edd67c61375d89ff863e754caff339cd1ac77b38vboxsyncXINCDIRS += \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/proxy.nlm \
$(OBJDIR)/mod_proxy.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 \
@ws2nlm.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
$(CC) $< -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
include $(AP_WORK)\build\NWGNUtail.inc