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