NWGNUauthndbm revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Make sure all needed macro's are defined
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Get the 'head' of the build environment if necessary. This includes default
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# targets and paths to tools
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterifndef EnvironmentDefined
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterinclude $(AP_WORK)/build/NWGNUhead.inc
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# These directories will be at the beginning of the include list, followed by
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterXINCDIRS += \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster $(APR)/include \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster $(APRUTIL)/include \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster $(AP_WORK)/include \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# These flags will come after CFLAGS
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# These defines will come after DEFINES
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterXDEFINES += \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# These flags will be added to the link.opt file
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# These values will be appended to the correct variables based on the value of
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterifeq "$(RELEASE)" "debug"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterXINCDIRS += \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterXDEFINES += \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterifeq "$(RELEASE)" "noopt"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterXINCDIRS += \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterXDEFINES += \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterifeq "$(RELEASE)" "release"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterXINCDIRS += \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterXDEFINES += \
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# These are used by the link target if an NLM is being generated
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# This is used by the link 'name' directive to name the nlm. If left blank
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# TARGET_nlm (see below) will be used.
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/authndbm.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