]> granicus.if.org Git - apache/blob - modules/NWGNUmakefile
update transformation
[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         dav\lock \
12         echo \
13         generators \
14         loggers \
15         mappers \
16         metadata \
17         proxy \
18         filters \
19         $(EOLIST) 
20
21 #If the mod_edir directory exists then build the mod_edir module
22 ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir"
23 SUBDIRS += mod_edir \
24                $(EOLIST)
25 endif
26
27 #
28 # Get the 'head' of the build environment.  This includes default targets and
29 # paths to tools
30 #
31
32 include $(AP_WORK)\build\NWGNUhead.inc
33
34 #
35 # build this level's files
36
37 ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak" 
38 include NWGNUmakefile.mak
39 endif
40
41 #
42 # You can use this target if all that is needed is to copy files to the
43 # installation area
44 #
45 install :: nlms FORCE
46