NWGNUaccesscompat revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Make sure all needed macro's are defined
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Get the 'head' of the build environment if necessary. This includes default
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# targets and paths to tools
9512fe850e98fdd448c638ca63fdd92a8a510255ahlifndef EnvironmentDefined
9512fe850e98fdd448c638ca63fdd92a8a510255ahlinclude $(AP_WORK)/build/NWGNUhead.inc
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These directories will be at the beginning of the include list, followed by
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXINCDIRS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl $(APR)/include \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl $(APRUTIL)/include \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl $(AP_WORK)/include \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These flags will come after CFLAGS
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXCFLAGS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These defines will come after DEFINES
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXDEFINES += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These flags will be added to the link.opt file
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXLFLAGS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# These values will be appended to the correct variables based on the value of
9512fe850e98fdd448c638ca63fdd92a8a510255ahlifeq "$(RELEASE)" "debug"
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXINCDIRS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXCFLAGS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXDEFINES += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXLFLAGS += \
23b5c241225a8ade2b6b9f06ebb891ee459e3b02tomeeifeq "$(RELEASE)" "noopt"
23b5c241225a8ade2b6b9f06ebb891ee459e3b02tomeeXINCDIRS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXCFLAGS += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXDEFINES += \
9512fe850e98fdd448c638ca63fdd92a8a510255ahlXLFLAGS += \
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/accesscompat.nlm \
$(OBJDIR)/mod_access_compat.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