Home | History | Annotate | Line # | Download | only in dist
      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 #
     40 VPATH = @srcdir@
     41 pkgdatadir = $(datadir)/@PACKAGE@
     42 pkgincludedir = $(includedir)/@PACKAGE@
     43 pkglibdir = $(libdir)/@PACKAGE@
     44 pkglibexecdir = $(libexecdir)/@PACKAGE@
     45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     46 install_sh_DATA = $(install_sh) -c -m 644
     47 install_sh_PROGRAM = $(install_sh) -c
     48 install_sh_SCRIPT = $(install_sh) -c
     49 INSTALL_HEADER = $(INSTALL_DATA)
     50 transform = $(program_transform_name)
     51 NORMAL_INSTALL = :
     52 PRE_INSTALL = :
     53 POST_INSTALL = :
     54 NORMAL_UNINSTALL = :
     55 PRE_UNINSTALL = :
     56 POST_UNINSTALL = :
     57 build_triplet = @build@
     58 host_triplet = @host@
     59 target_triplet = @target@
     60 subdir = .
     61 DIST_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
     66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     67 am__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
     75 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     76 	$(ACLOCAL_M4)
     77 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     78  configure.lineno config.status.lineno
     79 mkinstalldirs = $(install_sh) -d
     80 CONFIG_HEADER = config.h
     81 CONFIG_CLEAN_FILES = dist/tpm-tools.spec
     82 CONFIG_CLEAN_VPATH_FILES =
     83 SOURCES =
     84 DIST_SOURCES =
     85 RECURSIVE_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
     92 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
     93   distclean-recursive maintainer-clean-recursive
     94 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     95 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
     96 	distdir dist dist-all distcheck
     97 ETAGS = etags
     98 CTAGS = ctags
     99 DIST_SUBDIRS = $(SUBDIRS)
    100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    101 distdir = $(PACKAGE)-$(VERSION)
    102 top_distdir = $(distdir)
    103 am__remove_distdir = \
    104   { test ! -d "$(distdir)" \
    105     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    106          && rm -fr "$(distdir)"; }; }
    107 am__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"
    132 DIST_ARCHIVES = $(distdir).tar.gz
    133 GZIP_ENV = --best
    134 distuninstallcheck_listfiles = find . -type f -print
    135 distcleancheck_listfiles = find . -type f -print
    136 ACLOCAL = @ACLOCAL@
    137 AMTAR = @AMTAR@
    138 AR = @AR@
    139 AUTOCONF = @AUTOCONF@
    140 AUTOHEADER = @AUTOHEADER@
    141 AUTOMAKE = @AUTOMAKE@
    142 AWK = @AWK@
    143 CC = @CC@
    144 CCDEPMODE = @CCDEPMODE@
    145 CFLAGS = @CFLAGS@
    146 COPY = @COPY@
    147 CPP = @CPP@
    148 CPPFLAGS = @CPPFLAGS@
    149 CYGPATH_W = @CYGPATH_W@
    150 DEFS = @DEFS@
    151 DEPDIR = @DEPDIR@
    152 DSYMUTIL = @DSYMUTIL@
    153 DUMPBIN = @DUMPBIN@
    154 ECHO = @ECHO@
    155 ECHO_C = @ECHO_C@
    156 ECHO_N = @ECHO_N@
    157 ECHO_T = @ECHO_T@
    158 EGREP = @EGREP@
    159 EXEEXT = @EXEEXT@
    160 FGREP = @FGREP@
    161 GMSGFMT = @GMSGFMT@
    162 GMSGFMT_015 = @GMSGFMT_015@
    163 GREP = @GREP@
    164 INSTALL = @INSTALL@
    165 INSTALL_DATA = @INSTALL_DATA@
    166 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    167 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    168 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    169 INTLLIBS = @INTLLIBS@
    170 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
    171 LD = @LD@
    172 LDFLAGS = @LDFLAGS@
    173 LIBICONV = @LIBICONV@
    174 LIBINTL = @LIBINTL@
    175 LIBOBJS = @LIBOBJS@
    176 LIBS = @LIBS@
    177 LIBTOOL = @LIBTOOL@
    178 LIPO = @LIPO@
    179 LN_S = @LN_S@
    180 LTLIBICONV = @LTLIBICONV@
    181 LTLIBINTL = @LTLIBINTL@
    182 LTLIBOBJS = @LTLIBOBJS@
    183 MAKEINFO = @MAKEINFO@
    184 MKDIR = @MKDIR@
    185 MKDIR_P = @MKDIR_P@
    186 MSGFMT = @MSGFMT@
    187 MSGFMT_015 = @MSGFMT_015@
    188 MSGMERGE = @MSGMERGE@
    189 NM = @NM@
    190 NMEDIT = @NMEDIT@
    191 OBJDUMP = @OBJDUMP@
    192 OBJEXT = @OBJEXT@
    193 OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
    194 OTOOL = @OTOOL@
    195 OTOOL64 = @OTOOL64@
    196 PACKAGE = @PACKAGE@
    197 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    198 PACKAGE_NAME = @PACKAGE_NAME@
    199 PACKAGE_STRING = @PACKAGE_STRING@
    200 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    201 PACKAGE_VERSION = @PACKAGE_VERSION@
    202 PATH_SEPARATOR = @PATH_SEPARATOR@
    203 POSUB = @POSUB@
    204 RANLIB = @RANLIB@
    205 RM = @RM@
    206 SED = @SED@
    207 SET_MAKE = @SET_MAKE@
    208 SHELL = @SHELL@
    209 STRIP = @STRIP@
    210 USE_NLS = @USE_NLS@
    211 VERSION = @VERSION@
    212 XGETTEXT = @XGETTEXT@
    213 XGETTEXT_015 = @XGETTEXT_015@
    214 abs_builddir = @abs_builddir@
    215 abs_srcdir = @abs_srcdir@
    216 abs_top_builddir = @abs_top_builddir@
    217 abs_top_srcdir = @abs_top_srcdir@
    218 ac_ct_CC = @ac_ct_CC@
    219 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    220 am__include = @am__include@
    221 am__leading_dot = @am__leading_dot@
    222 am__quote = @am__quote@
    223 am__tar = @am__tar@
    224 am__untar = @am__untar@
    225 bindir = @bindir@
    226 build = @build@
    227 build_alias = @build_alias@
    228 build_cpu = @build_cpu@
    229 build_os = @build_os@
    230 build_vendor = @build_vendor@
    231 builddir = @builddir@
    232 datadir = @datadir@
    233 datarootdir = @datarootdir@
    234 docdir = @docdir@
    235 dvidir = @dvidir@
    236 exec_prefix = @exec_prefix@
    237 host = @host@
    238 host_alias = @host_alias@
    239 host_cpu = @host_cpu@
    240 host_os = @host_os@
    241 host_vendor = @host_vendor@
    242 htmldir = @htmldir@
    243 includedir = @includedir@
    244 infodir = @infodir@
    245 install_sh = @install_sh@
    246 libdir = @libdir@
    247 libexecdir = @libexecdir@
    248 localedir = @localedir@
    249 localstatedir = @localstatedir@
    250 lt_ECHO = @lt_ECHO@
    251 mandir = @mandir@
    252 mkdir_p = @mkdir_p@
    253 oldincludedir = @oldincludedir@
    254 pdfdir = @pdfdir@
    255 prefix = @prefix@
    256 program_transform_name = @program_transform_name@
    257 psdir = @psdir@
    258 sbindir = @sbindir@
    259 sharedstatedir = @sharedstatedir@
    260 srcdir = @srcdir@
    261 sysconfdir = @sysconfdir@
    262 target = @target@
    263 target_alias = @target_alias@
    264 target_cpu = @target_cpu@
    265 target_os = @target_os@
    266 target_vendor = @target_vendor@
    267 top_build_prefix = @top_build_prefix@
    268 top_builddir = @top_builddir@
    269 top_srcdir = @top_srcdir@
    270 SUBDIRS = m4  	\
    271 			include \
    272 			lib	\
    273 			src	\
    274 			po	\
    275 			man
    276 
    277 ACLOCAL_AMFLAGS = -I m4
    278 EXTRA_DIST = LICENSE test/tpm_changeownerauth01.sh
    279 all: config.h
    280 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    281 
    282 .SUFFIXES:
    283 am--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
    299 Makefile: $(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 
    318 config.h: stamp-h1
    319 	@if test ! -f $@; then \
    320 	  rm -f stamp-h1; \
    321 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    322 	else :; fi
    323 
    324 stamp-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 
    332 distclean-hdr:
    333 	-rm -f config.h stamp-h1
    334 dist/tpm-tools.spec: $(top_builddir)/config.status $(top_srcdir)/dist/tpm-tools.spec.in
    335 	cd $(top_builddir) && $(SHELL) ./config.status $@
    336 
    337 mostlyclean-libtool:
    338 	-rm -f *.lo
    339 
    340 clean-libtool:
    341 	-rm -rf .libs _libs
    342 
    343 distclean-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"
    407 tags-recursive:
    408 	list='$(SUBDIRS)'; for subdir in $$list; do \
    409 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    410 	done
    411 ctags-recursive:
    412 	list='$(SUBDIRS)'; for subdir in $$list; do \
    413 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    414 	done
    415 
    416 ID: $(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
    424 tags: TAGS
    425 
    426 TAGS: 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
    460 ctags: CTAGS
    461 CTAGS: 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 
    473 GTAGS:
    474 	here=`$(am__cd) $(top_builddir) && pwd` \
    475 	  && $(am__cd) $(top_srcdir) \
    476 	  && gtags -i $(GTAGS_ARGS) "$$here"
    477 
    478 distclean-tags:
    479 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    480 
    481 distdir: $(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)"
    548 dist-gzip: distdir
    549 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    550 	$(am__remove_distdir)
    551 
    552 dist-bzip2: distdir
    553 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    554 	$(am__remove_distdir)
    555 
    556 dist-lzma: distdir
    557 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
    558 	$(am__remove_distdir)
    559 
    560 dist-xz: distdir
    561 	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
    562 	$(am__remove_distdir)
    563 
    564 dist-tarZ: distdir
    565 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    566 	$(am__remove_distdir)
    567 
    568 dist-shar: distdir
    569 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    570 	$(am__remove_distdir)
    571 
    572 dist-zip: distdir
    573 	-rm -f $(distdir).zip
    574 	zip -rq $(distdir).zip $(distdir)
    575 	$(am__remove_distdir)
    576 
    577 dist 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.
    584 distcheck: 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'
    638 distuninstallcheck:
    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
    647 distcleancheck: 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
    656 check-am: all-am
    657 check: check-recursive
    658 all-am: Makefile config.h
    659 installdirs: installdirs-recursive
    660 installdirs-am:
    661 install: install-recursive
    662 install-exec: install-exec-recursive
    663 install-data: install-data-recursive
    664 uninstall: uninstall-recursive
    665 
    666 install-am: all-am
    667 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    668 
    669 installcheck: installcheck-recursive
    670 install-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
    675 mostlyclean-generic:
    676 
    677 clean-generic:
    678 
    679 distclean-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 
    683 maintainer-clean-generic:
    684 	@echo "This command is intended for maintainers to use"
    685 	@echo "it deletes files that may require special tools to rebuild."
    686 clean: clean-recursive
    687 
    688 clean-am: clean-generic clean-libtool mostlyclean-am
    689 
    690 distclean: distclean-recursive
    691 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    692 	-rm -f Makefile
    693 distclean-am: clean-am distclean-generic distclean-hdr \
    694 	distclean-libtool distclean-tags
    695 
    696 dvi: dvi-recursive
    697 
    698 dvi-am:
    699 
    700 html: html-recursive
    701 
    702 html-am:
    703 
    704 info: info-recursive
    705 
    706 info-am:
    707 
    708 install-data-am:
    709 
    710 install-dvi: install-dvi-recursive
    711 
    712 install-dvi-am:
    713 
    714 install-exec-am:
    715 
    716 install-html: install-html-recursive
    717 
    718 install-html-am:
    719 
    720 install-info: install-info-recursive
    721 
    722 install-info-am:
    723 
    724 install-man:
    725 
    726 install-pdf: install-pdf-recursive
    727 
    728 install-pdf-am:
    729 
    730 install-ps: install-ps-recursive
    731 
    732 install-ps-am:
    733 
    734 installcheck-am:
    735 
    736 maintainer-clean: maintainer-clean-recursive
    737 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    738 	-rm -rf $(top_srcdir)/autom4te.cache
    739 	-rm -f Makefile
    740 maintainer-clean-am: distclean-am maintainer-clean-generic
    741 
    742 mostlyclean: mostlyclean-recursive
    743 
    744 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    745 
    746 pdf: pdf-recursive
    747 
    748 pdf-am:
    749 
    750 ps: ps-recursive
    751 
    752 ps-am:
    753 
    754 uninstall-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