NWGNUmodversion revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
3daenzerorama# Make sure all needed macro's are defined
3daenzerorama# Get the 'head' of the build environment if necessary. This includes default
3daenzerorama# targets and paths to tools
3daenzeroramaifndef EnvironmentDefined
3daenzeroramainclude $(AP_WORK)/build/NWGNUhead.inc
3daenzeroramaendif
3daenzerorama# These directories will be at the beginning of the include list, followed by
3daenzerorama# INCDIRS
3daenzeroramaXINCDIRS += \
3daenzerorama $(APR)/include \
3daenzerorama $(APRUTIL)/include \
3daenzerorama $(AP_WORK)/include \
3daenzerorama $(NWOS) \
3daenzerorama $(EOLIST)
3daenzerorama# These flags will come after CFLAGS
3daenzeroramaXCFLAGS += \
3daenzerorama $(EOLIST)
3daenzerorama# These defines will come after DEFINES
3daenzeroramaXDEFINES += \
3daenzerorama $(EOLIST)
3daenzerorama# These flags will be added to the link.opt file
3daenzeroramaXLFLAGS += \
3daenzerorama $(EOLIST)
3daenzerorama# These values will be appended to the correct variables based on the value of
3daenzerorama# RELEASE
3daenzeroramaifeq "$(RELEASE)" "debug"
3daenzeroramaXINCDIRS += \
3daenzerorama $(EOLIST)
3daenzeroramaXCFLAGS += \
3daenzerorama $(EOLIST)
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/mod_version.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