NWGNUauthzdbd revision 44f575c8cb19a7a5cd61664a7848be6bc197df02
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco# Make sure all needed macro's are defined
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco# Get the 'head' of the build environment if necessary. This includes default
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco# targets and paths to tools
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Koscoifndef EnvironmentDefined
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Koscoinclude $(AP_WORK)/build/NWGNUhead.inc
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco# These directories will be at the beginning of the include list, followed by
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos KoscoXINCDIRS += \
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco $(APR)/include \
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco $(APRUTIL)/include \
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco $(SRC)/include \
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco $(STDMOD)/database \
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco# These flags will come after CFLAGS
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco# These defines will come after DEFINES
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos KoscoXDEFINES += \
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco# These flags will be added to the link.opt file
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Kosco# These values will be appended to the correct variables based on the value of
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos Koscoifeq "$(RELEASE)" "debug"
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos KoscoXINCDIRS += \
eb32a77fdb57f20c042b7b79b28a4fb4060cb949Lubos KoscoXDEFINES += \
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/authzdbd.nlm \
$(OBJDIR)/mod_authz_dbd.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