OSDN Git Service

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