NWGNUmakefile revision 8ffac2c334103c0336602aaede650cb578611151
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe# Declare the sub-directories to be built here
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe# Get the 'head' of the build environment. This includes default targets and
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe# paths to tools
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Loweinclude $(AP_WORK)/build/NWGNUhead.inc
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe# build this level's files
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe# Make sure all needed macro's are defined
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe# These directories will be at the beginning of the include list, followed by
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard LoweXINCDIRS += \
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe $(APR)/include \
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe $(APRUTIL)/include \
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe $(AP_WORK)/include \
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe# These flags will come after CFLAGS
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard Lowe# These defines will come after DEFINES
49d3bc91e27cd871b950d56c01398fa2f2e12ab4Richard LoweXDEFINES += \
# These flags will be added to the link.opt file
# $(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.
@aprlib.imp \
@httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc