NWGNUusertrk revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# Make sure all needed macro's are defined
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# Get the 'head' of the build environment if necessary. This includes default
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# targets and paths to tools
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumiifndef EnvironmentDefined
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# These directories will be at the beginning of the include list, followed by
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi $(APR)/include \
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi $(APRUTIL)/include \
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi $(AP_WORK)/include \
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# These flags will come after CFLAGS
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# These defines will come after DEFINES
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# These flags will be added to the link.opt file
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# These values will be appended to the correct variables based on the value of
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumiifeq "$(RELEASE)" "debug"
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumiifeq "$(RELEASE)" "noopt"
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumiifeq "$(RELEASE)" "release"
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# These are used by the link target if an NLM is being generated
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# This is used by the link 'name' directive to name the nlm. If left blank
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# TARGET_nlm (see below) will be used.
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH YasufumiNLM_NAME = usertrk
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# This is used by the link '-desc ' directive.
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# If left blank, NLM_NAME will be used.
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH YasufumiNLM_DESCRIPTION = Apache $(VERSION_STR) User Track Module
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# This is used by the '-threadname' directive. If left blank,
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# NLM_NAME Thread will be used.
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH YasufumiNLM_THREAD_NAME = User Track Module
51fded061acaff647a9f616d1591cbd4c452877eSungbae Yoo# If this is specified, it will override VERSION value in
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# If this is specified, it will override the default of 64K
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH YasufumiNLM_STACK_SIZE = 8192
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# If this is specified it will be used by the link '-entry' directive
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH YasufumiNLM_ENTRY_SYM =
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH Yasufumi# If this is specified it will be used by the link '-exit' directive
3220ecebfc2822a55b9848b002a5495d30f479b9KATOH YasufumiNLM_EXIT_SYM =
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/usertrk.nlm \
$(OBJDIR)/mod_usertrack.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