NWGNUmakefile revision f2f3f241c00a7a4bd597e57a19023940e072918a
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase# Declare the sub-directories to be built here
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase# Get the 'head' of the build environment. This includes default targets and
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase# paths to tools
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehaseinclude $(AP_WORK)\build\NWGNUhead.inc
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase# build this level's files
fd06b6c734f708f4e7492e15d16e4a51840568a3Tim Reddehase# Make sure all needed macro's are defined
fd06b6c734f708f4e7492e15d16e4a51840568a3Tim Reddehase# These directories will be at the beginning of the include list, followed by
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase $(AP_WORK)/include \
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase $(APR)/include \
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase $(APRUTIL)/include \
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase# These flags will come after CFLAGS
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase# These defines will come after DEFINES
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase# These flags will be added to the link.opt file
f5ce2d234d8a23051090e64223ae4364662ae502Tim Reddehase# These values will be appended to the correct variables based on the value of
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/moddbd.nlm \
$(OBJDIR)/mod_dbd.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 $(AP_WORK)\build\NWGNUtail.inc