NWGNUauthzgrp revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
6c2c5f20760b06bfb4a40b0ee2ef5ab016bc41f0Timo Sirainen# Make sure all needed macro's are defined
dc9de21d4375faeedbe5b7e941502ac578650da9Timo Sirainen# Get the 'head' of the build environment if necessary. This includes default
ccffb125d94adff0ad776de5a96e22f864d6fb0aTimo Sirainen# targets and paths to tools
ccffb125d94adff0ad776de5a96e22f864d6fb0aTimo Sirainenifndef EnvironmentDefined
6c2c5f20760b06bfb4a40b0ee2ef5ab016bc41f0Timo Sirainen# These directories will be at the beginning of the include list, followed by
6c2c5f20760b06bfb4a40b0ee2ef5ab016bc41f0Timo Sirainen $(APR)/include \
6c2c5f20760b06bfb4a40b0ee2ef5ab016bc41f0Timo Sirainen $(APRUTIL)/include \
6c2c5f20760b06bfb4a40b0ee2ef5ab016bc41f0Timo Sirainen $(AP_WORK)/include \
ccffb125d94adff0ad776de5a96e22f864d6fb0aTimo Sirainen# These flags will come after CFLAGS
a0b89f3b1df99b3a32f44623f13ad1893118825bTimo Sirainen# These defines will come after DEFINES
dc9de21d4375faeedbe5b7e941502ac578650da9Timo Sirainen# These flags will be added to the link.opt file
6c2c5f20760b06bfb4a40b0ee2ef5ab016bc41f0Timo Sirainen# These values will be appended to the correct variables based on the value of
dc9de21d4375faeedbe5b7e941502ac578650da9Timo Sirainenifeq "$(RELEASE)" "debug"
6c2c5f20760b06bfb4a40b0ee2ef5ab016bc41f0Timo Sirainenifeq "$(RELEASE)" "noopt"
dc9de21d4375faeedbe5b7e941502ac578650da9Timo Sirainenifeq "$(RELEASE)" "release"
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/authzgrp.nlm \
$(OBJDIR)/mod_authz_groupfile.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