NWGNUmakefile revision 58608d1d2acd188b5f04e256618a341416e086cd
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 dav\lock \
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
1069N/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
1001N/A
369N/A# This is a placeholder
369N/Aifdef EXPERIMENTAL
389N/ASUBDIRS += experimental \
369N/A $(EOLIST)
1069N/Aendif
369N/A
1069N/A
1001N/A#
986N/A# Get the 'head' of the build environment. This includes default targets and
1069N/A# paths to tools
1069N/A#
369N/A
1071N/Ainclude $(AP_WORK)\build\NWGNUhead.inc
1069N/A
1069N/A#
986N/A# build this level's files
1001N/A
369N/Aifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak"
369N/Ainclude NWGNUmakefile.mak
369N/Aendif
1069N/A
1069N/A#
1069N/A# You can use this target if all that is needed is to copy files to the
1069N/A# installation area
1069N/A#
1069N/Ainstall :: nlms FORCE
1069N/A
1069N/A