NWGNUmakefile revision f2f3f241c00a7a4bd597e57a19023940e072918a
c4bdc37c9de27abfa1d5be18008953b32457e6c4Eugen Kuksa# Declare the sub-directories to be built here
c4bdc37c9de27abfa1d5be18008953b32457e6c4Eugen Kuksa# Get the 'head' of the build environment. This includes default targets and
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksa# paths to tools
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksainclude $(AP_WORK)\build\NWGNUhead.inc
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksa# build this level's files
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksa# Make sure all needed macro's are defined
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksa# These directories will be at the beginning of the include list, followed by
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen KuksaXINCDIRS += \
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksa# These flags will come after CFLAGS
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksa# These defines will come after DEFINES
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen KuksaXDEFINES += \
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksa# These flags will be added to the link.opt file
6e7a0ef4c702f2ae2a8c31c8e0436949fb6808d8Eugen Kuksa# These values will be appended to the correct variables based on the value of
c4bdc37c9de27abfa1d5be18008953b32457e6c4Eugen Kuksaifeq "$(RELEASE)" "debug"
# $(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 \
# 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 $(AP_WORK)\build\NWGNUtail.inc