NWGNUopthookimport revision 44f575c8cb19a7a5cd61664a7848be6bc197df02
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills# Declare the sub-directories to be built here
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills# Get the 'head' of the build environment. This includes default targets and
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills# paths to tools
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Millsinclude $(AP_WORK)/build/NWGNUhead.inc
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills# build this level's files
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills# Make sure all needed macro's are defined
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills# These directories will be at the beginning of the include list, followed by
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary MillsXINCDIRS += \
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills $(APR)/include \
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills $(APRUTIL)/include \
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills $(SRC)/include \
a87701e9837f8a9ee9e4c4d3186295c0e29f743fGary Mills# These flags will come after CFLAGS
# 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)/mod_optional_hook_import.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