NWGNUmakefile revision 0f488df653e7e8cf4ee0006a3138f9474ca1d375
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi# Declare the sub-directories to be built here
aee7752e4e26bebe4f34a88a30aefe96bff2af19nd#
aee7752e4e26bebe4f34a88a30aefe96bff2af19nd# To build with exerimental modules set the environment
aee7752e4e26bebe4f34a88a30aefe96bff2af19nd# variable EXPERIMENTAL=1
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
4045531c0afb9c8467a769962f1e5fed4f29e82egryzorSUBDIRS = \
4045531c0afb9c8467a769962f1e5fed4f29e82egryzor aaa \
4045531c0afb9c8467a769962f1e5fed4f29e82egryzor cache \
4045531c0afb9c8467a769962f1e5fed4f29e82egryzor dav\main \
a78048ccbdb6256da15e6b0e7e95355e480c2301nd dav\fs \
a78048ccbdb6256da15e6b0e7e95355e480c2301nd dav\lock \
a78048ccbdb6256da15e6b0e7e95355e480c2301nd echo \
generators \
loggers \
mappers \
metadata \
proxy \
filters \
database \
$(EOLIST)
# If LDAPSDK has been defined then build the util_ldap module
ifneq "$(LDAPSDK)" ""
SUBDIRS += ldap \
$(EOLIST)
endif
# If OSSLSDK has been defined then build the mod_ssl module
ifndef USE_STDSOCKETS
ifneq "$(OSSLSDK)" ""
SUBDIRS += ssl \
$(EOLIST)
endif
endif
#If the mod_edir directory exists then build the mod_edir module
ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
SUBDIRS += mod_edir \
$(EOLIST)
endif
# Allow the experimental modules to be built if EXPERIMENTAL is defined
ifdef EXPERIMENTAL
SUBDIRS += experimental \
$(EOLIST)
endif
# Allow the experimental modules to be built if EXPERIMENTAL is defined
ifdef DEBUG
SUBDIRS += debugging \
$(EOLIST)
endif
#
# Get the 'head' of the build environment. This includes default targets and
# paths to tools
#
include $(AP_WORK)\build\NWGNUhead.inc
#
# build this level's files
ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak"
include NWGNUmakefile.mak
endif
#
# You can use this target if all that is needed is to copy files to the
# installation area
#
install :: nlms FORCE