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