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