OSDN Git Service

* updated for FreeBSD
[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 DLLTOOL = @DLLTOOL@
132 DSYMUTIL = @DSYMUTIL@
133 DUMPBIN = @DUMPBIN@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 FGREP = @FGREP@
140 GREP = @GREP@
141 INSTALL = @INSTALL@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 LD = @LD@
147 LDFLAGS = @LDFLAGS@
148 LIBOBJS = @LIBOBJS@
149 LIBS = @LIBS@
150 LIBTOOL = @LIBTOOL@
151 LIBTOOL_DEPS = @LIBTOOL_DEPS@
152 LIPO = @LIPO@
153 LN_S = @LN_S@
154 LTLIBOBJS = @LTLIBOBJS@
155 MAKEINFO = @MAKEINFO@
156 MANIFEST_TOOL = @MANIFEST_TOOL@
157 MKDIR_P = @MKDIR_P@
158 NM = @NM@
159 NMEDIT = @NMEDIT@
160 OBJDUMP = @OBJDUMP@
161 OBJEXT = @OBJEXT@
162 OPENSSL_PATH = @OPENSSL_PATH@
163 OTOOL = @OTOOL@
164 OTOOL64 = @OTOOL64@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_URL = @PACKAGE_URL@
171 PACKAGE_VERSION = @PACKAGE_VERSION@
172 PATH_SEPARATOR = @PATH_SEPARATOR@
173 PCRE_1_CONFIG = @PCRE_1_CONFIG@
174 PCRE_CONFIG = @PCRE_CONFIG@
175 QDEFS = @QDEFS@
176 RANLIB = @RANLIB@
177 SED = @SED@
178 SET_MAKE = @SET_MAKE@
179 SHELL = @SHELL@
180 STRIP = @STRIP@
181 VERSION = @VERSION@
182 WAND_CONFIG = @WAND_CONFIG@
183 abs_builddir = @abs_builddir@
184 abs_srcdir = @abs_srcdir@
185 abs_top_builddir = @abs_top_builddir@
186 abs_top_srcdir = @abs_top_srcdir@
187 ac_ct_AR = @ac_ct_AR@
188 ac_ct_CC = @ac_ct_CC@
189 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
190 am__include = @am__include@
191 am__leading_dot = @am__leading_dot@
192 am__quote = @am__quote@
193 am__tar = @am__tar@
194 am__untar = @am__untar@
195 bindir = @bindir@
196 build = @build@
197 build_alias = @build_alias@
198 build_cpu = @build_cpu@
199 build_os = @build_os@
200 build_vendor = @build_vendor@
201 builddir = @builddir@
202 datadir = @datadir@
203 datarootdir = @datarootdir@
204 docdir = @docdir@
205 dvidir = @dvidir@
206 exec_prefix = @exec_prefix@
207 host = @host@
208 host_alias = @host_alias@
209 host_cpu = @host_cpu@
210 host_os = @host_os@
211 host_vendor = @host_vendor@
212 htmldir = @htmldir@
213 includedir = @includedir@
214 infodir = @infodir@
215 install_sh = @install_sh@
216 libdir = @libdir@
217 libexecdir = @libexecdir@
218 localedir = @localedir@
219 localstatedir = @localstatedir@
220 mandir = @mandir@
221 mkdir_p = @mkdir_p@
222 oldincludedir = @oldincludedir@
223 pdfdir = @pdfdir@
224 prefix = @prefix@
225 program_transform_name = @program_transform_name@
226 psdir = @psdir@
227 sbindir = @sbindir@
228 sharedstatedir = @sharedstatedir@
229 srcdir = @srcdir@
230 sysconfdir = @sysconfdir@
231 target = @target@
232 target_alias = @target_alias@
233 target_cpu = @target_cpu@
234 target_os = @target_os@
235 target_vendor = @target_vendor@
236 top_build_prefix = @top_build_prefix@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 with_apache_header = @with_apache_header@
240 SUBDIRS = src
241 all: all-recursive
242
243 .SUFFIXES:
244 am--refresh:
245         @:
246 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
247         @for dep in $?; do \
248           case '$(am__configure_deps)' in \
249             *$$dep*) \
250               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
251               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
252                 && exit 0; \
253               exit 1;; \
254           esac; \
255         done; \
256         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
257         $(am__cd) $(top_srcdir) && \
258           $(AUTOMAKE) --gnu Makefile
259 .PRECIOUS: Makefile
260 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
261         @case '$?' in \
262           *config.status*) \
263             echo ' $(SHELL) ./config.status'; \
264             $(SHELL) ./config.status;; \
265           *) \
266             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
267             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
268         esac;
269
270 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271         $(SHELL) ./config.status --recheck
272
273 $(top_srcdir)/configure:  $(am__configure_deps)
274         $(am__cd) $(srcdir) && $(AUTOCONF)
275 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
276         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
277 $(am__aclocal_m4_deps):
278
279 include/config.h: include/stamp-h1
280         @if test ! -f $@; then \
281           rm -f include/stamp-h1; \
282           $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; \
283         else :; fi
284
285 include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
286         @rm -f include/stamp-h1
287         cd $(top_builddir) && $(SHELL) ./config.status include/config.h
288 $(top_srcdir)/include/config.h.in:  $(am__configure_deps) 
289         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
290         rm -f include/stamp-h1
291         touch $@
292
293 distclean-hdr:
294         -rm -f include/config.h include/stamp-h1
295 support/centos/mod-chxj.spec: $(top_builddir)/config.status $(top_srcdir)/support/centos/mod-chxj.spec.in
296         cd $(top_builddir) && $(SHELL) ./config.status $@
297 support/freebsd/Makefile: $(top_builddir)/config.status $(top_srcdir)/support/freebsd/Makefile.in
298         cd $(top_builddir) && $(SHELL) ./config.status $@
299
300 mostlyclean-libtool:
301         -rm -f *.lo
302
303 clean-libtool:
304         -rm -rf .libs _libs
305
306 distclean-libtool:
307         -rm -f libtool config.lt
308
309 # This directory's subdirectories are mostly independent; you can cd
310 # into them and run `make' without going through this Makefile.
311 # To change the values of `make' variables: instead of editing Makefiles,
312 # (1) if the variable is set in `config.status', edit `config.status'
313 #     (which will cause the Makefiles to be regenerated when you run `make');
314 # (2) otherwise, pass the desired values on the `make' command line.
315 $(RECURSIVE_TARGETS):
316         @fail= failcom='exit 1'; \
317         for f in x $$MAKEFLAGS; do \
318           case $$f in \
319             *=* | --[!k]*);; \
320             *k*) failcom='fail=yes';; \
321           esac; \
322         done; \
323         dot_seen=no; \
324         target=`echo $@ | sed s/-recursive//`; \
325         list='$(SUBDIRS)'; for subdir in $$list; do \
326           echo "Making $$target in $$subdir"; \
327           if test "$$subdir" = "."; then \
328             dot_seen=yes; \
329             local_target="$$target-am"; \
330           else \
331             local_target="$$target"; \
332           fi; \
333           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
334           || eval $$failcom; \
335         done; \
336         if test "$$dot_seen" = "no"; then \
337           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
338         fi; test -z "$$fail"
339
340 $(RECURSIVE_CLEAN_TARGETS):
341         @fail= failcom='exit 1'; \
342         for f in x $$MAKEFLAGS; do \
343           case $$f in \
344             *=* | --[!k]*);; \
345             *k*) failcom='fail=yes';; \
346           esac; \
347         done; \
348         dot_seen=no; \
349         case "$@" in \
350           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
351           *) list='$(SUBDIRS)' ;; \
352         esac; \
353         rev=''; for subdir in $$list; do \
354           if test "$$subdir" = "."; then :; else \
355             rev="$$subdir $$rev"; \
356           fi; \
357         done; \
358         rev="$$rev ."; \
359         target=`echo $@ | sed s/-recursive//`; \
360         for subdir in $$rev; do \
361           echo "Making $$target in $$subdir"; \
362           if test "$$subdir" = "."; then \
363             local_target="$$target-am"; \
364           else \
365             local_target="$$target"; \
366           fi; \
367           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368           || eval $$failcom; \
369         done && test -z "$$fail"
370 tags-recursive:
371         list='$(SUBDIRS)'; for subdir in $$list; do \
372           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
373         done
374 ctags-recursive:
375         list='$(SUBDIRS)'; for subdir in $$list; do \
376           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
377         done
378
379 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381         unique=`for i in $$list; do \
382             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383           done | \
384           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385               END { if (nonempty) { for (i in files) print i; }; }'`; \
386         mkid -fID $$unique
387 tags: TAGS
388
389 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390                 $(TAGS_FILES) $(LISP)
391         set x; \
392         here=`pwd`; \
393         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
394           include_option=--etags-include; \
395           empty_fix=.; \
396         else \
397           include_option=--include; \
398           empty_fix=; \
399         fi; \
400         list='$(SUBDIRS)'; for subdir in $$list; do \
401           if test "$$subdir" = .; then :; else \
402             test ! -f $$subdir/TAGS || \
403               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
404           fi; \
405         done; \
406         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407         unique=`for i in $$list; do \
408             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409           done | \
410           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411               END { if (nonempty) { for (i in files) print i; }; }'`; \
412         shift; \
413         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
414           test -n "$$unique" || unique=$$empty_fix; \
415           if test $$# -gt 0; then \
416             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417               "$$@" $$unique; \
418           else \
419             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420               $$unique; \
421           fi; \
422         fi
423 ctags: CTAGS
424 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
425                 $(TAGS_FILES) $(LISP)
426         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427         unique=`for i in $$list; do \
428             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429           done | \
430           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431               END { if (nonempty) { for (i in files) print i; }; }'`; \
432         test -z "$(CTAGS_ARGS)$$unique" \
433           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434              $$unique
435
436 GTAGS:
437         here=`$(am__cd) $(top_builddir) && pwd` \
438           && $(am__cd) $(top_srcdir) \
439           && gtags -i $(GTAGS_ARGS) "$$here"
440
441 distclean-tags:
442         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
444 distdir: $(DISTFILES)
445         $(am__remove_distdir)
446         test -d "$(distdir)" || mkdir "$(distdir)"
447         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449         list='$(DISTFILES)'; \
450           dist_files=`for file in $$list; do echo $$file; done | \
451           sed -e "s|^$$srcdirstrip/||;t" \
452               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453         case $$dist_files in \
454           */*) $(MKDIR_P) `echo "$$dist_files" | \
455                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456                            sort -u` ;; \
457         esac; \
458         for file in $$dist_files; do \
459           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460           if test -d $$d/$$file; then \
461             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462             if test -d "$(distdir)/$$file"; then \
463               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464             fi; \
465             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468             fi; \
469             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470           else \
471             test -f "$(distdir)/$$file" \
472             || cp -p $$d/$$file "$(distdir)/$$file" \
473             || exit 1; \
474           fi; \
475         done
476         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
477           if test "$$subdir" = .; then :; else \
478             test -d "$(distdir)/$$subdir" \
479             || $(MKDIR_P) "$(distdir)/$$subdir" \
480             || exit 1; \
481           fi; \
482         done
483         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
484           if test "$$subdir" = .; then :; else \
485             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
486             $(am__relativize); \
487             new_distdir=$$reldir; \
488             dir1=$$subdir; dir2="$(top_distdir)"; \
489             $(am__relativize); \
490             new_top_distdir=$$reldir; \
491             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
492             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
493             ($(am__cd) $$subdir && \
494               $(MAKE) $(AM_MAKEFLAGS) \
495                 top_distdir="$$new_top_distdir" \
496                 distdir="$$new_distdir" \
497                 am__remove_distdir=: \
498                 am__skip_length_check=: \
499                 am__skip_mode_fix=: \
500                 distdir) \
501               || exit 1; \
502           fi; \
503         done
504         -test -n "$(am__skip_mode_fix)" \
505         || find "$(distdir)" -type d ! -perm -755 \
506                 -exec chmod u+rwx,go+rx {} \; -o \
507           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
508           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
509           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
510         || chmod -R a+r "$(distdir)"
511 dist-gzip: distdir
512         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
513         $(am__remove_distdir)
514
515 dist-bzip2: distdir
516         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
517         $(am__remove_distdir)
518
519 dist-lzma: distdir
520         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
521         $(am__remove_distdir)
522
523 dist-xz: distdir
524         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
525         $(am__remove_distdir)
526
527 dist-tarZ: distdir
528         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
529         $(am__remove_distdir)
530
531 dist-shar: distdir
532         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
533         $(am__remove_distdir)
534
535 dist-zip: distdir
536         -rm -f $(distdir).zip
537         zip -rq $(distdir).zip $(distdir)
538         $(am__remove_distdir)
539
540 dist dist-all: distdir
541         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
542         $(am__remove_distdir)
543
544 # This target untars the dist file and tries a VPATH configuration.  Then
545 # it guarantees that the distribution is self-contained by making another
546 # tarfile.
547 distcheck: dist
548         case '$(DIST_ARCHIVES)' in \
549         *.tar.gz*) \
550           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
551         *.tar.bz2*) \
552           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
553         *.tar.lzma*) \
554           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
555         *.tar.xz*) \
556           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
557         *.tar.Z*) \
558           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
559         *.shar.gz*) \
560           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
561         *.zip*) \
562           unzip $(distdir).zip ;;\
563         esac
564         chmod -R a-w $(distdir); chmod a+w $(distdir)
565         mkdir $(distdir)/_build
566         mkdir $(distdir)/_inst
567         chmod a-w $(distdir)
568         test -d $(distdir)/_build || exit 0; \
569         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
570           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
571           && am__cwd=`pwd` \
572           && $(am__cd) $(distdir)/_build \
573           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
574             $(DISTCHECK_CONFIGURE_FLAGS) \
575           && $(MAKE) $(AM_MAKEFLAGS) \
576           && $(MAKE) $(AM_MAKEFLAGS) dvi \
577           && $(MAKE) $(AM_MAKEFLAGS) check \
578           && $(MAKE) $(AM_MAKEFLAGS) install \
579           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
580           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
581           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
582                 distuninstallcheck \
583           && chmod -R a-w "$$dc_install_base" \
584           && ({ \
585                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
586                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
587                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
588                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
589                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
590               } || { rm -rf "$$dc_destdir"; exit 1; }) \
591           && rm -rf "$$dc_destdir" \
592           && $(MAKE) $(AM_MAKEFLAGS) dist \
593           && rm -rf $(DIST_ARCHIVES) \
594           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
595           && cd "$$am__cwd" \
596           || exit 1
597         $(am__remove_distdir)
598         @(echo "$(distdir) archives ready for distribution: "; \
599           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
600           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
601 distuninstallcheck:
602         @$(am__cd) '$(distuninstallcheck_dir)' \
603         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
604            || { echo "ERROR: files left after uninstall:" ; \
605                 if test -n "$(DESTDIR)"; then \
606                   echo "  (check DESTDIR support)"; \
607                 fi ; \
608                 $(distuninstallcheck_listfiles) ; \
609                 exit 1; } >&2
610 distcleancheck: distclean
611         @if test '$(srcdir)' = . ; then \
612           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
613           exit 1 ; \
614         fi
615         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
616           || { echo "ERROR: files left in build directory after distclean:" ; \
617                $(distcleancheck_listfiles) ; \
618                exit 1; } >&2
619 check-am: all-am
620 check: check-recursive
621 all-am: Makefile
622 installdirs: installdirs-recursive
623 installdirs-am:
624 install: install-recursive
625 install-exec: install-exec-recursive
626 install-data: install-data-recursive
627 uninstall: uninstall-recursive
628
629 install-am: all-am
630         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
631
632 installcheck: installcheck-recursive
633 install-strip:
634         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
635           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
636           `test -z '$(STRIP)' || \
637             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
638 mostlyclean-generic:
639
640 clean-generic:
641
642 distclean-generic:
643         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
644         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
645
646 maintainer-clean-generic:
647         @echo "This command is intended for maintainers to use"
648         @echo "it deletes files that may require special tools to rebuild."
649 clean: clean-recursive
650
651 clean-am: clean-generic clean-libtool mostlyclean-am
652
653 distclean: distclean-recursive
654         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
655         -rm -f Makefile
656 distclean-am: clean-am distclean-generic distclean-hdr \
657         distclean-libtool distclean-tags
658
659 dvi: dvi-recursive
660
661 dvi-am:
662
663 html: html-recursive
664
665 html-am:
666
667 info: info-recursive
668
669 info-am:
670
671 install-data-am:
672
673 install-dvi: install-dvi-recursive
674
675 install-dvi-am:
676
677 install-exec-am:
678
679 install-html: install-html-recursive
680
681 install-html-am:
682
683 install-info: install-info-recursive
684
685 install-info-am:
686
687 install-man:
688
689 install-pdf: install-pdf-recursive
690
691 install-pdf-am:
692
693 install-ps: install-ps-recursive
694
695 install-ps-am:
696
697 installcheck-am:
698
699 maintainer-clean: maintainer-clean-recursive
700         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
701         -rm -rf $(top_srcdir)/autom4te.cache
702         -rm -f Makefile
703 maintainer-clean-am: distclean-am maintainer-clean-generic
704
705 mostlyclean: mostlyclean-recursive
706
707 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
708
709 pdf: pdf-recursive
710
711 pdf-am:
712
713 ps: ps-recursive
714
715 ps-am:
716
717 uninstall-am:
718
719 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
720         install-am install-strip tags-recursive
721
722 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
723         all all-am am--refresh check check-am clean clean-generic \
724         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
725         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
726         distcheck distclean distclean-generic distclean-hdr \
727         distclean-libtool distclean-tags distcleancheck distdir \
728         distuninstallcheck dvi dvi-am html html-am info info-am \
729         install install-am install-data install-data-am install-dvi \
730         install-dvi-am install-exec install-exec-am install-html \
731         install-html-am install-info install-info-am install-man \
732         install-pdf install-pdf-am install-ps install-ps-am \
733         install-strip installcheck installcheck-am installdirs \
734         installdirs-am maintainer-clean maintainer-clean-generic \
735         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
736         ps ps-am tags tags-recursive uninstall uninstall-am
737
738 libtool: $(LIBTOOL_DEPS)
739         $(SHELL) ./config.status --recheck
740
741 # Tell versions [3.59,3.63) of GNU make to not export all variables.
742 # Otherwise a system limit (for SysV at least) may be exceeded.
743 .NOEXPORT: