NWGNUmakefile revision f2f3f241c00a7a4bd597e57a19023940e072918a
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Declare the sub-directories to be built here
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Get the 'head' of the build environment. This includes default targets and
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# paths to tools
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinclude $(AP_WORK)\build\NWGNUhead.inc
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# build this level's files
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Make sure all needed macro's are defined
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# These directories will be at the beginning of the include list, followed by
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncXINCDIRS += \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync $(APR)/include \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync $(APRUTIL)/include \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync $(AP_WORK)/include \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# These flags will come after CFLAGS
# These flags will be added to the link.opt file
# $(AP_WORK)\build\NWGNUenvironment.inc
$(OBJDIR)/moddavlk.nlm \
$(OBJDIR)/mod_dav_lock.o \
$(OBJDIR)/locks.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 \
@../main/dav.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
copy $(OBJDIR)\moddavlk.nlm $(INSTALL)\$(BASEDIR)\modules
include $(AP_WORK)\build\NWGNUtail.inc