NWGNUmakefile revision b2c35a9228d0e6124aec1ed434cee3cb1ef107c3
369N/A#
369N/A# Declare the sub-directories to be built here
369N/A#
369N/A# To build the experimental modules, add "experimental \"
369N/A# to the list below.
369N/A
369N/ASUBDIRS = \
369N/A aaa \
369N/A dav\main \
369N/A dav\fs \
369N/A echo \
369N/A generators \
369N/A loggers \
369N/A mappers \
369N/A metadata \
369N/A proxy \
369N/A filters \
369N/A $(EOLIST)
369N/A
369N/A#If the mod_edir directory exists then build the mod_edir module
369N/Aifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
369N/ASUBDIRS += mod_edir \
369N/A $(EOLIST)
369N/Aendif
369N/A
369N/A#
369N/A# Get the 'head' of the build environment. This includes default targets and
369N/A# paths to tools
369N/A#
369N/A
369N/Ainclude $(AP_WORK)\build\NWGNUhead.inc
369N/A
369N/A#
369N/A# build this level's files
369N/A
369N/Aifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak"
369N/Ainclude NWGNUmakefile.mak
369N/Aendif
369N/A
369N/A#
369N/A# You can use this target if all that is needed is to copy files to the
369N/A# installation area
369N/A#
369N/Ainstall :: nlms FORCE
369N/A
369N/A