NWGNUmodbucketeer revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# Make sure all needed macro's are defined
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# Get the 'head' of the build environment if necessary. This includes default
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen# targets and paths to tools
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainenifndef EnvironmentDefined
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# These directories will be at the beginning of the include list, followed by
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(APR)/include \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(APRUTIL)/include \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(AP_WORK)/include \
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen# These flags will come after CFLAGS
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# These defines will come after DEFINES
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# These flags will be added to the link.opt file
6abf66a3731d52889517bd644595c540e3a9b3ecTimo Sirainen# These values will be appended to the correct variables based on the value of
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainenifeq "$(RELEASE)" "debug"
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainenifeq "$(RELEASE)" "noopt"
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainenifeq "$(RELEASE)" "release"
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# These are used by the link target if an NLM is being generated
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen# This is used by the link 'name' directive to name the nlm. If left blank
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# TARGET_nlm (see below) will be used.
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenNLM_NAME = modbucketeer
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# This is used by the link '-desc ' directive.
6abf66a3731d52889517bd644595c540e3a9b3ecTimo Sirainen# If left blank, NLM_NAME will be used.
6abf66a3731d52889517bd644595c540e3a9b3ecTimo SirainenNLM_DESCRIPTION = Apache $(VERSION_STR) Debugging IO Module
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# This is used by the '-threadname' directive. If left blank,
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# NLM_NAME Thread will be used.
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/modbucketeer.nlm \
$(OBJDIR)/mod_bucketeer.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.
@aprlib.imp \
@httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc