诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

535 lines
16 KiB

  1. # Makefile.in generated by automake 1.13.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. subdir = tests/certs/scripts
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(top_srcdir)/mkinstalldirs
  79. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  80. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  81. $(top_srcdir)/m4/curl-confopts.m4 \
  82. $(top_srcdir)/m4/curl-functions.m4 \
  83. $(top_srcdir)/m4/curl-openssl.m4 \
  84. $(top_srcdir)/m4/curl-override.m4 \
  85. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  86. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  87. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  88. $(top_srcdir)/m4/xc-am-iface.m4 \
  89. $(top_srcdir)/m4/xc-cc-check.m4 \
  90. $(top_srcdir)/m4/xc-lt-iface.m4 \
  91. $(top_srcdir)/m4/xc-translit.m4 \
  92. $(top_srcdir)/m4/xc-val-flgs.m4 \
  93. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  94. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  95. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  96. $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  100. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  101. $(top_builddir)/include/curl/curlbuild.h
  102. CONFIG_CLEAN_FILES =
  103. CONFIG_CLEAN_VPATH_FILES =
  104. AM_V_P = $(am__v_P_@AM_V@)
  105. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  106. am__v_P_0 = false
  107. am__v_P_1 = :
  108. AM_V_GEN = $(am__v_GEN_@AM_V@)
  109. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  110. am__v_GEN_0 = @echo " GEN " $@;
  111. am__v_GEN_1 =
  112. AM_V_at = $(am__v_at_@AM_V@)
  113. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  114. am__v_at_0 = @
  115. am__v_at_1 =
  116. SOURCES =
  117. DIST_SOURCES =
  118. am__can_run_installinfo = \
  119. case $$AM_UPDATE_INFO_DIR in \
  120. n|no|NO) false;; \
  121. *) (install-info --version) >/dev/null 2>&1;; \
  122. esac
  123. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  124. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  125. ACLOCAL = @ACLOCAL@
  126. AMTAR = @AMTAR@
  127. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  128. AR = @AR@
  129. AS = @AS@
  130. AUTOCONF = @AUTOCONF@
  131. AUTOHEADER = @AUTOHEADER@
  132. AUTOMAKE = @AUTOMAKE@
  133. AWK = @AWK@
  134. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  135. CC = @CC@
  136. CCDEPMODE = @CCDEPMODE@
  137. CFLAGS = @CFLAGS@
  138. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  139. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  140. CPP = @CPP@
  141. CPPFLAGS = @CPPFLAGS@
  142. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  143. CURLVERSION = @CURLVERSION@
  144. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  145. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  146. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  147. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  148. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  149. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  150. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  151. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  152. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  153. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  154. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  155. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  156. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  157. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  158. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  159. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  160. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  161. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  162. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  163. CYGPATH_W = @CYGPATH_W@
  164. DEFS = @DEFS@
  165. DEPDIR = @DEPDIR@
  166. DLLTOOL = @DLLTOOL@
  167. DSYMUTIL = @DSYMUTIL@
  168. DUMPBIN = @DUMPBIN@
  169. ECHO_C = @ECHO_C@
  170. ECHO_N = @ECHO_N@
  171. ECHO_T = @ECHO_T@
  172. EGREP = @EGREP@
  173. ENABLE_SHARED = @ENABLE_SHARED@
  174. ENABLE_STATIC = @ENABLE_STATIC@
  175. EXEEXT = @EXEEXT@
  176. FGREP = @FGREP@
  177. GREP = @GREP@
  178. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  179. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  180. HAVE_LIBZ = @HAVE_LIBZ@
  181. HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
  182. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  183. IDN_ENABLED = @IDN_ENABLED@
  184. INSTALL = @INSTALL@
  185. INSTALL_DATA = @INSTALL_DATA@
  186. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  187. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  188. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  189. IPV6_ENABLED = @IPV6_ENABLED@
  190. KRB4_ENABLED = @KRB4_ENABLED@
  191. LD = @LD@
  192. LDFLAGS = @LDFLAGS@
  193. LIBCURL_LIBS = @LIBCURL_LIBS@
  194. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  195. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  196. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  197. LIBOBJS = @LIBOBJS@
  198. LIBS = @LIBS@
  199. LIBTOOL = @LIBTOOL@
  200. LIPO = @LIPO@
  201. LN_S = @LN_S@
  202. LTLIBOBJS = @LTLIBOBJS@
  203. MAINT = @MAINT@
  204. MAKEINFO = @MAKEINFO@
  205. MANIFEST_TOOL = @MANIFEST_TOOL@
  206. MANOPT = @MANOPT@
  207. MKDIR_P = @MKDIR_P@
  208. NM = @NM@
  209. NMEDIT = @NMEDIT@
  210. NROFF = @NROFF@
  211. OBJDUMP = @OBJDUMP@
  212. OBJEXT = @OBJEXT@
  213. OTOOL = @OTOOL@
  214. OTOOL64 = @OTOOL64@
  215. PACKAGE = @PACKAGE@
  216. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  217. PACKAGE_NAME = @PACKAGE_NAME@
  218. PACKAGE_STRING = @PACKAGE_STRING@
  219. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  220. PACKAGE_URL = @PACKAGE_URL@
  221. PACKAGE_VERSION = @PACKAGE_VERSION@
  222. PATH_SEPARATOR = @PATH_SEPARATOR@
  223. PERL = @PERL@
  224. PKGADD_NAME = @PKGADD_NAME@
  225. PKGADD_PKG = @PKGADD_PKG@
  226. PKGADD_VENDOR = @PKGADD_VENDOR@
  227. PKGCONFIG = @PKGCONFIG@
  228. RANDOM_FILE = @RANDOM_FILE@
  229. RANLIB = @RANLIB@
  230. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  231. SED = @SED@
  232. SET_MAKE = @SET_MAKE@
  233. SHELL = @SHELL@
  234. SSL_ENABLED = @SSL_ENABLED@
  235. STRIP = @STRIP@
  236. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  237. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  238. USE_ARES = @USE_ARES@
  239. USE_AXTLS = @USE_AXTLS@
  240. USE_CYASSL = @USE_CYASSL@
  241. USE_DARWINSSL = @USE_DARWINSSL@
  242. USE_GNUTLS = @USE_GNUTLS@
  243. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  244. USE_LIBRTMP = @USE_LIBRTMP@
  245. USE_LIBSSH2 = @USE_LIBSSH2@
  246. USE_NSS = @USE_NSS@
  247. USE_OPENLDAP = @USE_OPENLDAP@
  248. USE_POLARSSL = @USE_POLARSSL@
  249. USE_SCHANNEL = @USE_SCHANNEL@
  250. USE_SSLEAY = @USE_SSLEAY@
  251. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  252. VERSION = @VERSION@
  253. VERSIONNUM = @VERSIONNUM@
  254. ZLIB_LIBS = @ZLIB_LIBS@
  255. abs_builddir = @abs_builddir@
  256. abs_srcdir = @abs_srcdir@
  257. abs_top_builddir = @abs_top_builddir@
  258. abs_top_srcdir = @abs_top_srcdir@
  259. ac_ct_AR = @ac_ct_AR@
  260. ac_ct_CC = @ac_ct_CC@
  261. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  262. am__include = @am__include@
  263. am__leading_dot = @am__leading_dot@
  264. am__quote = @am__quote@
  265. am__tar = @am__tar@
  266. am__untar = @am__untar@
  267. bindir = @bindir@
  268. build = @build@
  269. build_alias = @build_alias@
  270. build_cpu = @build_cpu@
  271. build_os = @build_os@
  272. build_vendor = @build_vendor@
  273. builddir = @builddir@
  274. datadir = @datadir@
  275. datarootdir = @datarootdir@
  276. docdir = @docdir@
  277. dvidir = @dvidir@
  278. exec_prefix = @exec_prefix@
  279. host = @host@
  280. host_alias = @host_alias@
  281. host_cpu = @host_cpu@
  282. host_os = @host_os@
  283. host_vendor = @host_vendor@
  284. htmldir = @htmldir@
  285. includedir = @includedir@
  286. infodir = @infodir@
  287. install_sh = @install_sh@
  288. libdir = @libdir@
  289. libexecdir = @libexecdir@
  290. libext = @libext@
  291. localedir = @localedir@
  292. localstatedir = @localstatedir@
  293. mandir = @mandir@
  294. mkdir_p = @mkdir_p@
  295. oldincludedir = @oldincludedir@
  296. pdfdir = @pdfdir@
  297. prefix = @prefix@
  298. program_transform_name = @program_transform_name@
  299. psdir = @psdir@
  300. sbindir = @sbindir@
  301. sharedstatedir = @sharedstatedir@
  302. srcdir = @srcdir@
  303. subdirs = @subdirs@
  304. sysconfdir = @sysconfdir@
  305. target_alias = @target_alias@
  306. top_build_prefix = @top_build_prefix@
  307. top_builddir = @top_builddir@
  308. top_srcdir = @top_srcdir@
  309. #***************************************************************************
  310. # _ _ ____ _
  311. # Project ___| | | | _ \| |
  312. # / __| | | | |_) | |
  313. # | (__| |_| | _ <| |___
  314. # \___|\___/|_| \_\_____|
  315. #
  316. # Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
  317. #
  318. # This software is licensed as described in the file COPYING, which
  319. # you should have received as part of this distribution. The terms
  320. # are also available at http://curl.haxx.se/docs/copyright.html.
  321. #
  322. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  323. # copies of the Software, and permit persons to whom the Software is
  324. # furnished to do so, under the terms of the COPYING file.
  325. #
  326. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  327. # KIND, either express or implied.
  328. #
  329. ###########################################################################
  330. AUTOMAKE_OPTIONS = foreign
  331. SCRIPTFILES = \
  332. genroot.sh \
  333. genserv.sh
  334. EXTRA_DIST = $(SCRIPTFILES)
  335. all: all-am
  336. .SUFFIXES:
  337. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  338. @for dep in $?; do \
  339. case '$(am__configure_deps)' in \
  340. *$$dep*) \
  341. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  342. && { if test -f $@; then exit 0; else break; fi; }; \
  343. exit 1;; \
  344. esac; \
  345. done; \
  346. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/certs/scripts/Makefile'; \
  347. $(am__cd) $(top_srcdir) && \
  348. $(AUTOMAKE) --foreign tests/certs/scripts/Makefile
  349. .PRECIOUS: Makefile
  350. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  351. @case '$?' in \
  352. *config.status*) \
  353. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  354. *) \
  355. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  356. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  357. esac;
  358. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  359. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  360. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  361. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  362. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  363. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  364. $(am__aclocal_m4_deps):
  365. mostlyclean-libtool:
  366. -rm -f *.lo
  367. clean-libtool:
  368. -rm -rf .libs _libs
  369. tags TAGS:
  370. ctags CTAGS:
  371. cscope cscopelist:
  372. distdir: $(DISTFILES)
  373. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  374. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  375. list='$(DISTFILES)'; \
  376. dist_files=`for file in $$list; do echo $$file; done | \
  377. sed -e "s|^$$srcdirstrip/||;t" \
  378. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  379. case $$dist_files in \
  380. */*) $(MKDIR_P) `echo "$$dist_files" | \
  381. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  382. sort -u` ;; \
  383. esac; \
  384. for file in $$dist_files; do \
  385. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  386. if test -d $$d/$$file; then \
  387. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  388. if test -d "$(distdir)/$$file"; then \
  389. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  390. fi; \
  391. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  392. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  393. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  394. fi; \
  395. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  396. else \
  397. test -f "$(distdir)/$$file" \
  398. || cp -p $$d/$$file "$(distdir)/$$file" \
  399. || exit 1; \
  400. fi; \
  401. done
  402. check-am: all-am
  403. check: check-am
  404. all-am: Makefile
  405. installdirs:
  406. install: install-am
  407. install-exec: install-exec-am
  408. install-data: install-data-am
  409. uninstall: uninstall-am
  410. install-am: all-am
  411. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  412. installcheck: installcheck-am
  413. install-strip:
  414. if test -z '$(STRIP)'; then \
  415. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  416. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  417. install; \
  418. else \
  419. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  420. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  421. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  422. fi
  423. mostlyclean-generic:
  424. clean-generic:
  425. distclean-generic:
  426. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  427. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  428. maintainer-clean-generic:
  429. @echo "This command is intended for maintainers to use"
  430. @echo "it deletes files that may require special tools to rebuild."
  431. clean: clean-am
  432. clean-am: clean-generic clean-libtool mostlyclean-am
  433. distclean: distclean-am
  434. -rm -f Makefile
  435. distclean-am: clean-am distclean-generic
  436. dvi: dvi-am
  437. dvi-am:
  438. html: html-am
  439. html-am:
  440. info: info-am
  441. info-am:
  442. install-data-am:
  443. install-dvi: install-dvi-am
  444. install-dvi-am:
  445. install-exec-am:
  446. install-html: install-html-am
  447. install-html-am:
  448. install-info: install-info-am
  449. install-info-am:
  450. install-man:
  451. install-pdf: install-pdf-am
  452. install-pdf-am:
  453. install-ps: install-ps-am
  454. install-ps-am:
  455. installcheck-am:
  456. maintainer-clean: maintainer-clean-am
  457. -rm -f Makefile
  458. maintainer-clean-am: distclean-am maintainer-clean-generic
  459. mostlyclean: mostlyclean-am
  460. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  461. pdf: pdf-am
  462. pdf-am:
  463. ps: ps-am
  464. ps-am:
  465. uninstall-am:
  466. .MAKE: install-am install-strip
  467. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  468. cscopelist-am ctags-am distclean distclean-generic \
  469. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  470. install install-am install-data install-data-am install-dvi \
  471. install-dvi-am install-exec install-exec-am install-html \
  472. install-html-am install-info install-info-am install-man \
  473. install-pdf install-pdf-am install-ps install-ps-am \
  474. install-strip installcheck installcheck-am installdirs \
  475. maintainer-clean maintainer-clean-generic mostlyclean \
  476. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  477. tags-am uninstall uninstall-am
  478. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  479. # Otherwise a system limit (for SysV at least) may be exceeded.
  480. .NOEXPORT: