诸暨麻将添加redis
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

686 righe
22 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. #***************************************************************************
  13. # _ _ ____ _
  14. # Project ___| | | | _ \| |
  15. # / __| | | | |_) | |
  16. # | (__| |_| | _ <| |___
  17. # \___|\___/|_| \_\_____|
  18. #
  19. # Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
  20. #
  21. # This software is licensed as described in the file COPYING, which
  22. # you should have received as part of this distribution. The terms
  23. # are also available at http://curl.haxx.se/docs/copyright.html.
  24. #
  25. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  26. # copies of the Software, and permit persons to whom the Software is
  27. # furnished to do so, under the terms of the COPYING file.
  28. #
  29. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  30. # KIND, either express or implied.
  31. #
  32. ###########################################################################
  33. VPATH = @srcdir@
  34. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  35. am__make_running_with_option = \
  36. case $${target_option-} in \
  37. ?) ;; \
  38. *) echo "am__make_running_with_option: internal error: invalid" \
  39. "target option '$${target_option-}' specified" >&2; \
  40. exit 1;; \
  41. esac; \
  42. has_opt=no; \
  43. sane_makeflags=$$MAKEFLAGS; \
  44. if $(am__is_gnu_make); then \
  45. sane_makeflags=$$MFLAGS; \
  46. else \
  47. case $$MAKEFLAGS in \
  48. *\\[\ \ ]*) \
  49. bs=\\; \
  50. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  51. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  52. esac; \
  53. fi; \
  54. skip_next=no; \
  55. strip_trailopt () \
  56. { \
  57. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  58. }; \
  59. for flg in $$sane_makeflags; do \
  60. test $$skip_next = yes && { skip_next=no; continue; }; \
  61. case $$flg in \
  62. *=*|--*) continue;; \
  63. -*I) strip_trailopt 'I'; skip_next=yes;; \
  64. -*I?*) strip_trailopt 'I';; \
  65. -*O) strip_trailopt 'O'; skip_next=yes;; \
  66. -*O?*) strip_trailopt 'O';; \
  67. -*l) strip_trailopt 'l'; skip_next=yes;; \
  68. -*l?*) strip_trailopt 'l';; \
  69. -[dEDm]) skip_next=yes;; \
  70. -[JT]) skip_next=yes;; \
  71. esac; \
  72. case $$flg in \
  73. *$$target_option*) has_opt=yes; break;; \
  74. esac; \
  75. done; \
  76. test $$has_opt = yes
  77. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  78. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  79. pkgdatadir = $(datadir)/@PACKAGE@
  80. pkgincludedir = $(includedir)/@PACKAGE@
  81. pkglibdir = $(libdir)/@PACKAGE@
  82. pkglibexecdir = $(libexecdir)/@PACKAGE@
  83. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  84. install_sh_DATA = $(install_sh) -c -m 644
  85. install_sh_PROGRAM = $(install_sh) -c
  86. install_sh_SCRIPT = $(install_sh) -c
  87. INSTALL_HEADER = $(INSTALL_DATA)
  88. transform = $(program_transform_name)
  89. NORMAL_INSTALL = :
  90. PRE_INSTALL = :
  91. POST_INSTALL = :
  92. NORMAL_UNINSTALL = :
  93. PRE_UNINSTALL = :
  94. POST_UNINSTALL = :
  95. build_triplet = @build@
  96. host_triplet = @host@
  97. subdir = docs/libcurl
  98. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  99. $(top_srcdir)/mkinstalldirs
  100. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  101. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  102. $(top_srcdir)/m4/curl-confopts.m4 \
  103. $(top_srcdir)/m4/curl-functions.m4 \
  104. $(top_srcdir)/m4/curl-openssl.m4 \
  105. $(top_srcdir)/m4/curl-override.m4 \
  106. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  107. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  108. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  109. $(top_srcdir)/m4/xc-am-iface.m4 \
  110. $(top_srcdir)/m4/xc-cc-check.m4 \
  111. $(top_srcdir)/m4/xc-lt-iface.m4 \
  112. $(top_srcdir)/m4/xc-translit.m4 \
  113. $(top_srcdir)/m4/xc-val-flgs.m4 \
  114. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  115. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  116. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  117. $(top_srcdir)/configure.ac
  118. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  119. $(ACLOCAL_M4)
  120. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  121. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  122. $(top_builddir)/include/curl/curlbuild.h
  123. CONFIG_CLEAN_FILES =
  124. CONFIG_CLEAN_VPATH_FILES =
  125. AM_V_P = $(am__v_P_@AM_V@)
  126. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  127. am__v_P_0 = false
  128. am__v_P_1 = :
  129. AM_V_GEN = $(am__v_GEN_@AM_V@)
  130. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  131. am__v_GEN_0 = @echo " GEN " $@;
  132. am__v_GEN_1 =
  133. AM_V_at = $(am__v_at_@AM_V@)
  134. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  135. am__v_at_0 = @
  136. am__v_at_1 =
  137. depcomp =
  138. am__depfiles_maybe =
  139. SOURCES =
  140. DIST_SOURCES =
  141. am__can_run_installinfo = \
  142. case $$AM_UPDATE_INFO_DIR in \
  143. n|no|NO) false;; \
  144. *) (install-info --version) >/dev/null 2>&1;; \
  145. esac
  146. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  147. am__vpath_adj = case $$p in \
  148. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  149. *) f=$$p;; \
  150. esac;
  151. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  152. am__install_max = 40
  153. am__nobase_strip_setup = \
  154. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  155. am__nobase_strip = \
  156. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  157. am__nobase_list = $(am__nobase_strip_setup); \
  158. for p in $$list; do echo "$$p $$p"; done | \
  159. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  160. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  161. if (++n[$$2] == $(am__install_max)) \
  162. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  163. END { for (dir in files) print dir, files[dir] }'
  164. am__base_list = \
  165. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  166. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  167. am__uninstall_files_from_dir = { \
  168. test -z "$$files" \
  169. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  170. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  171. $(am__cd) "$$dir" && rm -f $$files; }; \
  172. }
  173. man3dir = $(mandir)/man3
  174. am__installdirs = "$(DESTDIR)$(man3dir)"
  175. MANS = $(man_MANS)
  176. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  177. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  178. ACLOCAL = @ACLOCAL@
  179. AMTAR = @AMTAR@
  180. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  181. AR = @AR@
  182. AS = @AS@
  183. AUTOCONF = @AUTOCONF@
  184. AUTOHEADER = @AUTOHEADER@
  185. AUTOMAKE = @AUTOMAKE@
  186. AWK = @AWK@
  187. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  188. CC = @CC@
  189. CCDEPMODE = @CCDEPMODE@
  190. CFLAGS = @CFLAGS@
  191. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  192. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  193. CPP = @CPP@
  194. CPPFLAGS = @CPPFLAGS@
  195. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  196. CURLVERSION = @CURLVERSION@
  197. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  198. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  199. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  200. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  201. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  202. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  203. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  204. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  205. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  206. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  207. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  208. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  209. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  210. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  211. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  212. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  213. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  214. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  215. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  216. CYGPATH_W = @CYGPATH_W@
  217. DEFS = @DEFS@
  218. DEPDIR = @DEPDIR@
  219. DLLTOOL = @DLLTOOL@
  220. DSYMUTIL = @DSYMUTIL@
  221. DUMPBIN = @DUMPBIN@
  222. ECHO_C = @ECHO_C@
  223. ECHO_N = @ECHO_N@
  224. ECHO_T = @ECHO_T@
  225. EGREP = @EGREP@
  226. ENABLE_SHARED = @ENABLE_SHARED@
  227. ENABLE_STATIC = @ENABLE_STATIC@
  228. EXEEXT = @EXEEXT@
  229. FGREP = @FGREP@
  230. GREP = @GREP@
  231. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  232. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  233. HAVE_LIBZ = @HAVE_LIBZ@
  234. HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
  235. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  236. IDN_ENABLED = @IDN_ENABLED@
  237. INSTALL = @INSTALL@
  238. INSTALL_DATA = @INSTALL_DATA@
  239. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  240. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  241. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  242. IPV6_ENABLED = @IPV6_ENABLED@
  243. KRB4_ENABLED = @KRB4_ENABLED@
  244. LD = @LD@
  245. LDFLAGS = @LDFLAGS@
  246. LIBCURL_LIBS = @LIBCURL_LIBS@
  247. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  248. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  249. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  250. LIBOBJS = @LIBOBJS@
  251. LIBS = @LIBS@
  252. LIBTOOL = @LIBTOOL@
  253. LIPO = @LIPO@
  254. LN_S = @LN_S@
  255. LTLIBOBJS = @LTLIBOBJS@
  256. MAINT = @MAINT@
  257. MAKEINFO = @MAKEINFO@
  258. MANIFEST_TOOL = @MANIFEST_TOOL@
  259. MANOPT = @MANOPT@
  260. MKDIR_P = @MKDIR_P@
  261. NM = @NM@
  262. NMEDIT = @NMEDIT@
  263. NROFF = @NROFF@
  264. OBJDUMP = @OBJDUMP@
  265. OBJEXT = @OBJEXT@
  266. OTOOL = @OTOOL@
  267. OTOOL64 = @OTOOL64@
  268. PACKAGE = @PACKAGE@
  269. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  270. PACKAGE_NAME = @PACKAGE_NAME@
  271. PACKAGE_STRING = @PACKAGE_STRING@
  272. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  273. PACKAGE_URL = @PACKAGE_URL@
  274. PACKAGE_VERSION = @PACKAGE_VERSION@
  275. PATH_SEPARATOR = @PATH_SEPARATOR@
  276. PERL = @PERL@
  277. PKGADD_NAME = @PKGADD_NAME@
  278. PKGADD_PKG = @PKGADD_PKG@
  279. PKGADD_VENDOR = @PKGADD_VENDOR@
  280. PKGCONFIG = @PKGCONFIG@
  281. RANDOM_FILE = @RANDOM_FILE@
  282. RANLIB = @RANLIB@
  283. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  284. SED = @SED@
  285. SET_MAKE = @SET_MAKE@
  286. SHELL = @SHELL@
  287. SSL_ENABLED = @SSL_ENABLED@
  288. STRIP = @STRIP@
  289. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  290. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  291. USE_ARES = @USE_ARES@
  292. USE_AXTLS = @USE_AXTLS@
  293. USE_CYASSL = @USE_CYASSL@
  294. USE_DARWINSSL = @USE_DARWINSSL@
  295. USE_GNUTLS = @USE_GNUTLS@
  296. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  297. USE_LIBRTMP = @USE_LIBRTMP@
  298. USE_LIBSSH2 = @USE_LIBSSH2@
  299. USE_NSS = @USE_NSS@
  300. USE_OPENLDAP = @USE_OPENLDAP@
  301. USE_POLARSSL = @USE_POLARSSL@
  302. USE_SCHANNEL = @USE_SCHANNEL@
  303. USE_SSLEAY = @USE_SSLEAY@
  304. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  305. VERSION = @VERSION@
  306. VERSIONNUM = @VERSIONNUM@
  307. ZLIB_LIBS = @ZLIB_LIBS@
  308. abs_builddir = @abs_builddir@
  309. abs_srcdir = @abs_srcdir@
  310. abs_top_builddir = @abs_top_builddir@
  311. abs_top_srcdir = @abs_top_srcdir@
  312. ac_ct_AR = @ac_ct_AR@
  313. ac_ct_CC = @ac_ct_CC@
  314. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  315. am__include = @am__include@
  316. am__leading_dot = @am__leading_dot@
  317. am__quote = @am__quote@
  318. am__tar = @am__tar@
  319. am__untar = @am__untar@
  320. bindir = @bindir@
  321. build = @build@
  322. build_alias = @build_alias@
  323. build_cpu = @build_cpu@
  324. build_os = @build_os@
  325. build_vendor = @build_vendor@
  326. builddir = @builddir@
  327. datadir = @datadir@
  328. datarootdir = @datarootdir@
  329. docdir = @docdir@
  330. dvidir = @dvidir@
  331. exec_prefix = @exec_prefix@
  332. host = @host@
  333. host_alias = @host_alias@
  334. host_cpu = @host_cpu@
  335. host_os = @host_os@
  336. host_vendor = @host_vendor@
  337. htmldir = @htmldir@
  338. includedir = @includedir@
  339. infodir = @infodir@
  340. install_sh = @install_sh@
  341. libdir = @libdir@
  342. libexecdir = @libexecdir@
  343. libext = @libext@
  344. localedir = @localedir@
  345. localstatedir = @localstatedir@
  346. mandir = @mandir@
  347. mkdir_p = @mkdir_p@
  348. oldincludedir = @oldincludedir@
  349. pdfdir = @pdfdir@
  350. prefix = @prefix@
  351. program_transform_name = @program_transform_name@
  352. psdir = @psdir@
  353. sbindir = @sbindir@
  354. sharedstatedir = @sharedstatedir@
  355. srcdir = @srcdir@
  356. subdirs = @subdirs@
  357. sysconfdir = @sysconfdir@
  358. target_alias = @target_alias@
  359. top_build_prefix = @top_build_prefix@
  360. top_builddir = @top_builddir@
  361. top_srcdir = @top_srcdir@
  362. AUTOMAKE_OPTIONS = foreign no-dependencies
  363. man_MANS = curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \
  364. curl_easy_perform.3 curl_easy_setopt.3 curl_easy_duphandle.3 \
  365. curl_formadd.3 curl_formfree.3 curl_getdate.3 curl_getenv.3 \
  366. curl_slist_append.3 curl_slist_free_all.3 curl_version.3 \
  367. curl_version_info.3 curl_escape.3 curl_unescape.3 curl_free.3 \
  368. curl_strequal.3 curl_mprintf.3 curl_global_init.3 curl_global_cleanup.3 \
  369. curl_multi_add_handle.3 curl_multi_cleanup.3 curl_multi_fdset.3 \
  370. curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 \
  371. curl_multi_remove_handle.3 curl_share_cleanup.3 curl_share_init.3 \
  372. curl_share_setopt.3 libcurl.3 libcurl-easy.3 libcurl-multi.3 \
  373. libcurl-share.3 libcurl-errors.3 curl_easy_strerror.3 \
  374. curl_multi_strerror.3 curl_share_strerror.3 curl_global_init_mem.3 \
  375. libcurl-tutorial.3 curl_easy_reset.3 curl_easy_escape.3 \
  376. curl_easy_unescape.3 curl_multi_setopt.3 curl_multi_socket.3 \
  377. curl_multi_timeout.3 curl_formget.3 curl_multi_assign.3 \
  378. curl_easy_pause.3 curl_easy_recv.3 curl_easy_send.3 \
  379. curl_multi_socket_action.3 curl_multi_wait.3
  380. HTMLPAGES = curl_easy_cleanup.html curl_easy_getinfo.html \
  381. curl_easy_init.html curl_easy_perform.html curl_easy_setopt.html \
  382. curl_easy_duphandle.html curl_formadd.html curl_formfree.html \
  383. curl_getdate.html curl_getenv.html curl_slist_append.html \
  384. curl_slist_free_all.html curl_version.html curl_version_info.html \
  385. curl_escape.html curl_unescape.html curl_free.html curl_strequal.html \
  386. curl_mprintf.html curl_global_init.html curl_global_cleanup.html \
  387. curl_multi_add_handle.html curl_multi_cleanup.html \
  388. curl_multi_fdset.html curl_multi_info_read.html curl_multi_init.html \
  389. curl_multi_perform.html curl_multi_remove_handle.html \
  390. curl_share_cleanup.html curl_share_init.html curl_share_setopt.html \
  391. libcurl.html libcurl-multi.html libcurl-easy.html libcurl-share.html \
  392. libcurl-errors.html curl_easy_strerror.html curl_multi_strerror.html \
  393. curl_share_strerror.html curl_global_init_mem.html \
  394. libcurl-tutorial.html curl_easy_reset.html curl_easy_escape.html \
  395. curl_easy_unescape.html curl_multi_setopt.html curl_multi_socket.html \
  396. curl_multi_timeout.html curl_formget.html curl_multi_assign.html \
  397. curl_easy_pause.html curl_easy_recv.html curl_easy_send.html \
  398. curl_multi_socket_action.html curl_multi_wait.html
  399. PDFPAGES = curl_easy_cleanup.pdf curl_easy_getinfo.pdf \
  400. curl_easy_init.pdf curl_easy_perform.pdf curl_easy_setopt.pdf \
  401. curl_easy_duphandle.pdf curl_formadd.pdf curl_formfree.pdf \
  402. curl_getdate.pdf curl_getenv.pdf curl_slist_append.pdf \
  403. curl_slist_free_all.pdf curl_version.pdf curl_version_info.pdf \
  404. curl_escape.pdf curl_unescape.pdf curl_free.pdf curl_strequal.pdf \
  405. curl_mprintf.pdf curl_global_init.pdf curl_global_cleanup.pdf \
  406. curl_multi_add_handle.pdf curl_multi_cleanup.pdf curl_multi_fdset.pdf \
  407. curl_multi_info_read.pdf curl_multi_init.pdf curl_multi_perform.pdf \
  408. curl_multi_remove_handle.pdf curl_share_cleanup.pdf curl_share_init.pdf \
  409. curl_share_setopt.pdf libcurl.pdf libcurl-multi.pdf libcurl-easy.pdf \
  410. libcurl-share.pdf libcurl-errors.pdf curl_easy_strerror.pdf \
  411. curl_multi_strerror.pdf curl_share_strerror.pdf \
  412. curl_global_init_mem.pdf libcurl-tutorial.pdf curl_easy_reset.pdf \
  413. curl_easy_escape.pdf curl_easy_unescape.pdf curl_multi_setopt.pdf \
  414. curl_multi_socket.pdf curl_multi_timeout.pdf curl_formget.pdf \
  415. curl_multi_assign.pdf curl_easy_pause.pdf curl_easy_recv.pdf \
  416. curl_easy_send.pdf curl_multi_socket_action.pdf curl_multi_wait.pdf
  417. CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
  418. EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI \
  419. symbols-in-versions symbols.pl
  420. MAN2HTML = roffit --mandir=. < $< >$@
  421. SUFFIXES = .3 .html
  422. all: all-am
  423. .SUFFIXES:
  424. .SUFFIXES: .3 .html .pdf
  425. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  426. @for dep in $?; do \
  427. case '$(am__configure_deps)' in \
  428. *$$dep*) \
  429. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  430. && { if test -f $@; then exit 0; else break; fi; }; \
  431. exit 1;; \
  432. esac; \
  433. done; \
  434. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/libcurl/Makefile'; \
  435. $(am__cd) $(top_srcdir) && \
  436. $(AUTOMAKE) --foreign docs/libcurl/Makefile
  437. .PRECIOUS: Makefile
  438. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  439. @case '$?' in \
  440. *config.status*) \
  441. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  442. *) \
  443. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  444. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  445. esac;
  446. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  447. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  448. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  449. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  450. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  451. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  452. $(am__aclocal_m4_deps):
  453. mostlyclean-libtool:
  454. -rm -f *.lo
  455. clean-libtool:
  456. -rm -rf .libs _libs
  457. install-man3: $(man_MANS)
  458. @$(NORMAL_INSTALL)
  459. @list1=''; \
  460. list2='$(man_MANS)'; \
  461. test -n "$(man3dir)" \
  462. && test -n "`echo $$list1$$list2`" \
  463. || exit 0; \
  464. echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
  465. $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
  466. { for i in $$list1; do echo "$$i"; done; \
  467. if test -n "$$list2"; then \
  468. for i in $$list2; do echo "$$i"; done \
  469. | sed -n '/\.3[a-z]*$$/p'; \
  470. fi; \
  471. } | while read p; do \
  472. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  473. echo "$$d$$p"; echo "$$p"; \
  474. done | \
  475. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  476. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  477. sed 'N;N;s,\n, ,g' | { \
  478. list=; while read file base inst; do \
  479. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  480. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  481. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  482. fi; \
  483. done; \
  484. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  485. while read files; do \
  486. test -z "$$files" || { \
  487. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  488. $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  489. done; }
  490. uninstall-man3:
  491. @$(NORMAL_UNINSTALL)
  492. @list=''; test -n "$(man3dir)" || exit 0; \
  493. files=`{ for i in $$list; do echo "$$i"; done; \
  494. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  495. sed -n '/\.3[a-z]*$$/p'; \
  496. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  497. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  498. dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
  499. tags TAGS:
  500. ctags CTAGS:
  501. cscope cscopelist:
  502. distdir: $(DISTFILES)
  503. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  504. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  505. list='$(DISTFILES)'; \
  506. dist_files=`for file in $$list; do echo $$file; done | \
  507. sed -e "s|^$$srcdirstrip/||;t" \
  508. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  509. case $$dist_files in \
  510. */*) $(MKDIR_P) `echo "$$dist_files" | \
  511. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  512. sort -u` ;; \
  513. esac; \
  514. for file in $$dist_files; do \
  515. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  516. if test -d $$d/$$file; then \
  517. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  518. if test -d "$(distdir)/$$file"; then \
  519. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  520. fi; \
  521. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  522. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  523. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  524. fi; \
  525. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  526. else \
  527. test -f "$(distdir)/$$file" \
  528. || cp -p $$d/$$file "$(distdir)/$$file" \
  529. || exit 1; \
  530. fi; \
  531. done
  532. check-am: all-am
  533. check: check-am
  534. all-am: Makefile $(MANS)
  535. installdirs:
  536. for dir in "$(DESTDIR)$(man3dir)"; do \
  537. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  538. done
  539. install: install-am
  540. install-exec: install-exec-am
  541. install-data: install-data-am
  542. uninstall: uninstall-am
  543. install-am: all-am
  544. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  545. installcheck: installcheck-am
  546. install-strip:
  547. if test -z '$(STRIP)'; then \
  548. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  549. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  550. install; \
  551. else \
  552. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  553. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  554. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  555. fi
  556. mostlyclean-generic:
  557. clean-generic:
  558. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  559. distclean-generic:
  560. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  561. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  562. maintainer-clean-generic:
  563. @echo "This command is intended for maintainers to use"
  564. @echo "it deletes files that may require special tools to rebuild."
  565. clean: clean-am
  566. clean-am: clean-generic clean-libtool mostlyclean-am
  567. distclean: distclean-am
  568. -rm -f Makefile
  569. distclean-am: clean-am distclean-generic
  570. dvi: dvi-am
  571. dvi-am:
  572. html-am:
  573. info: info-am
  574. info-am:
  575. install-data-am: install-man
  576. install-dvi: install-dvi-am
  577. install-dvi-am:
  578. install-exec-am:
  579. install-html: install-html-am
  580. install-html-am:
  581. install-info: install-info-am
  582. install-info-am:
  583. install-man: install-man3
  584. install-pdf: install-pdf-am
  585. install-pdf-am:
  586. install-ps: install-ps-am
  587. install-ps-am:
  588. installcheck-am:
  589. maintainer-clean: maintainer-clean-am
  590. -rm -f Makefile
  591. maintainer-clean-am: distclean-am maintainer-clean-generic
  592. mostlyclean: mostlyclean-am
  593. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  594. pdf-am:
  595. ps: ps-am
  596. ps-am:
  597. uninstall-am: uninstall-man
  598. uninstall-man: uninstall-man3
  599. .MAKE: install-am install-strip
  600. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  601. cscopelist-am ctags-am distclean distclean-generic \
  602. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  603. install install-am install-data install-data-am install-dvi \
  604. install-dvi-am install-exec install-exec-am install-html \
  605. install-html-am install-info install-info-am install-man \
  606. install-man3 install-pdf install-pdf-am install-ps \
  607. install-ps-am install-strip installcheck installcheck-am \
  608. installdirs maintainer-clean maintainer-clean-generic \
  609. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  610. ps ps-am tags-am uninstall uninstall-am uninstall-man \
  611. uninstall-man3
  612. html: $(HTMLPAGES)
  613. .3.html:
  614. $(MAN2HTML)
  615. pdf: $(PDFPAGES)
  616. .3.pdf:
  617. @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
  618. groff -Tps -man $< >$$foo.ps; \
  619. ps2pdf $$foo.ps $@; \
  620. rm $$foo.ps; \
  621. echo "converted $< to $@")
  622. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  623. # Otherwise a system limit (for SysV at least) may be exceeded.
  624. .NOEXPORT: