enabled block processing properly.
[httpd-crcsyncproxy.git] / modules / NWGNUmakefile
blob73c47cd30d1419c9302dd2d9794f4cb440d217e9
2 # Declare the sub-directories to be built here
4 # To build with exerimental modules set the environment
5 #  variable EXPERIMENTAL=1
6 # To build with the mod_ssl module set the environment
7 #  variable WITH_MOD_SSL=1
9 # If USE_STDSOCKETS is defined we allways build mod_ssl
10 ifdef USE_STDSOCKETS
11 WITH_MOD_SSL=1
12 endif
14 SUBDIRS = \
15         aaa \
16         cache \
17         cluster \
18         dav\main \
19         dav\fs \
20         dav\lock \
21         echo \
22         examples \
23         generators \
24         loggers \
25         mappers \
26         metadata \
27         proxy \
28         filters \
29         database \
30         session \
31         $(EOLIST)
33 # If LDAPSDK has been defined then build the util_ldap module
34 ifneq "$(LDAPSDK)" ""
35 SUBDIRS += ldap \
36         $(EOLIST)
37 endif
39 # If WITH_MOD_SSL and OSSLSDK have been defined then build the mod_ssl module
40 ifdef WITH_MOD_SSL
41 ifneq "$(OSSLSDK)" ""
42 SUBDIRS += ssl \
43         $(EOLIST)
44 endif
45 endif
47 #If the mod_edir directory exists then build the mod_edir module
48 ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
49 SUBDIRS += mod_edir \
50         $(EOLIST)
51 endif
53 # Allow the experimental modules to be built if EXPERIMENTAL is defined
54 ifdef EXPERIMENTAL
55 SUBDIRS += experimental \
56         $(EOLIST)
57 endif
59 # Allow the debugging modules to be built if DEBUG is defined
60 ifdef DEBUG
61 SUBDIRS += debugging \
62         $(EOLIST)
63 endif
67 # Get the 'head' of the build environment.  This includes default targets and
68 # paths to tools
71 include $(AP_WORK)\build\NWGNUhead.inc
74 # build this level's files
76 ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak"
77 include NWGNUmakefile.mak
78 endif
81 # You can use this target if all that is needed is to copy files to the
82 # installation area
84 install :: nlms FORCE