NWGNUuserdir revision 0662ed52e814f8f08ef0e09956413a792584eddf
8e3f37bc508aba0ca3408003cc59c6bec0d5ffcaEugen Kuksa# Make sure all needed macro's are defined
8e3f37bc508aba0ca3408003cc59c6bec0d5ffcaEugen Kuksa# Get the 'head' of the build environment if necessary. This includes default
8e3f37bc508aba0ca3408003cc59c6bec0d5ffcaEugen Kuksa# targets and paths to tools
8e3f37bc508aba0ca3408003cc59c6bec0d5ffcaEugen Kuksaifndef EnvironmentDefined
c93bd1c557e22072218b538aaa2c03bf7448523aEugen Kuksainclude $(AP_WORK)/build/NWGNUhead.inc
8e3f37bc508aba0ca3408003cc59c6bec0d5ffcaEugen Kuksa# These directories will be at the beginning of the include list, followed by
8e3f37bc508aba0ca3408003cc59c6bec0d5ffcaEugen KuksaXINCDIRS += \
c93bd1c557e22072218b538aaa2c03bf7448523aEugen Kuksa $(APR)/include \
c93bd1c557e22072218b538aaa2c03bf7448523aEugen Kuksa $(APRUTIL)/include \
8e3f37bc508aba0ca3408003cc59c6bec0d5ffcaEugen Kuksa $(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)/userdir.nlm \
$(OBJDIR)/mod_userdir.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 $(APBUILD)/NWGNUtail.inc