NWGNUmakefile revision cfb941e9ad5276eef7bc8f3eedcd270f30cfec35
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# Declare the sub-directories to be built here
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# Get the 'head' of the build environment. This includes default targets and
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# paths to tools
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckinclude $(AP_WORK)\build\NWGNUhead.inc
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# build this level's files
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# Make sure all needed macro's are defined
ef810481f5eb2766fde0b986a5cc522009cd774aRenee Danson Sommerfeld# These directories will be at the beginning of the include list, followed by
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckXINCDIRS += \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck $(APR)/include \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck $(APRUTIL)/include \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck $(AP_WORK)/include \
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# These flags will come after CFLAGS
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# These defines will come after DEFINES
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# These flags will be added to the link.opt file
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckXLFLAGS += \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeck# These values will be appended to the correct variables based on the value of
f6da83d4178694e7113b71d1e452f15b296f73d8Anurag S. Maskeyifeq "$(RELEASE)" "debug"
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckXLFLAGS += \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckifeq "$(RELEASE)" "noopt"
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckXINCDIRS += \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckXCFLAGS += \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckXDEFINES += \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckXLFLAGS += \
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckifeq "$(RELEASE)" "release"
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckXINCDIRS += \
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# These are used by the link target if an NLM is being generated
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# This is used by the link 'name' directive to name the nlm. If left blank
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# TARGET_nlm (see below) will be used.
d71dbb732372504daff1f1783bc0d8864ce9bd50jbeckNLM_NAME = mod_DAV
# $(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 \
@$(APR)/aprlib.imp \
@httpd.imp \
@dav.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
copy $(OBJDIR)\mod_dav.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
include $(AP_WORK)\build\NWGNUtail.inc