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