NWGNUmakefile revision 2573b3650c3a54644caf4cbad85d9483c5a4a10c
97a9a944b5887e91042b019776c41d5dd74557aferikabele#
97a9a944b5887e91042b019776c41d5dd74557aferikabele# Declare the sub-directories to be built here
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# To build with exerimental modules set the environment
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# variable EXPERIMENTAL=1
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive
a945f35eff8b6a88009ce73de6d4c862ce58de3csliveSUBDIRS = \
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive aaa \
b686b6a420bde7f78c416b90be11db94cb789979nd cache \
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc dav\main \
b686b6a420bde7f78c416b90be11db94cb789979nd dav\fs \
b686b6a420bde7f78c416b90be11db94cb789979nd dav\lock \
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen echo \
2e545ce2450a9953665f701bb05350f0d3f26275nd generators \
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen loggers \
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen mappers \
b686b6a420bde7f78c416b90be11db94cb789979nd metadata \
b686b6a420bde7f78c416b90be11db94cb789979nd proxy \
b686b6a420bde7f78c416b90be11db94cb789979nd filters \
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen $(EOLIST)
3f08db06526d6901aa08c110b5bc7dde6bc39905nd
b686b6a420bde7f78c416b90be11db94cb789979nd# If LDAPSDK has been defined then build the util_ldap module
b686b6a420bde7f78c416b90be11db94cb789979ndifneq "$(LDAPSDK)" ""
b686b6a420bde7f78c416b90be11db94cb789979ndSUBDIRS += ldap \
3f08db06526d6901aa08c110b5bc7dde6bc39905nd $(EOLIST)
b686b6a420bde7f78c416b90be11db94cb789979ndendif
b686b6a420bde7f78c416b90be11db94cb789979nd
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd#If the mod_edir directory exists then build the mod_edir module
45d66a3a49ac14b7f18cd4d733c1947801b55172sfifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0ndSUBDIRS += mod_edir \
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung $(EOLIST)
3b3b7fc78d1f5bfc2769903375050048ff41ff26ndendif
b686b6a420bde7f78c416b90be11db94cb789979nd
b686b6a420bde7f78c416b90be11db94cb789979nd# Allow the experimental modules to be built if EXPERIMENTAL is defined
b686b6a420bde7f78c416b90be11db94cb789979ndifdef EXPERIMENTAL
b686b6a420bde7f78c416b90be11db94cb789979ndSUBDIRS += experimental \
b686b6a420bde7f78c416b90be11db94cb789979nd $(EOLIST)
b686b6a420bde7f78c416b90be11db94cb789979ndendif
b686b6a420bde7f78c416b90be11db94cb789979nd
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive#
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# Get the 'head' of the build environment. This includes default targets and
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# paths to tools
06ba4a61654b3763ad65f52283832ebf058fdf1cslive#
b686b6a420bde7f78c416b90be11db94cb789979nd
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeriinclude $(AP_WORK)\build\NWGNUhead.inc
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri#
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri# build this level's files
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeriifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak"
b686b6a420bde7f78c416b90be11db94cb789979ndinclude NWGNUmakefile.mak
b686b6a420bde7f78c416b90be11db94cb789979ndendif
e67fa8d3f161e595dd448fc24a591ee17ae59131nd
e67fa8d3f161e595dd448fc24a591ee17ae59131nd#
b686b6a420bde7f78c416b90be11db94cb789979nd# You can use this target if all that is needed is to copy files to the
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri# installation area
b686b6a420bde7f78c416b90be11db94cb789979nd#
b686b6a420bde7f78c416b90be11db94cb789979ndinstall :: nlms FORCE
b686b6a420bde7f78c416b90be11db94cb789979nd
b686b6a420bde7f78c416b90be11db94cb789979nd