0.6.0-1 release
[manu/suphp.git] / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 APACHE_VERSION_1_3 = @APACHE_VERSION_1_3@
70 APACHE_VERSION_2 = @APACHE_VERSION_2@
71 APXS = @APXS@
72 APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
73 APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
74 APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
75 AS = @AS@
76 AWK = @AWK@
77 CC = @CC@
78 CXX = @CXX@
79 DEPDIR = @DEPDIR@
80 DLLTOOL = @DLLTOOL@
81 ECHO = @ECHO@
82 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 OBJDUMP = @OBJDUMP@
86 OPT_APACHEMOD_USERGROUP_DEF = @OPT_APACHEMOD_USERGROUP_DEF@
87 PACKAGE = @PACKAGE@
88 RANLIB = @RANLIB@
89 STRIP = @STRIP@
90 VERSION = @VERSION@
91 am__include = @am__include@
92 am__quote = @am__quote@
93 install_sh = @install_sh@
94 SUBDIRS = src
95 subdir = .
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
98 CONFIG_HEADER = $(top_builddir)/src/config.h
99 CONFIG_CLEAN_FILES =
100 DIST_SOURCES =
101
102 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
103         uninstall-info-recursive all-recursive install-data-recursive \
104         install-exec-recursive installdirs-recursive install-recursive \
105         uninstall-recursive check-recursive installcheck-recursive
106 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
107         Makefile.in NEWS aclocal.m4 config/config.guess \
108         config/config.sub config/depcomp config/install-sh \
109         config/ltmain.sh config/missing config/mkinstalldirs configure \
110         configure.ac
111 DIST_SUBDIRS = $(SUBDIRS)
112 all: all-recursive
113
114 .SUFFIXES:
115
116 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
117  configure.lineno
118 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
119         cd $(top_srcdir) && \
120           $(AUTOMAKE) --gnu  Makefile
121 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
122         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
123
124 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
125         $(SHELL) ./config.status --recheck
126 $(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
127         cd $(srcdir) && $(AUTOCONF)
128
129 $(ACLOCAL_M4):  configure.ac 
130         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
131
132 mostlyclean-libtool:
133         -rm -f *.lo
134
135 clean-libtool:
136         -rm -rf .libs _libs
137
138 distclean-libtool:
139         -rm -f libtool
140 uninstall-info-am:
141
142 # This directory's subdirectories are mostly independent; you can cd
143 # into them and run `make' without going through this Makefile.
144 # To change the values of `make' variables: instead of editing Makefiles,
145 # (1) if the variable is set in `config.status', edit `config.status'
146 #     (which will cause the Makefiles to be regenerated when you run `make');
147 # (2) otherwise, pass the desired values on the `make' command line.
148 $(RECURSIVE_TARGETS):
149         @set fnord $$MAKEFLAGS; amf=$$2; \
150         dot_seen=no; \
151         target=`echo $@ | sed s/-recursive//`; \
152         list='$(SUBDIRS)'; for subdir in $$list; do \
153           echo "Making $$target in $$subdir"; \
154           if test "$$subdir" = "."; then \
155             dot_seen=yes; \
156             local_target="$$target-am"; \
157           else \
158             local_target="$$target"; \
159           fi; \
160           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
161            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162         done; \
163         if test "$$dot_seen" = "no"; then \
164           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
165         fi; test -z "$$fail"
166
167 mostlyclean-recursive clean-recursive distclean-recursive \
168 maintainer-clean-recursive:
169         @set fnord $$MAKEFLAGS; amf=$$2; \
170         dot_seen=no; \
171         case "$@" in \
172           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
173           *) list='$(SUBDIRS)' ;; \
174         esac; \
175         rev=''; for subdir in $$list; do \
176           if test "$$subdir" = "."; then :; else \
177             rev="$$subdir $$rev"; \
178           fi; \
179         done; \
180         rev="$$rev ."; \
181         target=`echo $@ | sed s/-recursive//`; \
182         for subdir in $$rev; do \
183           echo "Making $$target in $$subdir"; \
184           if test "$$subdir" = "."; then \
185             local_target="$$target-am"; \
186           else \
187             local_target="$$target"; \
188           fi; \
189           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191         done && test -z "$$fail"
192 tags-recursive:
193         list='$(SUBDIRS)'; for subdir in $$list; do \
194           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
195         done
196
197 ETAGS = etags
198 ETAGSFLAGS =
199
200 tags: TAGS
201
202 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
203         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
204         unique=`for i in $$list; do \
205             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206           done | \
207           $(AWK) '    { files[$$0] = 1; } \
208                END { for (i in files) print i; }'`; \
209         mkid -fID $$unique
210
211 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
212                 $(TAGS_FILES) $(LISP)
213         tags=; \
214         here=`pwd`; \
215         list='$(SUBDIRS)'; for subdir in $$list; do \
216           if test "$$subdir" = .; then :; else \
217             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
218           fi; \
219         done; \
220         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
221         unique=`for i in $$list; do \
222             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223           done | \
224           $(AWK) '    { files[$$0] = 1; } \
225                END { for (i in files) print i; }'`; \
226         test -z "$(ETAGS_ARGS)$$tags$$unique" \
227           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
228              $$tags $$unique
229
230 GTAGS:
231         here=`$(am__cd) $(top_builddir) && pwd` \
232           && cd $(top_srcdir) \
233           && gtags -i $(GTAGS_ARGS) $$here
234
235 distclean-tags:
236         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
237 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
238
239 top_distdir = .
240 distdir = $(PACKAGE)-$(VERSION)
241
242 am__remove_distdir = \
243   { test ! -d $(distdir) \
244     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
245          && rm -fr $(distdir); }; }
246
247 GZIP_ENV = --best
248 distcleancheck_listfiles = find . -type f -print
249
250 distdir: $(DISTFILES)
251         $(am__remove_distdir)
252         mkdir $(distdir)
253         $(mkinstalldirs) $(distdir)/config
254         @list='$(DISTFILES)'; for file in $$list; do \
255           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
256           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
257           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
258             dir="/$$dir"; \
259             $(mkinstalldirs) "$(distdir)$$dir"; \
260           else \
261             dir=''; \
262           fi; \
263           if test -d $$d/$$file; then \
264             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
265               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
266             fi; \
267             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
268           else \
269             test -f $(distdir)/$$file \
270             || cp -p $$d/$$file $(distdir)/$$file \
271             || exit 1; \
272           fi; \
273         done
274         list='$(SUBDIRS)'; for subdir in $$list; do \
275           if test "$$subdir" = .; then :; else \
276             test -d $(distdir)/$$subdir \
277             || mkdir $(distdir)/$$subdir \
278             || exit 1; \
279             (cd $$subdir && \
280               $(MAKE) $(AM_MAKEFLAGS) \
281                 top_distdir="$(top_distdir)" \
282                 distdir=../$(distdir)/$$subdir \
283                 distdir) \
284               || exit 1; \
285           fi; \
286         done
287         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
288           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
289           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
290           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
291         || chmod -R a+r $(distdir)
292 dist-gzip: distdir
293         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
294         $(am__remove_distdir)
295
296 dist dist-all: distdir
297         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
298         $(am__remove_distdir)
299
300 # This target untars the dist file and tries a VPATH configuration.  Then
301 # it guarantees that the distribution is self-contained by making another
302 # tarfile.
303 distcheck: dist
304         $(am__remove_distdir)
305         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
306         chmod -R a-w $(distdir); chmod a+w $(distdir)
307         mkdir $(distdir)/=build
308         mkdir $(distdir)/=inst
309         chmod a-w $(distdir)
310         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
311           && cd $(distdir)/=build \
312           && ../configure --srcdir=.. --prefix=$$dc_install_base \
313             $(DISTCHECK_CONFIGURE_FLAGS) \
314           && $(MAKE) $(AM_MAKEFLAGS) \
315           && $(MAKE) $(AM_MAKEFLAGS) dvi \
316           && $(MAKE) $(AM_MAKEFLAGS) check \
317           && $(MAKE) $(AM_MAKEFLAGS) install \
318           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
319           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
320           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
321               || { echo "ERROR: files left after uninstall:" ; \
322                    find $$dc_install_base -type f -print ; \
323                    exit 1; } >&2 ) \
324           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
325           && rm -f $(distdir).tar.gz \
326           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
327         $(am__remove_distdir)
328         @echo "$(distdir).tar.gz is ready for distribution" | \
329           sed 'h;s/./=/g;p;x;p;x'
330 distcleancheck: distclean
331         if test '$(srcdir)' = . ; then \
332           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
333           exit 1 ; \
334         fi
335         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
336           || { echo "ERROR: files left after distclean:" ; \
337                $(distcleancheck_listfiles) ; \
338                exit 1; } >&2
339 check-am: all-am
340 check: check-recursive
341 all-am: Makefile
342 installdirs: installdirs-recursive
343 installdirs-am:
344
345 install: install-recursive
346 install-exec: install-exec-recursive
347 install-data: install-data-recursive
348 uninstall: uninstall-recursive
349
350 install-am: all-am
351         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352
353 installcheck: installcheck-recursive
354 install-strip:
355         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356           INSTALL_STRIP_FLAG=-s \
357           `test -z '$(STRIP)' || \
358             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
359 mostlyclean-generic:
360
361 clean-generic:
362
363 distclean-generic:
364         -rm -f Makefile $(CONFIG_CLEAN_FILES)
365
366 maintainer-clean-generic:
367         @echo "This command is intended for maintainers to use"
368         @echo "it deletes files that may require special tools to rebuild."
369 clean: clean-recursive
370
371 clean-am: clean-generic clean-libtool mostlyclean-am
372
373 distclean: distclean-recursive
374         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
375 distclean-am: clean-am distclean-generic distclean-libtool \
376         distclean-tags
377
378 dvi: dvi-recursive
379
380 dvi-am:
381
382 info: info-recursive
383
384 info-am:
385
386 install-data-am:
387
388 install-exec-am:
389
390 install-info: install-info-recursive
391
392 install-man:
393
394 installcheck-am:
395
396 maintainer-clean: maintainer-clean-recursive
397         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
398         -rm -rf autom4te.cache
399 maintainer-clean-am: distclean-am maintainer-clean-generic
400
401 mostlyclean: mostlyclean-recursive
402
403 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
404
405 uninstall-am: uninstall-info-am
406
407 uninstall-info: uninstall-info-recursive
408
409 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
410         clean-generic clean-libtool clean-recursive dist dist-all \
411         dist-gzip distcheck distclean distclean-generic \
412         distclean-libtool distclean-recursive distclean-tags \
413         distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
414         info-recursive install install-am install-data install-data-am \
415         install-data-recursive install-exec install-exec-am \
416         install-exec-recursive install-info install-info-am \
417         install-info-recursive install-man install-recursive \
418         install-strip installcheck installcheck-am installdirs \
419         installdirs-am installdirs-recursive maintainer-clean \
420         maintainer-clean-generic maintainer-clean-recursive mostlyclean \
421         mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
422         tags tags-recursive uninstall uninstall-am uninstall-info-am \
423         uninstall-info-recursive uninstall-recursive
424
425 # Tell versions [3.59,3.63) of GNU make to not export all variables.
426 # Otherwise a system limit (for SysV at least) may be exceeded.
427 .NOEXPORT: