诸暨麻将添加redis
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

1273 行
43 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 - 2013, 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. # ./lib/Makefile.inc
  34. # Using the backslash as line continuation character might be problematic
  35. # with some make flavours, as Watcom's wmake showed us already. If we
  36. # ever want to change this in a portable manner then we should consider
  37. # this idea (posted to the libcurl list by Adam Kellas):
  38. # CSRC1 = file1.c file2.c file3.c
  39. # CSRC2 = file4.c file5.c file6.c
  40. # CSOURCES = $(CSRC1) $(CSRC2)
  41. VPATH = @srcdir@
  42. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  43. am__make_running_with_option = \
  44. case $${target_option-} in \
  45. ?) ;; \
  46. *) echo "am__make_running_with_option: internal error: invalid" \
  47. "target option '$${target_option-}' specified" >&2; \
  48. exit 1;; \
  49. esac; \
  50. has_opt=no; \
  51. sane_makeflags=$$MAKEFLAGS; \
  52. if $(am__is_gnu_make); then \
  53. sane_makeflags=$$MFLAGS; \
  54. else \
  55. case $$MAKEFLAGS in \
  56. *\\[\ \ ]*) \
  57. bs=\\; \
  58. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  59. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  60. esac; \
  61. fi; \
  62. skip_next=no; \
  63. strip_trailopt () \
  64. { \
  65. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  66. }; \
  67. for flg in $$sane_makeflags; do \
  68. test $$skip_next = yes && { skip_next=no; continue; }; \
  69. case $$flg in \
  70. *=*|--*) continue;; \
  71. -*I) strip_trailopt 'I'; skip_next=yes;; \
  72. -*I?*) strip_trailopt 'I';; \
  73. -*O) strip_trailopt 'O'; skip_next=yes;; \
  74. -*O?*) strip_trailopt 'O';; \
  75. -*l) strip_trailopt 'l'; skip_next=yes;; \
  76. -*l?*) strip_trailopt 'l';; \
  77. -[dEDm]) skip_next=yes;; \
  78. -[JT]) skip_next=yes;; \
  79. esac; \
  80. case $$flg in \
  81. *$$target_option*) has_opt=yes; break;; \
  82. esac; \
  83. done; \
  84. test $$has_opt = yes
  85. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  86. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  87. pkgdatadir = $(datadir)/@PACKAGE@
  88. pkgincludedir = $(includedir)/@PACKAGE@
  89. pkglibdir = $(libdir)/@PACKAGE@
  90. pkglibexecdir = $(libexecdir)/@PACKAGE@
  91. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  92. install_sh_DATA = $(install_sh) -c -m 644
  93. install_sh_PROGRAM = $(install_sh) -c
  94. install_sh_SCRIPT = $(install_sh) -c
  95. INSTALL_HEADER = $(INSTALL_DATA)
  96. transform = $(program_transform_name)
  97. NORMAL_INSTALL = :
  98. PRE_INSTALL = :
  99. POST_INSTALL = :
  100. NORMAL_UNINSTALL = :
  101. PRE_UNINSTALL = :
  102. POST_UNINSTALL = :
  103. build_triplet = @build@
  104. host_triplet = @host@
  105. DIST_COMMON = $(srcdir)/lib/Makefile.inc $(srcdir)/Makefile.in \
  106. $(srcdir)/Makefile.am $(top_srcdir)/configure \
  107. $(am__configure_deps) mkinstalldirs $(srcdir)/curl-config.in \
  108. $(srcdir)/libcurl.pc.in COPYING README compile config.guess \
  109. config.sub depcomp install-sh missing ltmain.sh
  110. subdir = .
  111. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  112. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  113. $(top_srcdir)/m4/curl-confopts.m4 \
  114. $(top_srcdir)/m4/curl-functions.m4 \
  115. $(top_srcdir)/m4/curl-openssl.m4 \
  116. $(top_srcdir)/m4/curl-override.m4 \
  117. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  118. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  119. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  120. $(top_srcdir)/m4/xc-am-iface.m4 \
  121. $(top_srcdir)/m4/xc-cc-check.m4 \
  122. $(top_srcdir)/m4/xc-lt-iface.m4 \
  123. $(top_srcdir)/m4/xc-translit.m4 \
  124. $(top_srcdir)/m4/xc-val-flgs.m4 \
  125. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  126. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  127. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  128. $(top_srcdir)/configure.ac
  129. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  130. $(ACLOCAL_M4)
  131. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  132. configure.lineno config.status.lineno
  133. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  134. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
  135. $(top_builddir)/include/curl/curlbuild.h
  136. CONFIG_CLEAN_FILES = curl-config libcurl.pc
  137. CONFIG_CLEAN_VPATH_FILES =
  138. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  139. am__vpath_adj = case $$p in \
  140. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  141. *) f=$$p;; \
  142. esac;
  143. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  144. am__install_max = 40
  145. am__nobase_strip_setup = \
  146. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  147. am__nobase_strip = \
  148. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  149. am__nobase_list = $(am__nobase_strip_setup); \
  150. for p in $$list; do echo "$$p $$p"; done | \
  151. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  152. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  153. if (++n[$$2] == $(am__install_max)) \
  154. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  155. END { for (dir in files) print dir, files[dir] }'
  156. am__base_list = \
  157. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  158. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  159. am__uninstall_files_from_dir = { \
  160. test -z "$$files" \
  161. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  162. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  163. $(am__cd) "$$dir" && rm -f $$files; }; \
  164. }
  165. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
  166. SCRIPTS = $(bin_SCRIPTS)
  167. AM_V_P = $(am__v_P_@AM_V@)
  168. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  169. am__v_P_0 = false
  170. am__v_P_1 = :
  171. AM_V_GEN = $(am__v_GEN_@AM_V@)
  172. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  173. am__v_GEN_0 = @echo " GEN " $@;
  174. am__v_GEN_1 =
  175. AM_V_at = $(am__v_at_@AM_V@)
  176. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  177. am__v_at_0 = @
  178. am__v_at_1 =
  179. SOURCES =
  180. DIST_SOURCES =
  181. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  182. ctags-recursive dvi-recursive html-recursive info-recursive \
  183. install-data-recursive install-dvi-recursive \
  184. install-exec-recursive install-html-recursive \
  185. install-info-recursive install-pdf-recursive \
  186. install-ps-recursive install-recursive installcheck-recursive \
  187. installdirs-recursive pdf-recursive ps-recursive \
  188. tags-recursive uninstall-recursive
  189. am__can_run_installinfo = \
  190. case $$AM_UPDATE_INFO_DIR in \
  191. n|no|NO) false;; \
  192. *) (install-info --version) >/dev/null 2>&1;; \
  193. esac
  194. DATA = $(pkgconfig_DATA)
  195. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  196. distclean-recursive maintainer-clean-recursive
  197. am__recursive_targets = \
  198. $(RECURSIVE_TARGETS) \
  199. $(RECURSIVE_CLEAN_TARGETS) \
  200. $(am__extra_recursive_targets)
  201. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  202. cscope distdir dist dist-all distcheck
  203. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  204. # Read a list of newline-separated strings from the standard input,
  205. # and print each of them once, without duplicates. Input order is
  206. # *not* preserved.
  207. am__uniquify_input = $(AWK) '\
  208. BEGIN { nonempty = 0; } \
  209. { items[$$0] = 1; nonempty = 1; } \
  210. END { if (nonempty) { for (i in items) print i; }; } \
  211. '
  212. # Make sure the list of sources is unique. This is necessary because,
  213. # e.g., the same source file might be shared among _SOURCES variables
  214. # for different programs/libraries.
  215. am__define_uniq_tagged_files = \
  216. list='$(am__tagged_files)'; \
  217. unique=`for i in $$list; do \
  218. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  219. done | $(am__uniquify_input)`
  220. ETAGS = etags
  221. CTAGS = ctags
  222. CSCOPE = cscope
  223. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  224. distdir = $(PACKAGE)-$(VERSION)
  225. top_distdir = $(distdir)
  226. am__remove_distdir = \
  227. if test -d "$(distdir)"; then \
  228. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  229. && rm -rf "$(distdir)" \
  230. || { sleep 5 && rm -rf "$(distdir)"; }; \
  231. else :; fi
  232. am__post_remove_distdir = $(am__remove_distdir)
  233. am__relativize = \
  234. dir0=`pwd`; \
  235. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  236. sed_rest='s,^[^/]*/*,,'; \
  237. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  238. sed_butlast='s,/*[^/]*$$,,'; \
  239. while test -n "$$dir1"; do \
  240. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  241. if test "$$first" != "."; then \
  242. if test "$$first" = ".."; then \
  243. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  244. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  245. else \
  246. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  247. if test "$$first2" = "$$first"; then \
  248. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  249. else \
  250. dir2="../$$dir2"; \
  251. fi; \
  252. dir0="$$dir0"/"$$first"; \
  253. fi; \
  254. fi; \
  255. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  256. done; \
  257. reldir="$$dir2"
  258. DIST_ARCHIVES = $(distdir).tar.gz
  259. GZIP_ENV = --best
  260. DIST_TARGETS = dist-gzip
  261. distuninstallcheck_listfiles = find . -type f -print
  262. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  263. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  264. distcleancheck_listfiles = find . -type f -print
  265. ACLOCAL = @ACLOCAL@
  266. AMTAR = @AMTAR@
  267. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  268. AR = @AR@
  269. AS = @AS@
  270. AUTOCONF = @AUTOCONF@
  271. AUTOHEADER = @AUTOHEADER@
  272. AUTOMAKE = @AUTOMAKE@
  273. AWK = @AWK@
  274. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  275. CC = @CC@
  276. CCDEPMODE = @CCDEPMODE@
  277. CFLAGS = @CFLAGS@
  278. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  279. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  280. CPP = @CPP@
  281. CPPFLAGS = @CPPFLAGS@
  282. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  283. CURLVERSION = @CURLVERSION@
  284. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  285. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  286. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  287. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  288. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  289. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  290. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  291. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  292. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  293. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  294. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  295. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  296. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  297. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  298. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  299. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  300. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  301. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  302. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  303. CYGPATH_W = @CYGPATH_W@
  304. DEFS = @DEFS@
  305. DEPDIR = @DEPDIR@
  306. DLLTOOL = @DLLTOOL@
  307. DSYMUTIL = @DSYMUTIL@
  308. DUMPBIN = @DUMPBIN@
  309. ECHO_C = @ECHO_C@
  310. ECHO_N = @ECHO_N@
  311. ECHO_T = @ECHO_T@
  312. EGREP = @EGREP@
  313. ENABLE_SHARED = @ENABLE_SHARED@
  314. ENABLE_STATIC = @ENABLE_STATIC@
  315. EXEEXT = @EXEEXT@
  316. FGREP = @FGREP@
  317. GREP = @GREP@
  318. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  319. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  320. HAVE_LIBZ = @HAVE_LIBZ@
  321. HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
  322. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  323. IDN_ENABLED = @IDN_ENABLED@
  324. INSTALL = @INSTALL@
  325. INSTALL_DATA = @INSTALL_DATA@
  326. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  327. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  328. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  329. IPV6_ENABLED = @IPV6_ENABLED@
  330. KRB4_ENABLED = @KRB4_ENABLED@
  331. LD = @LD@
  332. LDFLAGS = @LDFLAGS@
  333. LIBCURL_LIBS = @LIBCURL_LIBS@
  334. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  335. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  336. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  337. LIBOBJS = @LIBOBJS@
  338. LIBS = @LIBS@
  339. LIBTOOL = @LIBTOOL@
  340. LIPO = @LIPO@
  341. LN_S = @LN_S@
  342. LTLIBOBJS = @LTLIBOBJS@
  343. MAINT = @MAINT@
  344. MAKEINFO = @MAKEINFO@
  345. MANIFEST_TOOL = @MANIFEST_TOOL@
  346. MANOPT = @MANOPT@
  347. MKDIR_P = @MKDIR_P@
  348. NM = @NM@
  349. NMEDIT = @NMEDIT@
  350. NROFF = @NROFF@
  351. OBJDUMP = @OBJDUMP@
  352. OBJEXT = @OBJEXT@
  353. OTOOL = @OTOOL@
  354. OTOOL64 = @OTOOL64@
  355. PACKAGE = @PACKAGE@
  356. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  357. PACKAGE_NAME = @PACKAGE_NAME@
  358. PACKAGE_STRING = @PACKAGE_STRING@
  359. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  360. PACKAGE_URL = @PACKAGE_URL@
  361. PACKAGE_VERSION = @PACKAGE_VERSION@
  362. PATH_SEPARATOR = @PATH_SEPARATOR@
  363. PERL = @PERL@
  364. PKGADD_NAME = @PKGADD_NAME@
  365. PKGADD_PKG = @PKGADD_PKG@
  366. PKGADD_VENDOR = @PKGADD_VENDOR@
  367. PKGCONFIG = @PKGCONFIG@
  368. RANDOM_FILE = @RANDOM_FILE@
  369. RANLIB = @RANLIB@
  370. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  371. SED = @SED@
  372. SET_MAKE = @SET_MAKE@
  373. SHELL = @SHELL@
  374. SSL_ENABLED = @SSL_ENABLED@
  375. STRIP = @STRIP@
  376. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  377. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  378. USE_ARES = @USE_ARES@
  379. USE_AXTLS = @USE_AXTLS@
  380. USE_CYASSL = @USE_CYASSL@
  381. USE_DARWINSSL = @USE_DARWINSSL@
  382. USE_GNUTLS = @USE_GNUTLS@
  383. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  384. USE_LIBRTMP = @USE_LIBRTMP@
  385. USE_LIBSSH2 = @USE_LIBSSH2@
  386. USE_NSS = @USE_NSS@
  387. USE_OPENLDAP = @USE_OPENLDAP@
  388. USE_POLARSSL = @USE_POLARSSL@
  389. USE_SCHANNEL = @USE_SCHANNEL@
  390. USE_SSLEAY = @USE_SSLEAY@
  391. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  392. VERSION = @VERSION@
  393. VERSIONNUM = @VERSIONNUM@
  394. ZLIB_LIBS = @ZLIB_LIBS@
  395. abs_builddir = @abs_builddir@
  396. abs_srcdir = @abs_srcdir@
  397. abs_top_builddir = @abs_top_builddir@
  398. abs_top_srcdir = @abs_top_srcdir@
  399. ac_ct_AR = @ac_ct_AR@
  400. ac_ct_CC = @ac_ct_CC@
  401. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  402. am__include = @am__include@
  403. am__leading_dot = @am__leading_dot@
  404. am__quote = @am__quote@
  405. am__tar = @am__tar@
  406. am__untar = @am__untar@
  407. bindir = @bindir@
  408. build = @build@
  409. build_alias = @build_alias@
  410. build_cpu = @build_cpu@
  411. build_os = @build_os@
  412. build_vendor = @build_vendor@
  413. builddir = @builddir@
  414. datadir = @datadir@
  415. datarootdir = @datarootdir@
  416. docdir = @docdir@
  417. dvidir = @dvidir@
  418. exec_prefix = @exec_prefix@
  419. host = @host@
  420. host_alias = @host_alias@
  421. host_cpu = @host_cpu@
  422. host_os = @host_os@
  423. host_vendor = @host_vendor@
  424. htmldir = @htmldir@
  425. includedir = @includedir@
  426. infodir = @infodir@
  427. install_sh = @install_sh@
  428. libdir = @libdir@
  429. libexecdir = @libexecdir@
  430. libext = @libext@
  431. localedir = @localedir@
  432. localstatedir = @localstatedir@
  433. mandir = @mandir@
  434. mkdir_p = @mkdir_p@
  435. oldincludedir = @oldincludedir@
  436. pdfdir = @pdfdir@
  437. prefix = @prefix@
  438. program_transform_name = @program_transform_name@
  439. psdir = @psdir@
  440. sbindir = @sbindir@
  441. sharedstatedir = @sharedstatedir@
  442. srcdir = @srcdir@
  443. subdirs = @subdirs@
  444. sysconfdir = @sysconfdir@
  445. target_alias = @target_alias@
  446. top_build_prefix = @top_build_prefix@
  447. top_builddir = @top_builddir@
  448. top_srcdir = @top_srcdir@
  449. AUTOMAKE_OPTIONS = foreign
  450. ACLOCAL_AMFLAGS = -I m4
  451. CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in \
  452. CMake/CurlCheckCSourceCompiles.cmake CMake/CurlCheckCSourceRuns.cmake \
  453. CMake/CurlTests.c CMake/FindOpenSSL.cmake CMake/FindZLIB.cmake \
  454. CMake/OtherTests.cmake CMake/Platforms/WindowsCache.cmake \
  455. CMake/Utilities.cmake include/curl/curlbuild.h.cmake
  456. VC6LIBDSP = vs/vc6/lib/vc6libcurl.dsp
  457. VC6LIBDSPHEAD = vs/t/lib/vc6_libcurl_dsp.head
  458. VC6LIBDSPFOOT = vs/t/lib/vc6_libcurl_dsp.foot
  459. VC8LIBPRJ = vs/vc8/lib/vc8libcurl.vcproj
  460. VC8LIBPRJHEAD = vs/t/lib/vc8_libcurl_prj.head
  461. VC8LIBPRJFOOT = vs/t/lib/vc8_libcurl_prj.foot
  462. VC_DIST = \
  463. vs/t/README \
  464. $(VC6LIBDSP) $(VC6LIBDSPHEAD) $(VC6LIBDSPFOOT) \
  465. $(VC8LIBPRJ) $(VC8LIBPRJHEAD) $(VC8LIBPRJFOOT) \
  466. vs/vc6/vc6curl.dsw \
  467. vs/vc6/lib/vc6libcurl.dsw \
  468. vs/vc6/src/vc6curltool.dsw \
  469. vs/vc6/src/vc6curltool.dsp
  470. VC6LIBDSP_DEPS = $(VC6LIBDSPHEAD) $(VC6LIBDSPFOOT) \
  471. Makefile.am lib/Makefile.inc
  472. VC8LIBPRJ_DEPS = $(VC8LIBPRJHEAD) $(VC8LIBPRJFOOT) \
  473. Makefile.am lib/Makefile.inc
  474. WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \
  475. winbuild/MakefileBuild.vc winbuild/Makefile.vc \
  476. winbuild/Makefile.msvc.names
  477. EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
  478. RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework \
  479. $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST) lib/libcurl.vers.in
  480. CLEANFILES = $(VC6LIBDSP) $(VC8LIBPRJ)
  481. bin_SCRIPTS = curl-config
  482. SUBDIRS = lib src include
  483. DIST_SUBDIRS = $(SUBDIRS) tests packages docs
  484. pkgconfigdir = $(libdir)/pkgconfig
  485. pkgconfig_DATA = libcurl.pc
  486. CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
  487. cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
  488. ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \
  489. netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
  490. curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c \
  491. memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
  492. content_encoding.c share.c http_digest.c md4.c md5.c \
  493. http_negotiate.c inet_pton.c strtoofft.c strerror.c amigaos.c \
  494. hostasyn.c hostip4.c hostip6.c hostsyn.c inet_ntop.c parsedate.c \
  495. select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c \
  496. qssl.c rawstr.c curl_addrinfo.c socks_gssapi.c socks_sspi.c \
  497. curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
  498. pingpong.c rtsp.c curl_threads.c warnless.c hmac.c polarssl.c \
  499. polarssl_threadlock.c curl_rtmp.c openldap.c curl_gethostname.c \
  500. gopher.c axtls.c idn_win32.c http_negotiate_sspi.c cyassl.c \
  501. http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c \
  502. curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_ntlm_msgs.c \
  503. curl_sasl.c curl_schannel.c curl_multibyte.c curl_darwinssl.c \
  504. hostcheck.c bundles.c conncache.c pipeline.c dotdot.c x509asn1.c \
  505. gskit.c
  506. HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \
  507. progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
  508. if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h \
  509. getinfo.h strequal.h krb4.h memdebug.h http_chunks.h \
  510. curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h \
  511. connect.h llist.h hash.h content_encoding.h share.h curl_md4.h \
  512. curl_md5.h http_digest.h http_negotiate.h inet_pton.h amigaos.h \
  513. strtoofft.h strerror.h inet_ntop.h curlx.h curl_memory.h curl_setup.h \
  514. transfer.h select.h easyif.h multiif.h parsedate.h sslgen.h gtls.h \
  515. tftp.h sockaddr.h splay.h strdup.h socks.h ssh.h nssg.h curl_base64.h \
  516. rawstr.h curl_addrinfo.h curl_sspi.h slist.h nonblock.h \
  517. curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h \
  518. warnless.h curl_hmac.h polarssl.h polarssl_threadlock.h curl_rtmp.h \
  519. curl_gethostname.h gopher.h axtls.h cyassl.h http_proxy.h non-ascii.h \
  520. asyn.h curl_ntlm.h curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h \
  521. curl_ntlm_msgs.h curl_sasl.h curl_schannel.h curl_multibyte.h \
  522. curl_darwinssl.h hostcheck.h bundles.h conncache.h curl_setup_once.h \
  523. multihandle.h setup-vms.h pipeline.h dotdot.h x509asn1.h gskit.h
  524. # List of libcurl source files required to generate VC IDE dsp and prj files
  525. WIN32SOURCES = $(CSOURCES)
  526. WIN32HEADERS = $(HHEADERS) config-win32.h
  527. all: all-recursive
  528. .SUFFIXES:
  529. am--refresh: Makefile
  530. @:
  531. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/lib/Makefile.inc $(am__configure_deps)
  532. @for dep in $?; do \
  533. case '$(am__configure_deps)' in \
  534. *$$dep*) \
  535. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  536. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  537. && exit 0; \
  538. exit 1;; \
  539. esac; \
  540. done; \
  541. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  542. $(am__cd) $(top_srcdir) && \
  543. $(AUTOMAKE) --foreign Makefile
  544. .PRECIOUS: Makefile
  545. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  546. @case '$?' in \
  547. *config.status*) \
  548. echo ' $(SHELL) ./config.status'; \
  549. $(SHELL) ./config.status;; \
  550. *) \
  551. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  552. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  553. esac;
  554. $(srcdir)/lib/Makefile.inc:
  555. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  556. $(SHELL) ./config.status --recheck
  557. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  558. $(am__cd) $(srcdir) && $(AUTOCONF)
  559. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  560. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  561. $(am__aclocal_m4_deps):
  562. curl-config: $(top_builddir)/config.status $(srcdir)/curl-config.in
  563. cd $(top_builddir) && $(SHELL) ./config.status $@
  564. libcurl.pc: $(top_builddir)/config.status $(srcdir)/libcurl.pc.in
  565. cd $(top_builddir) && $(SHELL) ./config.status $@
  566. install-binSCRIPTS: $(bin_SCRIPTS)
  567. @$(NORMAL_INSTALL)
  568. @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
  569. if test -n "$$list"; then \
  570. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  571. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  572. fi; \
  573. for p in $$list; do \
  574. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  575. if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
  576. done | \
  577. sed -e 'p;s,.*/,,;n' \
  578. -e 'h;s|.*|.|' \
  579. -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
  580. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
  581. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  582. if ($$2 == $$4) { files[d] = files[d] " " $$1; \
  583. if (++n[d] == $(am__install_max)) { \
  584. print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
  585. else { print "f", d "/" $$4, $$1 } } \
  586. END { for (d in files) print "f", d, files[d] }' | \
  587. while read type dir files; do \
  588. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  589. test -z "$$files" || { \
  590. echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  591. $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  592. } \
  593. ; done
  594. uninstall-binSCRIPTS:
  595. @$(NORMAL_UNINSTALL)
  596. @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
  597. files=`for p in $$list; do echo "$$p"; done | \
  598. sed -e 's,.*/,,;$(transform)'`; \
  599. dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
  600. mostlyclean-libtool:
  601. -rm -f *.lo
  602. clean-libtool:
  603. -rm -rf .libs _libs
  604. distclean-libtool:
  605. -rm -f libtool config.lt
  606. install-pkgconfigDATA: $(pkgconfig_DATA)
  607. @$(NORMAL_INSTALL)
  608. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  609. if test -n "$$list"; then \
  610. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  611. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  612. fi; \
  613. for p in $$list; do \
  614. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  615. echo "$$d$$p"; \
  616. done | $(am__base_list) | \
  617. while read files; do \
  618. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  619. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  620. done
  621. uninstall-pkgconfigDATA:
  622. @$(NORMAL_UNINSTALL)
  623. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  624. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  625. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  626. # This directory's subdirectories are mostly independent; you can cd
  627. # into them and run 'make' without going through this Makefile.
  628. # To change the values of 'make' variables: instead of editing Makefiles,
  629. # (1) if the variable is set in 'config.status', edit 'config.status'
  630. # (which will cause the Makefiles to be regenerated when you run 'make');
  631. # (2) otherwise, pass the desired values on the 'make' command line.
  632. $(am__recursive_targets):
  633. @fail=; \
  634. if $(am__make_keepgoing); then \
  635. failcom='fail=yes'; \
  636. else \
  637. failcom='exit 1'; \
  638. fi; \
  639. dot_seen=no; \
  640. target=`echo $@ | sed s/-recursive//`; \
  641. case "$@" in \
  642. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  643. *) list='$(SUBDIRS)' ;; \
  644. esac; \
  645. for subdir in $$list; do \
  646. echo "Making $$target in $$subdir"; \
  647. if test "$$subdir" = "."; then \
  648. dot_seen=yes; \
  649. local_target="$$target-am"; \
  650. else \
  651. local_target="$$target"; \
  652. fi; \
  653. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  654. || eval $$failcom; \
  655. done; \
  656. if test "$$dot_seen" = "no"; then \
  657. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  658. fi; test -z "$$fail"
  659. ID: $(am__tagged_files)
  660. $(am__define_uniq_tagged_files); mkid -fID $$unique
  661. tags: tags-recursive
  662. TAGS: tags
  663. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  664. set x; \
  665. here=`pwd`; \
  666. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  667. include_option=--etags-include; \
  668. empty_fix=.; \
  669. else \
  670. include_option=--include; \
  671. empty_fix=; \
  672. fi; \
  673. list='$(SUBDIRS)'; for subdir in $$list; do \
  674. if test "$$subdir" = .; then :; else \
  675. test ! -f $$subdir/TAGS || \
  676. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  677. fi; \
  678. done; \
  679. $(am__define_uniq_tagged_files); \
  680. shift; \
  681. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  682. test -n "$$unique" || unique=$$empty_fix; \
  683. if test $$# -gt 0; then \
  684. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  685. "$$@" $$unique; \
  686. else \
  687. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  688. $$unique; \
  689. fi; \
  690. fi
  691. ctags: ctags-recursive
  692. CTAGS: ctags
  693. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  694. $(am__define_uniq_tagged_files); \
  695. test -z "$(CTAGS_ARGS)$$unique" \
  696. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  697. $$unique
  698. GTAGS:
  699. here=`$(am__cd) $(top_builddir) && pwd` \
  700. && $(am__cd) $(top_srcdir) \
  701. && gtags -i $(GTAGS_ARGS) "$$here"
  702. cscope: cscope.files
  703. test ! -s cscope.files \
  704. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  705. clean-cscope:
  706. -rm -f cscope.files
  707. cscope.files: clean-cscope cscopelist
  708. cscopelist: cscopelist-recursive
  709. cscopelist-am: $(am__tagged_files)
  710. list='$(am__tagged_files)'; \
  711. case "$(srcdir)" in \
  712. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  713. *) sdir=$(subdir)/$(srcdir) ;; \
  714. esac; \
  715. for i in $$list; do \
  716. if test -f "$$i"; then \
  717. echo "$(subdir)/$$i"; \
  718. else \
  719. echo "$$sdir/$$i"; \
  720. fi; \
  721. done >> $(top_builddir)/cscope.files
  722. distclean-tags:
  723. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  724. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  725. distdir: $(DISTFILES)
  726. $(am__remove_distdir)
  727. test -d "$(distdir)" || mkdir "$(distdir)"
  728. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  729. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  730. list='$(DISTFILES)'; \
  731. dist_files=`for file in $$list; do echo $$file; done | \
  732. sed -e "s|^$$srcdirstrip/||;t" \
  733. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  734. case $$dist_files in \
  735. */*) $(MKDIR_P) `echo "$$dist_files" | \
  736. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  737. sort -u` ;; \
  738. esac; \
  739. for file in $$dist_files; do \
  740. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  741. if test -d $$d/$$file; then \
  742. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  743. if test -d "$(distdir)/$$file"; then \
  744. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  745. fi; \
  746. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  747. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  748. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  749. fi; \
  750. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  751. else \
  752. test -f "$(distdir)/$$file" \
  753. || cp -p $$d/$$file "$(distdir)/$$file" \
  754. || exit 1; \
  755. fi; \
  756. done
  757. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  758. if test "$$subdir" = .; then :; else \
  759. $(am__make_dryrun) \
  760. || test -d "$(distdir)/$$subdir" \
  761. || $(MKDIR_P) "$(distdir)/$$subdir" \
  762. || exit 1; \
  763. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  764. $(am__relativize); \
  765. new_distdir=$$reldir; \
  766. dir1=$$subdir; dir2="$(top_distdir)"; \
  767. $(am__relativize); \
  768. new_top_distdir=$$reldir; \
  769. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  770. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  771. ($(am__cd) $$subdir && \
  772. $(MAKE) $(AM_MAKEFLAGS) \
  773. top_distdir="$$new_top_distdir" \
  774. distdir="$$new_distdir" \
  775. am__remove_distdir=: \
  776. am__skip_length_check=: \
  777. am__skip_mode_fix=: \
  778. distdir) \
  779. || exit 1; \
  780. fi; \
  781. done
  782. $(MAKE) $(AM_MAKEFLAGS) \
  783. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  784. dist-hook
  785. -test -n "$(am__skip_mode_fix)" \
  786. || find "$(distdir)" -type d ! -perm -755 \
  787. -exec chmod u+rwx,go+rx {} \; -o \
  788. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  789. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  790. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  791. || chmod -R a+r "$(distdir)"
  792. dist-gzip: distdir
  793. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  794. $(am__post_remove_distdir)
  795. dist-bzip2: distdir
  796. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  797. $(am__post_remove_distdir)
  798. dist-lzip: distdir
  799. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  800. $(am__post_remove_distdir)
  801. dist-xz: distdir
  802. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  803. $(am__post_remove_distdir)
  804. dist-tarZ: distdir
  805. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  806. $(am__post_remove_distdir)
  807. dist-shar: distdir
  808. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  809. $(am__post_remove_distdir)
  810. dist-zip: distdir
  811. -rm -f $(distdir).zip
  812. zip -rq $(distdir).zip $(distdir)
  813. $(am__post_remove_distdir)
  814. dist dist-all:
  815. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  816. $(am__post_remove_distdir)
  817. # This target untars the dist file and tries a VPATH configuration. Then
  818. # it guarantees that the distribution is self-contained by making another
  819. # tarfile.
  820. distcheck: dist
  821. case '$(DIST_ARCHIVES)' in \
  822. *.tar.gz*) \
  823. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  824. *.tar.bz2*) \
  825. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  826. *.tar.lz*) \
  827. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  828. *.tar.xz*) \
  829. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  830. *.tar.Z*) \
  831. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  832. *.shar.gz*) \
  833. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  834. *.zip*) \
  835. unzip $(distdir).zip ;;\
  836. esac
  837. chmod -R a-w $(distdir)
  838. chmod u+w $(distdir)
  839. mkdir $(distdir)/_build $(distdir)/_inst
  840. chmod a-w $(distdir)
  841. test -d $(distdir)/_build || exit 0; \
  842. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  843. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  844. && am__cwd=`pwd` \
  845. && $(am__cd) $(distdir)/_build \
  846. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  847. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  848. $(DISTCHECK_CONFIGURE_FLAGS) \
  849. && $(MAKE) $(AM_MAKEFLAGS) \
  850. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  851. && $(MAKE) $(AM_MAKEFLAGS) check \
  852. && $(MAKE) $(AM_MAKEFLAGS) install \
  853. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  854. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  855. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  856. distuninstallcheck \
  857. && chmod -R a-w "$$dc_install_base" \
  858. && ({ \
  859. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  860. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  861. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  862. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  863. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  864. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  865. && rm -rf "$$dc_destdir" \
  866. && $(MAKE) $(AM_MAKEFLAGS) dist \
  867. && rm -rf $(DIST_ARCHIVES) \
  868. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  869. && cd "$$am__cwd" \
  870. || exit 1
  871. $(am__post_remove_distdir)
  872. @(echo "$(distdir) archives ready for distribution: "; \
  873. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  874. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  875. distuninstallcheck:
  876. @test -n '$(distuninstallcheck_dir)' || { \
  877. echo 'ERROR: trying to run $@ with an empty' \
  878. '$$(distuninstallcheck_dir)' >&2; \
  879. exit 1; \
  880. }; \
  881. $(am__cd) '$(distuninstallcheck_dir)' || { \
  882. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  883. exit 1; \
  884. }; \
  885. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  886. || { echo "ERROR: files left after uninstall:" ; \
  887. if test -n "$(DESTDIR)"; then \
  888. echo " (check DESTDIR support)"; \
  889. fi ; \
  890. $(distuninstallcheck_listfiles) ; \
  891. exit 1; } >&2
  892. distcleancheck: distclean
  893. @if test '$(srcdir)' = . ; then \
  894. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  895. exit 1 ; \
  896. fi
  897. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  898. || { echo "ERROR: files left in build directory after distclean:" ; \
  899. $(distcleancheck_listfiles) ; \
  900. exit 1; } >&2
  901. check-am: all-am
  902. check: check-recursive
  903. all-am: Makefile $(SCRIPTS) $(DATA)
  904. installdirs: installdirs-recursive
  905. installdirs-am:
  906. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \
  907. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  908. done
  909. install: install-recursive
  910. install-exec: install-exec-recursive
  911. install-data: install-data-recursive
  912. uninstall: uninstall-recursive
  913. install-am: all-am
  914. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  915. installcheck: installcheck-recursive
  916. install-strip:
  917. if test -z '$(STRIP)'; then \
  918. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  919. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  920. install; \
  921. else \
  922. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  923. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  924. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  925. fi
  926. mostlyclean-generic:
  927. clean-generic:
  928. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  929. distclean-generic:
  930. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  931. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  932. maintainer-clean-generic:
  933. @echo "This command is intended for maintainers to use"
  934. @echo "it deletes files that may require special tools to rebuild."
  935. clean: clean-recursive
  936. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  937. distclean: distclean-recursive
  938. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  939. -rm -f Makefile
  940. distclean-am: clean-am distclean-generic distclean-libtool \
  941. distclean-tags
  942. dvi: dvi-recursive
  943. dvi-am:
  944. html-am:
  945. info: info-recursive
  946. info-am:
  947. install-data-am: install-pkgconfigDATA
  948. @$(NORMAL_INSTALL)
  949. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  950. install-dvi: install-dvi-recursive
  951. install-dvi-am:
  952. install-exec-am: install-binSCRIPTS
  953. install-html: install-html-recursive
  954. install-html-am:
  955. install-info: install-info-recursive
  956. install-info-am:
  957. install-man:
  958. install-pdf: install-pdf-recursive
  959. install-pdf-am:
  960. install-ps: install-ps-recursive
  961. install-ps-am:
  962. installcheck-am:
  963. maintainer-clean: maintainer-clean-recursive
  964. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  965. -rm -rf $(top_srcdir)/autom4te.cache
  966. -rm -f Makefile
  967. maintainer-clean-am: distclean-am maintainer-clean-generic
  968. mostlyclean: mostlyclean-recursive
  969. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  970. pdf-am:
  971. ps: ps-recursive
  972. ps-am:
  973. uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
  974. @$(NORMAL_INSTALL)
  975. $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
  976. .MAKE: $(am__recursive_targets) install-am install-data-am \
  977. install-strip uninstall-am
  978. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  979. am--refresh check check-am clean clean-cscope clean-generic \
  980. clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
  981. dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
  982. dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
  983. distclean-generic distclean-libtool distclean-tags \
  984. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  985. html-am info info-am install install-am install-binSCRIPTS \
  986. install-data install-data-am install-data-hook install-dvi \
  987. install-dvi-am install-exec install-exec-am install-html \
  988. install-html-am install-info install-info-am install-man \
  989. install-pdf install-pdf-am install-pkgconfigDATA install-ps \
  990. install-ps-am install-strip installcheck installcheck-am \
  991. installdirs installdirs-am maintainer-clean \
  992. maintainer-clean-generic mostlyclean mostlyclean-generic \
  993. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  994. uninstall-am uninstall-binSCRIPTS uninstall-hook \
  995. uninstall-pkgconfigDATA
  996. dist-hook:
  997. rm -rf $(top_builddir)/tests/log
  998. find $(distdir) -name "*.dist" -exec rm {} \;
  999. (distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \
  1000. for file in $$distit; do \
  1001. strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
  1002. cp $$file $(distdir)$$strip; \
  1003. done)
  1004. html:
  1005. cd docs; make html
  1006. pdf:
  1007. cd docs; make pdf
  1008. check: test examples
  1009. @CROSSCOMPILING_TRUE@test-full: test
  1010. @CROSSCOMPILING_TRUE@test-torture: test
  1011. @CROSSCOMPILING_TRUE@test:
  1012. @CROSSCOMPILING_TRUE@ @echo "NOTICE: we can't run the tests when cross-compiling!"
  1013. @CROSSCOMPILING_FALSE@test:
  1014. @CROSSCOMPILING_FALSE@ @(cd tests; $(MAKE) all quiet-test)
  1015. @CROSSCOMPILING_FALSE@test-full:
  1016. @CROSSCOMPILING_FALSE@ @(cd tests; $(MAKE) all full-test)
  1017. @CROSSCOMPILING_FALSE@test-torture:
  1018. @CROSSCOMPILING_FALSE@ @(cd tests; $(MAKE) all torture-test)
  1019. @CROSSCOMPILING_FALSE@test-am:
  1020. @CROSSCOMPILING_FALSE@ @(cd tests; $(MAKE) all am-test)
  1021. examples:
  1022. @(cd docs/examples; $(MAKE) check)
  1023. # This is a hook to have 'make clean' also clean up the docs and the tests
  1024. # dir. The extra check for the Makefiles being present is necessary because
  1025. # 'make distcheck' will make clean first in these directories _before_ it runs
  1026. # this hook.
  1027. clean-local:
  1028. @(if test -f tests/Makefile; then cd tests; $(MAKE) clean; fi)
  1029. @(if test -f docs/Makefile; then cd docs; $(MAKE) clean; fi)
  1030. #
  1031. # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
  1032. # must contain the following line:
  1033. # %_topdir /home/loic/local/rpm
  1034. # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
  1035. #
  1036. # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
  1037. #
  1038. # If additional configure flags are needed to build the package, add the
  1039. # following in ~/.rpmmacros
  1040. # %configure CFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{_prefix} ${AM_CONFIGFLAGS}
  1041. # and run make rpm in the following way:
  1042. # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
  1043. #
  1044. rpms:
  1045. $(MAKE) RPMDIST=curl rpm
  1046. $(MAKE) RPMDIST=curl-ssl rpm
  1047. rpm:
  1048. RPM_TOPDIR=`rpm --showrc | $(PERL) -n -e 'print if(s/.*_topdir\s+(.*)/$$1/)'` ; \
  1049. cp $(srcdir)/packages/Linux/RPM/$(RPMDIST).spec $$RPM_TOPDIR/SPECS ; \
  1050. cp $(PACKAGE)-$(VERSION).tar.gz $$RPM_TOPDIR/SOURCES ; \
  1051. rpm -ba --clean --rmsource $$RPM_TOPDIR/SPECS/$(RPMDIST).spec ; \
  1052. mv $$RPM_TOPDIR/RPMS/i386/$(RPMDIST)-*.rpm . ; \
  1053. mv $$RPM_TOPDIR/SRPMS/$(RPMDIST)-*.src.rpm .
  1054. #
  1055. # Build a Solaris pkgadd format file
  1056. # run 'make pkgadd' once you've done './configure' and 'make' to make a Solaris pkgadd format
  1057. # file (which ends up back in this directory).
  1058. # The pkgadd file is in 'pkgtrans' format, so to install on Solaris, do
  1059. # pkgadd -d ./HAXXcurl-*
  1060. #
  1061. # gak - libtool requires an absoulte directory, hence the pwd below...
  1062. pkgadd:
  1063. umask 022 ; \
  1064. make install DESTDIR=`/bin/pwd`/packages/Solaris/root ; \
  1065. cat COPYING > $(srcdir)/packages/Solaris/copyright ; \
  1066. cd $(srcdir)/packages/Solaris && $(MAKE) package
  1067. #
  1068. # Build a cygwin binary tarball installation file
  1069. # resulting .tar.bz2 file will end up at packages/Win32/cygwin
  1070. cygwinbin:
  1071. $(MAKE) -C packages/Win32/cygwin cygwinbin
  1072. # We extend the standard install with a custom hook:
  1073. install-data-hook:
  1074. cd include && $(MAKE) install
  1075. cd docs && $(MAKE) install
  1076. # We extend the standard uninstall with a custom hook:
  1077. uninstall-hook:
  1078. cd include && $(MAKE) uninstall
  1079. cd docs && $(MAKE) uninstall
  1080. ca-bundle: lib/mk-ca-bundle.pl
  1081. @echo "generate a fresh ca-bundle.crt"
  1082. @perl $< -b -l -u lib/ca-bundle.crt
  1083. ca-firefox: lib/firefox-db2pem.sh
  1084. @echo "generate a fresh ca-bundle.crt"
  1085. ./lib/firefox-db2pem.sh lib/ca-bundle.crt
  1086. checksrc:
  1087. cd lib && $(MAKE) checksrc
  1088. cd src && $(MAKE) checksrc
  1089. .PHONY: vc6-ide
  1090. vc6-ide:
  1091. $(MAKE) $(VC6LIBDSP)
  1092. $(VC6LIBDSP): $(VC6LIBDSP_DEPS)
  1093. @(echo "generating '$(VC6LIBDSP)'"; \
  1094. \
  1095. for dir in 'vs' 'vs/vc6' 'vs/vc6/lib'; do \
  1096. test -d "$$dir" || mkdir "$$dir" || exit 1; \
  1097. done; \
  1098. \
  1099. dir='..\..\..\lib\'; \
  1100. body='$(VC6LIBDSP)'.body; \
  1101. win32_srcs='$(WIN32SOURCES)'; \
  1102. win32_hdrs='$(WIN32HEADERS)'; \
  1103. sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
  1104. sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
  1105. \
  1106. echo "# Begin Group \"Source Files\"" > $$body; \
  1107. echo "" >> $$body; \
  1108. echo "# PROP Default_Filter \"\"" >> $$body; \
  1109. for file in $$sorted_srcs; do \
  1110. echo "# Begin Source File" >> $$body; \
  1111. echo "" >> $$body; \
  1112. echo "SOURCE="$$dir$$file >> $$body; \
  1113. echo "# End Source File" >> $$body; \
  1114. done; \
  1115. echo "# End Group" >> $$body; \
  1116. echo "# Begin Group \"Header Files\"" >> $$body; \
  1117. echo "" >> $$body; \
  1118. echo "# PROP Default_Filter \"\"" >> $$body; \
  1119. for file in $$sorted_hdrs; do \
  1120. echo "# Begin Source File" >> $$body; \
  1121. echo "" >> $$body; \
  1122. echo "SOURCE="$$dir$$file >> $$body; \
  1123. echo "# End Source File" >> $$body; \
  1124. done; \
  1125. echo "# End Group" >> $$body; \
  1126. \
  1127. awk '{ printf("%s\r\n", $$0); }' \
  1128. $(srcdir)/$(VC6LIBDSPHEAD) $$body $(srcdir)/$(VC6LIBDSPFOOT) \
  1129. > $(VC6LIBDSP) || { rm -f $$body; exit 1; }; \
  1130. \
  1131. rm -f $$body)
  1132. .PHONY: vc8-ide
  1133. vc8-ide:
  1134. $(MAKE) $(VC8LIBPRJ)
  1135. $(VC8LIBPRJ): $(VC8LIBPRJ_DEPS)
  1136. @(echo "generating '$(VC8LIBPRJ)'"; \
  1137. \
  1138. for dir in 'vs' 'vs/vc8' 'vs/vc8/lib'; do \
  1139. test -d "$$dir" || mkdir "$$dir" || exit 1; \
  1140. done; \
  1141. \
  1142. dir='..\..\..\lib\'; \
  1143. body='$(VC8LIBPRJ)'.body; \
  1144. win32_srcs='$(WIN32SOURCES)'; \
  1145. win32_hdrs='$(WIN32HEADERS)'; \
  1146. sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
  1147. sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
  1148. \
  1149. echo "%tab%%tab%<Filter Name=\"Source Files\">" > $$body; \
  1150. for file in $$sorted_srcs; do \
  1151. echo "%tab%%tab%%tab%<File RelativePath=\""$$dir$$file"\"></File>" >> $$body; \
  1152. done; \
  1153. echo "%tab%%tab%</Filter>" >> $$body; \
  1154. echo "%tab%%tab%<Filter Name=\"Header Files\">" >> $$body; \
  1155. for file in $$sorted_hdrs; do \
  1156. echo "%tab%%tab%%tab%<File RelativePath=\""$$dir$$file"\"></File>" >> $$body; \
  1157. done; \
  1158. echo "%tab%%tab%</Filter>" >> $$body; \
  1159. \
  1160. awk '{ gsub(/%tab%/, "\t"); printf("%s\r\n", $$0); }' \
  1161. $(srcdir)/$(VC8LIBPRJHEAD) $$body $(srcdir)/$(VC8LIBPRJFOOT) \
  1162. > $(VC8LIBPRJ) || { rm -f $$body; exit 1; }; \
  1163. \
  1164. rm -f $$body)
  1165. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1166. # Otherwise a system limit (for SysV at least) may be exceeded.
  1167. .NOEXPORT: