]> granicus.if.org Git - apache/blob - modules/NWGNUmakefile
Makefile change required to move mod_ext_filter out of experimental
[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         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 #
27 # Get the 'head' of the build environment.  This includes default targets and
28 # paths to tools
29 #
30
31 include $(AP_WORK)\build\NWGNUhead.inc
32
33 #
34 # build this level's files
35
36 ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak" 
37 include NWGNUmakefile.mak
38 endif
39
40 #
41 # You can use this target if all that is needed is to copy files to the
42 # installation area
43 #
44 install :: nlms FORCE
45