NWGNUauthndbm revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Make sure all needed macro's are defined
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# Get the 'head' of the build environment if necessary. This includes default
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# targets and paths to tools
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncifndef EnvironmentDefined
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncinclude $(AP_WORK)/build/NWGNUhead.inc
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# These directories will be at the beginning of the include list, followed by
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXINCDIRS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync $(APR)/include \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync $(APRUTIL)/include \
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync $(AP_WORK)/include \
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# These flags will come after CFLAGS
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsyncXCFLAGS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# These defines will come after DEFINES
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXDEFINES += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# These flags will be added to the link.opt file
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXLFLAGS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# These values will be appended to the correct variables based on the value of
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncifeq "$(RELEASE)" "debug"
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXINCDIRS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXCFLAGS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXDEFINES += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXLFLAGS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncifeq "$(RELEASE)" "noopt"
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXINCDIRS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXCFLAGS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXDEFINES += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXLFLAGS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncifeq "$(RELEASE)" "release"
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXINCDIRS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXCFLAGS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXDEFINES += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncXLFLAGS += \
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# These are used by the link target if an NLM is being generated
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# This is used by the link 'name' directive to name the nlm. If left blank
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# TARGET_nlm (see below) will be used.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncNLM_NAME = authndbm
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# This is used by the link '-desc ' directive.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If left blank, NLM_NAME will be used.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncNLM_DESCRIPTION = Apache $(VERSION_STR) Database Authentication Module
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# This is used by the '-threadname' directive. If left blank,
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# NLM_NAME Thread will be used.
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncNLM_THREAD_NAME = AuthnDBM Module
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If this is specified, it will override VERSION value in
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncNLM_VERSION =
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If this is specified, it will override the default of 64K
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncNLM_STACK_SIZE = 8192
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If this is specified it will be used by the link '-entry' directive
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncNLM_ENTRY_SYM =
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If this is specified it will be used by the link '-exit' directive
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncNLM_EXIT_SYM =
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If this is specified it will be used by the link '-check' directive
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncNLM_CHECK_SYM =
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If these are specified it will be used by the link '-flags' directive
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If this is specified it will be linked in with the XDCData option in the def
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# by setting APACHE_UNIPROC in the environment
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsync# If there is an NLM target, put it here
3194da424708abdd288b28d96892b3a5f3f7df0bvboxsyncTARGET_nlm = \
$(OBJDIR)/mod_authn_dbm.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