NWGNUauthnano revision 44f575c8cb19a7a5cd61664a7848be6bc197df02
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Make sure all needed macro's are defined
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Get the 'head' of the build environment if necessary. This includes default
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# targets and paths to tools
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterifndef EnvironmentDefined
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterinclude $(AP_WORK)/build/NWGNUhead.inc
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# These directories will be at the beginning of the include list, followed by
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterXINCDIRS += \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster $(APR)/include \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster $(APRUTIL)/include \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster $(SRC)/include \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# These flags will come after CFLAGS
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# These defines will come after DEFINES
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterXDEFINES += \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# These flags will be added to the link.opt file
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# These values will be appended to the correct variables based on the value of
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterifeq "$(RELEASE)" "debug"
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterXINCDIRS += \
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterXDEFINES += \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterifeq "$(RELEASE)" "noopt"
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterXINCDIRS += \
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterXDEFINES += \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterifeq "$(RELEASE)" "release"
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterXINCDIRS += \
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterXDEFINES += \
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/authnano.nlm \
$(OBJDIR)/mod_authn_anon.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