诸暨麻将添加redis
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

691 lines
21 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. pkglibdir = $(libdir)/@PACKAGE@
  60. pkglibexecdir = $(libexecdir)/@PACKAGE@
  61. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  62. install_sh_DATA = $(install_sh) -c -m 644
  63. install_sh_PROGRAM = $(install_sh) -c
  64. install_sh_SCRIPT = $(install_sh) -c
  65. INSTALL_HEADER = $(INSTALL_DATA)
  66. transform = $(program_transform_name)
  67. NORMAL_INSTALL = :
  68. PRE_INSTALL = :
  69. POST_INSTALL = :
  70. NORMAL_UNINSTALL = :
  71. PRE_UNINSTALL = :
  72. POST_UNINSTALL = :
  73. build_triplet = @build@
  74. host_triplet = @host@
  75. subdir = include/curl
  76. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  77. $(srcdir)/curlbuild.h.in $(top_srcdir)/mkinstalldirs \
  78. $(pkginclude_HEADERS)
  79. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  80. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
  81. $(top_srcdir)/m4/curl-confopts.m4 \
  82. $(top_srcdir)/m4/curl-functions.m4 \
  83. $(top_srcdir)/m4/curl-openssl.m4 \
  84. $(top_srcdir)/m4/curl-override.m4 \
  85. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  86. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  87. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  88. $(top_srcdir)/m4/xc-am-iface.m4 \
  89. $(top_srcdir)/m4/xc-cc-check.m4 \
  90. $(top_srcdir)/m4/xc-lt-iface.m4 \
  91. $(top_srcdir)/m4/xc-translit.m4 \
  92. $(top_srcdir)/m4/xc-val-flgs.m4 \
  93. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  94. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  95. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  96. $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  100. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h curlbuild.h
  101. CONFIG_CLEAN_FILES =
  102. CONFIG_CLEAN_VPATH_FILES =
  103. AM_V_P = $(am__v_P_@AM_V@)
  104. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  105. am__v_P_0 = false
  106. am__v_P_1 = :
  107. AM_V_GEN = $(am__v_GEN_@AM_V@)
  108. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  109. am__v_GEN_0 = @echo " GEN " $@;
  110. am__v_GEN_1 =
  111. AM_V_at = $(am__v_at_@AM_V@)
  112. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  113. am__v_at_0 = @
  114. am__v_at_1 =
  115. SOURCES =
  116. DIST_SOURCES =
  117. am__can_run_installinfo = \
  118. case $$AM_UPDATE_INFO_DIR in \
  119. n|no|NO) false;; \
  120. *) (install-info --version) >/dev/null 2>&1;; \
  121. esac
  122. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  123. am__vpath_adj = case $$p in \
  124. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  125. *) f=$$p;; \
  126. esac;
  127. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  128. am__install_max = 40
  129. am__nobase_strip_setup = \
  130. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  131. am__nobase_strip = \
  132. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  133. am__nobase_list = $(am__nobase_strip_setup); \
  134. for p in $$list; do echo "$$p $$p"; done | \
  135. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  136. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  137. if (++n[$$2] == $(am__install_max)) \
  138. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  139. END { for (dir in files) print dir, files[dir] }'
  140. am__base_list = \
  141. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  142. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  143. am__uninstall_files_from_dir = { \
  144. test -z "$$files" \
  145. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  146. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  147. $(am__cd) "$$dir" && rm -f $$files; }; \
  148. }
  149. am__installdirs = "$(DESTDIR)$(pkgincludedir)"
  150. HEADERS = $(pkginclude_HEADERS)
  151. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  152. $(LISP)curlbuild.h.in
  153. # Read a list of newline-separated strings from the standard input,
  154. # and print each of them once, without duplicates. Input order is
  155. # *not* preserved.
  156. am__uniquify_input = $(AWK) '\
  157. BEGIN { nonempty = 0; } \
  158. { items[$$0] = 1; nonempty = 1; } \
  159. END { if (nonempty) { for (i in items) print i; }; } \
  160. '
  161. # Make sure the list of sources is unique. This is necessary because,
  162. # e.g., the same source file might be shared among _SOURCES variables
  163. # for different programs/libraries.
  164. am__define_uniq_tagged_files = \
  165. list='$(am__tagged_files)'; \
  166. unique=`for i in $$list; do \
  167. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  168. done | $(am__uniquify_input)`
  169. ETAGS = etags
  170. CTAGS = ctags
  171. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  172. pkgincludedir = $(includedir)/curl
  173. ACLOCAL = @ACLOCAL@
  174. AMTAR = @AMTAR@
  175. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  176. AR = @AR@
  177. AS = @AS@
  178. AUTOCONF = @AUTOCONF@
  179. AUTOHEADER = @AUTOHEADER@
  180. AUTOMAKE = @AUTOMAKE@
  181. AWK = @AWK@
  182. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  183. CC = @CC@
  184. CCDEPMODE = @CCDEPMODE@
  185. CFLAGS = @CFLAGS@
  186. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  187. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  188. CPP = @CPP@
  189. CPPFLAGS = @CPPFLAGS@
  190. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  191. CURLVERSION = @CURLVERSION@
  192. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  193. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  194. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  195. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  196. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  197. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  198. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  199. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  200. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  201. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  202. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  203. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  204. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  205. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  206. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  207. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  208. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  209. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  210. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  211. CYGPATH_W = @CYGPATH_W@
  212. DEFS = @DEFS@
  213. DEPDIR = @DEPDIR@
  214. DLLTOOL = @DLLTOOL@
  215. DSYMUTIL = @DSYMUTIL@
  216. DUMPBIN = @DUMPBIN@
  217. ECHO_C = @ECHO_C@
  218. ECHO_N = @ECHO_N@
  219. ECHO_T = @ECHO_T@
  220. EGREP = @EGREP@
  221. ENABLE_SHARED = @ENABLE_SHARED@
  222. ENABLE_STATIC = @ENABLE_STATIC@
  223. EXEEXT = @EXEEXT@
  224. FGREP = @FGREP@
  225. GREP = @GREP@
  226. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  227. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  228. HAVE_LIBZ = @HAVE_LIBZ@
  229. HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
  230. HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
  231. IDN_ENABLED = @IDN_ENABLED@
  232. INSTALL = @INSTALL@
  233. INSTALL_DATA = @INSTALL_DATA@
  234. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  235. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  236. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  237. IPV6_ENABLED = @IPV6_ENABLED@
  238. KRB4_ENABLED = @KRB4_ENABLED@
  239. LD = @LD@
  240. LDFLAGS = @LDFLAGS@
  241. LIBCURL_LIBS = @LIBCURL_LIBS@
  242. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  243. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  244. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  245. LIBOBJS = @LIBOBJS@
  246. LIBS = @LIBS@
  247. LIBTOOL = @LIBTOOL@
  248. LIPO = @LIPO@
  249. LN_S = @LN_S@
  250. LTLIBOBJS = @LTLIBOBJS@
  251. MAINT = @MAINT@
  252. MAKEINFO = @MAKEINFO@
  253. MANIFEST_TOOL = @MANIFEST_TOOL@
  254. MANOPT = @MANOPT@
  255. MKDIR_P = @MKDIR_P@
  256. NM = @NM@
  257. NMEDIT = @NMEDIT@
  258. NROFF = @NROFF@
  259. OBJDUMP = @OBJDUMP@
  260. OBJEXT = @OBJEXT@
  261. OTOOL = @OTOOL@
  262. OTOOL64 = @OTOOL64@
  263. PACKAGE = @PACKAGE@
  264. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  265. PACKAGE_NAME = @PACKAGE_NAME@
  266. PACKAGE_STRING = @PACKAGE_STRING@
  267. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  268. PACKAGE_URL = @PACKAGE_URL@
  269. PACKAGE_VERSION = @PACKAGE_VERSION@
  270. PATH_SEPARATOR = @PATH_SEPARATOR@
  271. PERL = @PERL@
  272. PKGADD_NAME = @PKGADD_NAME@
  273. PKGADD_PKG = @PKGADD_PKG@
  274. PKGADD_VENDOR = @PKGADD_VENDOR@
  275. PKGCONFIG = @PKGCONFIG@
  276. RANDOM_FILE = @RANDOM_FILE@
  277. RANLIB = @RANLIB@
  278. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  279. SED = @SED@
  280. SET_MAKE = @SET_MAKE@
  281. SHELL = @SHELL@
  282. SSL_ENABLED = @SSL_ENABLED@
  283. STRIP = @STRIP@
  284. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  285. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  286. USE_ARES = @USE_ARES@
  287. USE_AXTLS = @USE_AXTLS@
  288. USE_CYASSL = @USE_CYASSL@
  289. USE_DARWINSSL = @USE_DARWINSSL@
  290. USE_GNUTLS = @USE_GNUTLS@
  291. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  292. USE_LIBRTMP = @USE_LIBRTMP@
  293. USE_LIBSSH2 = @USE_LIBSSH2@
  294. USE_NSS = @USE_NSS@
  295. USE_OPENLDAP = @USE_OPENLDAP@
  296. USE_POLARSSL = @USE_POLARSSL@
  297. USE_SCHANNEL = @USE_SCHANNEL@
  298. USE_SSLEAY = @USE_SSLEAY@
  299. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  300. VERSION = @VERSION@
  301. VERSIONNUM = @VERSIONNUM@
  302. ZLIB_LIBS = @ZLIB_LIBS@
  303. abs_builddir = @abs_builddir@
  304. abs_srcdir = @abs_srcdir@
  305. abs_top_builddir = @abs_top_builddir@
  306. abs_top_srcdir = @abs_top_srcdir@
  307. ac_ct_AR = @ac_ct_AR@
  308. ac_ct_CC = @ac_ct_CC@
  309. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  310. am__include = @am__include@
  311. am__leading_dot = @am__leading_dot@
  312. am__quote = @am__quote@
  313. am__tar = @am__tar@
  314. am__untar = @am__untar@
  315. bindir = @bindir@
  316. build = @build@
  317. build_alias = @build_alias@
  318. build_cpu = @build_cpu@
  319. build_os = @build_os@
  320. build_vendor = @build_vendor@
  321. builddir = @builddir@
  322. datadir = @datadir@
  323. datarootdir = @datarootdir@
  324. docdir = @docdir@
  325. dvidir = @dvidir@
  326. exec_prefix = @exec_prefix@
  327. host = @host@
  328. host_alias = @host_alias@
  329. host_cpu = @host_cpu@
  330. host_os = @host_os@
  331. host_vendor = @host_vendor@
  332. htmldir = @htmldir@
  333. includedir = @includedir@
  334. infodir = @infodir@
  335. install_sh = @install_sh@
  336. libdir = @libdir@
  337. libexecdir = @libexecdir@
  338. libext = @libext@
  339. localedir = @localedir@
  340. localstatedir = @localstatedir@
  341. mandir = @mandir@
  342. mkdir_p = @mkdir_p@
  343. oldincludedir = @oldincludedir@
  344. pdfdir = @pdfdir@
  345. prefix = @prefix@
  346. program_transform_name = @program_transform_name@
  347. psdir = @psdir@
  348. sbindir = @sbindir@
  349. sharedstatedir = @sharedstatedir@
  350. srcdir = @srcdir@
  351. subdirs = @subdirs@
  352. sysconfdir = @sysconfdir@
  353. target_alias = @target_alias@
  354. top_build_prefix = @top_build_prefix@
  355. top_builddir = @top_builddir@
  356. top_srcdir = @top_srcdir@
  357. #***************************************************************************
  358. # _ _ ____ _
  359. # Project ___| | | | _ \| |
  360. # / __| | | | |_) | |
  361. # | (__| |_| | _ <| |___
  362. # \___|\___/|_| \_\_____|
  363. #
  364. # Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
  365. #
  366. # This software is licensed as described in the file COPYING, which
  367. # you should have received as part of this distribution. The terms
  368. # are also available at http://curl.haxx.se/docs/copyright.html.
  369. #
  370. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  371. # copies of the Software, and permit persons to whom the Software is
  372. # furnished to do so, under the terms of the COPYING file.
  373. #
  374. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  375. # KIND, either express or implied.
  376. #
  377. ###########################################################################
  378. pkginclude_HEADERS = \
  379. curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
  380. typecheck-gcc.h curlbuild.h curlrules.h
  381. # curlbuild.h does not exist in the git tree. When the original libcurl
  382. # source code distribution archive file is created, curlbuild.h.dist is
  383. # renamed to curlbuild.h and included in the tarball so that it can be
  384. # used directly on non-configure systems.
  385. #
  386. # The distributed curlbuild.h will be overwritten on configure systems
  387. # when the configure script runs, with one that is suitable and specific
  388. # to the library being configured and built.
  389. #
  390. # curlbuild.h.in is the distributed template file from which the configure
  391. # script creates curlbuild.h at library configuration time, overwiting the
  392. # one included in the distribution archive.
  393. #
  394. # curlbuild.h.dist is not included in the source code distribution archive.
  395. EXTRA_DIST = curlbuild.h.in
  396. DISTCLEANFILES = curlbuild.h
  397. all: curlbuild.h
  398. $(MAKE) $(AM_MAKEFLAGS) all-am
  399. .SUFFIXES:
  400. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  401. @for dep in $?; do \
  402. case '$(am__configure_deps)' in \
  403. *$$dep*) \
  404. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  405. && { if test -f $@; then exit 0; else break; fi; }; \
  406. exit 1;; \
  407. esac; \
  408. done; \
  409. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/curl/Makefile'; \
  410. $(am__cd) $(top_srcdir) && \
  411. $(AUTOMAKE) --foreign include/curl/Makefile
  412. .PRECIOUS: Makefile
  413. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  414. @case '$?' in \
  415. *config.status*) \
  416. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  417. *) \
  418. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  419. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  420. esac;
  421. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  422. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  423. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  424. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  425. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  426. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  427. $(am__aclocal_m4_deps):
  428. curlbuild.h: stamp-h2
  429. @if test ! -f $@; then rm -f stamp-h2; else :; fi
  430. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h2; else :; fi
  431. stamp-h2: $(srcdir)/curlbuild.h.in $(top_builddir)/config.status
  432. @rm -f stamp-h2
  433. cd $(top_builddir) && $(SHELL) ./config.status include/curl/curlbuild.h
  434. distclean-hdr:
  435. -rm -f curlbuild.h stamp-h2
  436. mostlyclean-libtool:
  437. -rm -f *.lo
  438. clean-libtool:
  439. -rm -rf .libs _libs
  440. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  441. @$(NORMAL_INSTALL)
  442. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  443. if test -n "$$list"; then \
  444. echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
  445. $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
  446. fi; \
  447. for p in $$list; do \
  448. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  449. echo "$$d$$p"; \
  450. done | $(am__base_list) | \
  451. while read files; do \
  452. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
  453. $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
  454. done
  455. uninstall-pkgincludeHEADERS:
  456. @$(NORMAL_UNINSTALL)
  457. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  458. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  459. dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
  460. ID: $(am__tagged_files)
  461. $(am__define_uniq_tagged_files); mkid -fID $$unique
  462. tags: tags-am
  463. TAGS: tags
  464. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  465. set x; \
  466. here=`pwd`; \
  467. $(am__define_uniq_tagged_files); \
  468. shift; \
  469. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  470. test -n "$$unique" || unique=$$empty_fix; \
  471. if test $$# -gt 0; then \
  472. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  473. "$$@" $$unique; \
  474. else \
  475. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  476. $$unique; \
  477. fi; \
  478. fi
  479. ctags: ctags-am
  480. CTAGS: ctags
  481. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  482. $(am__define_uniq_tagged_files); \
  483. test -z "$(CTAGS_ARGS)$$unique" \
  484. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  485. $$unique
  486. GTAGS:
  487. here=`$(am__cd) $(top_builddir) && pwd` \
  488. && $(am__cd) $(top_srcdir) \
  489. && gtags -i $(GTAGS_ARGS) "$$here"
  490. cscopelist: cscopelist-am
  491. cscopelist-am: $(am__tagged_files)
  492. list='$(am__tagged_files)'; \
  493. case "$(srcdir)" in \
  494. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  495. *) sdir=$(subdir)/$(srcdir) ;; \
  496. esac; \
  497. for i in $$list; do \
  498. if test -f "$$i"; then \
  499. echo "$(subdir)/$$i"; \
  500. else \
  501. echo "$$sdir/$$i"; \
  502. fi; \
  503. done >> $(top_builddir)/cscope.files
  504. distclean-tags:
  505. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  506. distdir: $(DISTFILES)
  507. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  508. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  509. list='$(DISTFILES)'; \
  510. dist_files=`for file in $$list; do echo $$file; done | \
  511. sed -e "s|^$$srcdirstrip/||;t" \
  512. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  513. case $$dist_files in \
  514. */*) $(MKDIR_P) `echo "$$dist_files" | \
  515. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  516. sort -u` ;; \
  517. esac; \
  518. for file in $$dist_files; do \
  519. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  520. if test -d $$d/$$file; then \
  521. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  522. if test -d "$(distdir)/$$file"; then \
  523. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  524. fi; \
  525. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  526. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  527. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  528. fi; \
  529. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  530. else \
  531. test -f "$(distdir)/$$file" \
  532. || cp -p $$d/$$file "$(distdir)/$$file" \
  533. || exit 1; \
  534. fi; \
  535. done
  536. check-am: all-am
  537. check: check-am
  538. @CURLDEBUG_FALSE@all-local:
  539. all-am: Makefile $(HEADERS) curlbuild.h all-local
  540. installdirs:
  541. for dir in "$(DESTDIR)$(pkgincludedir)"; do \
  542. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  543. done
  544. install: install-am
  545. install-exec: install-exec-am
  546. install-data: install-data-am
  547. uninstall: uninstall-am
  548. install-am: all-am
  549. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  550. installcheck: installcheck-am
  551. install-strip:
  552. if test -z '$(STRIP)'; then \
  553. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  554. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  555. install; \
  556. else \
  557. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  558. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  559. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  560. fi
  561. mostlyclean-generic:
  562. clean-generic:
  563. distclean-generic:
  564. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  565. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  566. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  567. maintainer-clean-generic:
  568. @echo "This command is intended for maintainers to use"
  569. @echo "it deletes files that may require special tools to rebuild."
  570. clean: clean-am
  571. clean-am: clean-generic clean-libtool mostlyclean-am
  572. distclean: distclean-am
  573. -rm -f Makefile
  574. distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  575. dvi: dvi-am
  576. dvi-am:
  577. html: html-am
  578. html-am:
  579. info: info-am
  580. info-am:
  581. install-data-am: install-pkgincludeHEADERS
  582. install-dvi: install-dvi-am
  583. install-dvi-am:
  584. install-exec-am:
  585. install-html: install-html-am
  586. install-html-am:
  587. install-info: install-info-am
  588. install-info-am:
  589. install-man:
  590. install-pdf: install-pdf-am
  591. install-pdf-am:
  592. install-ps: install-ps-am
  593. install-ps-am:
  594. installcheck-am:
  595. maintainer-clean: maintainer-clean-am
  596. -rm -f Makefile
  597. maintainer-clean-am: distclean-am maintainer-clean-generic
  598. mostlyclean: mostlyclean-am
  599. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  600. pdf: pdf-am
  601. pdf-am:
  602. ps: ps-am
  603. ps-am:
  604. uninstall-am: uninstall-pkgincludeHEADERS
  605. .MAKE: all install-am install-strip
  606. .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
  607. clean-generic clean-libtool cscopelist-am ctags ctags-am \
  608. distclean distclean-generic distclean-hdr distclean-libtool \
  609. distclean-tags distdir dvi dvi-am html html-am info info-am \
  610. install install-am install-data install-data-am install-dvi \
  611. install-dvi-am install-exec install-exec-am install-html \
  612. install-html-am install-info install-info-am install-man \
  613. install-pdf install-pdf-am install-pkgincludeHEADERS \
  614. install-ps install-ps-am install-strip installcheck \
  615. installcheck-am installdirs maintainer-clean \
  616. maintainer-clean-generic mostlyclean mostlyclean-generic \
  617. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  618. uninstall-am uninstall-pkgincludeHEADERS
  619. checksrc:
  620. @@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEADERS) $(EXTRA_DIST)
  621. # for debug builds, we scan the sources on all regular make invokes
  622. @CURLDEBUG_TRUE@all-local: checksrc
  623. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  624. # Otherwise a system limit (for SysV at least) may be exceeded.
  625. .NOEXPORT: