2362N/A# Declare the sub-directories to be built here
0N/A# To build the experimental modules, add "experimental \"
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 \
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# If the zlib libraries source exists then build the mod_deflate module
0N/Aifeq "$(wildcard $(AP_WORK)\srclib\zlib)" "$(AP_WORK)\srclib\zlib"
0N/A# Get the 'head' of the build environment. This includes default targets and
0N/A# build this level's files
0N/A# You can use this target if all that is needed is to copy files to the
0N/Ainstall :: nlms FORCE