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