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