NWGNUspeling revision ac7985784d08a3655291f24f711812b4d8b1cbcf
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen# Make sure all needed macro's are defined
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen# Get the 'head' of the build environment if necessary. This includes default
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen# targets and paths to tools
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlenifndef EnvironmentDefined
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatleninclude $(AP_WORK)\build\NWGNUhead.inc
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen# These directories will be at the beginning of the include list, followed by
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen $(AP_WORK)/include \
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen $(APR)/include \
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen $(APRUTIL)/include \
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen# These flags will come after CFLAGS
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen# These defines will come after DEFINES
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen# These flags will be added to the link.opt file
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlen# These values will be appended to the correct variables based on the value of
ca13a2073cb9936daab594cd277550783ac2e6b6Knut Anders Hatlenifeq "$(RELEASE)" "debug"
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/speling.nlm \
$(OBJDIR)/mod_speling.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