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 VPATH = @srcdir@
     18 pkgdatadir = $(datadir)/@PACKAGE@
     19 pkgincludedir = $(includedir)/@PACKAGE@
     20 pkglibdir = $(libdir)/@PACKAGE@
     21 pkglibexecdir = $(libexecdir)/@PACKAGE@
     22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     23 install_sh_DATA = $(install_sh) -c -m 644
     24 install_sh_PROGRAM = $(install_sh) -c
     25 install_sh_SCRIPT = $(install_sh) -c
     26 INSTALL_HEADER = $(INSTALL_DATA)
     27 transform = $(program_transform_name)
     28 NORMAL_INSTALL = :
     29 PRE_INSTALL = :
     30 POST_INSTALL = :
     31 NORMAL_UNINSTALL = :
     32 PRE_UNINSTALL = :
     33 POST_UNINSTALL = :
     34 build_triplet = @build@
     35 host_triplet = @host@
     36 target_triplet = @target@
     37 @TSS_BUILD_DAA_TRUE@am__append_1 = Tspi_DAA_IssueCredential.3 \
     38 @TSS_BUILD_DAA_TRUE@	     Tspi_DAA_VerifySignature.3 \
     39 @TSS_BUILD_DAA_TRUE@	     Tspi_DAA_IssueInit.3 \
     40 @TSS_BUILD_DAA_TRUE@	     Tspi_TPM_DAA_JoinCreateDaaPubKey.3 \
     41 @TSS_BUILD_DAA_TRUE@	     Tspi_DAA_IssuerKeyVerification.3 \
     42 @TSS_BUILD_DAA_TRUE@	     Tspi_TPM_DAA_JoinInit.3 \
     43 @TSS_BUILD_DAA_TRUE@	     Tspi_DAA_IssueSetup.3 \
     44 @TSS_BUILD_DAA_TRUE@	     Tspi_TPM_DAA_JoinStoreCredential.3 \
     45 @TSS_BUILD_DAA_TRUE@	     Tspi_DAA_VerifyInit.3 \
     46 @TSS_BUILD_DAA_TRUE@	     Tspi_TPM_DAA_Sign.3
     47 
     48 subdir = man/man3
     49 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     51 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     53 	$(ACLOCAL_M4)
     54 mkinstalldirs = $(install_sh) -d
     55 CONFIG_CLEAN_FILES =
     56 CONFIG_CLEAN_VPATH_FILES =
     57 SOURCES =
     58 DIST_SOURCES =
     59 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     60 am__vpath_adj = case $$p in \
     61     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     62     *) f=$$p;; \
     63   esac;
     64 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
     65 am__install_max = 40
     66 am__nobase_strip_setup = \
     67   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
     68 am__nobase_strip = \
     69   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
     70 am__nobase_list = $(am__nobase_strip_setup); \
     71   for p in $$list; do echo "$$p $$p"; done | \
     72   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
     73   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
     74     if (++n[$$2] == $(am__install_max)) \
     75       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
     76     END { for (dir in files) print dir, files[dir] }'
     77 am__base_list = \
     78   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     79   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     80 man3dir = $(mandir)/man3
     81 am__installdirs = "$(DESTDIR)$(man3dir)"
     82 NROFF = nroff
     83 MANS = $(man3_MANS)
     84 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     85 ACLOCAL = @ACLOCAL@
     86 AMTAR = @AMTAR@
     87 AR = @AR@
     88 AUTOCONF = @AUTOCONF@
     89 AUTOHEADER = @AUTOHEADER@
     90 AUTOMAKE = @AUTOMAKE@
     91 AWK = @AWK@
     92 CC = @CC@
     93 CCDEPMODE = @CCDEPMODE@
     94 CFLAGS = @CFLAGS@
     95 CPP = @CPP@
     96 CPPFLAGS = @CPPFLAGS@
     97 CRYPTOLIB = @CRYPTOLIB@
     98 CRYPTO_PACKAGE = @CRYPTO_PACKAGE@
     99 CYGPATH_W = @CYGPATH_W@
    100 DEFS = @DEFS@
    101 DEPDIR = @DEPDIR@
    102 DSYMUTIL = @DSYMUTIL@
    103 DUMPBIN = @DUMPBIN@
    104 ECHO_C = @ECHO_C@
    105 ECHO_N = @ECHO_N@
    106 ECHO_T = @ECHO_T@
    107 EGREP = @EGREP@
    108 EXEEXT = @EXEEXT@
    109 FGREP = @FGREP@
    110 GREP = @GREP@
    111 GTK_CFLAGS = @GTK_CFLAGS@
    112 GTK_LIBS = @GTK_LIBS@
    113 INSTALL = @INSTALL@
    114 INSTALL_DATA = @INSTALL_DATA@
    115 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    116 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    117 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    118 LD = @LD@
    119 LDFLAGS = @LDFLAGS@
    120 LIBOBJS = @LIBOBJS@
    121 LIBS = @LIBS@
    122 LIBTOOL = @LIBTOOL@
    123 LIPO = @LIPO@
    124 LN_S = @LN_S@
    125 LTLIBOBJS = @LTLIBOBJS@
    126 MAKEINFO = @MAKEINFO@
    127 MKDIR_P = @MKDIR_P@
    128 NM = @NM@
    129 NMEDIT = @NMEDIT@
    130 OBJDUMP = @OBJDUMP@
    131 OBJEXT = @OBJEXT@
    132 OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
    133 OTOOL = @OTOOL@
    134 OTOOL64 = @OTOOL64@
    135 PACKAGE = @PACKAGE@
    136 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    137 PACKAGE_NAME = @PACKAGE_NAME@
    138 PACKAGE_STRING = @PACKAGE_STRING@
    139 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    140 PACKAGE_VERSION = @PACKAGE_VERSION@
    141 PATH_SEPARATOR = @PATH_SEPARATOR@
    142 PKG_CONFIG = @PKG_CONFIG@
    143 RANLIB = @RANLIB@
    144 RPC = @RPC@
    145 SED = @SED@
    146 SET_MAKE = @SET_MAKE@
    147 SHELL = @SHELL@
    148 STRIP = @STRIP@
    149 TCSD_DEFAULT_PORT = @TCSD_DEFAULT_PORT@
    150 TCSD_LDFLAGS = @TCSD_LDFLAGS@
    151 VERSION = @VERSION@
    152 abs_builddir = @abs_builddir@
    153 abs_srcdir = @abs_srcdir@
    154 abs_top_builddir = @abs_top_builddir@
    155 abs_top_srcdir = @abs_top_srcdir@
    156 ac_ct_CC = @ac_ct_CC@
    157 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    158 am__include = @am__include@
    159 am__leading_dot = @am__leading_dot@
    160 am__quote = @am__quote@
    161 am__tar = @am__tar@
    162 am__untar = @am__untar@
    163 bindir = @bindir@
    164 build = @build@
    165 build_alias = @build_alias@
    166 build_cpu = @build_cpu@
    167 build_os = @build_os@
    168 build_vendor = @build_vendor@
    169 builddir = @builddir@
    170 datadir = @datadir@
    171 datarootdir = @datarootdir@
    172 docdir = @docdir@
    173 dvidir = @dvidir@
    174 exec_prefix = @exec_prefix@
    175 host = @host@
    176 host_alias = @host_alias@
    177 host_cpu = @host_cpu@
    178 host_os = @host_os@
    179 host_vendor = @host_vendor@
    180 htmldir = @htmldir@
    181 includedir = @includedir@
    182 infodir = @infodir@
    183 install_sh = @install_sh@
    184 libdir = @libdir@
    185 libexecdir = @libexecdir@
    186 localedir = @localedir@
    187 localstatedir = @localstatedir@
    188 lt_ECHO = @lt_ECHO@
    189 mandir = @mandir@
    190 mkdir_p = @mkdir_p@
    191 oldincludedir = @oldincludedir@
    192 pdfdir = @pdfdir@
    193 prefix = @prefix@
    194 program_transform_name = @program_transform_name@
    195 psdir = @psdir@
    196 sbindir = @sbindir@
    197 sharedstatedir = @sharedstatedir@
    198 srcdir = @srcdir@
    199 sysconfdir = @sysconfdir@
    200 target = @target@
    201 target_alias = @target_alias@
    202 target_cpu = @target_cpu@
    203 target_os = @target_os@
    204 target_vendor = @target_vendor@
    205 top_build_prefix = @top_build_prefix@
    206 top_builddir = @top_builddir@
    207 top_srcdir = @top_srcdir@
    208 man3_MANS = Tspi_ChangeAuth.3 Tspi_ChangeAuthAsym.3 \
    209 	Tspi_Context_Close.3 Tspi_Context_CloseObject.3 \
    210 	Tspi_Context_Connect.3 Tspi_Context_Create.3 \
    211 	Tspi_Context_CreateObject.3 Tspi_Context_FreeMemory.3 \
    212 	Tspi_Context_GetCapability.3 Tspi_Context_GetDefaultPolicy.3 \
    213 	Tspi_Context_GetKeyByPublicInfo.3 Tspi_Context_GetKeyByUUID.3 \
    214 	Tspi_Context_GetRegisteredKeysByUUID.3 \
    215 	Tspi_Context_GetRegisteredKeysByUUID2.3 \
    216 	Tspi_Context_GetTpmObject.3 Tspi_Context_LoadKeyByBlob.3 \
    217 	Tspi_Context_LoadKeyByUUID.3 Tspi_Context_RegisterKey.3 \
    218 	Tspi_Context_UnregisterKey.3 Tspi_Data_Bind.3 Tspi_Data_Seal.3 \
    219 	Tspi_Data_Unbind.3 Tspi_Data_Unseal.3 Tspi_DecodeBER_TssBlob.3 \
    220 	Tspi_EncodeDER_TssBlob.3 Tspi_GetAttribData.3 \
    221 	Tspi_GetAttribUint32.3 Tspi_GetPolicyObject.3 \
    222 	Tspi_Hash_GetHashValue.3 Tspi_Hash_SetHashValue.3 \
    223 	Tspi_Hash_Sign.3 Tspi_Hash_UpdateHashValue.3 \
    224 	Tspi_Hash_VerifySignature.3 Tspi_Key_CertifyKey.3 \
    225 	Tspi_Key_ConvertMigrationBlob.3 Tspi_Key_CreateKey.3 \
    226 	Tspi_Key_CreateMigrationBlob.3 Tspi_Key_GetPubKey.3 \
    227 	Tspi_Key_LoadKey.3 Tspi_Key_UnloadKey.3 Tspi_Key_WrapKey.3 \
    228 	Tspi_PcrComposite_GetPcrValue.3 \
    229 	Tspi_PcrComposite_SelectPcrIndex.3 \
    230 	Tspi_PcrComposite_SetPcrValue.3 Tspi_Policy_AssignToObject.3 \
    231 	Tspi_Policy_FlushSecret.3 Tspi_Policy_SetSecret.3 \
    232 	Tspi_SetAttribData.3 Tspi_SetAttribUint32.3 \
    233 	Tspi_TPM_AuthorizeMigrationTicket.3 Tspi_TPM_CertifySelfTest.3 \
    234 	Tspi_TPM_CheckMaintenancePubKey.3 Tspi_TPM_ClearOwner.3 \
    235 	Tspi_TPM_CollateIdentityRequest.3 \
    236 	Tspi_TPM_CreateEndorsementKey.3 \
    237 	Tspi_TPM_CreateMaintenanceArchive.3 Tspi_TPM_DirRead.3 \
    238 	Tspi_TPM_DirWrite.3 Tspi_TPM_GetCapability.3 \
    239 	Tspi_TPM_GetEvent.3 Tspi_TPM_GetEventLog.3 \
    240 	Tspi_TPM_GetEvents.3 Tspi_TPM_GetPubEndorsementKey.3 \
    241 	Tspi_TPM_GetRandom.3 Tspi_TPM_GetStatus.3 \
    242 	Tspi_TPM_GetTestResult.3 Tspi_TPM_KillMaintenanceFeature.3 \
    243 	Tspi_TPM_LoadMaintenancePubKey.3 Tspi_TPM_PcrRead.3 \
    244 	Tspi_TPM_PcrExtend.3 Tspi_TPM_Quote.3 Tspi_TPM_SelfTestFull.3 \
    245 	Tspi_TPM_SetStatus.3 Tspi_TPM_StirRandom.3 \
    246 	Tspi_TPM_TakeOwnership.3 Tspi_TPM_GetAuditDigest.3 \
    247 	Tspi_TPM_OwnerGetSRKPubKey.3 Tspi_TPM_Quote2.3 \
    248 	Tspi_TPM_CMKSetRestrictions.3 $(am__append_1)
    249 EXTRA_DIST = $(man3_MANS)
    250 all: 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/man3/Makefile'; \
    263 	$(am__cd) $(top_srcdir) && \
    264 	  $(AUTOMAKE) --foreign man/man3/Makefile
    265 .PRECIOUS: Makefile
    266 Makefile: $(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 
    284 mostlyclean-libtool:
    285 	-rm -f *.lo
    286 
    287 clean-libtool:
    288 	-rm -rf .libs _libs
    289 install-man3: $(man3_MANS)
    290 	@$(NORMAL_INSTALL)
    291 	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
    292 	@list='$(man3_MANS)'; test -n "$(man3dir)" || 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,^[^3][0-9a-z]*$$,3,;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)$(man3dir)/$$inst'"; \
    304 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$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)$(man3dir)'"; \
    311 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
    312 	done; }
    313 
    314 uninstall-man3:
    315 	@$(NORMAL_UNINSTALL)
    316 	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
    317 	files=`{ for i in $$list; do echo "$$i"; done; \
    318 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
    319 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    320 	test -z "$$files" || { \
    321 	  echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
    322 	  cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
    323 tags: TAGS
    324 TAGS:
    325 
    326 ctags: CTAGS
    327 CTAGS:
    328 
    329 
    330 distdir: $(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
    373 check-am: all-am
    374 check: check-am
    375 all-am: Makefile $(MANS)
    376 installdirs:
    377 	for dir in "$(DESTDIR)$(man3dir)"; do \
    378 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    379 	done
    380 install: install-am
    381 install-exec: install-exec-am
    382 install-data: install-data-am
    383 uninstall: uninstall-am
    384 
    385 install-am: all-am
    386 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    387 
    388 installcheck: installcheck-am
    389 install-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
    394 mostlyclean-generic:
    395 
    396 clean-generic:
    397 
    398 distclean-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 
    402 maintainer-clean-generic:
    403 	@echo "This command is intended for maintainers to use"
    404 	@echo "it deletes files that may require special tools to rebuild."
    405 clean: clean-am
    406 
    407 clean-am: clean-generic clean-libtool mostlyclean-am
    408 
    409 distclean: distclean-am
    410 	-rm -f Makefile
    411 distclean-am: clean-am distclean-generic
    412 
    413 dvi: dvi-am
    414 
    415 dvi-am:
    416 
    417 html: html-am
    418 
    419 html-am:
    420 
    421 info: info-am
    422 
    423 info-am:
    424 
    425 install-data-am: install-man
    426 
    427 install-dvi: install-dvi-am
    428 
    429 install-dvi-am:
    430 
    431 install-exec-am:
    432 
    433 install-html: install-html-am
    434 
    435 install-html-am:
    436 
    437 install-info: install-info-am
    438 
    439 install-info-am:
    440 
    441 install-man: install-man3
    442 
    443 install-pdf: install-pdf-am
    444 
    445 install-pdf-am:
    446 
    447 install-ps: install-ps-am
    448 
    449 install-ps-am:
    450 
    451 installcheck-am:
    452 
    453 maintainer-clean: maintainer-clean-am
    454 	-rm -f Makefile
    455 maintainer-clean-am: distclean-am maintainer-clean-generic
    456 
    457 mostlyclean: mostlyclean-am
    458 
    459 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    460 
    461 pdf: pdf-am
    462 
    463 pdf-am:
    464 
    465 ps: ps-am
    466 
    467 ps-am:
    468 
    469 uninstall-am: uninstall-man
    470 
    471 uninstall-man: uninstall-man3
    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-man3 \
    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-man3
    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