NWGNUmakefile revision 00d1c0c914426a97022d8205a875c48b211001c2
aead985e48027c9df1ef553b17df29dd378757aaJulian Kornberger# Declare the sub-directories to be built here
aead985e48027c9df1ef553b17df29dd378757aaJulian Kornberger# Get the 'head' of the build environment. This includes default targets and
aead985e48027c9df1ef553b17df29dd378757aaJulian Kornberger# paths to tools
7097237ffbd7227b30272b307b6e48c78b22ecb1Julian Kornberger# build this level's files
24a4fef0ec5817f68ff5dd8bc59c1ce947187fabEugen Kuksa# Make sure all needed macro's are defined
24a4fef0ec5817f68ff5dd8bc59c1ce947187fabEugen Kuksa# These directories will be at the beginning of the include list, followed by
ac2169141f0b549fc8917a4b1d778f4ba3cab0bfJulian Kornberger# These flags will come after CFLAGS
ac2169141f0b549fc8917a4b1d778f4ba3cab0bfJulian Kornberger# These defines will come after DEFINES
ac2169141f0b549fc8917a4b1d778f4ba3cab0bfJulian Kornberger# These flags will be added to the link.opt file
ac2169141f0b549fc8917a4b1d778f4ba3cab0bfJulian Kornberger# These values will be appended to the correct variables based on the value of
ac2169141f0b549fc8917a4b1d778f4ba3cab0bfJulian Kornbergerifeq "$(RELEASE)" "debug"
ac2169141f0b549fc8917a4b1d778f4ba3cab0bfJulian Kornbergerifeq "$(RELEASE)" "noopt"
# $(AP_WORK)/build/NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/cernmeta.nlm \
$(OBJDIR)/expires.nlm \
$(OBJDIR)/headers.nlm \
$(OBJDIR)/mimemagi.nlm \
$(OBJDIR)/modident.nlm \
$(OBJDIR)/uniqueid.nlm \
$(OBJDIR)/usertrk.nlm \
$(OBJDIR)/modversion.nlm \
$(OBJDIR)/remoteip.nlm \
# 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.
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc