NWGNUauthnano revision 16b55a35cff91315d261d1baa776138af465c4e4
1795e934ebcd58175d3b5bbdd811b13c7889efa3Timo Sirainen# Make sure all needed macro's are defined
1795e934ebcd58175d3b5bbdd811b13c7889efa3Timo Sirainen# Get the 'head' of the build environment if necessary. This includes default
1795e934ebcd58175d3b5bbdd811b13c7889efa3Timo Sirainen# targets and paths to tools
1795e934ebcd58175d3b5bbdd811b13c7889efa3Timo Sirainenifndef EnvironmentDefined
1795e934ebcd58175d3b5bbdd811b13c7889efa3Timo Siraineninclude $(AP_WORK)\build\NWGNUhead.inc
23fdad6c7e2581921f511e24cd9371c9eaebcef9Timo Sirainen# These directories will be at the beginning of the include list, followed by
9d1526ac8bcec9aff3c3a32f092ee2f3da2760b7Timo Sirainen $(APR)/include \
1795e934ebcd58175d3b5bbdd811b13c7889efa3Timo Sirainen $(APRUTIL)/include \
1795e934ebcd58175d3b5bbdd811b13c7889efa3Timo Sirainen $(AP_WORK)/include \
# These flags will be added to the link.opt file
# $(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.
@$(APR)/aprlib.imp \
@$(NWOS)/httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc