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