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