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

« back to all changes in this revision

Viewing changes to jk/native/Makefile.in

  • 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
 
# Makefile.in generated by automake 1.8.2 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = .
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
target_triplet = @target@
39
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in \
41
 
        $(top_srcdir)/apache-1.3/Makefile.apxs.in \
42
 
        $(top_srcdir)/apache-1.3/Makefile.in \
43
 
        $(top_srcdir)/apache-2.0/Makefile.apxs.in \
44
 
        $(top_srcdir)/apache-2.0/Makefile.in \
45
 
        $(top_srcdir)/common/Makefile.in \
46
 
        $(top_srcdir)/common/list.mk.in \
47
 
        $(top_srcdir)/common/portable.h.in $(top_srcdir)/configure \
48
 
        $(top_srcdir)/jni/Makefile.in NEWS \
49
 
        scripts/build/unix/config.guess scripts/build/unix/config.sub \
50
 
        scripts/build/unix/install-sh scripts/build/unix/ltmain.sh \
51
 
        scripts/build/unix/missing
52
 
subdir = .
53
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54
 
am__aclocal_m4_deps = $(top_srcdir)/../../common/build/os_apache.m4 \
55
 
        $(top_srcdir)/configure.in
56
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
 
        $(ACLOCAL_M4)
58
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
59
 
 configure.lineno configure.status.lineno
60
 
mkinstalldirs = $(mkdir_p)
61
 
CONFIG_HEADER = $(top_builddir)/common/portable.h
62
 
CONFIG_CLEAN_FILES = apache-1.3/Makefile apache-1.3/Makefile.apxs \
63
 
        apache-2.0/Makefile apache-2.0/Makefile.apxs common/Makefile \
64
 
        common/list.mk jni/Makefile
65
 
SOURCES =
66
 
DIST_SOURCES =
67
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68
 
        html-recursive info-recursive install-data-recursive \
69
 
        install-exec-recursive install-info-recursive \
70
 
        install-recursive installcheck-recursive installdirs-recursive \
71
 
        pdf-recursive ps-recursive uninstall-info-recursive \
72
 
        uninstall-recursive
73
 
ETAGS = etags
74
 
CTAGS = ctags
75
 
DIST_SUBDIRS = $(SUBDIRS)
76
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
 
distdir = $(PACKAGE)-$(VERSION)
78
 
top_distdir = $(distdir)
79
 
am__remove_distdir = \
80
 
  { test ! -d $(distdir) \
81
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
82
 
         && rm -fr $(distdir); }; }
83
 
DIST_ARCHIVES = $(distdir).tar.gz
84
 
GZIP_ENV = --best
85
 
distuninstallcheck_listfiles = find . -type f -print
86
 
distcleancheck_listfiles = find . -type f -print
87
 
ACLOCAL = @ACLOCAL@
88
 
AMDEP_FALSE = @AMDEP_FALSE@
89
 
AMDEP_TRUE = @AMDEP_TRUE@
90
 
AMTAR = @AMTAR@
91
 
APACHE20_OEXT = @APACHE20_OEXT@
92
 
APACHE_CONFIG_VARS = @APACHE_CONFIG_VARS@
93
 
APACHE_DIR = @APACHE_DIR@
94
 
APXS = @APXS@
95
 
APXSCFLAGS = @APXSCFLAGS@
96
 
APXSCPPFLAGS = @APXSCPPFLAGS@
97
 
APXSLDFLAGS = @APXSLDFLAGS@
98
 
AR = @AR@
99
 
AUTOCONF = @AUTOCONF@
100
 
AUTOHEADER = @AUTOHEADER@
101
 
AUTOMAKE = @AUTOMAKE@
102
 
AWK = @AWK@
103
 
CC = @CC@
104
 
CCDEPMODE = @CCDEPMODE@
105
 
CFLAGS = @CFLAGS@
106
 
CP = @CP@
107
 
CPP = @CPP@
108
 
CPPFLAGS = @CPPFLAGS@
109
 
CXX = @CXX@
110
 
CXXCPP = @CXXCPP@
111
 
CXXDEPMODE = @CXXDEPMODE@
112
 
CXXFLAGS = @CXXFLAGS@
113
 
CYGPATH_W = @CYGPATH_W@
114
 
DEFS = @DEFS@
115
 
DEPDIR = @DEPDIR@
116
 
ECHO = @ECHO@
117
 
ECHO_C = @ECHO_C@
118
 
ECHO_N = @ECHO_N@
119
 
ECHO_T = @ECHO_T@
120
 
EGREP = @EGREP@
121
 
EXEEXT = @EXEEXT@
122
 
F77 = @F77@
123
 
FFLAGS = @FFLAGS@
124
 
GREP = @GREP@
125
 
INSTALL_DATA = @INSTALL_DATA@
126
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
127
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
128
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129
 
INSTALL_TYPE = @INSTALL_TYPE@
130
 
JAVA_HOME = @JAVA_HOME@
131
 
JK_JNI_WORKER = @JK_JNI_WORKER@
132
 
LDFLAGS = @LDFLAGS@
133
 
LIBOBJS = @LIBOBJS@
134
 
LIBS = @LIBS@
135
 
LIBTOOL = @LIBTOOL@
136
 
LIB_JK_TYPE = @LIB_JK_TYPE@
137
 
LN_S = @LN_S@
138
 
LTLIBOBJS = @LTLIBOBJS@
139
 
MAKEINFO = @MAKEINFO@
140
 
MAKE_DYNAMIC_APACHE_FALSE = @MAKE_DYNAMIC_APACHE_FALSE@
141
 
MAKE_DYNAMIC_APACHE_TRUE = @MAKE_DYNAMIC_APACHE_TRUE@
142
 
MKDIR = @MKDIR@
143
 
OBJEXT = @OBJEXT@
144
 
OS = @OS@
145
 
PACKAGE = @PACKAGE@
146
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147
 
PACKAGE_NAME = @PACKAGE_NAME@
148
 
PACKAGE_STRING = @PACKAGE_STRING@
149
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
150
 
PACKAGE_VERSION = @PACKAGE_VERSION@
151
 
PATH_SEPARATOR = @PATH_SEPARATOR@
152
 
PERL = @PERL@
153
 
RANLIB = @RANLIB@
154
 
RM = @RM@
155
 
SED = @SED@
156
 
SET_MAKE = @SET_MAKE@
157
 
SHELL = @SHELL@
158
 
STRIP = @STRIP@
159
 
TEST = @TEST@
160
 
VERSION = @VERSION@
161
 
WEBSERVER = @WEBSERVER@
162
 
ac_ct_AR = @ac_ct_AR@
163
 
ac_ct_CC = @ac_ct_CC@
164
 
ac_ct_CXX = @ac_ct_CXX@
165
 
ac_ct_F77 = @ac_ct_F77@
166
 
ac_ct_RANLIB = @ac_ct_RANLIB@
167
 
ac_ct_STRIP = @ac_ct_STRIP@
168
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
169
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
170
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
171
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
172
 
am__include = @am__include@
173
 
am__leading_dot = @am__leading_dot@
174
 
am__quote = @am__quote@
175
 
apache_include = @apache_include@
176
 
bindir = @bindir@
177
 
build = @build@
178
 
build_alias = @build_alias@
179
 
build_cpu = @build_cpu@
180
 
build_os = @build_os@
181
 
build_vendor = @build_vendor@
182
 
datadir = @datadir@
183
 
exec_prefix = @exec_prefix@
184
 
host = @host@
185
 
host_alias = @host_alias@
186
 
host_cpu = @host_cpu@
187
 
host_os = @host_os@
188
 
host_vendor = @host_vendor@
189
 
includedir = @includedir@
190
 
infodir = @infodir@
191
 
install_sh = @install_sh@
192
 
libdir = @libdir@
193
 
libexecdir = @libexecdir@
194
 
localstatedir = @localstatedir@
195
 
mandir = @mandir@
196
 
mkdir_p = @mkdir_p@
197
 
oldincludedir = @oldincludedir@
198
 
prefix = @prefix@
199
 
program_transform_name = @program_transform_name@
200
 
sbindir = @sbindir@
201
 
sharedstatedir = @sharedstatedir@
202
 
sysconfdir = @sysconfdir@
203
 
target = @target@
204
 
target_alias = @target_alias@
205
 
target_cpu = @target_cpu@
206
 
target_os = @target_os@
207
 
target_vendor = @target_vendor@
208
 
 
209
 
#
210
 
# Tell automake what it should do
211
 
AUTOMAKE_OPTIONS = foreign
212
 
MAINTAINERCLEANFILES = config.cache config.status config.log \
213
 
Makefile.in configure
214
 
 
215
 
SUBDIRS = @WEBSERVER@
216
 
all: all-recursive
217
 
 
218
 
.SUFFIXES:
219
 
am--refresh:
220
 
        @:
221
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
222
 
        @for dep in $?; do \
223
 
          case '$(am__configure_deps)' in \
224
 
            *$$dep*) \
225
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
226
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
227
 
                && exit 0; \
228
 
              exit 1;; \
229
 
          esac; \
230
 
        done; \
231
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
232
 
        cd $(top_srcdir) && \
233
 
          $(AUTOMAKE) --foreign  Makefile
234
 
.PRECIOUS: Makefile
235
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236
 
        @case '$?' in \
237
 
          *config.status*) \
238
 
            echo ' $(SHELL) ./config.status'; \
239
 
            $(SHELL) ./config.status;; \
240
 
          *) \
241
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
242
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
243
 
        esac;
244
 
 
245
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246
 
        $(SHELL) ./config.status --recheck
247
 
 
248
 
$(top_srcdir)/configure:  $(am__configure_deps)
249
 
        cd $(srcdir) && $(AUTOCONF)
250
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
251
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252
 
 
253
 
common/portable.h: common/stamp-h1
254
 
        @if test ! -f $@; then \
255
 
          rm -f common/stamp-h1; \
256
 
          $(MAKE) common/stamp-h1; \
257
 
        else :; fi
258
 
 
259
 
common/stamp-h1: $(top_srcdir)/common/portable.h.in $(top_builddir)/config.status
260
 
        @rm -f common/stamp-h1
261
 
        cd $(top_builddir) && $(SHELL) ./config.status common/portable.h
262
 
$(top_srcdir)/common/portable.h.in:  $(am__configure_deps) 
263
 
        cd $(top_srcdir) && $(AUTOHEADER)
264
 
        rm -f common/stamp-h1
265
 
        touch $@
266
 
 
267
 
distclean-hdr:
268
 
        -rm -f common/portable.h common/stamp-h1
269
 
apache-1.3/Makefile: $(top_builddir)/config.status $(top_srcdir)/apache-1.3/Makefile.in
270
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
271
 
apache-1.3/Makefile.apxs: $(top_builddir)/config.status $(top_srcdir)/apache-1.3/Makefile.apxs.in
272
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
273
 
apache-2.0/Makefile: $(top_builddir)/config.status $(top_srcdir)/apache-2.0/Makefile.in
274
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
275
 
apache-2.0/Makefile.apxs: $(top_builddir)/config.status $(top_srcdir)/apache-2.0/Makefile.apxs.in
276
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
277
 
common/Makefile: $(top_builddir)/config.status $(top_srcdir)/common/Makefile.in
278
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
279
 
common/list.mk: $(top_builddir)/config.status $(top_srcdir)/common/list.mk.in
280
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
281
 
jni/Makefile: $(top_builddir)/config.status $(top_srcdir)/jni/Makefile.in
282
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
283
 
 
284
 
mostlyclean-libtool:
285
 
        -rm -f *.lo
286
 
 
287
 
clean-libtool:
288
 
        -rm -rf .libs _libs
289
 
 
290
 
distclean-libtool:
291
 
        -rm -f libtool
292
 
uninstall-info-am:
293
 
 
294
 
# This directory's subdirectories are mostly independent; you can cd
295
 
# into them and run `make' without going through this Makefile.
296
 
# To change the values of `make' variables: instead of editing Makefiles,
297
 
# (1) if the variable is set in `config.status', edit `config.status'
298
 
#     (which will cause the Makefiles to be regenerated when you run `make');
299
 
# (2) otherwise, pass the desired values on the `make' command line.
300
 
$(RECURSIVE_TARGETS):
301
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
302
 
        dot_seen=no; \
303
 
        target=`echo $@ | sed s/-recursive//`; \
304
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
305
 
          echo "Making $$target in $$subdir"; \
306
 
          if test "$$subdir" = "."; then \
307
 
            dot_seen=yes; \
308
 
            local_target="$$target-am"; \
309
 
          else \
310
 
            local_target="$$target"; \
311
 
          fi; \
312
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
314
 
        done; \
315
 
        if test "$$dot_seen" = "no"; then \
316
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
317
 
        fi; test -z "$$fail"
318
 
 
319
 
mostlyclean-recursive clean-recursive distclean-recursive \
320
 
maintainer-clean-recursive:
321
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
322
 
        dot_seen=no; \
323
 
        case "$@" in \
324
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
325
 
          *) list='$(SUBDIRS)' ;; \
326
 
        esac; \
327
 
        rev=''; for subdir in $$list; do \
328
 
          if test "$$subdir" = "."; then :; else \
329
 
            rev="$$subdir $$rev"; \
330
 
          fi; \
331
 
        done; \
332
 
        rev="$$rev ."; \
333
 
        target=`echo $@ | sed s/-recursive//`; \
334
 
        for subdir in $$rev; do \
335
 
          echo "Making $$target in $$subdir"; \
336
 
          if test "$$subdir" = "."; then \
337
 
            local_target="$$target-am"; \
338
 
          else \
339
 
            local_target="$$target"; \
340
 
          fi; \
341
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
343
 
        done && test -z "$$fail"
344
 
tags-recursive:
345
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
346
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
347
 
        done
348
 
ctags-recursive:
349
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
351
 
        done
352
 
 
353
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355
 
        unique=`for i in $$list; do \
356
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
 
          done | \
358
 
          $(AWK) '    { files[$$0] = 1; } \
359
 
               END { for (i in files) print i; }'`; \
360
 
        mkid -fID $$unique
361
 
tags: TAGS
362
 
 
363
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364
 
                $(TAGS_FILES) $(LISP)
365
 
        tags=; \
366
 
        here=`pwd`; \
367
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
368
 
          include_option=--etags-include; \
369
 
        else \
370
 
          include_option=--include; \
371
 
        fi; \
372
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
373
 
          if test "$$subdir" = .; then :; else \
374
 
            test -f $$subdir/TAGS && \
375
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
376
 
          fi; \
377
 
        done; \
378
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379
 
        unique=`for i in $$list; do \
380
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
 
          done | \
382
 
          $(AWK) '    { files[$$0] = 1; } \
383
 
               END { for (i in files) print i; }'`; \
384
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
385
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386
 
             $$tags $$unique
387
 
ctags: CTAGS
388
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389
 
                $(TAGS_FILES) $(LISP)
390
 
        tags=; \
391
 
        here=`pwd`; \
392
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393
 
        unique=`for i in $$list; do \
394
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
 
          done | \
396
 
          $(AWK) '    { files[$$0] = 1; } \
397
 
               END { for (i in files) print i; }'`; \
398
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
399
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
400
 
             $$tags $$unique
401
 
 
402
 
GTAGS:
403
 
        here=`$(am__cd) $(top_builddir) && pwd` \
404
 
          && cd $(top_srcdir) \
405
 
          && gtags -i $(GTAGS_ARGS) $$here
406
 
 
407
 
distclean-tags:
408
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409
 
 
410
 
distdir: $(DISTFILES)
411
 
        $(am__remove_distdir)
412
 
        mkdir $(distdir)
413
 
        $(mkdir_p) $(distdir)/../../common/build $(distdir)/apache-1.3 $(distdir)/apache-2.0 $(distdir)/common $(distdir)/jni $(distdir)/scripts/build/unix
414
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
415
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
416
 
        list='$(DISTFILES)'; for file in $$list; do \
417
 
          case $$file in \
418
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
419
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
420
 
          esac; \
421
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
422
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
423
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
424
 
            dir="/$$dir"; \
425
 
            $(mkdir_p) "$(distdir)$$dir"; \
426
 
          else \
427
 
            dir=''; \
428
 
          fi; \
429
 
          if test -d $$d/$$file; then \
430
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
432
 
            fi; \
433
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
434
 
          else \
435
 
            test -f $(distdir)/$$file \
436
 
            || cp -p $$d/$$file $(distdir)/$$file \
437
 
            || exit 1; \
438
 
          fi; \
439
 
        done
440
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
441
 
          if test "$$subdir" = .; then :; else \
442
 
            test -d "$(distdir)/$$subdir" \
443
 
            || mkdir "$(distdir)/$$subdir" \
444
 
            || exit 1; \
445
 
            (cd $$subdir && \
446
 
              $(MAKE) $(AM_MAKEFLAGS) \
447
 
                top_distdir="../$(top_distdir)" \
448
 
                distdir="../$(distdir)/$$subdir" \
449
 
                distdir) \
450
 
              || exit 1; \
451
 
          fi; \
452
 
        done
453
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
454
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
455
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
456
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
457
 
        || chmod -R a+r $(distdir)
458
 
dist-gzip: distdir
459
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
460
 
        $(am__remove_distdir)
461
 
 
462
 
dist-bzip2: distdir
463
 
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
464
 
        $(am__remove_distdir)
465
 
 
466
 
dist-tarZ: distdir
467
 
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
468
 
        $(am__remove_distdir)
469
 
 
470
 
dist-shar: distdir
471
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
472
 
        $(am__remove_distdir)
473
 
 
474
 
dist-zip: distdir
475
 
        -rm -f $(distdir).zip
476
 
        zip -rq $(distdir).zip $(distdir)
477
 
        $(am__remove_distdir)
478
 
 
479
 
dist dist-all: distdir
480
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
481
 
        $(am__remove_distdir)
482
 
 
483
 
# This target untars the dist file and tries a VPATH configuration.  Then
484
 
# it guarantees that the distribution is self-contained by making another
485
 
# tarfile.
486
 
distcheck: dist
487
 
        case '$(DIST_ARCHIVES)' in \
488
 
        *.tar.gz*) \
489
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
490
 
        *.tar.bz2*) \
491
 
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
492
 
        *.tar.Z*) \
493
 
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
494
 
        *.shar.gz*) \
495
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
496
 
        *.zip*) \
497
 
          unzip $(distdir).zip ;;\
498
 
        esac
499
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
500
 
        mkdir $(distdir)/_build
501
 
        mkdir $(distdir)/_inst
502
 
        chmod a-w $(distdir)
503
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
504
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
505
 
          && cd $(distdir)/_build \
506
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
507
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
508
 
          && $(MAKE) $(AM_MAKEFLAGS) \
509
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
510
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
511
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
512
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
513
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
514
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
515
 
                distuninstallcheck \
516
 
          && chmod -R a-w "$$dc_install_base" \
517
 
          && ({ \
518
 
               (cd ../.. && $(mkdir_p) "$$dc_destdir") \
519
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
520
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
521
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
522
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
523
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
524
 
          && rm -rf "$$dc_destdir" \
525
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
526
 
          && rm -rf $(DIST_ARCHIVES) \
527
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
528
 
        $(am__remove_distdir)
529
 
        @(echo "$(distdir) archives ready for distribution: "; \
530
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
531
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
532
 
distuninstallcheck:
533
 
        @cd $(distuninstallcheck_dir) \
534
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
535
 
           || { echo "ERROR: files left after uninstall:" ; \
536
 
                if test -n "$(DESTDIR)"; then \
537
 
                  echo "  (check DESTDIR support)"; \
538
 
                fi ; \
539
 
                $(distuninstallcheck_listfiles) ; \
540
 
                exit 1; } >&2
541
 
distcleancheck: distclean
542
 
        @if test '$(srcdir)' = . ; then \
543
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
544
 
          exit 1 ; \
545
 
        fi
546
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
547
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
548
 
               $(distcleancheck_listfiles) ; \
549
 
               exit 1; } >&2
550
 
check-am: all-am
551
 
check: check-recursive
552
 
all-am: Makefile
553
 
installdirs: installdirs-recursive
554
 
installdirs-am:
555
 
install: install-recursive
556
 
install-exec: install-exec-recursive
557
 
install-data: install-data-recursive
558
 
uninstall: uninstall-recursive
559
 
 
560
 
install-am: all-am
561
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562
 
 
563
 
installcheck: installcheck-recursive
564
 
install-strip:
565
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567
 
          `test -z '$(STRIP)' || \
568
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
569
 
mostlyclean-generic:
570
 
 
571
 
clean-generic:
572
 
 
573
 
distclean-generic:
574
 
        -rm -f $(CONFIG_CLEAN_FILES)
575
 
 
576
 
maintainer-clean-generic:
577
 
        @echo "This command is intended for maintainers to use"
578
 
        @echo "it deletes files that may require special tools to rebuild."
579
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
580
 
clean: clean-recursive
581
 
 
582
 
clean-am: clean-generic clean-libtool mostlyclean-am
583
 
 
584
 
distclean: distclean-recursive
585
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
586
 
        -rm -f Makefile
587
 
distclean-am: clean-am distclean-generic distclean-hdr \
588
 
        distclean-libtool distclean-tags
589
 
 
590
 
dvi: dvi-recursive
591
 
 
592
 
dvi-am:
593
 
 
594
 
html: html-recursive
595
 
 
596
 
info: info-recursive
597
 
 
598
 
info-am:
599
 
 
600
 
install-data-am:
601
 
 
602
 
install-exec-am:
603
 
 
604
 
install-info: install-info-recursive
605
 
 
606
 
install-man:
607
 
 
608
 
installcheck-am:
609
 
 
610
 
maintainer-clean: maintainer-clean-recursive
611
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
612
 
        -rm -rf $(top_srcdir)/autom4te.cache
613
 
        -rm -f Makefile
614
 
maintainer-clean-am: distclean-am maintainer-clean-generic
615
 
 
616
 
mostlyclean: mostlyclean-recursive
617
 
 
618
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
619
 
 
620
 
pdf: pdf-recursive
621
 
 
622
 
pdf-am:
623
 
 
624
 
ps: ps-recursive
625
 
 
626
 
ps-am:
627
 
 
628
 
uninstall-am: uninstall-info-am
629
 
 
630
 
uninstall-info: uninstall-info-recursive
631
 
 
632
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
633
 
        check-am clean clean-generic clean-libtool clean-recursive \
634
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
635
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
636
 
        distclean-generic distclean-hdr distclean-libtool \
637
 
        distclean-recursive distclean-tags distcleancheck distdir \
638
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
639
 
        install install-am install-data install-data-am install-exec \
640
 
        install-exec-am install-info install-info-am install-man \
641
 
        install-strip installcheck installcheck-am installdirs \
642
 
        installdirs-am maintainer-clean maintainer-clean-generic \
643
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
644
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
645
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
646
 
 
647
 
 
648
 
all:
649
 
        target="all"; \
650
 
        list='$(SUBDIRS)'; \
651
 
        for i in $$list; do \
652
 
            echo "Making $$target in $$i"; \
653
 
            if test "$$i" != "."; then \
654
 
               (cd $$i && $(MAKE) $$target) || exit 1; \
655
 
            fi; \
656
 
        done;
657
 
 
658
 
apidocs: common/*.h
659
 
        ../../scandoc/scandoc.pl -i ../../scandoc/template.pl -p \
660
 
        ./docs/api/ -dproject="mod_jk Library" common/*.h common/*.c
661
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
662
 
# Otherwise a system limit (for SysV at least) may be exceeded.
663
 
.NOEXPORT: