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 @P11_SUPPORT_TRUE@am__append_1 = tpmtoken_init.1 \ 61 @P11_SUPPORT_TRUE@ tpmtoken_import.1 \ 62 @P11_SUPPORT_TRUE@ tpmtoken_objects.1 \ 63 @P11_SUPPORT_TRUE@ tpmtoken_protect.1 \ 64 @P11_SUPPORT_TRUE@ tpmtoken_setpasswd.1 65 66 subdir = man/man1 67 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 68 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 69 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 70 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 71 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 72 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 73 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 74 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ 75 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ 76 $(top_srcdir)/configure.ac 77 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 78 $(ACLOCAL_M4) 79 mkinstalldirs = $(install_sh) -d 80 CONFIG_HEADER = $(top_builddir)/config.h 81 CONFIG_CLEAN_FILES = 82 CONFIG_CLEAN_VPATH_FILES = 83 SOURCES = 84 DIST_SOURCES = 85 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 86 am__vpath_adj = case $$p in \ 87 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 88 *) f=$$p;; \ 89 esac; 90 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 91 am__install_max = 40 92 am__nobase_strip_setup = \ 93 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 94 am__nobase_strip = \ 95 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 96 am__nobase_list = $(am__nobase_strip_setup); \ 97 for p in $$list; do echo "$$p $$p"; done | \ 98 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 99 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 100 if (++n[$$2] == $(am__install_max)) \ 101 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 102 END { for (dir in files) print dir, files[dir] }' 103 am__base_list = \ 104 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 105 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 106 man1dir = $(mandir)/man1 107 am__installdirs = "$(DESTDIR)$(man1dir)" 108 NROFF = nroff 109 MANS = $(man1_MANS) 110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 111 ACLOCAL = @ACLOCAL@ 112 AMTAR = @AMTAR@ 113 AR = @AR@ 114 AUTOCONF = @AUTOCONF@ 115 AUTOHEADER = @AUTOHEADER@ 116 AUTOMAKE = @AUTOMAKE@ 117 AWK = @AWK@ 118 CC = @CC@ 119 CCDEPMODE = @CCDEPMODE@ 120 CFLAGS = @CFLAGS@ 121 COPY = @COPY@ 122 CPP = @CPP@ 123 CPPFLAGS = @CPPFLAGS@ 124 CYGPATH_W = @CYGPATH_W@ 125 DEFS = @DEFS@ 126 DEPDIR = @DEPDIR@ 127 DSYMUTIL = @DSYMUTIL@ 128 DUMPBIN = @DUMPBIN@ 129 ECHO = @ECHO@ 130 ECHO_C = @ECHO_C@ 131 ECHO_N = @ECHO_N@ 132 ECHO_T = @ECHO_T@ 133 EGREP = @EGREP@ 134 EXEEXT = @EXEEXT@ 135 FGREP = @FGREP@ 136 GMSGFMT = @GMSGFMT@ 137 GMSGFMT_015 = @GMSGFMT_015@ 138 GREP = @GREP@ 139 INSTALL = @INSTALL@ 140 INSTALL_DATA = @INSTALL_DATA@ 141 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 142 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 144 INTLLIBS = @INTLLIBS@ 145 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 146 LD = @LD@ 147 LDFLAGS = @LDFLAGS@ 148 LIBICONV = @LIBICONV@ 149 LIBINTL = @LIBINTL@ 150 LIBOBJS = @LIBOBJS@ 151 LIBS = @LIBS@ 152 LIBTOOL = @LIBTOOL@ 153 LIPO = @LIPO@ 154 LN_S = @LN_S@ 155 LTLIBICONV = @LTLIBICONV@ 156 LTLIBINTL = @LTLIBINTL@ 157 LTLIBOBJS = @LTLIBOBJS@ 158 MAKEINFO = @MAKEINFO@ 159 MKDIR = @MKDIR@ 160 MKDIR_P = @MKDIR_P@ 161 MSGFMT = @MSGFMT@ 162 MSGFMT_015 = @MSGFMT_015@ 163 MSGMERGE = @MSGMERGE@ 164 NM = @NM@ 165 NMEDIT = @NMEDIT@ 166 OBJDUMP = @OBJDUMP@ 167 OBJEXT = @OBJEXT@ 168 OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@ 169 OTOOL = @OTOOL@ 170 OTOOL64 = @OTOOL64@ 171 PACKAGE = @PACKAGE@ 172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 173 PACKAGE_NAME = @PACKAGE_NAME@ 174 PACKAGE_STRING = @PACKAGE_STRING@ 175 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 176 PACKAGE_VERSION = @PACKAGE_VERSION@ 177 PATH_SEPARATOR = @PATH_SEPARATOR@ 178 POSUB = @POSUB@ 179 RANLIB = @RANLIB@ 180 RM = @RM@ 181 SED = @SED@ 182 SET_MAKE = @SET_MAKE@ 183 SHELL = @SHELL@ 184 STRIP = @STRIP@ 185 USE_NLS = @USE_NLS@ 186 VERSION = @VERSION@ 187 XGETTEXT = @XGETTEXT@ 188 XGETTEXT_015 = @XGETTEXT_015@ 189 abs_builddir = @abs_builddir@ 190 abs_srcdir = @abs_srcdir@ 191 abs_top_builddir = @abs_top_builddir@ 192 abs_top_srcdir = @abs_top_srcdir@ 193 ac_ct_CC = @ac_ct_CC@ 194 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 195 am__include = @am__include@ 196 am__leading_dot = @am__leading_dot@ 197 am__quote = @am__quote@ 198 am__tar = @am__tar@ 199 am__untar = @am__untar@ 200 bindir = @bindir@ 201 build = @build@ 202 build_alias = @build_alias@ 203 build_cpu = @build_cpu@ 204 build_os = @build_os@ 205 build_vendor = @build_vendor@ 206 builddir = @builddir@ 207 datadir = @datadir@ 208 datarootdir = @datarootdir@ 209 docdir = @docdir@ 210 dvidir = @dvidir@ 211 exec_prefix = @exec_prefix@ 212 host = @host@ 213 host_alias = @host_alias@ 214 host_cpu = @host_cpu@ 215 host_os = @host_os@ 216 host_vendor = @host_vendor@ 217 htmldir = @htmldir@ 218 includedir = @includedir@ 219 infodir = @infodir@ 220 install_sh = @install_sh@ 221 libdir = @libdir@ 222 libexecdir = @libexecdir@ 223 localedir = @localedir@ 224 localstatedir = @localstatedir@ 225 lt_ECHO = @lt_ECHO@ 226 mandir = @mandir@ 227 mkdir_p = @mkdir_p@ 228 oldincludedir = @oldincludedir@ 229 pdfdir = @pdfdir@ 230 prefix = @prefix@ 231 program_transform_name = @program_transform_name@ 232 psdir = @psdir@ 233 sbindir = @sbindir@ 234 sharedstatedir = @sharedstatedir@ 235 srcdir = @srcdir@ 236 sysconfdir = @sysconfdir@ 237 target = @target@ 238 target_alias = @target_alias@ 239 target_cpu = @target_cpu@ 240 target_os = @target_os@ 241 target_vendor = @target_vendor@ 242 top_build_prefix = @top_build_prefix@ 243 top_builddir = @top_builddir@ 244 top_srcdir = @top_srcdir@ 245 man1_MANS = tpm_sealdata.1 tpm_version.1 $(am__append_1) 246 EXTRA_DIST = $(man1_MANS) 247 all: all-am 248 249 .SUFFIXES: 250 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 251 @for dep in $?; do \ 252 case '$(am__configure_deps)' in \ 253 *$$dep*) \ 254 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 255 && { if test -f $@; then exit 0; else break; fi; }; \ 256 exit 1;; \ 257 esac; \ 258 done; \ 259 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/man1/Makefile'; \ 260 $(am__cd) $(top_srcdir) && \ 261 $(AUTOMAKE) --foreign man/man1/Makefile 262 .PRECIOUS: Makefile 263 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 264 @case '$?' in \ 265 *config.status*) \ 266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 267 *) \ 268 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 269 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 270 esac; 271 272 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 273 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 274 275 $(top_srcdir)/configure: $(am__configure_deps) 276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 277 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 279 $(am__aclocal_m4_deps): 280 281 mostlyclean-libtool: 282 -rm -f *.lo 283 284 clean-libtool: 285 -rm -rf .libs _libs 286 install-man1: $(man1_MANS) 287 @$(NORMAL_INSTALL) 288 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" 289 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ 290 { for i in $$list; do echo "$$i"; done; \ 291 } | while read p; do \ 292 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 293 echo "$$d$$p"; echo "$$p"; \ 294 done | \ 295 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 296 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 297 sed 'N;N;s,\n, ,g' | { \ 298 list=; while read file base inst; do \ 299 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 300 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 301 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 302 fi; \ 303 done; \ 304 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 305 while read files; do \ 306 test -z "$$files" || { \ 307 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 308 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 309 done; } 310 311 uninstall-man1: 312 @$(NORMAL_UNINSTALL) 313 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ 314 files=`{ for i in $$list; do echo "$$i"; done; \ 315 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 316 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 317 test -z "$$files" || { \ 318 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ 319 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } 320 tags: TAGS 321 TAGS: 322 323 ctags: CTAGS 324 CTAGS: 325 326 327 distdir: $(DISTFILES) 328 @list='$(MANS)'; if test -n "$$list"; then \ 329 list=`for p in $$list; do \ 330 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 331 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ 332 if test -n "$$list" && \ 333 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ 334 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ 335 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ 336 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ 337 echo " typically \`make maintainer-clean' will remove them" >&2; \ 338 exit 1; \ 339 else :; fi; \ 340 else :; fi 341 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 342 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 343 list='$(DISTFILES)'; \ 344 dist_files=`for file in $$list; do echo $$file; done | \ 345 sed -e "s|^$$srcdirstrip/||;t" \ 346 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 347 case $$dist_files in \ 348 */*) $(MKDIR_P) `echo "$$dist_files" | \ 349 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 350 sort -u` ;; \ 351 esac; \ 352 for file in $$dist_files; do \ 353 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 354 if test -d $$d/$$file; then \ 355 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 356 if test -d "$(distdir)/$$file"; then \ 357 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 358 fi; \ 359 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 360 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 361 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 362 fi; \ 363 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 364 else \ 365 test -f "$(distdir)/$$file" \ 366 || cp -p $$d/$$file "$(distdir)/$$file" \ 367 || exit 1; \ 368 fi; \ 369 done 370 check-am: all-am 371 check: check-am 372 all-am: Makefile $(MANS) 373 installdirs: 374 for dir in "$(DESTDIR)$(man1dir)"; do \ 375 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 376 done 377 install: install-am 378 install-exec: install-exec-am 379 install-data: install-data-am 380 uninstall: uninstall-am 381 382 install-am: all-am 383 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 384 385 installcheck: installcheck-am 386 install-strip: 387 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 388 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 389 `test -z '$(STRIP)' || \ 390 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 391 mostlyclean-generic: 392 393 clean-generic: 394 395 distclean-generic: 396 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 397 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 398 399 maintainer-clean-generic: 400 @echo "This command is intended for maintainers to use" 401 @echo "it deletes files that may require special tools to rebuild." 402 clean: clean-am 403 404 clean-am: clean-generic clean-libtool mostlyclean-am 405 406 distclean: distclean-am 407 -rm -f Makefile 408 distclean-am: clean-am distclean-generic 409 410 dvi: dvi-am 411 412 dvi-am: 413 414 html: html-am 415 416 html-am: 417 418 info: info-am 419 420 info-am: 421 422 install-data-am: install-man 423 424 install-dvi: install-dvi-am 425 426 install-dvi-am: 427 428 install-exec-am: 429 430 install-html: install-html-am 431 432 install-html-am: 433 434 install-info: install-info-am 435 436 install-info-am: 437 438 install-man: install-man1 439 440 install-pdf: install-pdf-am 441 442 install-pdf-am: 443 444 install-ps: install-ps-am 445 446 install-ps-am: 447 448 installcheck-am: 449 450 maintainer-clean: maintainer-clean-am 451 -rm -f Makefile 452 maintainer-clean-am: distclean-am maintainer-clean-generic 453 454 mostlyclean: mostlyclean-am 455 456 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 457 458 pdf: pdf-am 459 460 pdf-am: 461 462 ps: ps-am 463 464 ps-am: 465 466 uninstall-am: uninstall-man 467 468 uninstall-man: uninstall-man1 469 470 .MAKE: install-am install-strip 471 472 .PHONY: all all-am check check-am clean clean-generic clean-libtool \ 473 distclean distclean-generic distclean-libtool distdir dvi \ 474 dvi-am html html-am info info-am install install-am \ 475 install-data install-data-am install-dvi install-dvi-am \ 476 install-exec install-exec-am install-html install-html-am \ 477 install-info install-info-am install-man install-man1 \ 478 install-pdf install-pdf-am install-ps install-ps-am \ 479 install-strip installcheck installcheck-am installdirs \ 480 maintainer-clean maintainer-clean-generic mostlyclean \ 481 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 482 uninstall uninstall-am uninstall-man uninstall-man1 483 484 485 # Tell versions [3.59,3.63) of GNU make to not export all variables. 486 # Otherwise a system limit (for SysV at least) may be exceeded. 487 .NOEXPORT: 488