~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to native/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Tell automake what it should do
 
3
AUTOMAKE_OPTIONS = foreign
 
4
MAINTAINERCLEANFILES=config.cache config.status config.log \
 
5
Makefile.in configure
 
6
 
 
7
SUBDIRS = @WEBSERVER@
 
8
 
 
9
all:
 
10
        target="all"; \
 
11
        list='$(SUBDIRS)'; \
 
12
        for i in $$list; do \
 
13
            echo "Making $$target in $$i"; \
 
14
            if test "$$i" != "."; then \
 
15
               (cd $$i && $(MAKE) $$target) || exit 1; \
 
16
            fi; \
 
17
        done;
 
18
 
 
19
apidocs: common/*.h
 
20
        ../../scandoc/scandoc.pl -i ../../scandoc/template.pl -p \
 
21
        ./docs/api/ -dproject="mod_jk Library" common/*.h common/*.c