NWGNUmakefile revision ac7985784d08a3655291f24f711812b4d8b1cbcf
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina# Declare the sub-directories to be built here
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina# Get the 'head' of the build environment. This includes default targets and
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina# paths to tools
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březinainclude $(AP_WORK)\build\NWGNUhead.inc
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina# build this level's files
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina# Make sure all needed macro's are defined
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina# These directories will be at the beginning of the include list, followed by
dea636af4d1902a081ee891f1b19ee2f8729d759Pavel Březina# These flags will come after CFLAGS
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březina# These defines will come after DEFINES
586fa3571753ab4a607d40fc31503fc0e8effd70Pavel Březina# These flags will be added to the link.opt file
bf83a0faacf16196ab9bd37dcf6190b4209ccaf7Pavel Březina# These values will be appended to the correct variables based on the value of
d3dee2a07f1a8ee9ae6f94e149ced754ef76c248Pavel Březinaifeq "$(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