NWGNUoptfnimport revision 16b55a35cff91315d261d1baa776138af465c4e4
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# Declare the sub-directories to be built here
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# Get the 'head' of the build environment. This includes default targets and
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# paths to tools
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncinclude $(AP_WORK)\build\NWGNUhead.inc
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# build this level's files
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# Make sure all needed macro's are defined
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# These directories will be at the beginning of the include list, followed by
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXINCDIRS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync $(APR)/include \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync $(APRUTIL)/include \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync $(AP_WORK)/include \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# These flags will come after CFLAGS
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXCFLAGS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# These defines will come after DEFINES
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXDEFINES += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# These flags will be added to the link.opt file
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXLFLAGS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# These values will be appended to the correct variables based on the value of
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncifeq "$(RELEASE)" "debug"
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXINCDIRS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXCFLAGS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXDEFINES += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXLFLAGS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncifeq "$(RELEASE)" "noopt"
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXINCDIRS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXCFLAGS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXDEFINES += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXLFLAGS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncifeq "$(RELEASE)" "release"
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXINCDIRS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXCFLAGS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXDEFINES += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncXLFLAGS += \
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# These are used by the link target if an NLM is being generated
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# This is used by the link 'name' directive to name the nlm. If left blank
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsync# TARGET_nlm (see below) will be used.
a4ba1fc5788b1fb4c078587d5f55936e1b83098dvboxsyncNLM_NAME = optfnimport
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/mod_optional_fn_import.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