Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  1. # Makefile.in generated by automake 1.16.2 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2020 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_ENABLE_MQTT = @CURL_ENABLE_MQTT@
  221. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  222. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  223. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  224. CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
  225. CYGPATH_W = @CYGPATH_W@
  226. DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
  227. DEFS = @DEFS@
  228. DEPDIR = @DEPDIR@
  229. DLLTOOL = @DLLTOOL@
  230. DSYMUTIL = @DSYMUTIL@
  231. DUMPBIN = @DUMPBIN@
  232. ECHO_C = @ECHO_C@
  233. ECHO_N = @ECHO_N@
  234. ECHO_T = @ECHO_T@
  235. EGREP = @EGREP@
  236. ENABLE_SHARED = @ENABLE_SHARED@
  237. ENABLE_STATIC = @ENABLE_STATIC@
  238. EXEEXT = @EXEEXT@
  239. FGREP = @FGREP@
  240. FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
  241. GCOV = @GCOV@
  242. GREP = @GREP@
  243. HAVE_BROTLI = @HAVE_BROTLI@
  244. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  245. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  246. HAVE_LIBZ = @HAVE_LIBZ@
  247. HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
  248. HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
  249. HAVE_ZSTD = @HAVE_ZSTD@
  250. IDN_ENABLED = @IDN_ENABLED@
  251. INSTALL = @INSTALL@
  252. INSTALL_DATA = @INSTALL_DATA@
  253. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  254. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  255. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  256. IPV6_ENABLED = @IPV6_ENABLED@
  257. LCOV = @LCOV@
  258. LD = @LD@
  259. LDFLAGS = @LDFLAGS@
  260. LIBCURL_LIBS = @LIBCURL_LIBS@
  261. LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
  262. LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
  263. LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
  264. LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
  265. LIBOBJS = @LIBOBJS@
  266. LIBS = @LIBS@
  267. LIBTOOL = @LIBTOOL@
  268. LIPO = @LIPO@
  269. LN_S = @LN_S@
  270. LTLIBOBJS = @LTLIBOBJS@
  271. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  272. MAINT = @MAINT@
  273. MAKEINFO = @MAKEINFO@
  274. MANIFEST_TOOL = @MANIFEST_TOOL@
  275. MANOPT = @MANOPT@
  276. MKDIR_P = @MKDIR_P@
  277. NM = @NM@
  278. NMEDIT = @NMEDIT@
  279. NROFF = @NROFF@
  280. NSS_LIBS = @NSS_LIBS@
  281. OBJDUMP = @OBJDUMP@
  282. OBJEXT = @OBJEXT@
  283. OTOOL = @OTOOL@
  284. OTOOL64 = @OTOOL64@
  285. PACKAGE = @PACKAGE@
  286. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  287. PACKAGE_NAME = @PACKAGE_NAME@
  288. PACKAGE_STRING = @PACKAGE_STRING@
  289. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  290. PACKAGE_URL = @PACKAGE_URL@
  291. PACKAGE_VERSION = @PACKAGE_VERSION@
  292. PATH_SEPARATOR = @PATH_SEPARATOR@
  293. PERL = @PERL@
  294. PKGADD_NAME = @PKGADD_NAME@
  295. PKGADD_PKG = @PKGADD_PKG@
  296. PKGADD_VENDOR = @PKGADD_VENDOR@
  297. PKGCONFIG = @PKGCONFIG@
  298. RANDOM_FILE = @RANDOM_FILE@
  299. RANLIB = @RANLIB@
  300. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  301. SED = @SED@
  302. SET_MAKE = @SET_MAKE@
  303. SHELL = @SHELL@
  304. SSL_BACKENDS = @SSL_BACKENDS@
  305. SSL_ENABLED = @SSL_ENABLED@
  306. SSL_LIBS = @SSL_LIBS@
  307. STRIP = @STRIP@
  308. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  309. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  310. USE_ARES = @USE_ARES@
  311. USE_BEARSSL = @USE_BEARSSL@
  312. USE_GNUTLS = @USE_GNUTLS@
  313. USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
  314. USE_LIBRTMP = @USE_LIBRTMP@
  315. USE_LIBSSH = @USE_LIBSSH@
  316. USE_LIBSSH2 = @USE_LIBSSH2@
  317. USE_MBEDTLS = @USE_MBEDTLS@
  318. USE_MESALINK = @USE_MESALINK@
  319. USE_NGHTTP2 = @USE_NGHTTP2@
  320. USE_NGHTTP3 = @USE_NGHTTP3@
  321. USE_NGTCP2 = @USE_NGTCP2@
  322. USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
  323. USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
  324. USE_NSS = @USE_NSS@
  325. USE_OPENLDAP = @USE_OPENLDAP@
  326. USE_QUICHE = @USE_QUICHE@
  327. USE_SCHANNEL = @USE_SCHANNEL@
  328. USE_SECTRANSP = @USE_SECTRANSP@
  329. USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
  330. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  331. USE_WOLFSSH = @USE_WOLFSSH@
  332. USE_WOLFSSL = @USE_WOLFSSL@
  333. VERSION = @VERSION@
  334. VERSIONNUM = @VERSIONNUM@
  335. ZLIB_LIBS = @ZLIB_LIBS@
  336. ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
  337. abs_builddir = @abs_builddir@
  338. abs_srcdir = @abs_srcdir@
  339. abs_top_builddir = @abs_top_builddir@
  340. abs_top_srcdir = @abs_top_srcdir@
  341. ac_ct_AR = @ac_ct_AR@
  342. ac_ct_CC = @ac_ct_CC@
  343. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  344. am__include = @am__include@
  345. am__leading_dot = @am__leading_dot@
  346. am__quote = @am__quote@
  347. am__tar = @am__tar@
  348. am__untar = @am__untar@
  349. bindir = @bindir@
  350. build = @build@
  351. build_alias = @build_alias@
  352. build_cpu = @build_cpu@
  353. build_os = @build_os@
  354. build_vendor = @build_vendor@
  355. builddir = @builddir@
  356. datadir = @datadir@
  357. datarootdir = @datarootdir@
  358. docdir = @docdir@
  359. dvidir = @dvidir@
  360. exec_prefix = @exec_prefix@
  361. host = @host@
  362. host_alias = @host_alias@
  363. host_cpu = @host_cpu@
  364. host_os = @host_os@
  365. host_vendor = @host_vendor@
  366. htmldir = @htmldir@
  367. includedir = @includedir@
  368. infodir = @infodir@
  369. install_sh = @install_sh@
  370. libdir = @libdir@
  371. libexecdir = @libexecdir@
  372. libext = @libext@
  373. localedir = @localedir@
  374. localstatedir = @localstatedir@
  375. mandir = @mandir@
  376. mkdir_p = @mkdir_p@
  377. oldincludedir = @oldincludedir@
  378. pdfdir = @pdfdir@
  379. prefix = @prefix@
  380. program_transform_name = @program_transform_name@
  381. psdir = @psdir@
  382. runstatedir = @runstatedir@
  383. sbindir = @sbindir@
  384. sharedstatedir = @sharedstatedir@
  385. srcdir = @srcdir@
  386. subdirs = @subdirs@
  387. sysconfdir = @sysconfdir@
  388. target_alias = @target_alias@
  389. top_build_prefix = @top_build_prefix@
  390. top_builddir = @top_builddir@
  391. top_srcdir = @top_srcdir@
  392. #***************************************************************************
  393. # _ _ ____ _
  394. # Project ___| | | | _ \| |
  395. # / __| | | | |_) | |
  396. # | (__| |_| | _ <| |___
  397. # \___|\___/|_| \_\_____|
  398. #
  399. # Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
  400. #
  401. # This software is licensed as described in the file COPYING, which
  402. # you should have received as part of this distribution. The terms
  403. # are also available at https://curl.haxx.se/docs/copyright.html.
  404. #
  405. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  406. # copies of the Software, and permit persons to whom the Software is
  407. # furnished to do so, under the terms of the COPYING file.
  408. #
  409. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  410. # KIND, either express or implied.
  411. #
  412. ###########################################################################
  413. pkginclude_HEADERS = \
  414. curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
  415. typecheck-gcc.h system.h urlapi.h
  416. CHECKSRC = $(CS_$(V))
  417. CS_0 = @echo " RUN " $@;
  418. CS_1 =
  419. CS_ = $(CS_0)
  420. all: all-am
  421. .SUFFIXES:
  422. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  423. @for dep in $?; do \
  424. case '$(am__configure_deps)' in \
  425. *$$dep*) \
  426. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  427. && { if test -f $@; then exit 0; else break; fi; }; \
  428. exit 1;; \
  429. esac; \
  430. done; \
  431. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/curl/Makefile'; \
  432. $(am__cd) $(top_srcdir) && \
  433. $(AUTOMAKE) --foreign include/curl/Makefile
  434. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  435. @case '$?' in \
  436. *config.status*) \
  437. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  438. *) \
  439. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  440. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  441. esac;
  442. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  443. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  444. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  445. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  446. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  447. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  448. $(am__aclocal_m4_deps):
  449. mostlyclean-libtool:
  450. -rm -f *.lo
  451. clean-libtool:
  452. -rm -rf .libs _libs
  453. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  454. @$(NORMAL_INSTALL)
  455. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  456. if test -n "$$list"; then \
  457. echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
  458. $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
  459. fi; \
  460. for p in $$list; do \
  461. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  462. echo "$$d$$p"; \
  463. done | $(am__base_list) | \
  464. while read files; do \
  465. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
  466. $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
  467. done
  468. uninstall-pkgincludeHEADERS:
  469. @$(NORMAL_UNINSTALL)
  470. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  471. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  472. dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
  473. ID: $(am__tagged_files)
  474. $(am__define_uniq_tagged_files); mkid -fID $$unique
  475. tags: tags-am
  476. TAGS: tags
  477. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  478. set x; \
  479. here=`pwd`; \
  480. $(am__define_uniq_tagged_files); \
  481. shift; \
  482. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  483. test -n "$$unique" || unique=$$empty_fix; \
  484. if test $$# -gt 0; then \
  485. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  486. "$$@" $$unique; \
  487. else \
  488. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  489. $$unique; \
  490. fi; \
  491. fi
  492. ctags: ctags-am
  493. CTAGS: ctags
  494. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  495. $(am__define_uniq_tagged_files); \
  496. test -z "$(CTAGS_ARGS)$$unique" \
  497. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  498. $$unique
  499. GTAGS:
  500. here=`$(am__cd) $(top_builddir) && pwd` \
  501. && $(am__cd) $(top_srcdir) \
  502. && gtags -i $(GTAGS_ARGS) "$$here"
  503. cscopelist: cscopelist-am
  504. cscopelist-am: $(am__tagged_files)
  505. list='$(am__tagged_files)'; \
  506. case "$(srcdir)" in \
  507. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  508. *) sdir=$(subdir)/$(srcdir) ;; \
  509. esac; \
  510. for i in $$list; do \
  511. if test -f "$$i"; then \
  512. echo "$(subdir)/$$i"; \
  513. else \
  514. echo "$$sdir/$$i"; \
  515. fi; \
  516. done >> $(top_builddir)/cscope.files
  517. distclean-tags:
  518. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  519. distdir: $(BUILT_SOURCES)
  520. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  521. distdir-am: $(DISTFILES)
  522. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  523. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  524. list='$(DISTFILES)'; \
  525. dist_files=`for file in $$list; do echo $$file; done | \
  526. sed -e "s|^$$srcdirstrip/||;t" \
  527. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  528. case $$dist_files in \
  529. */*) $(MKDIR_P) `echo "$$dist_files" | \
  530. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  531. sort -u` ;; \
  532. esac; \
  533. for file in $$dist_files; do \
  534. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  535. if test -d $$d/$$file; then \
  536. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  537. if test -d "$(distdir)/$$file"; then \
  538. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  539. fi; \
  540. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  541. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  542. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  543. fi; \
  544. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  545. else \
  546. test -f "$(distdir)/$$file" \
  547. || cp -p $$d/$$file "$(distdir)/$$file" \
  548. || exit 1; \
  549. fi; \
  550. done
  551. check-am: all-am
  552. check: check-am
  553. @CURLDEBUG_FALSE@all-local:
  554. all-am: Makefile $(HEADERS) all-local
  555. installdirs:
  556. for dir in "$(DESTDIR)$(pkgincludedir)"; do \
  557. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  558. done
  559. install: install-am
  560. install-exec: install-exec-am
  561. install-data: install-data-am
  562. uninstall: uninstall-am
  563. install-am: all-am
  564. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  565. installcheck: installcheck-am
  566. install-strip:
  567. if test -z '$(STRIP)'; then \
  568. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  569. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  570. install; \
  571. else \
  572. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  573. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  574. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  575. fi
  576. mostlyclean-generic:
  577. clean-generic:
  578. distclean-generic:
  579. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  580. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  581. maintainer-clean-generic:
  582. @echo "This command is intended for maintainers to use"
  583. @echo "it deletes files that may require special tools to rebuild."
  584. clean: clean-am
  585. clean-am: clean-generic clean-libtool mostlyclean-am
  586. distclean: distclean-am
  587. -rm -f Makefile
  588. distclean-am: clean-am distclean-generic distclean-tags
  589. dvi: dvi-am
  590. dvi-am:
  591. html: html-am
  592. html-am:
  593. info: info-am
  594. info-am:
  595. install-data-am: install-pkgincludeHEADERS
  596. install-dvi: install-dvi-am
  597. install-dvi-am:
  598. install-exec-am:
  599. install-html: install-html-am
  600. install-html-am:
  601. install-info: install-info-am
  602. install-info-am:
  603. install-man:
  604. install-pdf: install-pdf-am
  605. install-pdf-am:
  606. install-ps: install-ps-am
  607. install-ps-am:
  608. installcheck-am:
  609. maintainer-clean: maintainer-clean-am
  610. -rm -f Makefile
  611. maintainer-clean-am: distclean-am maintainer-clean-generic
  612. mostlyclean: mostlyclean-am
  613. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  614. pdf: pdf-am
  615. pdf-am:
  616. ps: ps-am
  617. ps-am:
  618. uninstall-am: uninstall-pkgincludeHEADERS
  619. .MAKE: install-am install-strip
  620. .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
  621. clean-generic clean-libtool cscopelist-am ctags ctags-am \
  622. distclean distclean-generic distclean-libtool distclean-tags \
  623. distdir dvi dvi-am html html-am info info-am install \
  624. install-am install-data install-data-am install-dvi \
  625. install-dvi-am install-exec install-exec-am install-html \
  626. install-html-am install-info install-info-am install-man \
  627. install-pdf install-pdf-am install-pkgincludeHEADERS \
  628. install-ps install-ps-am install-strip installcheck \
  629. installcheck-am installdirs maintainer-clean \
  630. maintainer-clean-generic mostlyclean mostlyclean-generic \
  631. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  632. uninstall-am uninstall-pkgincludeHEADERS
  633. .PRECIOUS: Makefile
  634. checksrc:
  635. $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)
  636. # for debug builds, we scan the sources on all regular make invokes
  637. @CURLDEBUG_TRUE@all-local: checksrc
  638. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  639. # Otherwise a system limit (for SysV at least) may be exceeded.
  640. .NOEXPORT: