NWGNUinfo revision 0662ed52e814f8f08ef0e09956413a792584eddf
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Make sure all needed macro's are defined
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Get the 'head' of the build environment if necessary. This includes default
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# targets and paths to tools
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinifndef EnvironmentDefined
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chininclude $(AP_WORK)/build/NWGNUhead.inc
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# These directories will be at the beginning of the include list, followed by
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXINCDIRS += \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin $(APR)/include \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin $(APRUTIL)/include \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin $(AP_WORK)/include \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# These flags will come after CFLAGS
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXCFLAGS += \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# These defines will come after DEFINES
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXDEFINES += \
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# These flags will be added to the link.opt file
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXLFLAGS += \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# These values will be appended to the correct variables based on the value of
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinifeq "$(RELEASE)" "debug"
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXINCDIRS += \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXCFLAGS += \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXDEFINES += \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXLFLAGS += \
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/info.nlm \
$(OBJDIR)/mod_info.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