OSDN Git Service

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