Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. # Makefile.in generated by automake 1.16.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2021 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. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = include
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
  89. $(top_srcdir)/m4/curl-bearssl.m4 \
  90. $(top_srcdir)/m4/curl-compilers.m4 \
  91. $(top_srcdir)/m4/curl-confopts.m4 \
  92. $(top_srcdir)/m4/curl-functions.m4 \
  93. $(top_srcdir)/m4/curl-gnutls.m4 \
  94. $(top_srcdir)/m4/curl-mbedtls.m4 $(top_srcdir)/m4/curl-nss.m4 \
  95. $(top_srcdir)/m4/curl-openssl.m4 \
  96. $(top_srcdir)/m4/curl-override.m4 \
  97. $(top_srcdir)/m4/curl-reentrant.m4 \
  98. $(top_srcdir)/m4/curl-rustls.m4 \
  99. $(top_srcdir)/m4/curl-schannel.m4 \
  100. $(top_srcdir)/m4/curl-sectransp.m4 \
  101. $(top_srcdir)/m4/curl-sysconfig.m4 \
  102. $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
  103. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  104. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  105. $(top_srcdir)/m4/xc-am-iface.m4 \
  106. $(top_srcdir)/m4/xc-cc-check.m4 \
  107. $(top_srcdir)/m4/xc-lt-iface.m4 \
  108. $(top_srcdir)/m4/xc-translit.m4 \
  109. $(top_srcdir)/m4/xc-val-flgs.m4 \
  110. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  111. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  112. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  113. $(top_srcdir)/configure.ac
  114. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  115. $(ACLOCAL_M4)
  116. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  117. mkinstalldirs = $(install_sh) -d
  118. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  119. CONFIG_CLEAN_FILES =
  120. CONFIG_CLEAN_VPATH_FILES =
  121. AM_V_P = $(am__v_P_@AM_V@)
  122. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  123. am__v_P_0 = false
  124. am__v_P_1 = :
  125. AM_V_GEN = $(am__v_GEN_@AM_V@)
  126. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  127. am__v_GEN_0 = @echo " GEN " $@;
  128. am__v_GEN_1 =
  129. AM_V_at = $(am__v_at_@AM_V@)
  130. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  131. am__v_at_0 = @
  132. am__v_at_1 =
  133. depcomp =
  134. am__maybe_remake_depfiles =
  135. SOURCES =
  136. DIST_SOURCES =
  137. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  138. ctags-recursive dvi-recursive html-recursive info-recursive \
  139. install-data-recursive install-dvi-recursive \
  140. install-exec-recursive install-html-recursive \
  141. install-info-recursive install-pdf-recursive \
  142. install-ps-recursive install-recursive installcheck-recursive \
  143. installdirs-recursive pdf-recursive ps-recursive \
  144. tags-recursive uninstall-recursive
  145. am__can_run_installinfo = \
  146. case $$AM_UPDATE_INFO_DIR in \
  147. n|no|NO) false;; \
  148. *) (install-info --version) >/dev/null 2>&1;; \
  149. esac
  150. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  151. distclean-recursive maintainer-clean-recursive
  152. am__recursive_targets = \
  153. $(RECURSIVE_TARGETS) \
  154. $(RECURSIVE_CLEAN_TARGETS) \
  155. $(am__extra_recursive_targets)
  156. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  157. distdir distdir-am
  158. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  159. # Read a list of newline-separated strings from the standard input,
  160. # and print each of them once, without duplicates. Input order is
  161. # *not* preserved.
  162. am__uniquify_input = $(AWK) '\
  163. BEGIN { nonempty = 0; } \
  164. { items[$$0] = 1; nonempty = 1; } \
  165. END { if (nonempty) { for (i in items) print i; }; } \
  166. '
  167. # Make sure the list of sources is unique. This is necessary because,
  168. # e.g., the same source file might be shared among _SOURCES variables
  169. # for different programs/libraries.
  170. am__define_uniq_tagged_files = \
  171. list='$(am__tagged_files)'; \
  172. unique=`for i in $$list; do \
  173. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  174. done | $(am__uniquify_input)`
  175. DIST_SUBDIRS = $(SUBDIRS)
  176. am__DIST_COMMON = $(srcdir)/Makefile.in README.md
  177. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  178. am__relativize = \
  179. dir0=`pwd`; \
  180. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  181. sed_rest='s,^[^/]*/*,,'; \
  182. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  183. sed_butlast='s,/*[^/]*$$,,'; \
  184. while test -n "$$dir1"; do \
  185. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  186. if test "$$first" != "."; then \
  187. if test "$$first" = ".."; then \
  188. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  189. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  190. else \
  191. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  192. if test "$$first2" = "$$first"; then \
  193. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  194. else \
  195. dir2="../$$dir2"; \
  196. fi; \
  197. dir0="$$dir0"/"$$first"; \
  198. fi; \
  199. fi; \
  200. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  201. done; \
  202. reldir="$$dir2"
  203. ACLOCAL = @ACLOCAL@
  204. AMTAR = @AMTAR@
  205. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  206. AR = @AR@
  207. AR_FLAGS = @AR_FLAGS@
  208. AS = @AS@
  209. AUTOCONF = @AUTOCONF@
  210. AUTOHEADER = @AUTOHEADER@
  211. AUTOMAKE = @AUTOMAKE@
  212. AWK = @AWK@
  213. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  214. CC = @CC@
  215. CCDEPMODE = @CCDEPMODE@
  216. CFLAGS = @CFLAGS@
  217. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  218. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  219. CPP = @CPP@
  220. CPPFLAGS = @CPPFLAGS@
  221. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  222. CSCOPE = @CSCOPE@
  223. CTAGS = @CTAGS@
  224. CURLVERSION = @CURLVERSION@
  225. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  226. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  227. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  228. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  229. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  230. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  231. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  232. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  233. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  234. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  235. CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
  236. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  237. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  238. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  239. CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
  240. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  241. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  242. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  243. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  244. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  245. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  246. CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
  247. CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
  248. CYGPATH_W = @CYGPATH_W@
  249. DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
  250. DEFS = @DEFS@
  251. DEPDIR = @DEPDIR@
  252. DLLTOOL = @DLLTOOL@
  253. DSYMUTIL = @DSYMUTIL@
  254. DUMPBIN = @DUMPBIN@
  255. ECHO_C = @ECHO_C@
  256. ECHO_N = @ECHO_N@
  257. ECHO_T = @ECHO_T@
  258. EGREP = @EGREP@
  259. ENABLE_SHARED = @ENABLE_SHARED@
  260. ENABLE_STATIC = @ENABLE_STATIC@
  261. ETAGS = @ETAGS@
  262. EXEEXT = @EXEEXT@
  263. FGREP = @FGREP@
  264. FILECMD = @FILECMD@
  265. FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
  266. GCOV = @GCOV@
  267. GREP = @GREP@
  268. HAVE_BROTLI = @HAVE_BROTLI@
  269. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  270. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  271. HAVE_LIBZ = @HAVE_LIBZ@
  272. HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
  273. HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
  274. HAVE_ZSTD = @HAVE_ZSTD@
  275. IDN_ENABLED = @IDN_ENABLED@
  276. INSTALL = @INSTALL@
  277. INSTALL_DATA = @INSTALL_DATA@
  278. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  279. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  280. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  281. IPV6_ENABLED = @IPV6_ENABLED@
  282. LCOV = @LCOV@
  283. LD = @LD@
  284. LDFLAGS = @LDFLAGS@
  285. LIBCURL_LIBS = @LIBCURL_LIBS@
  286. LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
  287. LIBOBJS = @LIBOBJS@
  288. LIBS = @LIBS@
  289. LIBTOOL = @LIBTOOL@
  290. LIPO = @LIPO@
  291. LN_S = @LN_S@
  292. LTLIBOBJS = @LTLIBOBJS@
  293. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  294. MAINT = @MAINT@
  295. MAKEINFO = @MAKEINFO@
  296. MANIFEST_TOOL = @MANIFEST_TOOL@
  297. MANOPT = @MANOPT@
  298. MKDIR_P = @MKDIR_P@
  299. NM = @NM@
  300. NMEDIT = @NMEDIT@
  301. NROFF = @NROFF@
  302. NSS_LIBS = @NSS_LIBS@
  303. OBJDUMP = @OBJDUMP@
  304. OBJEXT = @OBJEXT@
  305. OTOOL = @OTOOL@
  306. OTOOL64 = @OTOOL64@
  307. PACKAGE = @PACKAGE@
  308. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  309. PACKAGE_NAME = @PACKAGE_NAME@
  310. PACKAGE_STRING = @PACKAGE_STRING@
  311. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  312. PACKAGE_URL = @PACKAGE_URL@
  313. PACKAGE_VERSION = @PACKAGE_VERSION@
  314. PATH_SEPARATOR = @PATH_SEPARATOR@
  315. PERL = @PERL@
  316. PKGADD_NAME = @PKGADD_NAME@
  317. PKGADD_PKG = @PKGADD_PKG@
  318. PKGADD_VENDOR = @PKGADD_VENDOR@
  319. PKGCONFIG = @PKGCONFIG@
  320. RANDOM_FILE = @RANDOM_FILE@
  321. RANLIB = @RANLIB@
  322. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  323. SED = @SED@
  324. SET_MAKE = @SET_MAKE@
  325. SHELL = @SHELL@
  326. SSL_BACKENDS = @SSL_BACKENDS@
  327. SSL_ENABLED = @SSL_ENABLED@
  328. SSL_LIBS = @SSL_LIBS@
  329. STRIP = @STRIP@
  330. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  331. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  332. USE_ARES = @USE_ARES@
  333. USE_BEARSSL = @USE_BEARSSL@
  334. USE_GNUTLS = @USE_GNUTLS@
  335. USE_HYPER = @USE_HYPER@
  336. USE_LIBRTMP = @USE_LIBRTMP@
  337. USE_LIBSSH = @USE_LIBSSH@
  338. USE_LIBSSH2 = @USE_LIBSSH2@
  339. USE_MBEDTLS = @USE_MBEDTLS@
  340. USE_MSH3 = @USE_MSH3@
  341. USE_NGHTTP2 = @USE_NGHTTP2@
  342. USE_NGHTTP3 = @USE_NGHTTP3@
  343. USE_NGTCP2 = @USE_NGTCP2@
  344. USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
  345. USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
  346. USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
  347. USE_NSS = @USE_NSS@
  348. USE_OPENLDAP = @USE_OPENLDAP@
  349. USE_QUICHE = @USE_QUICHE@
  350. USE_RUSTLS = @USE_RUSTLS@
  351. USE_SCHANNEL = @USE_SCHANNEL@
  352. USE_SECTRANSP = @USE_SECTRANSP@
  353. USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
  354. USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
  355. USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
  356. USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
  357. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  358. USE_WOLFSSH = @USE_WOLFSSH@
  359. USE_WOLFSSL = @USE_WOLFSSL@
  360. VERSION = @VERSION@
  361. VERSIONNUM = @VERSIONNUM@
  362. ZLIB_LIBS = @ZLIB_LIBS@
  363. ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
  364. abs_builddir = @abs_builddir@
  365. abs_srcdir = @abs_srcdir@
  366. abs_top_builddir = @abs_top_builddir@
  367. abs_top_srcdir = @abs_top_srcdir@
  368. ac_ct_AR = @ac_ct_AR@
  369. ac_ct_CC = @ac_ct_CC@
  370. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  371. am__include = @am__include@
  372. am__leading_dot = @am__leading_dot@
  373. am__quote = @am__quote@
  374. am__tar = @am__tar@
  375. am__untar = @am__untar@
  376. bindir = @bindir@
  377. build = @build@
  378. build_alias = @build_alias@
  379. build_cpu = @build_cpu@
  380. build_os = @build_os@
  381. build_vendor = @build_vendor@
  382. builddir = @builddir@
  383. datadir = @datadir@
  384. datarootdir = @datarootdir@
  385. docdir = @docdir@
  386. dvidir = @dvidir@
  387. exec_prefix = @exec_prefix@
  388. host = @host@
  389. host_alias = @host_alias@
  390. host_cpu = @host_cpu@
  391. host_os = @host_os@
  392. host_vendor = @host_vendor@
  393. htmldir = @htmldir@
  394. includedir = @includedir@
  395. infodir = @infodir@
  396. install_sh = @install_sh@
  397. libdir = @libdir@
  398. libexecdir = @libexecdir@
  399. libext = @libext@
  400. localedir = @localedir@
  401. localstatedir = @localstatedir@
  402. mandir = @mandir@
  403. mkdir_p = @mkdir_p@
  404. oldincludedir = @oldincludedir@
  405. pdfdir = @pdfdir@
  406. prefix = @prefix@
  407. program_transform_name = @program_transform_name@
  408. psdir = @psdir@
  409. runstatedir = @runstatedir@
  410. sbindir = @sbindir@
  411. sharedstatedir = @sharedstatedir@
  412. srcdir = @srcdir@
  413. sysconfdir = @sysconfdir@
  414. target_alias = @target_alias@
  415. top_build_prefix = @top_build_prefix@
  416. top_builddir = @top_builddir@
  417. top_srcdir = @top_srcdir@
  418. #***************************************************************************
  419. # _ _ ____ _
  420. # Project ___| | | | _ \| |
  421. # / __| | | | |_) | |
  422. # | (__| |_| | _ <| |___
  423. # \___|\___/|_| \_\_____|
  424. #
  425. # Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
  426. #
  427. # This software is licensed as described in the file COPYING, which
  428. # you should have received as part of this distribution. The terms
  429. # are also available at https://curl.se/docs/copyright.html.
  430. #
  431. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  432. # copies of the Software, and permit persons to whom the Software is
  433. # furnished to do so, under the terms of the COPYING file.
  434. #
  435. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  436. # KIND, either express or implied.
  437. #
  438. # SPDX-License-Identifier: curl
  439. #
  440. ###########################################################################
  441. SUBDIRS = curl
  442. EXTRA_DIST = README.md
  443. AUTOMAKE_OPTIONS = foreign no-dependencies
  444. all: all-recursive
  445. .SUFFIXES:
  446. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  447. @for dep in $?; do \
  448. case '$(am__configure_deps)' in \
  449. *$$dep*) \
  450. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  451. && { if test -f $@; then exit 0; else break; fi; }; \
  452. exit 1;; \
  453. esac; \
  454. done; \
  455. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  456. $(am__cd) $(top_srcdir) && \
  457. $(AUTOMAKE) --foreign include/Makefile
  458. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  459. @case '$?' in \
  460. *config.status*) \
  461. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  462. *) \
  463. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  464. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  465. esac;
  466. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  467. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  468. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  469. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  470. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  471. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  472. $(am__aclocal_m4_deps):
  473. mostlyclean-libtool:
  474. -rm -f *.lo
  475. clean-libtool:
  476. -rm -rf .libs _libs
  477. # This directory's subdirectories are mostly independent; you can cd
  478. # into them and run 'make' without going through this Makefile.
  479. # To change the values of 'make' variables: instead of editing Makefiles,
  480. # (1) if the variable is set in 'config.status', edit 'config.status'
  481. # (which will cause the Makefiles to be regenerated when you run 'make');
  482. # (2) otherwise, pass the desired values on the 'make' command line.
  483. $(am__recursive_targets):
  484. @fail=; \
  485. if $(am__make_keepgoing); then \
  486. failcom='fail=yes'; \
  487. else \
  488. failcom='exit 1'; \
  489. fi; \
  490. dot_seen=no; \
  491. target=`echo $@ | sed s/-recursive//`; \
  492. case "$@" in \
  493. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  494. *) list='$(SUBDIRS)' ;; \
  495. esac; \
  496. for subdir in $$list; do \
  497. echo "Making $$target in $$subdir"; \
  498. if test "$$subdir" = "."; then \
  499. dot_seen=yes; \
  500. local_target="$$target-am"; \
  501. else \
  502. local_target="$$target"; \
  503. fi; \
  504. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  505. || eval $$failcom; \
  506. done; \
  507. if test "$$dot_seen" = "no"; then \
  508. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  509. fi; test -z "$$fail"
  510. ID: $(am__tagged_files)
  511. $(am__define_uniq_tagged_files); mkid -fID $$unique
  512. tags: tags-recursive
  513. TAGS: tags
  514. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  515. set x; \
  516. here=`pwd`; \
  517. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  518. include_option=--etags-include; \
  519. empty_fix=.; \
  520. else \
  521. include_option=--include; \
  522. empty_fix=; \
  523. fi; \
  524. list='$(SUBDIRS)'; for subdir in $$list; do \
  525. if test "$$subdir" = .; then :; else \
  526. test ! -f $$subdir/TAGS || \
  527. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  528. fi; \
  529. done; \
  530. $(am__define_uniq_tagged_files); \
  531. shift; \
  532. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  533. test -n "$$unique" || unique=$$empty_fix; \
  534. if test $$# -gt 0; then \
  535. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  536. "$$@" $$unique; \
  537. else \
  538. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  539. $$unique; \
  540. fi; \
  541. fi
  542. ctags: ctags-recursive
  543. CTAGS: ctags
  544. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  545. $(am__define_uniq_tagged_files); \
  546. test -z "$(CTAGS_ARGS)$$unique" \
  547. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  548. $$unique
  549. GTAGS:
  550. here=`$(am__cd) $(top_builddir) && pwd` \
  551. && $(am__cd) $(top_srcdir) \
  552. && gtags -i $(GTAGS_ARGS) "$$here"
  553. cscopelist: cscopelist-recursive
  554. cscopelist-am: $(am__tagged_files)
  555. list='$(am__tagged_files)'; \
  556. case "$(srcdir)" in \
  557. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  558. *) sdir=$(subdir)/$(srcdir) ;; \
  559. esac; \
  560. for i in $$list; do \
  561. if test -f "$$i"; then \
  562. echo "$(subdir)/$$i"; \
  563. else \
  564. echo "$$sdir/$$i"; \
  565. fi; \
  566. done >> $(top_builddir)/cscope.files
  567. distclean-tags:
  568. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  569. distdir: $(BUILT_SOURCES)
  570. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  571. distdir-am: $(DISTFILES)
  572. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  573. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  574. list='$(DISTFILES)'; \
  575. dist_files=`for file in $$list; do echo $$file; done | \
  576. sed -e "s|^$$srcdirstrip/||;t" \
  577. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  578. case $$dist_files in \
  579. */*) $(MKDIR_P) `echo "$$dist_files" | \
  580. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  581. sort -u` ;; \
  582. esac; \
  583. for file in $$dist_files; do \
  584. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  585. if test -d $$d/$$file; then \
  586. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  587. if test -d "$(distdir)/$$file"; then \
  588. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  589. fi; \
  590. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  591. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  592. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  593. fi; \
  594. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  595. else \
  596. test -f "$(distdir)/$$file" \
  597. || cp -p $$d/$$file "$(distdir)/$$file" \
  598. || exit 1; \
  599. fi; \
  600. done
  601. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  602. if test "$$subdir" = .; then :; else \
  603. $(am__make_dryrun) \
  604. || test -d "$(distdir)/$$subdir" \
  605. || $(MKDIR_P) "$(distdir)/$$subdir" \
  606. || exit 1; \
  607. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  608. $(am__relativize); \
  609. new_distdir=$$reldir; \
  610. dir1=$$subdir; dir2="$(top_distdir)"; \
  611. $(am__relativize); \
  612. new_top_distdir=$$reldir; \
  613. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  614. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  615. ($(am__cd) $$subdir && \
  616. $(MAKE) $(AM_MAKEFLAGS) \
  617. top_distdir="$$new_top_distdir" \
  618. distdir="$$new_distdir" \
  619. am__remove_distdir=: \
  620. am__skip_length_check=: \
  621. am__skip_mode_fix=: \
  622. distdir) \
  623. || exit 1; \
  624. fi; \
  625. done
  626. check-am: all-am
  627. check: check-recursive
  628. all-am: Makefile
  629. installdirs: installdirs-recursive
  630. installdirs-am:
  631. install: install-recursive
  632. install-exec: install-exec-recursive
  633. install-data: install-data-recursive
  634. uninstall: uninstall-recursive
  635. install-am: all-am
  636. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  637. installcheck: installcheck-recursive
  638. install-strip:
  639. if test -z '$(STRIP)'; then \
  640. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  641. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  642. install; \
  643. else \
  644. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  645. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  646. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  647. fi
  648. mostlyclean-generic:
  649. clean-generic:
  650. distclean-generic:
  651. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  652. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  653. maintainer-clean-generic:
  654. @echo "This command is intended for maintainers to use"
  655. @echo "it deletes files that may require special tools to rebuild."
  656. clean: clean-recursive
  657. clean-am: clean-generic clean-libtool mostlyclean-am
  658. distclean: distclean-recursive
  659. -rm -f Makefile
  660. distclean-am: clean-am distclean-generic distclean-tags
  661. dvi: dvi-recursive
  662. dvi-am:
  663. html: html-recursive
  664. html-am:
  665. info: info-recursive
  666. info-am:
  667. install-data-am:
  668. install-dvi: install-dvi-recursive
  669. install-dvi-am:
  670. install-exec-am:
  671. install-html: install-html-recursive
  672. install-html-am:
  673. install-info: install-info-recursive
  674. install-info-am:
  675. install-man:
  676. install-pdf: install-pdf-recursive
  677. install-pdf-am:
  678. install-ps: install-ps-recursive
  679. install-ps-am:
  680. installcheck-am:
  681. maintainer-clean: maintainer-clean-recursive
  682. -rm -f Makefile
  683. maintainer-clean-am: distclean-am maintainer-clean-generic
  684. mostlyclean: mostlyclean-recursive
  685. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  686. pdf: pdf-recursive
  687. pdf-am:
  688. ps: ps-recursive
  689. ps-am:
  690. uninstall-am:
  691. .MAKE: $(am__recursive_targets) install-am install-strip
  692. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  693. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  694. ctags-am distclean distclean-generic distclean-libtool \
  695. distclean-tags distdir dvi dvi-am html html-am info info-am \
  696. install install-am install-data install-data-am install-dvi \
  697. install-dvi-am install-exec install-exec-am install-html \
  698. install-html-am install-info install-info-am install-man \
  699. install-pdf install-pdf-am install-ps install-ps-am \
  700. install-strip installcheck installcheck-am installdirs \
  701. installdirs-am maintainer-clean maintainer-clean-generic \
  702. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  703. ps ps-am tags tags-am uninstall uninstall-am
  704. .PRECIOUS: Makefile
  705. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  706. # Otherwise a system limit (for SysV at least) may be exceeded.
  707. .NOEXPORT: