OSDN Git Service

* merge from RELEASE_0_8_0
[modchxj/mod_chxj.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 APR_CONFIG = @APR_CONFIG@
63 APU_CONFIG = @APU_CONFIG@
64 APXS = @APXS@
65 AR = @AR@
66 AS = @AS@
67 CC = @CC@
68 CFLAGS = @CFLAGS@
69 CXX = @CXX@
70 CXXCPP = @CXXCPP@
71 DDEFS = @DDEFS@
72 DLLTOOL = @DLLTOOL@
73 ECHO = @ECHO@
74 EGREP = @EGREP@
75 EXEEXT = @EXEEXT@
76 F77 = @F77@
77 GCJ = @GCJ@
78 GCJFLAGS = @GCJFLAGS@
79 HAVE_LIB = @HAVE_LIB@
80 LIB = @LIB@
81 LIBS = @LIBS@
82 LIBTOOL = @LIBTOOL@
83 LN_S = @LN_S@
84 LTLIB = @LTLIB@
85 MAKEINFO = @MAKEINFO@
86 OBJDUMP = @OBJDUMP@
87 OBJEXT = @OBJEXT@
88 PACKAGE = @PACKAGE@
89 QDEFS = @QDEFS@
90 RANLIB = @RANLIB@
91 RC = @RC@
92 STRIP = @STRIP@
93 VERSION = @VERSION@
94 WAND_CONFIG = @WAND_CONFIG@
95 with_apache_header = @with_apache_header@
96
97 SUBDIRS = src
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ./include/config.h
101 CONFIG_CLEAN_FILES = 
102 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
103 Makefile.in NEWS TODO aclocal.m4 config.guess config.sub configure \
104 configure.ac include/config.h.in include/stamp-h.in install-sh \
105 ltmain.sh missing mkinstalldirs
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = tar
111 GZIP_ENV = --best
112 all: all-redirect
113 .SUFFIXES:
114 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
115         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
116
117 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
118         cd $(top_builddir) \
119           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
121 $(ACLOCAL_M4):  configure.ac 
122         cd $(srcdir) && $(ACLOCAL)
123
124 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 include/config.h: include/stamp-h
130         @if test ! -f $@; then \
131                 rm -f include/stamp-h; \
132                 $(MAKE) include/stamp-h; \
133         else :; fi
134 include/stamp-h: $(srcdir)/include/config.h.in $(top_builddir)/config.status
135         cd $(top_builddir) \
136           && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
137              $(SHELL) ./config.status
138         @echo timestamp > include/stamp-h 2> /dev/null
139 $(srcdir)/include/config.h.in: $(srcdir)/include/stamp-h.in
140         @if test ! -f $@; then \
141                 rm -f $(srcdir)/include/stamp-h.in; \
142                 $(MAKE) $(srcdir)/include/stamp-h.in; \
143         else :; fi
144 $(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
145         cd $(top_srcdir) && $(AUTOHEADER)
146         @echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null
147
148 mostlyclean-hdr:
149
150 clean-hdr:
151
152 distclean-hdr:
153         -rm -f include/config.h
154
155 maintainer-clean-hdr:
156
157 # This directory's subdirectories are mostly independent; you can cd
158 # into them and run `make' without going through this Makefile.
159 # To change the values of `make' variables: instead of editing Makefiles,
160 # (1) if the variable is set in `config.status', edit `config.status'
161 #     (which will cause the Makefiles to be regenerated when you run `make');
162 # (2) otherwise, pass the desired values on the `make' command line.
163
164 @SET_MAKE@
165
166 all-recursive install-data-recursive install-exec-recursive \
167 installdirs-recursive install-recursive uninstall-recursive  \
168 check-recursive installcheck-recursive info-recursive dvi-recursive:
169         @set fnord $(MAKEFLAGS); amf=$$2; \
170         dot_seen=no; \
171         target=`echo $@ | sed s/-recursive//`; \
172         list='$(SUBDIRS)'; for subdir in $$list; do \
173           echo "Making $$target in $$subdir"; \
174           if test "$$subdir" = "."; then \
175             dot_seen=yes; \
176             local_target="$$target-am"; \
177           else \
178             local_target="$$target"; \
179           fi; \
180           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
181            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
182         done; \
183         if test "$$dot_seen" = "no"; then \
184           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
185         fi; test -z "$$fail"
186
187 mostlyclean-recursive clean-recursive distclean-recursive \
188 maintainer-clean-recursive:
189         @set fnord $(MAKEFLAGS); amf=$$2; \
190         dot_seen=no; \
191         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
192           rev="$$subdir $$rev"; \
193           test "$$subdir" != "." || dot_seen=yes; \
194         done; \
195         test "$$dot_seen" = "no" && rev=". $$rev"; \
196         target=`echo $@ | sed s/-recursive//`; \
197         for subdir in $$rev; do \
198           echo "Making $$target in $$subdir"; \
199           if test "$$subdir" = "."; then \
200             local_target="$$target-am"; \
201           else \
202             local_target="$$target"; \
203           fi; \
204           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
205            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
206         done && test -z "$$fail"
207 tags-recursive:
208         list='$(SUBDIRS)'; for subdir in $$list; do \
209           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
210         done
211
212 tags: TAGS
213
214 ID: $(HEADERS) $(SOURCES) $(LISP)
215         list='$(SOURCES) $(HEADERS)'; \
216         unique=`for i in $$list; do echo $$i; done | \
217           awk '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         here=`pwd` && cd $(srcdir) \
220           && mkid -f$$here/ID $$unique $(LISP)
221
222 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
223         tags=; \
224         here=`pwd`; \
225         list='$(SUBDIRS)'; for subdir in $$list; do \
226    if test "$$subdir" = .; then :; else \
227             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
228    fi; \
229         done; \
230         list='$(SOURCES) $(HEADERS)'; \
231         unique=`for i in $$list; do echo $$i; done | \
232           awk '    { files[$$0] = 1; } \
233                END { for (i in files) print i; }'`; \
234         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
235           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
236
237 mostlyclean-tags:
238
239 clean-tags:
240
241 distclean-tags:
242         -rm -f TAGS ID
243
244 maintainer-clean-tags:
245
246 distdir = $(PACKAGE)-$(VERSION)
247 top_distdir = $(distdir)
248
249 # This target untars the dist file and tries a VPATH configuration.  Then
250 # it guarantees that the distribution is self-contained by making another
251 # tarfile.
252 distcheck: dist
253         -rm -rf $(distdir)
254         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
255         mkdir $(distdir)/=build
256         mkdir $(distdir)/=inst
257         dc_install_base=`cd $(distdir)/=inst && pwd`; \
258         cd $(distdir)/=build \
259           && ../configure --srcdir=.. --prefix=$$dc_install_base \
260           && $(MAKE) $(AM_MAKEFLAGS) \
261           && $(MAKE) $(AM_MAKEFLAGS) dvi \
262           && $(MAKE) $(AM_MAKEFLAGS) check \
263           && $(MAKE) $(AM_MAKEFLAGS) install \
264           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
265           && $(MAKE) $(AM_MAKEFLAGS) dist
266         -rm -rf $(distdir)
267         @banner="$(distdir).tar.gz is ready for distribution"; \
268         dashes=`echo "$$banner" | sed s/./=/g`; \
269         echo "$$dashes"; \
270         echo "$$banner"; \
271         echo "$$dashes"
272 dist: distdir
273         -chmod -R a+r $(distdir)
274         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
275         -rm -rf $(distdir)
276 dist-all: distdir
277         -chmod -R a+r $(distdir)
278         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
279         -rm -rf $(distdir)
280 distdir: $(DISTFILES)
281         -rm -rf $(distdir)
282         mkdir $(distdir)
283         -chmod 777 $(distdir)
284         here=`cd $(top_builddir) && pwd`; \
285         top_distdir=`cd $(distdir) && pwd`; \
286         distdir=`cd $(distdir) && pwd`; \
287         cd $(top_srcdir) \
288           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
289         @for file in $(DISTFILES); do \
290           d=$(srcdir); \
291           if test -d $$d/$$file; then \
292             cp -pr $$d/$$file $(distdir)/$$file; \
293           else \
294             test -f $(distdir)/$$file \
295             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
296             || cp -p $$d/$$file $(distdir)/$$file || :; \
297           fi; \
298         done
299         for subdir in $(SUBDIRS); do \
300           if test "$$subdir" = .; then :; else \
301             test -d $(distdir)/$$subdir \
302             || mkdir $(distdir)/$$subdir \
303             || exit 1; \
304             chmod 777 $(distdir)/$$subdir; \
305             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
306               || exit 1; \
307           fi; \
308         done
309 info-am:
310 info: info-recursive
311 dvi-am:
312 dvi: dvi-recursive
313 check-am: all-am
314 check: check-recursive
315 installcheck-am:
316 installcheck: installcheck-recursive
317 install-exec-am:
318 install-exec: install-exec-recursive
319
320 install-data-am:
321 install-data: install-data-recursive
322
323 install-am: all-am
324         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
325 install: install-recursive
326 uninstall-am:
327 uninstall: uninstall-recursive
328 all-am: Makefile
329 all-redirect: all-recursive
330 install-strip:
331         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
332 installdirs: installdirs-recursive
333 installdirs-am:
334
335
336 mostlyclean-generic:
337
338 clean-generic:
339
340 distclean-generic:
341         -rm -f Makefile $(CONFIG_CLEAN_FILES)
342         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
343
344 maintainer-clean-generic:
345 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
346
347 mostlyclean: mostlyclean-recursive
348
349 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
350
351 clean: clean-recursive
352
353 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
354         -rm -f libtool
355
356 distclean: distclean-recursive
357         -rm -f config.status
358
359 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
360                 maintainer-clean-generic distclean-am
361         @echo "This command is intended for maintainers to use;"
362         @echo "it deletes files that may require special tools to rebuild."
363
364 maintainer-clean: maintainer-clean-recursive
365         -rm -f config.status
366
367 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
368 install-data-recursive uninstall-data-recursive install-exec-recursive \
369 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
370 all-recursive check-recursive installcheck-recursive info-recursive \
371 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
372 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
373 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
374 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
375 install-exec install-data-am install-data install-am install \
376 uninstall-am uninstall all-redirect all-am all installdirs-am \
377 installdirs mostlyclean-generic distclean-generic clean-generic \
378 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
379
380
381 # Tell versions [3.59,3.63) of GNU make to not export all variables.
382 # Otherwise a system limit (for SysV at least) may be exceeded.
383 .NOEXPORT: