OSDN Git Service

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