NWGNUmakefile revision 0a4720d057f08f31f35b2b23ee4428d97cf1b85e
d34409ad02ea0d28e08a6c4b089a412fdb3b4c9cvboxsync# Declare the sub-directories to be built here
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# Get the 'head' of the build environment. This includes default targets and
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# paths to tools
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsyncinclude $(AP_WORK)/build/NWGNUhead.inc
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# build this level's files
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# Make sure all needed macro's are defined
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# These directories will be at the beginning of the include list, followed by
ab7d85351856745f1953770699c3276f0b17703evboxsyncXINCDIRS += \
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# These flags will come after CFLAGS
ab7d85351856745f1953770699c3276f0b17703evboxsyncXCFLAGS += \
3ab0a0f1596a83e60894b6d28661f82901dcfc20vboxsync# These defines will come after DEFINES
3ab0a0f1596a83e60894b6d28661f82901dcfc20vboxsyncXDEFINES += \
ab7d85351856745f1953770699c3276f0b17703evboxsync# These flags will be added to the link.opt file
ab7d85351856745f1953770699c3276f0b17703evboxsyncXLFLAGS += \
ab7d85351856745f1953770699c3276f0b17703evboxsync# These values will be appended to the correct variables based on the value of
ab7d85351856745f1953770699c3276f0b17703evboxsyncifeq "$(RELEASE)" "debug"
ab7d85351856745f1953770699c3276f0b17703evboxsyncXINCDIRS += \
ab7d85351856745f1953770699c3276f0b17703evboxsyncXCFLAGS += \
ab7d85351856745f1953770699c3276f0b17703evboxsyncXDEFINES += \
ab7d85351856745f1953770699c3276f0b17703evboxsyncXLFLAGS += \
ab7d85351856745f1953770699c3276f0b17703evboxsyncifeq "$(RELEASE)" "noopt"
ab7d85351856745f1953770699c3276f0b17703evboxsyncXINCDIRS += \
ab7d85351856745f1953770699c3276f0b17703evboxsyncXCFLAGS += \
ab7d85351856745f1953770699c3276f0b17703evboxsyncXDEFINES += \
3ab0a0f1596a83e60894b6d28661f82901dcfc20vboxsyncXLFLAGS += \
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsyncifeq "$(RELEASE)" "release"
102134b06c34f94c14f0665843f050c26f4b21f3vboxsyncXINCDIRS += \
102134b06c34f94c14f0665843f050c26f4b21f3vboxsyncXCFLAGS += \
102134b06c34f94c14f0665843f050c26f4b21f3vboxsyncXDEFINES += \
102134b06c34f94c14f0665843f050c26f4b21f3vboxsyncXLFLAGS += \
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# These are used by the link target if an NLM is being generated
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# This is used by the link 'name' directive to name the nlm. If left blank
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# TARGET_nlm (see below) will be used.
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# This is used by the link '-desc ' directive.
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# If left blank, NLM_NAME will be used.
102134b06c34f94c14f0665843f050c26f4b21f3vboxsyncNLM_DESCRIPTION =
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# This is used by the '-threadname' directive. If left blank,
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# NLM_NAME Thread will be used.
102134b06c34f94c14f0665843f050c26f4b21f3vboxsyncNLM_THREAD_NAME =
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# If this is specified, it will override VERSION value in
102134b06c34f94c14f0665843f050c26f4b21f3vboxsyncNLM_VERSION =
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# If this is specified, it will override the default of 64K
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/session.nlm \
$(OBJDIR)/session_cookie.nlm \
$(OBJDIR)/session_dbd.nlm \
AWKCMD = $(AWK) '/^\#define APU_HAVE_CRYPTO/{print $$3}' $(APRUTIL)/include/apu.h
TARGET_nlm += $(OBJDIR)/session_crypto.nlm
# 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.
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc