NWGNUmakefile revision 00d1c0c914426a97022d8205a875c48b211001c2
bcb4e51a409d94ae670de96afb8483a4f7855294Stephan Bosch#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# Declare the sub-directories to be built here
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenSUBDIRS = \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(EOLIST)
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# Get the 'head' of the build environment. This includes default targets and
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# paths to tools
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen#
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7d315281ae13a66e13da2b1ad006bdb883018278Timo Siraineninclude $(AP_WORK)/build/NWGNUhead.inc
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# build this level's files
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# Make sure all needed macro's are defined
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek#
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# These directories will be at the beginning of the include list, followed by
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# INCDIRS
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen#
c307328f59c963eba21091ecd36c9435d42b47d8Timo SirainenXINCDIRS += \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(EOLIST)
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen#
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen# These flags will come after CFLAGS
c147bff818798a979d93537f72f5c1f68f5d5ba8Aki Tuomi#
c307328f59c963eba21091ecd36c9435d42b47d8Timo SirainenXCFLAGS += \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(EOLIST)
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen#
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# These defines will come after DEFINES
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen#
7d315281ae13a66e13da2b1ad006bdb883018278Timo SirainenXDEFINES += \
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen $(EOLIST)
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# These flags will be added to the link.opt file
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenXLFLAGS += \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(EOLIST)
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen
6abf66a3731d52889517bd644595c540e3a9b3ecTimo Sirainen#
6abf66a3731d52889517bd644595c540e3a9b3ecTimo Sirainen# These values will be appended to the correct variables based on the value of
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# RELEASE
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen#
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainenifeq "$(RELEASE)" "debug"
c307328f59c963eba21091ecd36c9435d42b47d8Timo SirainenXINCDIRS += \
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen $(EOLIST)
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenXCFLAGS += \
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen $(EOLIST)
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen
c307328f59c963eba21091ecd36c9435d42b47d8Timo SirainenXDEFINES += \
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen $(EOLIST)
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenXLFLAGS += \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(EOLIST)
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainenendif
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainenifeq "$(RELEASE)" "noopt"
7d315281ae13a66e13da2b1ad006bdb883018278Timo SirainenXINCDIRS += \
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen $(EOLIST)
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7d315281ae13a66e13da2b1ad006bdb883018278Timo SirainenXCFLAGS += \
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek $(EOLIST)
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7d315281ae13a66e13da2b1ad006bdb883018278Timo SirainenXDEFINES += \
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen $(EOLIST)
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7d315281ae13a66e13da2b1ad006bdb883018278Timo SirainenXLFLAGS += \
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen $(EOLIST)
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainenendif
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainenifeq "$(RELEASE)" "release"
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenXINCDIRS += \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(EOLIST)
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenXCFLAGS += \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(EOLIST)
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenXDEFINES += \
c147bff818798a979d93537f72f5c1f68f5d5ba8Aki Tuomi $(EOLIST)
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenXLFLAGS += \
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen $(EOLIST)
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainenendif
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen#
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.
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen#
7d315281ae13a66e13da2b1ad006bdb883018278Timo SirainenNLM_NAME =
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# This is used by the link '-desc ' directive.
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# If left blank, NLM_NAME will be used.
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen#
7d315281ae13a66e13da2b1ad006bdb883018278Timo SirainenNLM_DESCRIPTION =
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# This is used by the '-threadname' directive. If left blank,
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen# NLM_NAME Thread will be used.
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenNLM_THREAD_NAME =
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# If this is specified, it will override VERSION value in
7d315281ae13a66e13da2b1ad006bdb883018278Timo Sirainen# $(AP_WORK)/build/NWGNUenvironment.inc
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenNLM_VERSION =
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek# If this is specified, it will override the default of 64K
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek#
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' SipekNLM_STACK_SIZE =
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek
b9e830a81455faf3c0dadfc9dbf0c7dc8aca955cJosef 'Jeff' Sipek
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen#
c307328f59c963eba21091ecd36c9435d42b47d8Timo Sirainen# If this is specified it will be used by the link '-entry' directive
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen#
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo SirainenNLM_ENTRY_SYM =
7bd5b1c64cc987715bdaf8cc4907c3c37d5d7b29Timo Sirainen
#
# If this is specified it will be used by the link '-exit' directive
#
NLM_EXIT_SYM =
#
# If this is specified it will be used by the link '-check' directive
#
NLM_CHECK_SYM =
#
# If these are specified it will be used by the link '-flags' directive
#
NLM_FLAGS =
#
# If this is specified it will be linked in with the XDCData option in the def
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
# by setting APACHE_UNIPROC in the environment
#
XDCDATA =
#
# If there is an NLM target, put it here
#
TARGET_nlm = \
$(OBJDIR)/proxy.nlm \
$(OBJDIR)/proxycon.nlm \
$(OBJDIR)/proxyftp.nlm \
$(OBJDIR)/proxyhtp.nlm \
$(OBJDIR)/proxybalancer.nlm \
$(OBJDIR)/proxyajp.nlm \
$(OBJDIR)/proxyfcgi.nlm \
$(OBJDIR)/proxyscgi.nlm \
$(EOLIST)
# If WITH_MOD_SERF and SERFSRC have been defined then build the mod_serf module
ifdef WITH_MOD_SERF
ifneq "$(SERFSRC)" ""
ifneq "$(ZLIBSDK)" ""
TARGET_nlm += \
$(OBJDIR)/serf.nlm \
$(EOLIST)
endif
endif
endif
#
# If there is an LIB target, put it here
#
TARGET_lib = \
$(EOLIST)
#
# These are the OBJ files needed to create the NLM target above.
# Paths must all use the '/' character
#
FILES_nlm_objs = \
$(EOLIST)
#
# These are the LIB files needed to create the NLM target above.
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
$(EOLIST)
#
# These are the modules that the above NLM target depends on to load.
# These will be added as a module command in the link.opt file.
#
FILES_nlm_modules = \
$(EOLIST)
#
# If the nlm has a msg file, put it's path here
#
FILE_nlm_msg =
#
# If the nlm has a hlp file put it's path here
#
FILE_nlm_hlp =
#
# If this is specified, it will override $(NWOS)\copyright.txt.
#
FILE_nlm_copyright =
#
# Any additional imports go here
#
FILES_nlm_Ximports = \
$(EOLIST)
#
# Any symbols exported to here
#
FILES_nlm_exports = \
$(EOLIST)
#
# These are the OBJ files needed to create the LIB target above.
# Paths must all use the '/' character
#
FILES_lib_objs = \
$(EOLIST)
#
# implement targets and dependancies (leave this section alone)
#
libs :: $(OBJDIR) $(TARGET_lib)
nlms :: libs $(TARGET_nlm)
#
# Updated this target to create necessary directories and copy files to the
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
#
install :: nlms FORCE
$(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)
#
# Any specialized rules here
#
#
# Include the 'tail' makefile that has targets that depend on variables defined
# in this makefile
#
include $(APBUILD)/NWGNUtail.inc