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