诸暨麻将添加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.
 
 
 
 
 
 

513 rivejä
15 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 = packages/Linux/RPM
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(top_srcdir)/mkinstalldirs $(srcdir)/curl.spec.in \
  79. $(srcdir)/curl-ssl.spec.in README
  80. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  81. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  82. $(top_srcdir)/m4/curl-confopts.m4 \
  83. $(top_srcdir)/m4/curl-functions.m4 \
  84. $(top_srcdir)/m4/curl-openssl.m4 \
  85. $(top_srcdir)/m4/curl-override.m4 \
  86. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  87. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  88. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  89. $(top_srcdir)/m4/xc-am-iface.m4 \
  90. $(top_srcdir)/m4/xc-cc-check.m4 \
  91. $(top_srcdir)/m4/xc-lt-iface.m4 \
  92. $(top_srcdir)/m4/xc-translit.m4 \
  93. $(top_srcdir)/m4/xc-val-flgs.m4 \
  94. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  95. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  96. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  97. $(top_srcdir)/configure.ac
  98. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  99. $(ACLOCAL_M4)
  100. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  101. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  102. $(top_builddir)/include/curl/curlbuild.h
  103. CONFIG_CLEAN_FILES = curl.spec curl-ssl.spec
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. SOURCES =
  118. DIST_SOURCES =
  119. am__can_run_installinfo = \
  120. case $$AM_UPDATE_INFO_DIR in \
  121. n|no|NO) false;; \
  122. *) (install-info --version) >/dev/null 2>&1;; \
  123. esac
  124. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  125. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  126. ACLOCAL = @ACLOCAL@
  127. AMTAR = @AMTAR@
  128. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  129. AR = @AR@
  130. AS = @AS@
  131. AUTOCONF = @AUTOCONF@
  132. AUTOHEADER = @AUTOHEADER@
  133. AUTOMAKE = @AUTOMAKE@
  134. AWK = @AWK@
  135. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  136. CC = @CC@
  137. CCDEPMODE = @CCDEPMODE@
  138. CFLAGS = @CFLAGS@
  139. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  140. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  141. CPP = @CPP@
  142. CPPFLAGS = @CPPFLAGS@
  143. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  144. CURLVERSION = @CURLVERSION@
  145. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  146. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  147. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  148. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  149. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  150. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  151. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  152. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  153. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  154. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  155. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  156. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  157. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  158. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  159. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  160. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  161. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  162. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  163. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  164. CYGPATH_W = @CYGPATH_W@
  165. DEFS = @DEFS@
  166. DEPDIR = @DEPDIR@
  167. DLLTOOL = @DLLTOOL@
  168. DSYMUTIL = @DSYMUTIL@
  169. DUMPBIN = @DUMPBIN@
  170. ECHO_C = @ECHO_C@
  171. ECHO_N = @ECHO_N@
  172. ECHO_T = @ECHO_T@
  173. EGREP = @EGREP@
  174. ENABLE_SHARED = @ENABLE_SHARED@
  175. ENABLE_STATIC = @ENABLE_STATIC@
  176. EXEEXT = @EXEEXT@
  177. FGREP = @FGREP@
  178. GREP = @GREP@
  179. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  180. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  181. HAVE_LIBZ = @HAVE_LIBZ@
  182. HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
  183. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  184. IDN_ENABLED = @IDN_ENABLED@
  185. INSTALL = @INSTALL@
  186. INSTALL_DATA = @INSTALL_DATA@
  187. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  188. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  189. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  190. IPV6_ENABLED = @IPV6_ENABLED@
  191. KRB4_ENABLED = @KRB4_ENABLED@
  192. LD = @LD@
  193. LDFLAGS = @LDFLAGS@
  194. LIBCURL_LIBS = @LIBCURL_LIBS@
  195. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  196. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  197. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  198. LIBOBJS = @LIBOBJS@
  199. LIBS = @LIBS@
  200. LIBTOOL = @LIBTOOL@
  201. LIPO = @LIPO@
  202. LN_S = @LN_S@
  203. LTLIBOBJS = @LTLIBOBJS@
  204. MAINT = @MAINT@
  205. MAKEINFO = @MAKEINFO@
  206. MANIFEST_TOOL = @MANIFEST_TOOL@
  207. MANOPT = @MANOPT@
  208. MKDIR_P = @MKDIR_P@
  209. NM = @NM@
  210. NMEDIT = @NMEDIT@
  211. NROFF = @NROFF@
  212. OBJDUMP = @OBJDUMP@
  213. OBJEXT = @OBJEXT@
  214. OTOOL = @OTOOL@
  215. OTOOL64 = @OTOOL64@
  216. PACKAGE = @PACKAGE@
  217. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  218. PACKAGE_NAME = @PACKAGE_NAME@
  219. PACKAGE_STRING = @PACKAGE_STRING@
  220. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  221. PACKAGE_URL = @PACKAGE_URL@
  222. PACKAGE_VERSION = @PACKAGE_VERSION@
  223. PATH_SEPARATOR = @PATH_SEPARATOR@
  224. PERL = @PERL@
  225. PKGADD_NAME = @PKGADD_NAME@
  226. PKGADD_PKG = @PKGADD_PKG@
  227. PKGADD_VENDOR = @PKGADD_VENDOR@
  228. PKGCONFIG = @PKGCONFIG@
  229. RANDOM_FILE = @RANDOM_FILE@
  230. RANLIB = @RANLIB@
  231. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  232. SED = @SED@
  233. SET_MAKE = @SET_MAKE@
  234. SHELL = @SHELL@
  235. SSL_ENABLED = @SSL_ENABLED@
  236. STRIP = @STRIP@
  237. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  238. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  239. USE_ARES = @USE_ARES@
  240. USE_AXTLS = @USE_AXTLS@
  241. USE_CYASSL = @USE_CYASSL@
  242. USE_DARWINSSL = @USE_DARWINSSL@
  243. USE_GNUTLS = @USE_GNUTLS@
  244. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  245. USE_LIBRTMP = @USE_LIBRTMP@
  246. USE_LIBSSH2 = @USE_LIBSSH2@
  247. USE_NSS = @USE_NSS@
  248. USE_OPENLDAP = @USE_OPENLDAP@
  249. USE_POLARSSL = @USE_POLARSSL@
  250. USE_SCHANNEL = @USE_SCHANNEL@
  251. USE_SSLEAY = @USE_SSLEAY@
  252. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  253. VERSION = @VERSION@
  254. VERSIONNUM = @VERSIONNUM@
  255. ZLIB_LIBS = @ZLIB_LIBS@
  256. abs_builddir = @abs_builddir@
  257. abs_srcdir = @abs_srcdir@
  258. abs_top_builddir = @abs_top_builddir@
  259. abs_top_srcdir = @abs_top_srcdir@
  260. ac_ct_AR = @ac_ct_AR@
  261. ac_ct_CC = @ac_ct_CC@
  262. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  263. am__include = @am__include@
  264. am__leading_dot = @am__leading_dot@
  265. am__quote = @am__quote@
  266. am__tar = @am__tar@
  267. am__untar = @am__untar@
  268. bindir = @bindir@
  269. build = @build@
  270. build_alias = @build_alias@
  271. build_cpu = @build_cpu@
  272. build_os = @build_os@
  273. build_vendor = @build_vendor@
  274. builddir = @builddir@
  275. datadir = @datadir@
  276. datarootdir = @datarootdir@
  277. docdir = @docdir@
  278. dvidir = @dvidir@
  279. exec_prefix = @exec_prefix@
  280. host = @host@
  281. host_alias = @host_alias@
  282. host_cpu = @host_cpu@
  283. host_os = @host_os@
  284. host_vendor = @host_vendor@
  285. htmldir = @htmldir@
  286. includedir = @includedir@
  287. infodir = @infodir@
  288. install_sh = @install_sh@
  289. libdir = @libdir@
  290. libexecdir = @libexecdir@
  291. libext = @libext@
  292. localedir = @localedir@
  293. localstatedir = @localstatedir@
  294. mandir = @mandir@
  295. mkdir_p = @mkdir_p@
  296. oldincludedir = @oldincludedir@
  297. pdfdir = @pdfdir@
  298. prefix = @prefix@
  299. program_transform_name = @program_transform_name@
  300. psdir = @psdir@
  301. sbindir = @sbindir@
  302. sharedstatedir = @sharedstatedir@
  303. srcdir = @srcdir@
  304. subdirs = @subdirs@
  305. sysconfdir = @sysconfdir@
  306. target_alias = @target_alias@
  307. top_build_prefix = @top_build_prefix@
  308. top_builddir = @top_builddir@
  309. top_srcdir = @top_srcdir@
  310. EXTRA_DIST = README curl-ssl.spec.in curl.spec.in make_curl_rpm
  311. all: all-am
  312. .SUFFIXES:
  313. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  314. @for dep in $?; do \
  315. case '$(am__configure_deps)' in \
  316. *$$dep*) \
  317. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  318. && { if test -f $@; then exit 0; else break; fi; }; \
  319. exit 1;; \
  320. esac; \
  321. done; \
  322. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Linux/RPM/Makefile'; \
  323. $(am__cd) $(top_srcdir) && \
  324. $(AUTOMAKE) --foreign packages/Linux/RPM/Makefile
  325. .PRECIOUS: Makefile
  326. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  327. @case '$?' in \
  328. *config.status*) \
  329. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  330. *) \
  331. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  332. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  333. esac;
  334. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  335. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  336. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  337. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  338. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  339. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  340. $(am__aclocal_m4_deps):
  341. curl.spec: $(top_builddir)/config.status $(srcdir)/curl.spec.in
  342. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  343. curl-ssl.spec: $(top_builddir)/config.status $(srcdir)/curl-ssl.spec.in
  344. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  345. mostlyclean-libtool:
  346. -rm -f *.lo
  347. clean-libtool:
  348. -rm -rf .libs _libs
  349. tags TAGS:
  350. ctags CTAGS:
  351. cscope cscopelist:
  352. distdir: $(DISTFILES)
  353. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  354. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  355. list='$(DISTFILES)'; \
  356. dist_files=`for file in $$list; do echo $$file; done | \
  357. sed -e "s|^$$srcdirstrip/||;t" \
  358. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  359. case $$dist_files in \
  360. */*) $(MKDIR_P) `echo "$$dist_files" | \
  361. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  362. sort -u` ;; \
  363. esac; \
  364. for file in $$dist_files; do \
  365. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  366. if test -d $$d/$$file; then \
  367. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  368. if test -d "$(distdir)/$$file"; then \
  369. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  370. fi; \
  371. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  372. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  373. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  374. fi; \
  375. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  376. else \
  377. test -f "$(distdir)/$$file" \
  378. || cp -p $$d/$$file "$(distdir)/$$file" \
  379. || exit 1; \
  380. fi; \
  381. done
  382. check-am: all-am
  383. check: check-am
  384. all-am: Makefile
  385. installdirs:
  386. install: install-am
  387. install-exec: install-exec-am
  388. install-data: install-data-am
  389. uninstall: uninstall-am
  390. install-am: all-am
  391. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  392. installcheck: installcheck-am
  393. install-strip:
  394. if test -z '$(STRIP)'; then \
  395. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  396. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  397. install; \
  398. else \
  399. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  400. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  401. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  402. fi
  403. mostlyclean-generic:
  404. clean-generic:
  405. distclean-generic:
  406. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  407. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  408. maintainer-clean-generic:
  409. @echo "This command is intended for maintainers to use"
  410. @echo "it deletes files that may require special tools to rebuild."
  411. clean: clean-am
  412. clean-am: clean-generic clean-libtool mostlyclean-am
  413. distclean: distclean-am
  414. -rm -f Makefile
  415. distclean-am: clean-am distclean-generic
  416. dvi: dvi-am
  417. dvi-am:
  418. html: html-am
  419. html-am:
  420. info: info-am
  421. info-am:
  422. install-data-am:
  423. install-dvi: install-dvi-am
  424. install-dvi-am:
  425. install-exec-am:
  426. install-html: install-html-am
  427. install-html-am:
  428. install-info: install-info-am
  429. install-info-am:
  430. install-man:
  431. install-pdf: install-pdf-am
  432. install-pdf-am:
  433. install-ps: install-ps-am
  434. install-ps-am:
  435. installcheck-am:
  436. maintainer-clean: maintainer-clean-am
  437. -rm -f Makefile
  438. maintainer-clean-am: distclean-am maintainer-clean-generic
  439. mostlyclean: mostlyclean-am
  440. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  441. pdf: pdf-am
  442. pdf-am:
  443. ps: ps-am
  444. ps-am:
  445. uninstall-am:
  446. .MAKE: install-am install-strip
  447. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  448. cscopelist-am ctags-am distclean distclean-generic \
  449. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  450. install install-am install-data install-data-am install-dvi \
  451. install-dvi-am install-exec install-exec-am install-html \
  452. install-html-am install-info install-info-am install-man \
  453. install-pdf install-pdf-am install-ps install-ps-am \
  454. install-strip installcheck installcheck-am installdirs \
  455. maintainer-clean maintainer-clean-generic mostlyclean \
  456. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  457. tags-am uninstall uninstall-am
  458. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  459. # Otherwise a system limit (for SysV at least) may be exceeded.
  460. .NOEXPORT: