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