]> granicus.if.org Git - apache/blob - modules/NWGNUmakefile
add "-l" option to indicate interval is based on localtime not gmt
[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 # Allow the experimental modules to be built if EXPERIMENTAL is defined
28 ifdef EXPERIMENTAL
29 SUBDIRS += experimental \
30                $(EOLIST)
31 endif
32
33
34 #
35 # Get the 'head' of the build environment.  This includes default targets and
36 # paths to tools
37 #
38
39 include $(AP_WORK)\build\NWGNUhead.inc
40
41 #
42 # build this level's files
43
44 ifeq "$(wildcard NWGNUmakefile.mak)" "NWGNUmakefile.mak" 
45 include NWGNUmakefile.mak
46 endif
47
48 #
49 # You can use this target if all that is needed is to copy files to the
50 # installation area
51 #
52 install :: nlms FORCE
53