bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / modules / NWGNUmakefile
1 #
2 # Declare the sub-directories to be built here
3 #
4 # To build with exerimental modules set the environment 
5 #  variable EXPERIMENTAL=1
6
7 SUBDIRS = \
8         aaa \
9         dav\main \
10         dav\fs \
11         echo \
12         generators \
13         loggers \
14         mappers \
15         metadata \
16         proxy \
17         filters \
18         $(EOLIST) 
19
20 #If the mod_edir directory exists then build the mod_edir module
21 ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
22 SUBDIRS += mod_edir \
23                $(EOLIST)
24 endif
25
26 # Allow the experimental modules to be built if EXPERIMENTAL is defined
27 ifdef EXPERIMENTAL
28 SUBDIRS += experimental \
29                $(EOLIST)
30 endif
31
32
33 #
34 # Get the 'head' of the build environment.  This includes default targets and
35 # paths to tools
36 #
37
38 include $(AP_WORK)\build\NWGNUhead.inc
39
40 #
41 # build this level's files
42
43 ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak" 
44 include NWGNUmakefile.mak
45 endif
46
47 #
48 # You can use this target if all that is needed is to copy files to the
49 # installation area
50 #
51 install :: nlms FORCE
52