File: Makefile.am

package info (click to toggle)
libapache-mod-jk 1%3A1.2.5-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,236 kB
  • ctags: 2,044
  • sloc: ansic: 15,607; sh: 6,746; perl: 2,136; xml: 387; makefile: 240
file content (21 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Tell automake what it should do
AUTOMAKE_OPTIONS = foreign
MAINTAINERCLEANFILES=config.cache config.status config.log \
Makefile.in configure

SUBDIRS = @WEBSERVER@

all:
	target="all"; \
	list='$(SUBDIRS)'; \
	for i in $$list; do \
	    echo "Making $$target in $$i"; \
	    if test "$$i" != "."; then \
	       (cd $$i && $(MAKE) $$target) || exit 1; \
	    fi; \
	done;

apidocs: common/*.h
	../../scandoc/scandoc.pl -i ../../scandoc/template.pl -p \
	./docs/api/ -dproject="mod_jk Library" common/*.h common/*.c