NWGNUmodlogio revision f2f3f241c00a7a4bd597e57a19023940e072918a
1f3a44f2fd7f9fee00b80c7ddcf1028ea145f91drbb# Declare the sub-directories to be built here
b9b69856aec9ea58ea1b1e5aff669e8eaf2ebce4rbbSUBDIRS = \
7d7931c1f4d46b041ad2ad6fdb9499289063611eianh# Get the 'head' of the build environment. This includes default targets and
1f3a44f2fd7f9fee00b80c7ddcf1028ea145f91drbb# paths to tools
43ea154f46345c9722c2b25b2b9f5086ec79eaeeorlikowskiinclude $(AP_WORK)\build\NWGNUhead.inc
0c233c76f21b358f4a0d81e0f956339ca727c14cchuck# build this level's files
0c233c76f21b358f4a0d81e0f956339ca727c14cchuck# Make sure all needed macro's are defined
0c233c76f21b358f4a0d81e0f956339ca727c14cchuck# These directories will be at the beginning of the include list, followed by
c1635d9f723f28fed4b95e5d9693e554a79e8d77orlikowskiXINCDIRS += \
c1635d9f723f28fed4b95e5d9693e554a79e8d77orlikowski $(AP_WORK)/include \
c1635d9f723f28fed4b95e5d9693e554a79e8d77orlikowski $(APR)/include \
c1635d9f723f28fed4b95e5d9693e554a79e8d77orlikowski $(APRUTIL)/include \
4f7dd0949d92462a8adc31eee8aff266eea55204chuck# These flags will come after CFLAGS
75b3ed55173b29dbdf9e2fb6ec5462bfceee21aechuckXCFLAGS += \
0c233c76f21b358f4a0d81e0f956339ca727c14cchuck# These defines will come after DEFINES
68bcde9c52e9e749482df2800dbdff09559115e0chuckXDEFINES += \
68bcde9c52e9e749482df2800dbdff09559115e0chuck# These flags will be added to the link.opt file
68bcde9c52e9e749482df2800dbdff09559115e0chuckXLFLAGS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuck# These values will be appended to the correct variables based on the value of
68bcde9c52e9e749482df2800dbdff09559115e0chuckifeq "$(RELEASE)" "debug"
68bcde9c52e9e749482df2800dbdff09559115e0chuckXINCDIRS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckXCFLAGS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckXDEFINES += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckXLFLAGS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckifeq "$(RELEASE)" "noopt"
68bcde9c52e9e749482df2800dbdff09559115e0chuckXINCDIRS += \
0c233c76f21b358f4a0d81e0f956339ca727c14cchuckXCFLAGS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckXDEFINES += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckXLFLAGS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckifeq "$(RELEASE)" "release"
68bcde9c52e9e749482df2800dbdff09559115e0chuckXINCDIRS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckXCFLAGS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckXDEFINES += \
68bcde9c52e9e749482df2800dbdff09559115e0chuckXLFLAGS += \
68bcde9c52e9e749482df2800dbdff09559115e0chuck# These are used by the link target if an NLM is being generated
68bcde9c52e9e749482df2800dbdff09559115e0chuck# This is used by the link 'name' directive to name the nlm. If left blank
0c233c76f21b358f4a0d81e0f956339ca727c14cchuck# TARGET_nlm (see below) will be used.
68bcde9c52e9e749482df2800dbdff09559115e0chuckNLM_NAME = logio
68bcde9c52e9e749482df2800dbdff09559115e0chuck# This is used by the link '-desc ' directive.
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If left blank, NLM_NAME will be used.
68bcde9c52e9e749482df2800dbdff09559115e0chuckNLM_DESCRIPTION = Apache $(VERSION_STR) IO Logging Module
68bcde9c52e9e749482df2800dbdff09559115e0chuck# This is used by the '-threadname' directive. If left blank,
68bcde9c52e9e749482df2800dbdff09559115e0chuck# NLM_NAME Thread will be used.
68bcde9c52e9e749482df2800dbdff09559115e0chuckNLM_THREAD_NAME = Logio Module
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If this is specified, it will override VERSION value in
68bcde9c52e9e749482df2800dbdff09559115e0chuck# $(AP_WORK)\build\NWGNUenvironment.inc
0c233c76f21b358f4a0d81e0f956339ca727c14cchuckNLM_VERSION =
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If this is specified, it will override the default of 64K
68bcde9c52e9e749482df2800dbdff09559115e0chuckNLM_STACK_SIZE = 8192
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If this is specified it will be used by the link '-entry' directive
68bcde9c52e9e749482df2800dbdff09559115e0chuckNLM_ENTRY_SYM = _LibCPrelude
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If this is specified it will be used by the link '-exit' directive
68bcde9c52e9e749482df2800dbdff09559115e0chuckNLM_EXIT_SYM = _LibCPostlude
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If this is specified it will be used by the link '-check' directive
68bcde9c52e9e749482df2800dbdff09559115e0chuckNLM_CHECK_SYM =
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If these are specified it will be used by the link '-flags' directive
68bcde9c52e9e749482df2800dbdff09559115e0chuckNLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If this is specified it will be linked in with the XDCData option in the def
68bcde9c52e9e749482df2800dbdff09559115e0chuck# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
68bcde9c52e9e749482df2800dbdff09559115e0chuck# by setting APACHE_UNIPROC in the environment
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If there is an NLM target, put it here
68bcde9c52e9e749482df2800dbdff09559115e0chuckTARGET_nlm = \
68bcde9c52e9e749482df2800dbdff09559115e0chuck# If there is an LIB target, put it here
68bcde9c52e9e749482df2800dbdff09559115e0chuckTARGET_lib = \
68bcde9c52e9e749482df2800dbdff09559115e0chuck# These are the OBJ files needed to create the NLM target above.
68bcde9c52e9e749482df2800dbdff09559115e0chuck# Paths must all use the '/' character
68bcde9c52e9e749482df2800dbdff09559115e0chuckFILES_nlm_objs = \
4f7dd0949d92462a8adc31eee8aff266eea55204chuck# These are the LIB files needed to create the NLM target above.
4f7dd0949d92462a8adc31eee8aff266eea55204chuck# These will be added as a library command in the link.opt file.
4f7dd0949d92462a8adc31eee8aff266eea55204chuckFILES_nlm_libs = \
# 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