Home | History | Annotate | Line # | Download | only in man8
Makefile.in revision 1.1.1.2
      1      1.1  christos # Makefile.in generated by automake 1.11.1 from Makefile.am.
      2      1.1  christos # @configure_input@
      3      1.1  christos 
      4      1.1  christos # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5      1.1  christos # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
      6      1.1  christos # Inc.
      7      1.1  christos # This Makefile.in is free software; the Free Software Foundation
      8      1.1  christos # gives unlimited permission to copy and/or distribute it,
      9      1.1  christos # with or without modifications, as long as this notice is preserved.
     10      1.1  christos 
     11      1.1  christos # This program is distributed in the hope that it will be useful,
     12      1.1  christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13      1.1  christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14      1.1  christos # PARTICULAR PURPOSE.
     15      1.1  christos 
     16      1.1  christos @SET_MAKE@
     17      1.1  christos 
     18      1.1  christos #
     19      1.1  christos # Makefile.am
     20      1.1  christos #
     21      1.1  christos #       The Initial Developer of the Original Code is International
     22      1.1  christos #       Business Machines Corporation. Portions created by IBM
     23      1.1  christos #       Corporation are Copyright (C) 2005 International Business
     24      1.1  christos #       Machines Corporation. All Rights Reserved.
     25      1.1  christos #
     26      1.1  christos #       This program is free software; you can redistribute it and/or modify
     27      1.1  christos #       it under the terms of the Common Public License as published by
     28      1.1  christos #       IBM Corporation; either version 1 of the License, or (at your option)
     29      1.1  christos #       any later version.
     30      1.1  christos #
     31      1.1  christos #       This program is distributed in the hope that it will be useful,
     32      1.1  christos #       but WITHOUT ANY WARRANTY; without even the implied warranty of
     33      1.1  christos #       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     34      1.1  christos #       Common Public License for more details.
     35      1.1  christos #
     36      1.1  christos #       You should have received a copy of the Common Public License
     37      1.1  christos #       along with this program; if not, a copy can be viewed at
     38      1.1  christos #       http://www.opensource.org/licenses/cpl1.0.php.
     39      1.1  christos #
     40      1.1  christos VPATH = @srcdir@
     41      1.1  christos pkgdatadir = $(datadir)/@PACKAGE@
     42      1.1  christos pkgincludedir = $(includedir)/@PACKAGE@
     43      1.1  christos pkglibdir = $(libdir)/@PACKAGE@
     44      1.1  christos pkglibexecdir = $(libexecdir)/@PACKAGE@
     45      1.1  christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     46      1.1  christos install_sh_DATA = $(install_sh) -c -m 644
     47      1.1  christos install_sh_PROGRAM = $(install_sh) -c
     48      1.1  christos install_sh_SCRIPT = $(install_sh) -c
     49      1.1  christos INSTALL_HEADER = $(INSTALL_DATA)
     50      1.1  christos transform = $(program_transform_name)
     51      1.1  christos NORMAL_INSTALL = :
     52      1.1  christos PRE_INSTALL = :
     53      1.1  christos POST_INSTALL = :
     54      1.1  christos NORMAL_UNINSTALL = :
     55      1.1  christos PRE_UNINSTALL = :
     56      1.1  christos POST_UNINSTALL = :
     57      1.1  christos build_triplet = @build@
     58      1.1  christos host_triplet = @host@
     59      1.1  christos target_triplet = @target@
     60      1.1  christos @TSS_LIB_IS_12_TRUE@am__append_1 = tpm_nvdefine.pod	\
     61      1.1  christos @TSS_LIB_IS_12_TRUE@		tpm_nvinfo.pod		\
     62      1.1  christos @TSS_LIB_IS_12_TRUE@		tpm_nvread.pod		\
     63      1.1  christos @TSS_LIB_IS_12_TRUE@		tpm_nvrelease.pod	\
     64      1.1  christos @TSS_LIB_IS_12_TRUE@		tpm_nvwrite.pod
     65      1.1  christos 
     66      1.1  christos @TSS_LIB_IS_12_TRUE@am__append_2 = tpm_revokeek.8 tpm_setoperatorauth.8 tpm_resetdalock.8
     67      1.1  christos subdir = man/man8
     68      1.1  christos DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     69      1.1  christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     70      1.1  christos am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
     71      1.1  christos 	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
     72      1.1  christos 	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
     73      1.1  christos 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
     74      1.1  christos 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
     75      1.1  christos 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
     76      1.1  christos 	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
     77  1.1.1.2  christos 	$(top_srcdir)/configure.ac
     78      1.1  christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     79      1.1  christos 	$(ACLOCAL_M4)
     80      1.1  christos mkinstalldirs = $(install_sh) -d
     81      1.1  christos CONFIG_HEADER = $(top_builddir)/config.h
     82      1.1  christos CONFIG_CLEAN_FILES =
     83      1.1  christos CONFIG_CLEAN_VPATH_FILES =
     84      1.1  christos SOURCES =
     85      1.1  christos DIST_SOURCES =
     86      1.1  christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     87      1.1  christos am__vpath_adj = case $$p in \
     88      1.1  christos     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     89      1.1  christos     *) f=$$p;; \
     90      1.1  christos   esac;
     91      1.1  christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
     92      1.1  christos am__install_max = 40
     93      1.1  christos am__nobase_strip_setup = \
     94      1.1  christos   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
     95      1.1  christos am__nobase_strip = \
     96      1.1  christos   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
     97      1.1  christos am__nobase_list = $(am__nobase_strip_setup); \
     98      1.1  christos   for p in $$list; do echo "$$p $$p"; done | \
     99      1.1  christos   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    100      1.1  christos   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    101      1.1  christos     if (++n[$$2] == $(am__install_max)) \
    102      1.1  christos       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    103      1.1  christos     END { for (dir in files) print dir, files[dir] }'
    104      1.1  christos am__base_list = \
    105      1.1  christos   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    106      1.1  christos   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    107      1.1  christos man8dir = $(mandir)/man8
    108      1.1  christos am__installdirs = "$(DESTDIR)$(man8dir)"
    109      1.1  christos NROFF = nroff
    110      1.1  christos MANS = $(man8_MANS)
    111      1.1  christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    112      1.1  christos ACLOCAL = @ACLOCAL@
    113      1.1  christos AMTAR = @AMTAR@
    114      1.1  christos AR = @AR@
    115      1.1  christos AUTOCONF = @AUTOCONF@
    116      1.1  christos AUTOHEADER = @AUTOHEADER@
    117      1.1  christos AUTOMAKE = @AUTOMAKE@
    118      1.1  christos AWK = @AWK@
    119      1.1  christos CC = @CC@
    120      1.1  christos CCDEPMODE = @CCDEPMODE@
    121      1.1  christos CFLAGS = @CFLAGS@
    122      1.1  christos COPY = @COPY@
    123      1.1  christos CPP = @CPP@
    124      1.1  christos CPPFLAGS = @CPPFLAGS@
    125      1.1  christos CYGPATH_W = @CYGPATH_W@
    126      1.1  christos DEFS = @DEFS@
    127      1.1  christos DEPDIR = @DEPDIR@
    128      1.1  christos DSYMUTIL = @DSYMUTIL@
    129      1.1  christos DUMPBIN = @DUMPBIN@
    130      1.1  christos ECHO = @ECHO@
    131      1.1  christos ECHO_C = @ECHO_C@
    132      1.1  christos ECHO_N = @ECHO_N@
    133      1.1  christos ECHO_T = @ECHO_T@
    134      1.1  christos EGREP = @EGREP@
    135      1.1  christos EXEEXT = @EXEEXT@
    136      1.1  christos FGREP = @FGREP@
    137      1.1  christos GMSGFMT = @GMSGFMT@
    138      1.1  christos GMSGFMT_015 = @GMSGFMT_015@
    139      1.1  christos GREP = @GREP@
    140      1.1  christos INSTALL = @INSTALL@
    141      1.1  christos INSTALL_DATA = @INSTALL_DATA@
    142      1.1  christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
    143      1.1  christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
    144      1.1  christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    145      1.1  christos INTLLIBS = @INTLLIBS@
    146      1.1  christos INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
    147      1.1  christos LD = @LD@
    148      1.1  christos LDFLAGS = @LDFLAGS@
    149      1.1  christos LIBICONV = @LIBICONV@
    150      1.1  christos LIBINTL = @LIBINTL@
    151      1.1  christos LIBOBJS = @LIBOBJS@
    152      1.1  christos LIBS = @LIBS@
    153      1.1  christos LIBTOOL = @LIBTOOL@
    154      1.1  christos LIPO = @LIPO@
    155      1.1  christos LN_S = @LN_S@
    156      1.1  christos LTLIBICONV = @LTLIBICONV@
    157      1.1  christos LTLIBINTL = @LTLIBINTL@
    158      1.1  christos LTLIBOBJS = @LTLIBOBJS@
    159      1.1  christos MAKEINFO = @MAKEINFO@
    160      1.1  christos MKDIR = @MKDIR@
    161      1.1  christos MKDIR_P = @MKDIR_P@
    162      1.1  christos MSGFMT = @MSGFMT@
    163      1.1  christos MSGFMT_015 = @MSGFMT_015@
    164      1.1  christos MSGMERGE = @MSGMERGE@
    165      1.1  christos NM = @NM@
    166      1.1  christos NMEDIT = @NMEDIT@
    167      1.1  christos OBJDUMP = @OBJDUMP@
    168      1.1  christos OBJEXT = @OBJEXT@
    169      1.1  christos OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
    170      1.1  christos OTOOL = @OTOOL@
    171      1.1  christos OTOOL64 = @OTOOL64@
    172      1.1  christos PACKAGE = @PACKAGE@
    173      1.1  christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    174      1.1  christos PACKAGE_NAME = @PACKAGE_NAME@
    175      1.1  christos PACKAGE_STRING = @PACKAGE_STRING@
    176      1.1  christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
    177      1.1  christos PACKAGE_VERSION = @PACKAGE_VERSION@
    178      1.1  christos PATH_SEPARATOR = @PATH_SEPARATOR@
    179      1.1  christos POSUB = @POSUB@
    180      1.1  christos RANLIB = @RANLIB@
    181      1.1  christos RM = @RM@
    182      1.1  christos SED = @SED@
    183      1.1  christos SET_MAKE = @SET_MAKE@
    184      1.1  christos SHELL = @SHELL@
    185      1.1  christos STRIP = @STRIP@
    186      1.1  christos USE_NLS = @USE_NLS@
    187      1.1  christos VERSION = @VERSION@
    188      1.1  christos XGETTEXT = @XGETTEXT@
    189      1.1  christos XGETTEXT_015 = @XGETTEXT_015@
    190      1.1  christos abs_builddir = @abs_builddir@
    191      1.1  christos abs_srcdir = @abs_srcdir@
    192      1.1  christos abs_top_builddir = @abs_top_builddir@
    193      1.1  christos abs_top_srcdir = @abs_top_srcdir@
    194      1.1  christos ac_ct_CC = @ac_ct_CC@
    195      1.1  christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    196      1.1  christos am__include = @am__include@
    197      1.1  christos am__leading_dot = @am__leading_dot@
    198      1.1  christos am__quote = @am__quote@
    199      1.1  christos am__tar = @am__tar@
    200      1.1  christos am__untar = @am__untar@
    201      1.1  christos bindir = @bindir@
    202      1.1  christos build = @build@
    203      1.1  christos build_alias = @build_alias@
    204      1.1  christos build_cpu = @build_cpu@
    205      1.1  christos build_os = @build_os@
    206      1.1  christos build_vendor = @build_vendor@
    207      1.1  christos builddir = @builddir@
    208      1.1  christos datadir = @datadir@
    209      1.1  christos datarootdir = @datarootdir@
    210      1.1  christos docdir = @docdir@
    211      1.1  christos dvidir = @dvidir@
    212      1.1  christos exec_prefix = @exec_prefix@
    213      1.1  christos host = @host@
    214      1.1  christos host_alias = @host_alias@
    215      1.1  christos host_cpu = @host_cpu@
    216      1.1  christos host_os = @host_os@
    217      1.1  christos host_vendor = @host_vendor@
    218      1.1  christos htmldir = @htmldir@
    219      1.1  christos includedir = @includedir@
    220      1.1  christos infodir = @infodir@
    221      1.1  christos install_sh = @install_sh@
    222      1.1  christos libdir = @libdir@
    223      1.1  christos libexecdir = @libexecdir@
    224      1.1  christos localedir = @localedir@
    225      1.1  christos localstatedir = @localstatedir@
    226  1.1.1.2  christos lt_ECHO = @lt_ECHO@
    227      1.1  christos mandir = @mandir@
    228      1.1  christos mkdir_p = @mkdir_p@
    229      1.1  christos oldincludedir = @oldincludedir@
    230      1.1  christos pdfdir = @pdfdir@
    231      1.1  christos prefix = @prefix@
    232      1.1  christos program_transform_name = @program_transform_name@
    233      1.1  christos psdir = @psdir@
    234      1.1  christos sbindir = @sbindir@
    235      1.1  christos sharedstatedir = @sharedstatedir@
    236      1.1  christos srcdir = @srcdir@
    237      1.1  christos sysconfdir = @sysconfdir@
    238      1.1  christos target = @target@
    239      1.1  christos target_alias = @target_alias@
    240      1.1  christos target_cpu = @target_cpu@
    241      1.1  christos target_os = @target_os@
    242      1.1  christos target_vendor = @target_vendor@
    243      1.1  christos top_build_prefix = @top_build_prefix@
    244      1.1  christos top_builddir = @top_builddir@
    245      1.1  christos top_srcdir = @top_srcdir@
    246      1.1  christos man8_PODS = $(am__append_1)
    247      1.1  christos man8_MANS = tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8 \
    248      1.1  christos 	tpm_getpubek.8 tpm_restrictpubek.8 tpm_selftest.8 \
    249      1.1  christos 	tpm_setactive.8 tpm_setclearable.8 tpm_setenable.8 \
    250      1.1  christos 	tpm_setownable.8 tpm_setpresence.8 tpm_takeownership.8 \
    251      1.1  christos 	$(addsuffix .8,$(basename $(man8_PODS))) $(am__append_2)
    252      1.1  christos EXTRA_DIST = $(man8_MANS)
    253      1.1  christos all: all-am
    254      1.1  christos 
    255      1.1  christos .SUFFIXES:
    256      1.1  christos $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    257      1.1  christos 	@for dep in $?; do \
    258      1.1  christos 	  case '$(am__configure_deps)' in \
    259      1.1  christos 	    *$$dep*) \
    260      1.1  christos 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    261      1.1  christos 	        && { if test -f $@; then exit 0; else break; fi; }; \
    262      1.1  christos 	      exit 1;; \
    263      1.1  christos 	  esac; \
    264      1.1  christos 	done; \
    265      1.1  christos 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/man8/Makefile'; \
    266      1.1  christos 	$(am__cd) $(top_srcdir) && \
    267      1.1  christos 	  $(AUTOMAKE) --foreign man/man8/Makefile
    268      1.1  christos .PRECIOUS: Makefile
    269      1.1  christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    270      1.1  christos 	@case '$?' in \
    271      1.1  christos 	  *config.status*) \
    272      1.1  christos 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    273      1.1  christos 	  *) \
    274      1.1  christos 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    275      1.1  christos 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    276      1.1  christos 	esac;
    277      1.1  christos 
    278      1.1  christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    279      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    280      1.1  christos 
    281      1.1  christos $(top_srcdir)/configure:  $(am__configure_deps)
    282      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    283      1.1  christos $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    284      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    285      1.1  christos $(am__aclocal_m4_deps):
    286      1.1  christos 
    287      1.1  christos mostlyclean-libtool:
    288      1.1  christos 	-rm -f *.lo
    289      1.1  christos 
    290      1.1  christos clean-libtool:
    291      1.1  christos 	-rm -rf .libs _libs
    292      1.1  christos install-man8: $(man8_MANS)
    293      1.1  christos 	@$(NORMAL_INSTALL)
    294      1.1  christos 	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
    295      1.1  christos 	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
    296      1.1  christos 	{ for i in $$list; do echo "$$i"; done; \
    297      1.1  christos 	} | while read p; do \
    298      1.1  christos 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    299      1.1  christos 	  echo "$$d$$p"; echo "$$p"; \
    300      1.1  christos 	done | \
    301      1.1  christos 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
    302      1.1  christos 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    303      1.1  christos 	sed 'N;N;s,\n, ,g' | { \
    304      1.1  christos 	list=; while read file base inst; do \
    305      1.1  christos 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    306      1.1  christos 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
    307      1.1  christos 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
    308      1.1  christos 	  fi; \
    309      1.1  christos 	done; \
    310      1.1  christos 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    311      1.1  christos 	while read files; do \
    312      1.1  christos 	  test -z "$$files" || { \
    313      1.1  christos 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
    314      1.1  christos 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
    315      1.1  christos 	done; }
    316      1.1  christos 
    317      1.1  christos uninstall-man8:
    318      1.1  christos 	@$(NORMAL_UNINSTALL)
    319      1.1  christos 	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
    320      1.1  christos 	files=`{ for i in $$list; do echo "$$i"; done; \
    321      1.1  christos 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
    322      1.1  christos 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    323      1.1  christos 	test -z "$$files" || { \
    324      1.1  christos 	  echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
    325      1.1  christos 	  cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
    326      1.1  christos tags: TAGS
    327      1.1  christos TAGS:
    328      1.1  christos 
    329      1.1  christos ctags: CTAGS
    330      1.1  christos CTAGS:
    331      1.1  christos 
    332      1.1  christos 
    333      1.1  christos distdir: $(DISTFILES)
    334      1.1  christos 	@list='$(MANS)'; if test -n "$$list"; then \
    335      1.1  christos 	  list=`for p in $$list; do \
    336      1.1  christos 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    337      1.1  christos 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
    338      1.1  christos 	  if test -n "$$list" && \
    339      1.1  christos 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
    340      1.1  christos 	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
    341      1.1  christos 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
    342      1.1  christos 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
    343      1.1  christos 	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
    344      1.1  christos 	    exit 1; \
    345      1.1  christos 	  else :; fi; \
    346      1.1  christos 	else :; fi
    347      1.1  christos 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    348      1.1  christos 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    349      1.1  christos 	list='$(DISTFILES)'; \
    350      1.1  christos 	  dist_files=`for file in $$list; do echo $$file; done | \
    351      1.1  christos 	  sed -e "s|^$$srcdirstrip/||;t" \
    352      1.1  christos 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    353      1.1  christos 	case $$dist_files in \
    354      1.1  christos 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    355      1.1  christos 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    356      1.1  christos 			   sort -u` ;; \
    357      1.1  christos 	esac; \
    358      1.1  christos 	for file in $$dist_files; do \
    359      1.1  christos 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    360      1.1  christos 	  if test -d $$d/$$file; then \
    361      1.1  christos 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    362      1.1  christos 	    if test -d "$(distdir)/$$file"; then \
    363      1.1  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    364      1.1  christos 	    fi; \
    365      1.1  christos 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    366      1.1  christos 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    367      1.1  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    368      1.1  christos 	    fi; \
    369      1.1  christos 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    370      1.1  christos 	  else \
    371      1.1  christos 	    test -f "$(distdir)/$$file" \
    372      1.1  christos 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    373      1.1  christos 	    || exit 1; \
    374      1.1  christos 	  fi; \
    375      1.1  christos 	done
    376      1.1  christos check-am: all-am
    377      1.1  christos check: check-am
    378      1.1  christos all-am: Makefile $(MANS)
    379      1.1  christos installdirs:
    380      1.1  christos 	for dir in "$(DESTDIR)$(man8dir)"; do \
    381      1.1  christos 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    382      1.1  christos 	done
    383      1.1  christos install: install-am
    384      1.1  christos install-exec: install-exec-am
    385      1.1  christos install-data: install-data-am
    386      1.1  christos uninstall: uninstall-am
    387      1.1  christos 
    388      1.1  christos install-am: all-am
    389      1.1  christos 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    390      1.1  christos 
    391      1.1  christos installcheck: installcheck-am
    392      1.1  christos install-strip:
    393      1.1  christos 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    394      1.1  christos 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    395      1.1  christos 	  `test -z '$(STRIP)' || \
    396      1.1  christos 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    397      1.1  christos mostlyclean-generic:
    398      1.1  christos 
    399      1.1  christos clean-generic:
    400      1.1  christos 
    401      1.1  christos distclean-generic:
    402      1.1  christos 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    403      1.1  christos 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    404      1.1  christos 
    405      1.1  christos maintainer-clean-generic:
    406      1.1  christos 	@echo "This command is intended for maintainers to use"
    407      1.1  christos 	@echo "it deletes files that may require special tools to rebuild."
    408      1.1  christos clean: clean-am
    409      1.1  christos 
    410      1.1  christos clean-am: clean-generic clean-libtool mostlyclean-am
    411      1.1  christos 
    412      1.1  christos distclean: distclean-am
    413      1.1  christos 	-rm -f Makefile
    414      1.1  christos distclean-am: clean-am distclean-generic
    415      1.1  christos 
    416      1.1  christos dvi: dvi-am
    417      1.1  christos 
    418      1.1  christos dvi-am:
    419      1.1  christos 
    420      1.1  christos html: html-am
    421      1.1  christos 
    422      1.1  christos html-am:
    423      1.1  christos 
    424      1.1  christos info: info-am
    425      1.1  christos 
    426      1.1  christos info-am:
    427      1.1  christos 
    428      1.1  christos install-data-am: install-man
    429      1.1  christos 
    430      1.1  christos install-dvi: install-dvi-am
    431      1.1  christos 
    432      1.1  christos install-dvi-am:
    433      1.1  christos 
    434      1.1  christos install-exec-am:
    435      1.1  christos 
    436      1.1  christos install-html: install-html-am
    437      1.1  christos 
    438      1.1  christos install-html-am:
    439      1.1  christos 
    440      1.1  christos install-info: install-info-am
    441      1.1  christos 
    442      1.1  christos install-info-am:
    443      1.1  christos 
    444      1.1  christos install-man: install-man8
    445      1.1  christos 
    446      1.1  christos install-pdf: install-pdf-am
    447      1.1  christos 
    448      1.1  christos install-pdf-am:
    449      1.1  christos 
    450      1.1  christos install-ps: install-ps-am
    451      1.1  christos 
    452      1.1  christos install-ps-am:
    453      1.1  christos 
    454      1.1  christos installcheck-am:
    455      1.1  christos 
    456      1.1  christos maintainer-clean: maintainer-clean-am
    457      1.1  christos 	-rm -f Makefile
    458      1.1  christos maintainer-clean-am: distclean-am maintainer-clean-generic
    459      1.1  christos 
    460      1.1  christos mostlyclean: mostlyclean-am
    461      1.1  christos 
    462      1.1  christos mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    463      1.1  christos 
    464      1.1  christos pdf: pdf-am
    465      1.1  christos 
    466      1.1  christos pdf-am:
    467      1.1  christos 
    468      1.1  christos ps: ps-am
    469      1.1  christos 
    470      1.1  christos ps-am:
    471      1.1  christos 
    472      1.1  christos uninstall-am: uninstall-man
    473      1.1  christos 
    474      1.1  christos uninstall-man: uninstall-man8
    475      1.1  christos 
    476      1.1  christos .MAKE: install-am install-strip
    477      1.1  christos 
    478      1.1  christos .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    479      1.1  christos 	distclean distclean-generic distclean-libtool distdir dvi \
    480      1.1  christos 	dvi-am html html-am info info-am install install-am \
    481      1.1  christos 	install-data install-data-am install-dvi install-dvi-am \
    482      1.1  christos 	install-exec install-exec-am install-html install-html-am \
    483      1.1  christos 	install-info install-info-am install-man install-man8 \
    484      1.1  christos 	install-pdf install-pdf-am install-ps install-ps-am \
    485      1.1  christos 	install-strip installcheck installcheck-am installdirs \
    486      1.1  christos 	maintainer-clean maintainer-clean-generic mostlyclean \
    487      1.1  christos 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    488      1.1  christos 	uninstall uninstall-am uninstall-man uninstall-man8
    489      1.1  christos 
    490      1.1  christos 
    491      1.1  christos %.8 : %.pod
    492      1.1  christos 	@pod2man -r "TPM Management" \
    493      1.1  christos 		-c "" \
    494      1.1  christos 		-n $(basename $@) \
    495      1.1  christos 		--section=8 $< > $@
    496      1.1  christos 
    497      1.1  christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
    498      1.1  christos # Otherwise a system limit (for SysV at least) may be exceeded.
    499      1.1  christos .NOEXPORT:
    500