NWGNUmakefile revision cf7ca2f9eaa6523fefcccba4287b91637391fb51
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen# Declare the sub-directories to be built here
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen# Get the 'head' of the build environment. This includes default targets and
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen# paths to tools
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen# build this level's files
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen# Make sure all needed macro's are defined
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen# These directories will be at the beginning of the include list, followed by
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen $(APR)/include \
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen $(APRUTIL)/include \
a49d1c2ca3c134c0c62b37a94936c78e9849e044Timo Sirainen $(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)/mod_dav.nlm \
$(OBJDIR)/mod_dav.o \
$(OBJDIR)/props.o \
$(OBJDIR)/util.o \
$(OBJDIR)/util_lock.o \
$(OBJDIR)/liveprop.o \
$(OBJDIR)/providers.o \
$(OBJDIR)/std_liveprop.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.
@libc.imp \
@aprlib.imp \
@httpd.imp \
@dav.imp \
# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
include $(APBUILD)/NWGNUtail.inc