Home | History | Annotate | Line # | Download | only in man3
Makefile.in revision 1.1.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 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 subdir = man/man3
     38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
     41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     42 	$(ACLOCAL_M4)
     43 mkinstalldirs = $(install_sh) -d
     44 CONFIG_CLEAN_FILES =
     45 CONFIG_CLEAN_VPATH_FILES =
     46 SOURCES =
     47 DIST_SOURCES =
     48 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     49 am__vpath_adj = case $$p in \
     50     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     51     *) f=$$p;; \
     52   esac;
     53 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
     54 am__install_max = 40
     55 am__nobase_strip_setup = \
     56   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
     57 am__nobase_strip = \
     58   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
     59 am__nobase_list = $(am__nobase_strip_setup); \
     60   for p in $$list; do echo "$$p $$p"; done | \
     61   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
     62   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
     63     if (++n[$$2] == $(am__install_max)) \
     64       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
     65     END { for (dir in files) print dir, files[dir] }'
     66 am__base_list = \
     67   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     68   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     69 man3dir = $(mandir)/man3
     70 am__installdirs = "$(DESTDIR)$(man3dir)"
     71 NROFF = nroff
     72 MANS = $(man3_MANS)
     73 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     74 ACLOCAL = @ACLOCAL@
     75 AMTAR = @AMTAR@
     76 AR = @AR@
     77 AUTOCONF = @AUTOCONF@
     78 AUTOHEADER = @AUTOHEADER@
     79 AUTOMAKE = @AUTOMAKE@
     80 AWK = @AWK@
     81 CC = @CC@
     82 CCDEPMODE = @CCDEPMODE@
     83 CFLAGS = @CFLAGS@
     84 CPP = @CPP@
     85 CPPFLAGS = @CPPFLAGS@
     86 CRYPTOLIB = @CRYPTOLIB@
     87 CRYPTO_PACKAGE = @CRYPTO_PACKAGE@
     88 CYGPATH_W = @CYGPATH_W@
     89 DEFS = @DEFS@
     90 DEPDIR = @DEPDIR@
     91 DSYMUTIL = @DSYMUTIL@
     92 DUMPBIN = @DUMPBIN@
     93 ECHO_C = @ECHO_C@
     94 ECHO_N = @ECHO_N@
     95 ECHO_T = @ECHO_T@
     96 EGREP = @EGREP@
     97 EXEEXT = @EXEEXT@
     98 FGREP = @FGREP@
     99 GREP = @GREP@
    100 GTK_CFLAGS = @GTK_CFLAGS@
    101 GTK_LIBS = @GTK_LIBS@
    102 INSTALL = @INSTALL@
    103 INSTALL_DATA = @INSTALL_DATA@
    104 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    105 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    107 LD = @LD@
    108 LDFLAGS = @LDFLAGS@
    109 LIBOBJS = @LIBOBJS@
    110 LIBS = @LIBS@
    111 LIBTOOL = @LIBTOOL@
    112 LIPO = @LIPO@
    113 LN_S = @LN_S@
    114 LTLIBOBJS = @LTLIBOBJS@
    115 MAKEINFO = @MAKEINFO@
    116 MKDIR_P = @MKDIR_P@
    117 NM = @NM@
    118 NMEDIT = @NMEDIT@
    119 OBJDUMP = @OBJDUMP@
    120 OBJEXT = @OBJEXT@
    121 OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
    122 OTOOL = @OTOOL@
    123 OTOOL64 = @OTOOL64@
    124 PACKAGE = @PACKAGE@
    125 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    126 PACKAGE_NAME = @PACKAGE_NAME@
    127 PACKAGE_STRING = @PACKAGE_STRING@
    128 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    129 PACKAGE_URL = @PACKAGE_URL@
    130 PACKAGE_VERSION = @PACKAGE_VERSION@
    131 PATH_SEPARATOR = @PATH_SEPARATOR@
    132 PKG_CONFIG = @PKG_CONFIG@
    133 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    134 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    135 RANLIB = @RANLIB@
    136 RPC = @RPC@
    137 SED = @SED@
    138 SET_MAKE = @SET_MAKE@
    139 SHELL = @SHELL@
    140 STRIP = @STRIP@
    141 TCSD_DEFAULT_PORT = @TCSD_DEFAULT_PORT@
    142 VERSION = @VERSION@
    143 abs_builddir = @abs_builddir@
    144 abs_srcdir = @abs_srcdir@
    145 abs_top_builddir = @abs_top_builddir@
    146 abs_top_srcdir = @abs_top_srcdir@
    147 ac_ct_CC = @ac_ct_CC@
    148 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    149 am__include = @am__include@
    150 am__leading_dot = @am__leading_dot@
    151 am__quote = @am__quote@
    152 am__tar = @am__tar@
    153 am__untar = @am__untar@
    154 bindir = @bindir@
    155 build = @build@
    156 build_alias = @build_alias@
    157 build_cpu = @build_cpu@
    158 build_os = @build_os@
    159 build_vendor = @build_vendor@
    160 builddir = @builddir@
    161 datadir = @datadir@
    162 datarootdir = @datarootdir@
    163 docdir = @docdir@
    164 dvidir = @dvidir@
    165 exec_prefix = @exec_prefix@
    166 host = @host@
    167 host_alias = @host_alias@
    168 host_cpu = @host_cpu@
    169 host_os = @host_os@
    170 host_vendor = @host_vendor@
    171 htmldir = @htmldir@
    172 includedir = @includedir@
    173 infodir = @infodir@
    174 install_sh = @install_sh@
    175 libdir = @libdir@
    176 libexecdir = @libexecdir@
    177 localedir = @localedir@
    178 localstatedir = @localstatedir@
    179 lt_ECHO = @lt_ECHO@
    180 mandir = @mandir@
    181 mkdir_p = @mkdir_p@
    182 oldincludedir = @oldincludedir@
    183 pdfdir = @pdfdir@
    184 prefix = @prefix@
    185 program_transform_name = @program_transform_name@
    186 psdir = @psdir@
    187 sbindir = @sbindir@
    188 sharedstatedir = @sharedstatedir@
    189 srcdir = @srcdir@
    190 sysconfdir = @sysconfdir@
    191 target = @target@
    192 target_alias = @target_alias@
    193 target_cpu = @target_cpu@
    194 target_os = @target_os@
    195 target_vendor = @target_vendor@
    196 top_build_prefix = @top_build_prefix@
    197 top_builddir = @top_builddir@
    198 top_srcdir = @top_srcdir@
    199 man3_MANS = Tspi_ChangeAuth.3 \
    200 	    Tspi_ChangeAuthAsym.3 \
    201 	    Tspi_Context_Close.3 \
    202 	    Tspi_Context_CloseObject.3 \
    203 	    Tspi_Context_Connect.3 \
    204 	    Tspi_Context_Create.3 \
    205 	    Tspi_Context_CreateObject.3 \
    206 	    Tspi_Context_FreeMemory.3 \
    207 	    Tspi_Context_GetCapability.3 \
    208 	    Tspi_Context_GetDefaultPolicy.3 \
    209 	    Tspi_Context_GetKeyByPublicInfo.3 \
    210 	    Tspi_Context_GetKeyByUUID.3 \
    211 	    Tspi_Context_GetRegisteredKeysByUUID.3 \
    212 	    Tspi_Context_GetRegisteredKeysByUUID2.3 \
    213 	    Tspi_Context_GetTpmObject.3 \
    214 	    Tspi_Context_LoadKeyByBlob.3 \
    215 	    Tspi_Context_LoadKeyByUUID.3 \
    216 	    Tspi_Context_RegisterKey.3 \
    217 	    Tspi_Context_UnregisterKey.3 \
    218 	    Tspi_Data_Bind.3 \
    219 	    Tspi_Data_Seal.3 \
    220 	    Tspi_Data_Unbind.3 \
    221 	    Tspi_Data_Unseal.3 \
    222 	    Tspi_DecodeBER_TssBlob.3 \
    223 	    Tspi_EncodeDER_TssBlob.3 \
    224 	    Tspi_GetAttribData.3 \
    225 	    Tspi_GetAttribUint32.3 \
    226 	    Tspi_GetPolicyObject.3 \
    227 	    Tspi_Hash_GetHashValue.3 \
    228 	    Tspi_Hash_SetHashValue.3 \
    229 	    Tspi_Hash_Sign.3 \
    230 	    Tspi_Hash_UpdateHashValue.3 \
    231 	    Tspi_Hash_VerifySignature.3 \
    232 	    Tspi_Key_CertifyKey.3 \
    233 	    Tspi_Key_ConvertMigrationBlob.3 \
    234 	    Tspi_Key_CreateKey.3 \
    235 	    Tspi_Key_CreateMigrationBlob.3 \
    236 	    Tspi_Key_GetPubKey.3 \
    237 	    Tspi_Key_LoadKey.3 \
    238 	    Tspi_Key_UnloadKey.3 \
    239 	    Tspi_Key_WrapKey.3 \
    240 	    Tspi_PcrComposite_GetPcrValue.3 \
    241 	    Tspi_PcrComposite_SelectPcrIndex.3 \
    242 	    Tspi_PcrComposite_SetPcrValue.3 \
    243 	    Tspi_Policy_AssignToObject.3 \
    244 	    Tspi_Policy_FlushSecret.3 \
    245 	    Tspi_Policy_SetSecret.3 \
    246 	    Tspi_SetAttribData.3 \
    247 	    Tspi_SetAttribUint32.3 \
    248 	    Tspi_TPM_AuthorizeMigrationTicket.3 \
    249 	    Tspi_TPM_CertifySelfTest.3 \
    250 	    Tspi_TPM_CheckMaintenancePubKey.3 \
    251 	    Tspi_TPM_ClearOwner.3 \
    252 	    Tspi_TPM_CollateIdentityRequest.3 \
    253 	    Tspi_TPM_CreateEndorsementKey.3 \
    254 	    Tspi_TPM_CreateMaintenanceArchive.3 \
    255 	    Tspi_TPM_DirRead.3 \
    256 	    Tspi_TPM_DirWrite.3 \
    257 	    Tspi_TPM_GetCapability.3 \
    258 	    Tspi_TPM_GetEvent.3 \
    259 	    Tspi_TPM_GetEventLog.3 \
    260 	    Tspi_TPM_GetEvents.3 \
    261 	    Tspi_TPM_GetPubEndorsementKey.3 \
    262 	    Tspi_TPM_GetRandom.3 \
    263 	    Tspi_TPM_GetStatus.3 \
    264 	    Tspi_TPM_GetTestResult.3 \
    265 	    Tspi_TPM_KillMaintenanceFeature.3 \
    266 	    Tspi_TPM_LoadMaintenancePubKey.3 \
    267 	    Tspi_TPM_PcrRead.3 \
    268 	    Tspi_TPM_PcrExtend.3 \
    269 	    Tspi_TPM_Quote.3 \
    270 	    Tspi_TPM_SelfTestFull.3 \
    271 	    Tspi_TPM_SetStatus.3 \
    272 	    Tspi_TPM_StirRandom.3 \
    273 	    Tspi_TPM_TakeOwnership.3 \
    274 	    Tspi_DAA_IssueCredential.3 \
    275 	    Tspi_DAA_VerifySignature.3 \
    276 	    Tspi_DAA_IssueInit.3 \
    277 	    Tspi_TPM_DAA_JoinCreateDaaPubKey.3 \
    278 	    Tspi_DAA_IssuerKeyVerification.3 \
    279 	    Tspi_TPM_DAA_JoinInit.3 \
    280 	    Tspi_DAA_IssueSetup.3 \
    281 	    Tspi_TPM_DAA_JoinStoreCredential.3 \
    282 	    Tspi_DAA_VerifyInit.3 \
    283 	    Tspi_TPM_DAA_Sign.3 \
    284 	    Tspi_TPM_GetAuditDigest.3 \
    285 	    Tspi_TPM_OwnerGetSRKPubKey.3 \
    286 	    Tspi_TPM_Quote.3 \
    287 	    Tspi_TPM_CMKSetRestrictions.3
    288 
    289 EXTRA_DIST = $(man3_MANS)
    290 all: all-am
    291 
    292 .SUFFIXES:
    293 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    294 	@for dep in $?; do \
    295 	  case '$(am__configure_deps)' in \
    296 	    *$$dep*) \
    297 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    298 	        && { if test -f $@; then exit 0; else break; fi; }; \
    299 	      exit 1;; \
    300 	  esac; \
    301 	done; \
    302 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/man3/Makefile'; \
    303 	$(am__cd) $(top_srcdir) && \
    304 	  $(AUTOMAKE) --foreign man/man3/Makefile
    305 .PRECIOUS: Makefile
    306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    307 	@case '$?' in \
    308 	  *config.status*) \
    309 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    310 	  *) \
    311 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    312 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    313 	esac;
    314 
    315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    316 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    317 
    318 $(top_srcdir)/configure:  $(am__configure_deps)
    319 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    320 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    321 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    322 $(am__aclocal_m4_deps):
    323 
    324 mostlyclean-libtool:
    325 	-rm -f *.lo
    326 
    327 clean-libtool:
    328 	-rm -rf .libs _libs
    329 install-man3: $(man3_MANS)
    330 	@$(NORMAL_INSTALL)
    331 	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
    332 	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
    333 	{ for i in $$list; do echo "$$i"; done; \
    334 	} | while read p; do \
    335 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    336 	  echo "$$d$$p"; echo "$$p"; \
    337 	done | \
    338 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
    339 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    340 	sed 'N;N;s,\n, ,g' | { \
    341 	list=; while read file base inst; do \
    342 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    343 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
    344 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
    345 	  fi; \
    346 	done; \
    347 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    348 	while read files; do \
    349 	  test -z "$$files" || { \
    350 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
    351 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
    352 	done; }
    353 
    354 uninstall-man3:
    355 	@$(NORMAL_UNINSTALL)
    356 	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
    357 	files=`{ for i in $$list; do echo "$$i"; done; \
    358 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
    359 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    360 	test -z "$$files" || { \
    361 	  echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
    362 	  cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
    363 tags: TAGS
    364 TAGS:
    365 
    366 ctags: CTAGS
    367 CTAGS:
    368 
    369 
    370 distdir: $(DISTFILES)
    371 	@list='$(MANS)'; if test -n "$$list"; then \
    372 	  list=`for p in $$list; do \
    373 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    374 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
    375 	  if test -n "$$list" && \
    376 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
    377 	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
    378 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
    379 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
    380 	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
    381 	    exit 1; \
    382 	  else :; fi; \
    383 	else :; fi
    384 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    385 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    386 	list='$(DISTFILES)'; \
    387 	  dist_files=`for file in $$list; do echo $$file; done | \
    388 	  sed -e "s|^$$srcdirstrip/||;t" \
    389 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    390 	case $$dist_files in \
    391 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    392 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    393 			   sort -u` ;; \
    394 	esac; \
    395 	for file in $$dist_files; do \
    396 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    397 	  if test -d $$d/$$file; then \
    398 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    399 	    if test -d "$(distdir)/$$file"; then \
    400 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    401 	    fi; \
    402 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    403 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    404 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    405 	    fi; \
    406 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    407 	  else \
    408 	    test -f "$(distdir)/$$file" \
    409 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    410 	    || exit 1; \
    411 	  fi; \
    412 	done
    413 check-am: all-am
    414 check: check-am
    415 all-am: Makefile $(MANS)
    416 installdirs:
    417 	for dir in "$(DESTDIR)$(man3dir)"; do \
    418 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    419 	done
    420 install: install-am
    421 install-exec: install-exec-am
    422 install-data: install-data-am
    423 uninstall: uninstall-am
    424 
    425 install-am: all-am
    426 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    427 
    428 installcheck: installcheck-am
    429 install-strip:
    430 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    431 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    432 	  `test -z '$(STRIP)' || \
    433 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    434 mostlyclean-generic:
    435 
    436 clean-generic:
    437 
    438 distclean-generic:
    439 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    440 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    441 
    442 maintainer-clean-generic:
    443 	@echo "This command is intended for maintainers to use"
    444 	@echo "it deletes files that may require special tools to rebuild."
    445 clean: clean-am
    446 
    447 clean-am: clean-generic clean-libtool mostlyclean-am
    448 
    449 distclean: distclean-am
    450 	-rm -f Makefile
    451 distclean-am: clean-am distclean-generic
    452 
    453 dvi: dvi-am
    454 
    455 dvi-am:
    456 
    457 html: html-am
    458 
    459 html-am:
    460 
    461 info: info-am
    462 
    463 info-am:
    464 
    465 install-data-am: install-man
    466 
    467 install-dvi: install-dvi-am
    468 
    469 install-dvi-am:
    470 
    471 install-exec-am:
    472 
    473 install-html: install-html-am
    474 
    475 install-html-am:
    476 
    477 install-info: install-info-am
    478 
    479 install-info-am:
    480 
    481 install-man: install-man3
    482 
    483 install-pdf: install-pdf-am
    484 
    485 install-pdf-am:
    486 
    487 install-ps: install-ps-am
    488 
    489 install-ps-am:
    490 
    491 installcheck-am:
    492 
    493 maintainer-clean: maintainer-clean-am
    494 	-rm -f Makefile
    495 maintainer-clean-am: distclean-am maintainer-clean-generic
    496 
    497 mostlyclean: mostlyclean-am
    498 
    499 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    500 
    501 pdf: pdf-am
    502 
    503 pdf-am:
    504 
    505 ps: ps-am
    506 
    507 ps-am:
    508 
    509 uninstall-am: uninstall-man
    510 
    511 uninstall-man: uninstall-man3
    512 
    513 .MAKE: install-am install-strip
    514 
    515 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    516 	distclean distclean-generic distclean-libtool distdir dvi \
    517 	dvi-am html html-am info info-am install install-am \
    518 	install-data install-data-am install-dvi install-dvi-am \
    519 	install-exec install-exec-am install-html install-html-am \
    520 	install-info install-info-am install-man install-man3 \
    521 	install-pdf install-pdf-am install-ps install-ps-am \
    522 	install-strip installcheck installcheck-am installdirs \
    523 	maintainer-clean maintainer-clean-generic mostlyclean \
    524 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    525 	uninstall uninstall-am uninstall-man uninstall-man3
    526 
    527 
    528 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    529 # Otherwise a system limit (for SysV at least) may be exceeded.
    530 .NOEXPORT:
    531