NWGNUmakefile revision b0827492bc89f04870db952fa9b940e76c975489
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Declare the sub-directories to be built here
28141ccf4644e2f75835d9ad1b21fa9a66856712bnicholes# To build with exerimental modules set the environment
28141ccf4644e2f75835d9ad1b21fa9a66856712bnicholes# variable EXPERIMENTAL=1
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes generators \
b0827492bc89f04870db952fa9b940e76c975489bnicholes# If LDAPSDK has been defined then build the util_ldap module
b0827492bc89f04870db952fa9b940e76c975489bnicholesifneq "$(LDAPSDK)" ""
b0827492bc89f04870db952fa9b940e76c975489bnicholesSUBDIRS += ldap \
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholes#If the mod_edir directory exists then build the mod_edir module
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholesifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
4ffe9d32f1047646da859855061c8d43819f6bd2bnicholesSUBDIRS += mod_edir \
9343665552d0106c3296addc95552f44c496c6eebnicholes# Allow the experimental modules to be built if EXPERIMENTAL is defined
58608d1d2acd188b5f04e256618a341416e086cdbnicholesifdef EXPERIMENTAL
58608d1d2acd188b5f04e256618a341416e086cdbnicholesSUBDIRS += experimental \
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Get the 'head' of the build environment. This includes default targets and
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# paths to tools
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesinclude $(AP_WORK)\build\NWGNUhead.inc
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# build this level's files
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# You can use this target if all that is needed is to copy files to the
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# installation area
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesinstall :: nlms FORCE