NWGNUmakefile revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
03831d35f7499c87d51205817c93e9a8d42c4baestevel# Declare the sub-directories to be built here
03831d35f7499c87d51205817c93e9a8d42c4baestevel# Get the 'head' of the build environment. This includes default targets and
03831d35f7499c87d51205817c93e9a8d42c4baestevel# paths to tools
03831d35f7499c87d51205817c93e9a8d42c4baestevelinclude $(AP_WORK)/build/NWGNUhead.inc
03831d35f7499c87d51205817c93e9a8d42c4baestevel# build this level's files
03831d35f7499c87d51205817c93e9a8d42c4baestevel# Make sure all needed macro's are defined
03831d35f7499c87d51205817c93e9a8d42c4baestevel# These directories will be at the beginning of the include list, followed by
03831d35f7499c87d51205817c93e9a8d42c4baestevelXINCDIRS += \
03831d35f7499c87d51205817c93e9a8d42c4baestevel $(APR)/include \
03831d35f7499c87d51205817c93e9a8d42c4baestevel $(APRUTIL)/include \
03831d35f7499c87d51205817c93e9a8d42c4baestevel $(AP_WORK)/include \
# 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)/echo.nlm \
$(OBJDIR)/mod_echo.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