]> granicus.if.org Git - apache/blob - modules/NWGNUmakefile
4c7cfa89b2bf703318e3d4290d4dc535ed8731df
[apache] / modules / NWGNUmakefile
1 #
2 # Declare the sub-directories to be built here
3 #
4 # To build the experimental modules, add "experimental \" 
5 # to the list below.
6
7 SUBDIRS = \
8         aaa \
9         dav\main \
10         dav\fs \
11         echo \
12         generators \
13         loggers \
14         mappers \
15         metadata \
16         proxy \
17         $(EOLIST) 
18
19 #If the mod_edir directory exists then build the mod_edir module
20 ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
21 SUBDIRS += mod_edir \
22                $(EOLIST)
23 endif
24
25 # If the zlib libraries source exists then build the mod_deflate module
26 ifeq "$(wildcard $(AP_WORK)\srclib\zlib)" "$(AP_WORK)\srclib\zlib"
27 SUBDIRS += filters \
28                $(EOLIST)
29 endif
30
31 #
32 # Get the 'head' of the build environment.  This includes default targets and
33 # paths to tools
34 #
35
36 include $(AP_WORK)\build\NWGNUhead.inc
37
38 #
39 # build this level's files
40
41 ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak" 
42 include NWGNUmakefile.mak
43 endif
44
45 #
46 # You can use this target if all that is needed is to copy files to the
47 # installation area
48 #
49 install :: nlms FORCE
50