NWGNUsedfilter revision ac7985784d08a3655291f24f711812b4d8b1cbcf
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Declare the sub-directories to be built here
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Get the 'head' of the build environment. This includes default targets and
fa9e4066f08beec538e775443c5be79dd423fcabahrens# paths to tools
fa9e4066f08beec538e775443c5be79dd423fcabahrensinclude $(AP_WORK)\build\NWGNUhead.inc
fa9e4066f08beec538e775443c5be79dd423fcabahrens# build this level's files
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Make sure all needed macro's are defined
fa9e4066f08beec538e775443c5be79dd423fcabahrens# These directories will be at the beginning of the include list, followed by
fa9e4066f08beec538e775443c5be79dd423fcabahrensXINCDIRS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrens $(AP_WORK)/include \
fa9e4066f08beec538e775443c5be79dd423fcabahrens $(APR)/include \
fa9e4066f08beec538e775443c5be79dd423fcabahrens $(APRUTIL)/include \
fa9e4066f08beec538e775443c5be79dd423fcabahrens# These flags will come after CFLAGS
fa9e4066f08beec538e775443c5be79dd423fcabahrensXCFLAGS += \
0a586cea3ceec7e5e50e7e54c745082a7a333ac2Mark Shellenbaum# These defines will come after DEFINES
fa9e4066f08beec538e775443c5be79dd423fcabahrensXDEFINES += \
29ab75c9a733dad2978c4860efd954b5625e3467rm# These flags will be added to the link.opt file
fa9e4066f08beec538e775443c5be79dd423fcabahrensXLFLAGS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrens# These values will be appended to the correct variables based on the value of
fa9e4066f08beec538e775443c5be79dd423fcabahrensifeq "$(RELEASE)" "debug"
fa9e4066f08beec538e775443c5be79dd423fcabahrensXINCDIRS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensXCFLAGS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensXDEFINES += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensXLFLAGS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensifeq "$(RELEASE)" "noopt"
fa9e4066f08beec538e775443c5be79dd423fcabahrensXINCDIRS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensXCFLAGS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensXDEFINES += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensXLFLAGS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensifeq "$(RELEASE)" "release"
fa9e4066f08beec538e775443c5be79dd423fcabahrensXINCDIRS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensXCFLAGS += \
fa9e4066f08beec538e775443c5be79dd423fcabahrensXDEFINES += \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/sedfilter.nlm \
$(OBJDIR)/mod_sedfilter.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 \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc