NWGNUautoindex revision ac7985784d08a3655291f24f711812b4d8b1cbcf
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Make sure all needed macro's are defined
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Get the 'head' of the build environment if necessary. This includes default
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# targets and paths to tools
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkifndef EnvironmentDefined
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkinclude $(AP_WORK)\build\NWGNUhead.inc
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# These directories will be at the beginning of the include list, followed by
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkXINCDIRS += \
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk $(AP_WORK)/include \
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk $(APR)/include \
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk $(APRUTIL)/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)/autoindex.nlm \
$(OBJDIR)/mod_autoindex.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