NWGNUheaders revision 0662ed52e814f8f08ef0e09956413a792584eddf
c7facaddcfd816c15d1501c4bbba7b50099a4183Tim Reddehase#
c7facaddcfd816c15d1501c4bbba7b50099a4183Tim Reddehase# Make sure all needed macro's are defined
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase#
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa
31f0426ef53e25365825979a54fb5e753cb6a6fcTim Reddehase#
31f0426ef53e25365825979a54fb5e753cb6a6fcTim Reddehase# Get the 'head' of the build environment if necessary. This includes default
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase# targets and paths to tools
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase#
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksaifndef EnvironmentDefined
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksainclude $(AP_WORK)/build/NWGNUhead.inc
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksaendif
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa#
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa# These directories will be at the beginning of the include list, followed by
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa# INCDIRS
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa#
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen KuksaXINCDIRS += \
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa $(APR)/include \
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa $(APRUTIL)/include \
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa $(AP_WORK)/include \
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa $(AP_WORK)/modules/ssl \
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase $(NWOS) \
7b3e5c729f12cb781d1c7033294f1b4ea958aa8bJulian Kornberger $(EOLIST)
7b3e5c729f12cb781d1c7033294f1b4ea958aa8bJulian Kornberger
7b3e5c729f12cb781d1c7033294f1b4ea958aa8bJulian Kornberger#
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase# These flags will come after CFLAGS
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase#
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim ReddehaseXCFLAGS += \
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa $(EOLIST)
b27c7f227c8516589a2bd127c0f74338cf56f0b2Julian Kornberger
0f8b445844b7e515eb0b1207337cc144516a5898Tim Reddehase#
6be0ba63b46b56950c6d4c16562ae4b3d5db7ea8Tim Reddehase# These defines will come after DEFINES
6be0ba63b46b56950c6d4c16562ae4b3d5db7ea8Tim Reddehase#
6be0ba63b46b56950c6d4c16562ae4b3d5db7ea8Tim ReddehaseXDEFINES += \
4d3f061c505d19f1df9bde389e497963cef9657aTim Reddehase $(EOLIST)
6be0ba63b46b56950c6d4c16562ae4b3d5db7ea8Tim Reddehase
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase#
b27c7f227c8516589a2bd127c0f74338cf56f0b2Julian Kornberger# These flags will be added to the link.opt file
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase#
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim ReddehaseXLFLAGS += \
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase $(EOLIST)
5ebdf3ab7ccacfd22ceaa098ae538adb4c5db181Tim Reddehase
5ebdf3ab7ccacfd22ceaa098ae538adb4c5db181Tim Reddehase#
5ebdf3ab7ccacfd22ceaa098ae538adb4c5db181Tim Reddehase# These values will be appended to the correct variables based on the value of
5ebdf3ab7ccacfd22ceaa098ae538adb4c5db181Tim Reddehase# RELEASE
5ebdf3ab7ccacfd22ceaa098ae538adb4c5db181Tim Reddehase#
5ebdf3ab7ccacfd22ceaa098ae538adb4c5db181Tim Reddehaseifeq "$(RELEASE)" "debug"
5ebdf3ab7ccacfd22ceaa098ae538adb4c5db181Tim ReddehaseXINCDIRS += \
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase $(EOLIST)
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim ReddehaseXCFLAGS += \
7b3e5c729f12cb781d1c7033294f1b4ea958aa8bJulian Kornberger $(EOLIST)
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase
7b3e5c729f12cb781d1c7033294f1b4ea958aa8bJulian KornbergerXDEFINES += \
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase $(EOLIST)
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase
0f8b445844b7e515eb0b1207337cc144516a5898Tim ReddehaseXLFLAGS += \
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa $(EOLIST)
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksaendif
0f8b445844b7e515eb0b1207337cc144516a5898Tim Reddehase
0f8b445844b7e515eb0b1207337cc144516a5898Tim Reddehaseifeq "$(RELEASE)" "noopt"
0f8b445844b7e515eb0b1207337cc144516a5898Tim ReddehaseXINCDIRS += \
5b0f9e42a6562c7579e65fbd32da755a029ad930Eugen Kuksa $(EOLIST)
0f8b445844b7e515eb0b1207337cc144516a5898Tim Reddehase
0f8b445844b7e515eb0b1207337cc144516a5898Tim ReddehaseXCFLAGS += \
5b0f9e42a6562c7579e65fbd32da755a029ad930Eugen Kuksa $(EOLIST)
6f7e9c1bb73446dee89de2340a0806f5467d6bc4Eugen Kuksa
5b0f9e42a6562c7579e65fbd32da755a029ad930Eugen KuksaXDEFINES += \
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase $(EOLIST)
89f8229dc9f7c2ef0e4bfbb2e53f1bed678b0d96Tim Reddehase
XLFLAGS += \
$(EOLIST)
endif
ifeq "$(RELEASE)" "release"
XINCDIRS += \
$(EOLIST)
XCFLAGS += \
$(EOLIST)
XDEFINES += \
$(EOLIST)
XLFLAGS += \
$(EOLIST)
endif
#
# These are used by the link target if an NLM is being generated
# This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used.
#
NLM_NAME = headers
#
# This is used by the link '-desc ' directive.
# If left blank, NLM_NAME will be used.
#
NLM_DESCRIPTION = Apache $(VERSION_STR) Headers Module
#
# This is used by the '-threadname' directive. If left blank,
# NLM_NAME Thread will be used.
#
NLM_THREAD_NAME = Headers Module
#
# If this is specified, it will override VERSION value in
# $(AP_WORK)/build/NWGNUenvironment.inc
#
NLM_VERSION =
#
# If this is specified, it will override the default of 64K
#
NLM_STACK_SIZE = 8192
#
# If this is specified it will be used by the link '-entry' directive
#
NLM_ENTRY_SYM =
#
# 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)/headers.nlm \
$(EOLIST)
#
# 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 = \
$(OBJDIR)/mod_headers.o \
$(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 = \
libcpre.o \
$(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 = \
aprlib \
libc \
$(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 = \
@$(APR)/aprlib.imp \
@$(NWOS)/httpd.imp \
@libc.imp \
$(EOLIST)
#
# Any symbols exported to here
#
FILES_nlm_exports = \
headers_module \
$(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
#
# Any specialized rules here
#
#
# Include the 'tail' makefile that has targets that depend on variables defined
# in this makefile
#
include $(APBUILD)/NWGNUtail.inc