NWGNUmakefile revision 00d1c0c914426a97022d8205a875c48b211001c2
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# Declare the sub-directories to be built here
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# Get the 'head' of the build environment. This includes default targets and
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# paths to tools
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# build this level's files
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# Make sure all needed macro's are defined
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# These directories will be at the beginning of the include list, followed by
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen# These flags will come after CFLAGS
7d315281ae13a66e13da2b1ad006bdb883018278Timo 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"
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainenifeq "$(RELEASE)" "noopt"
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainenifeq "$(RELEASE)" "release"
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# These are used by the link target if an NLM is being generated
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek# This is used by the link 'name' directive to name the nlm. If left blank
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# TARGET_nlm (see below) will be used.
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# This is used by the link '-desc ' directive.
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# If left blank, NLM_NAME will be used.
7d315281ae13a66e13da2b1ad006bdb883018278Timo SirainenNLM_DESCRIPTION =
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# This is used by the '-threadname' directive. If left blank,
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# NLM_NAME Thread will be used.
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenNLM_THREAD_NAME =
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# If this is specified, it will override VERSION value in
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek# If this is specified, it will override the default of 64K
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' SipekNLM_STACK_SIZE =
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen# If this is specified it will be used by the link '-entry' directive
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenNLM_ENTRY_SYM =
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/proxy.nlm \
$(OBJDIR)/proxycon.nlm \
$(OBJDIR)/proxyftp.nlm \
$(OBJDIR)/proxyhtp.nlm \
$(OBJDIR)/proxybalancer.nlm \
$(OBJDIR)/proxyajp.nlm \
$(OBJDIR)/proxyfcgi.nlm \
$(OBJDIR)/proxyscgi.nlm \
$(OBJDIR)/serf.nlm \
# 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.
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc