Makefile.in 21 KB

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