Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  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. #***************************************************************************
  13. # _ _ ____ _
  14. # Project ___| | | | _ \| |
  15. # / __| | | | |_) | |
  16. # | (__| |_| | _ <| |___
  17. # \___|\___/|_| \_\_____|
  18. #
  19. # Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
  20. #
  21. # This software is licensed as described in the file COPYING, which
  22. # you should have received as part of this distribution. The terms
  23. # are also available at https://curl.se/docs/copyright.html.
  24. #
  25. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  26. # copies of the Software, and permit persons to whom the Software is
  27. # furnished to do so, under the terms of the COPYING file.
  28. #
  29. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  30. # KIND, either express or implied.
  31. #
  32. # SPDX-License-Identifier: curl
  33. #
  34. ###########################################################################
  35. #***************************************************************************
  36. # _ _ ____ _
  37. # Project ___| | | | _ \| |
  38. # / __| | | | |_) | |
  39. # | (__| |_| | _ <| |___
  40. # \___|\___/|_| \_\_____|
  41. #
  42. # Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
  43. #
  44. # This software is licensed as described in the file COPYING, which
  45. # you should have received as part of this distribution. The terms
  46. # are also available at https://curl.se/docs/copyright.html.
  47. #
  48. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  49. # copies of the Software, and permit persons to whom the Software is
  50. # furnished to do so, under the terms of the COPYING file.
  51. #
  52. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  53. # KIND, either express or implied.
  54. #
  55. # SPDX-License-Identifier: curl
  56. #
  57. ###########################################################################
  58. # Shared between Makefile.am and CMakeLists.txt
  59. VPATH = @srcdir@
  60. am__is_gnu_make = { \
  61. if test -z '$(MAKELEVEL)'; then \
  62. false; \
  63. elif test -n '$(MAKE_HOST)'; then \
  64. true; \
  65. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  66. true; \
  67. else \
  68. false; \
  69. fi; \
  70. }
  71. am__make_running_with_option = \
  72. case $${target_option-} in \
  73. ?) ;; \
  74. *) echo "am__make_running_with_option: internal error: invalid" \
  75. "target option '$${target_option-}' specified" >&2; \
  76. exit 1;; \
  77. esac; \
  78. has_opt=no; \
  79. sane_makeflags=$$MAKEFLAGS; \
  80. if $(am__is_gnu_make); then \
  81. sane_makeflags=$$MFLAGS; \
  82. else \
  83. case $$MAKEFLAGS in \
  84. *\\[\ \ ]*) \
  85. bs=\\; \
  86. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  87. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  88. esac; \
  89. fi; \
  90. skip_next=no; \
  91. strip_trailopt () \
  92. { \
  93. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  94. }; \
  95. for flg in $$sane_makeflags; do \
  96. test $$skip_next = yes && { skip_next=no; continue; }; \
  97. case $$flg in \
  98. *=*|--*) continue;; \
  99. -*I) strip_trailopt 'I'; skip_next=yes;; \
  100. -*I?*) strip_trailopt 'I';; \
  101. -*O) strip_trailopt 'O'; skip_next=yes;; \
  102. -*O?*) strip_trailopt 'O';; \
  103. -*l) strip_trailopt 'l'; skip_next=yes;; \
  104. -*l?*) strip_trailopt 'l';; \
  105. -[dEDm]) skip_next=yes;; \
  106. -[JT]) skip_next=yes;; \
  107. esac; \
  108. case $$flg in \
  109. *$$target_option*) has_opt=yes; break;; \
  110. esac; \
  111. done; \
  112. test $$has_opt = yes
  113. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  114. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  115. pkgdatadir = $(datadir)/@PACKAGE@
  116. pkgincludedir = $(includedir)/@PACKAGE@
  117. pkglibdir = $(libdir)/@PACKAGE@
  118. pkglibexecdir = $(libexecdir)/@PACKAGE@
  119. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  120. install_sh_DATA = $(install_sh) -c -m 644
  121. install_sh_PROGRAM = $(install_sh) -c
  122. install_sh_SCRIPT = $(install_sh) -c
  123. INSTALL_HEADER = $(INSTALL_DATA)
  124. transform = $(program_transform_name)
  125. NORMAL_INSTALL = :
  126. PRE_INSTALL = :
  127. POST_INSTALL = :
  128. NORMAL_UNINSTALL = :
  129. PRE_UNINSTALL = :
  130. POST_UNINSTALL = :
  131. build_triplet = @build@
  132. host_triplet = @host@
  133. subdir = docs/cmdline-opts
  134. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  135. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
  136. $(top_srcdir)/m4/curl-bearssl.m4 \
  137. $(top_srcdir)/m4/curl-compilers.m4 \
  138. $(top_srcdir)/m4/curl-confopts.m4 \
  139. $(top_srcdir)/m4/curl-functions.m4 \
  140. $(top_srcdir)/m4/curl-gnutls.m4 \
  141. $(top_srcdir)/m4/curl-mbedtls.m4 $(top_srcdir)/m4/curl-nss.m4 \
  142. $(top_srcdir)/m4/curl-openssl.m4 \
  143. $(top_srcdir)/m4/curl-override.m4 \
  144. $(top_srcdir)/m4/curl-reentrant.m4 \
  145. $(top_srcdir)/m4/curl-rustls.m4 \
  146. $(top_srcdir)/m4/curl-schannel.m4 \
  147. $(top_srcdir)/m4/curl-sectransp.m4 \
  148. $(top_srcdir)/m4/curl-sysconfig.m4 \
  149. $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
  150. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  151. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  152. $(top_srcdir)/m4/xc-am-iface.m4 \
  153. $(top_srcdir)/m4/xc-cc-check.m4 \
  154. $(top_srcdir)/m4/xc-lt-iface.m4 \
  155. $(top_srcdir)/m4/xc-translit.m4 \
  156. $(top_srcdir)/m4/xc-val-flgs.m4 \
  157. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  158. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  159. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  160. $(top_srcdir)/configure.ac
  161. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  162. $(ACLOCAL_M4)
  163. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  164. mkinstalldirs = $(install_sh) -d
  165. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  166. CONFIG_CLEAN_FILES =
  167. CONFIG_CLEAN_VPATH_FILES =
  168. AM_V_P = $(am__v_P_@AM_V@)
  169. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  170. am__v_P_0 = false
  171. am__v_P_1 = :
  172. AM_V_GEN = $(am__v_GEN_@AM_V@)
  173. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  174. am__v_GEN_0 = @echo " GEN " $@;
  175. am__v_GEN_1 =
  176. AM_V_at = $(am__v_at_@AM_V@)
  177. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  178. am__v_at_0 = @
  179. am__v_at_1 =
  180. depcomp =
  181. am__maybe_remake_depfiles =
  182. SOURCES =
  183. DIST_SOURCES =
  184. am__can_run_installinfo = \
  185. case $$AM_UPDATE_INFO_DIR in \
  186. n|no|NO) false;; \
  187. *) (install-info --version) >/dev/null 2>&1;; \
  188. esac
  189. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  190. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
  191. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  192. ACLOCAL = @ACLOCAL@
  193. AMTAR = @AMTAR@
  194. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  195. AR = @AR@
  196. AR_FLAGS = @AR_FLAGS@
  197. AS = @AS@
  198. AUTOCONF = @AUTOCONF@
  199. AUTOHEADER = @AUTOHEADER@
  200. AUTOMAKE = @AUTOMAKE@
  201. AWK = @AWK@
  202. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  203. CC = @CC@
  204. CCDEPMODE = @CCDEPMODE@
  205. CFLAGS = @CFLAGS@
  206. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  207. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  208. CPP = @CPP@
  209. CPPFLAGS = @CPPFLAGS@
  210. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  211. CSCOPE = @CSCOPE@
  212. CTAGS = @CTAGS@
  213. CURLVERSION = @CURLVERSION@
  214. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  215. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  216. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  217. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  218. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  219. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  220. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  221. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  222. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  223. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  224. CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
  225. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  226. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  227. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  228. CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
  229. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  230. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  231. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  232. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  233. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  234. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  235. CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
  236. CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
  237. CYGPATH_W = @CYGPATH_W@
  238. DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
  239. DEFS = @DEFS@
  240. DEPDIR = @DEPDIR@
  241. DLLTOOL = @DLLTOOL@
  242. DSYMUTIL = @DSYMUTIL@
  243. DUMPBIN = @DUMPBIN@
  244. ECHO_C = @ECHO_C@
  245. ECHO_N = @ECHO_N@
  246. ECHO_T = @ECHO_T@
  247. EGREP = @EGREP@
  248. ENABLE_SHARED = @ENABLE_SHARED@
  249. ENABLE_STATIC = @ENABLE_STATIC@
  250. ETAGS = @ETAGS@
  251. EXEEXT = @EXEEXT@
  252. FGREP = @FGREP@
  253. FILECMD = @FILECMD@
  254. FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
  255. GCOV = @GCOV@
  256. GREP = @GREP@
  257. HAVE_BROTLI = @HAVE_BROTLI@
  258. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  259. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  260. HAVE_LIBZ = @HAVE_LIBZ@
  261. HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
  262. HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
  263. HAVE_ZSTD = @HAVE_ZSTD@
  264. IDN_ENABLED = @IDN_ENABLED@
  265. INSTALL = @INSTALL@
  266. INSTALL_DATA = @INSTALL_DATA@
  267. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  268. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  269. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  270. IPV6_ENABLED = @IPV6_ENABLED@
  271. LCOV = @LCOV@
  272. LD = @LD@
  273. LDFLAGS = @LDFLAGS@
  274. LIBCURL_LIBS = @LIBCURL_LIBS@
  275. LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
  276. LIBOBJS = @LIBOBJS@
  277. LIBS = @LIBS@
  278. LIBTOOL = @LIBTOOL@
  279. LIPO = @LIPO@
  280. LN_S = @LN_S@
  281. LTLIBOBJS = @LTLIBOBJS@
  282. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  283. MAINT = @MAINT@
  284. MAKEINFO = @MAKEINFO@
  285. MANIFEST_TOOL = @MANIFEST_TOOL@
  286. MANOPT = @MANOPT@
  287. MKDIR_P = @MKDIR_P@
  288. NM = @NM@
  289. NMEDIT = @NMEDIT@
  290. NROFF = @NROFF@
  291. NSS_LIBS = @NSS_LIBS@
  292. OBJDUMP = @OBJDUMP@
  293. OBJEXT = @OBJEXT@
  294. OTOOL = @OTOOL@
  295. OTOOL64 = @OTOOL64@
  296. PACKAGE = @PACKAGE@
  297. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  298. PACKAGE_NAME = @PACKAGE_NAME@
  299. PACKAGE_STRING = @PACKAGE_STRING@
  300. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  301. PACKAGE_URL = @PACKAGE_URL@
  302. PACKAGE_VERSION = @PACKAGE_VERSION@
  303. PATH_SEPARATOR = @PATH_SEPARATOR@
  304. PERL = @PERL@
  305. PKGADD_NAME = @PKGADD_NAME@
  306. PKGADD_PKG = @PKGADD_PKG@
  307. PKGADD_VENDOR = @PKGADD_VENDOR@
  308. PKGCONFIG = @PKGCONFIG@
  309. RANDOM_FILE = @RANDOM_FILE@
  310. RANLIB = @RANLIB@
  311. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  312. SED = @SED@
  313. SET_MAKE = @SET_MAKE@
  314. SHELL = @SHELL@
  315. SSL_BACKENDS = @SSL_BACKENDS@
  316. SSL_ENABLED = @SSL_ENABLED@
  317. SSL_LIBS = @SSL_LIBS@
  318. STRIP = @STRIP@
  319. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  320. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  321. USE_ARES = @USE_ARES@
  322. USE_BEARSSL = @USE_BEARSSL@
  323. USE_GNUTLS = @USE_GNUTLS@
  324. USE_HYPER = @USE_HYPER@
  325. USE_LIBRTMP = @USE_LIBRTMP@
  326. USE_LIBSSH = @USE_LIBSSH@
  327. USE_LIBSSH2 = @USE_LIBSSH2@
  328. USE_MBEDTLS = @USE_MBEDTLS@
  329. USE_MSH3 = @USE_MSH3@
  330. USE_NGHTTP2 = @USE_NGHTTP2@
  331. USE_NGHTTP3 = @USE_NGHTTP3@
  332. USE_NGTCP2 = @USE_NGTCP2@
  333. USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
  334. USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
  335. USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
  336. USE_NSS = @USE_NSS@
  337. USE_OPENLDAP = @USE_OPENLDAP@
  338. USE_QUICHE = @USE_QUICHE@
  339. USE_RUSTLS = @USE_RUSTLS@
  340. USE_SCHANNEL = @USE_SCHANNEL@
  341. USE_SECTRANSP = @USE_SECTRANSP@
  342. USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
  343. USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
  344. USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
  345. USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
  346. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  347. USE_WOLFSSH = @USE_WOLFSSH@
  348. USE_WOLFSSL = @USE_WOLFSSL@
  349. VERSION = @VERSION@
  350. VERSIONNUM = @VERSIONNUM@
  351. ZLIB_LIBS = @ZLIB_LIBS@
  352. ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
  353. abs_builddir = @abs_builddir@
  354. abs_srcdir = @abs_srcdir@
  355. abs_top_builddir = @abs_top_builddir@
  356. abs_top_srcdir = @abs_top_srcdir@
  357. ac_ct_AR = @ac_ct_AR@
  358. ac_ct_CC = @ac_ct_CC@
  359. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  360. am__include = @am__include@
  361. am__leading_dot = @am__leading_dot@
  362. am__quote = @am__quote@
  363. am__tar = @am__tar@
  364. am__untar = @am__untar@
  365. bindir = @bindir@
  366. build = @build@
  367. build_alias = @build_alias@
  368. build_cpu = @build_cpu@
  369. build_os = @build_os@
  370. build_vendor = @build_vendor@
  371. builddir = @builddir@
  372. datadir = @datadir@
  373. datarootdir = @datarootdir@
  374. docdir = @docdir@
  375. dvidir = @dvidir@
  376. exec_prefix = @exec_prefix@
  377. host = @host@
  378. host_alias = @host_alias@
  379. host_cpu = @host_cpu@
  380. host_os = @host_os@
  381. host_vendor = @host_vendor@
  382. htmldir = @htmldir@
  383. includedir = @includedir@
  384. infodir = @infodir@
  385. install_sh = @install_sh@
  386. libdir = @libdir@
  387. libexecdir = @libexecdir@
  388. libext = @libext@
  389. localedir = @localedir@
  390. localstatedir = @localstatedir@
  391. mandir = @mandir@
  392. mkdir_p = @mkdir_p@
  393. oldincludedir = @oldincludedir@
  394. pdfdir = @pdfdir@
  395. prefix = @prefix@
  396. program_transform_name = @program_transform_name@
  397. psdir = @psdir@
  398. runstatedir = @runstatedir@
  399. sbindir = @sbindir@
  400. sharedstatedir = @sharedstatedir@
  401. srcdir = @srcdir@
  402. sysconfdir = @sysconfdir@
  403. target_alias = @target_alias@
  404. top_build_prefix = @top_build_prefix@
  405. top_builddir = @top_builddir@
  406. top_srcdir = @top_srcdir@
  407. AUTOMAKE_OPTIONS = foreign no-dependencies
  408. MANPAGE = $(top_builddir)/docs/curl.1
  409. DPAGES = \
  410. abstract-unix-socket.d \
  411. alt-svc.d \
  412. anyauth.d \
  413. append.d \
  414. aws-sigv4.d \
  415. basic.d \
  416. cacert.d \
  417. capath.d \
  418. cert-status.d \
  419. cert-type.d \
  420. cert.d \
  421. ciphers.d \
  422. compressed-ssh.d \
  423. compressed.d \
  424. config.d \
  425. connect-timeout.d \
  426. connect-to.d \
  427. continue-at.d \
  428. cookie-jar.d \
  429. cookie.d \
  430. create-dirs.d \
  431. create-file-mode.d \
  432. crlf.d \
  433. crlfile.d \
  434. curves.d \
  435. data-ascii.d \
  436. data-binary.d \
  437. data-raw.d \
  438. data-urlencode.d \
  439. data.d \
  440. delegation.d \
  441. digest.d \
  442. disable-eprt.d \
  443. disable-epsv.d \
  444. disable.d \
  445. disallow-username-in-url.d \
  446. dns-interface.d \
  447. dns-ipv4-addr.d \
  448. dns-ipv6-addr.d \
  449. dns-servers.d \
  450. doh-cert-status.d \
  451. doh-insecure.d \
  452. doh-url.d \
  453. dump-header.d \
  454. egd-file.d \
  455. engine.d \
  456. etag-compare.d \
  457. etag-save.d \
  458. expect100-timeout.d \
  459. fail-early.d \
  460. fail-with-body.d \
  461. fail.d \
  462. false-start.d \
  463. form-escape.d \
  464. form-string.d \
  465. form.d \
  466. ftp-account.d \
  467. ftp-alternative-to-user.d \
  468. ftp-create-dirs.d \
  469. ftp-method.d \
  470. ftp-pasv.d \
  471. ftp-port.d \
  472. ftp-pret.d \
  473. ftp-skip-pasv-ip.d \
  474. ftp-ssl-ccc-mode.d \
  475. ftp-ssl-ccc.d \
  476. ftp-ssl-control.d \
  477. get.d \
  478. globoff.d \
  479. happy-eyeballs-timeout-ms.d \
  480. haproxy-protocol.d \
  481. head.d \
  482. header.d \
  483. help.d \
  484. hostpubmd5.d \
  485. hostpubsha256.d \
  486. hsts.d \
  487. http0.9.d \
  488. http1.0.d \
  489. http1.1.d \
  490. http2-prior-knowledge.d \
  491. http2.d \
  492. http3.d \
  493. ignore-content-length.d \
  494. include.d \
  495. insecure.d \
  496. interface.d \
  497. ipv4.d \
  498. ipv6.d \
  499. json.d \
  500. junk-session-cookies.d \
  501. keepalive-time.d \
  502. key-type.d \
  503. key.d \
  504. krb.d \
  505. libcurl.d \
  506. limit-rate.d \
  507. list-only.d \
  508. local-port.d \
  509. location-trusted.d \
  510. location.d \
  511. login-options.d \
  512. mail-auth.d \
  513. mail-from.d \
  514. mail-rcpt-allowfails.d \
  515. mail-rcpt.d \
  516. manual.d \
  517. max-filesize.d \
  518. max-redirs.d \
  519. max-time.d \
  520. metalink.d \
  521. negotiate.d \
  522. netrc-file.d \
  523. netrc-optional.d \
  524. netrc.d \
  525. next.d \
  526. no-alpn.d \
  527. no-buffer.d \
  528. no-clobber.d \
  529. no-keepalive.d \
  530. no-npn.d \
  531. no-progress-meter.d \
  532. no-sessionid.d \
  533. noproxy.d \
  534. ntlm-wb.d \
  535. ntlm.d \
  536. oauth2-bearer.d \
  537. output-dir.d \
  538. output.d \
  539. parallel-immediate.d \
  540. parallel-max.d \
  541. parallel.d \
  542. pass.d \
  543. path-as-is.d \
  544. pinnedpubkey.d \
  545. post301.d \
  546. post302.d \
  547. post303.d \
  548. preproxy.d \
  549. progress-bar.d \
  550. proto-default.d \
  551. proto-redir.d \
  552. proto.d \
  553. proxy-anyauth.d \
  554. proxy-basic.d \
  555. proxy-cacert.d \
  556. proxy-capath.d \
  557. proxy-cert-type.d \
  558. proxy-cert.d \
  559. proxy-ciphers.d \
  560. proxy-crlfile.d \
  561. proxy-digest.d \
  562. proxy-header.d \
  563. proxy-insecure.d \
  564. proxy-key-type.d \
  565. proxy-key.d \
  566. proxy-negotiate.d \
  567. proxy-ntlm.d \
  568. proxy-pass.d \
  569. proxy-pinnedpubkey.d \
  570. proxy-service-name.d \
  571. proxy-ssl-allow-beast.d \
  572. proxy-ssl-auto-client-cert.d \
  573. proxy-tls13-ciphers.d \
  574. proxy-tlsauthtype.d \
  575. proxy-tlspassword.d \
  576. proxy-tlsuser.d \
  577. proxy-tlsv1.d \
  578. proxy-user.d \
  579. proxy.d \
  580. proxy1.0.d \
  581. proxytunnel.d \
  582. pubkey.d \
  583. quote.d \
  584. random-file.d \
  585. range.d \
  586. rate.d \
  587. raw.d \
  588. referer.d \
  589. remote-header-name.d \
  590. remote-name-all.d \
  591. remote-name.d \
  592. remote-time.d \
  593. remove-on-error.d \
  594. request-target.d \
  595. request.d \
  596. resolve.d \
  597. retry-all-errors.d \
  598. retry-connrefused.d \
  599. retry-delay.d \
  600. retry-max-time.d \
  601. retry.d \
  602. sasl-authzid.d \
  603. sasl-ir.d \
  604. service-name.d \
  605. show-error.d \
  606. silent.d \
  607. socks4.d \
  608. socks4a.d \
  609. socks5-basic.d \
  610. socks5-gssapi-nec.d \
  611. socks5-gssapi-service.d \
  612. socks5-gssapi.d \
  613. socks5-hostname.d \
  614. socks5.d \
  615. speed-limit.d \
  616. speed-time.d \
  617. ssl-allow-beast.d \
  618. ssl-auto-client-cert.d \
  619. ssl-no-revoke.d \
  620. ssl-reqd.d \
  621. ssl-revoke-best-effort.d \
  622. ssl.d \
  623. sslv2.d \
  624. sslv3.d \
  625. stderr.d \
  626. styled-output.d \
  627. suppress-connect-headers.d \
  628. tcp-fastopen.d \
  629. tcp-nodelay.d \
  630. telnet-option.d \
  631. tftp-blksize.d \
  632. tftp-no-options.d \
  633. time-cond.d \
  634. tls-max.d \
  635. tls13-ciphers.d \
  636. tlsauthtype.d \
  637. tlspassword.d \
  638. tlsuser.d \
  639. tlsv1.0.d \
  640. tlsv1.1.d \
  641. tlsv1.2.d \
  642. tlsv1.3.d \
  643. tlsv1.d \
  644. tr-encoding.d \
  645. trace-ascii.d \
  646. trace-time.d \
  647. trace.d \
  648. unix-socket.d \
  649. upload-file.d \
  650. url.d \
  651. use-ascii.d \
  652. user-agent.d \
  653. user.d \
  654. verbose.d \
  655. version.d \
  656. write-out.d \
  657. xattr.d
  658. OTHERPAGES = page-footer page-header
  659. EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES) CMakeLists.txt
  660. all: all-am
  661. .SUFFIXES:
  662. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
  663. @for dep in $?; do \
  664. case '$(am__configure_deps)' in \
  665. *$$dep*) \
  666. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  667. && { if test -f $@; then exit 0; else break; fi; }; \
  668. exit 1;; \
  669. esac; \
  670. done; \
  671. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/cmdline-opts/Makefile'; \
  672. $(am__cd) $(top_srcdir) && \
  673. $(AUTOMAKE) --foreign docs/cmdline-opts/Makefile
  674. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  675. @case '$?' in \
  676. *config.status*) \
  677. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  678. *) \
  679. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  680. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  681. esac;
  682. $(srcdir)/Makefile.inc $(am__empty):
  683. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  684. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  685. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  686. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  687. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  688. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  689. $(am__aclocal_m4_deps):
  690. mostlyclean-libtool:
  691. -rm -f *.lo
  692. clean-libtool:
  693. -rm -rf .libs _libs
  694. tags TAGS:
  695. ctags CTAGS:
  696. cscope cscopelist:
  697. distdir: $(BUILT_SOURCES)
  698. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  699. distdir-am: $(DISTFILES)
  700. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  701. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  702. list='$(DISTFILES)'; \
  703. dist_files=`for file in $$list; do echo $$file; done | \
  704. sed -e "s|^$$srcdirstrip/||;t" \
  705. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  706. case $$dist_files in \
  707. */*) $(MKDIR_P) `echo "$$dist_files" | \
  708. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  709. sort -u` ;; \
  710. esac; \
  711. for file in $$dist_files; do \
  712. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  713. if test -d $$d/$$file; then \
  714. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  715. if test -d "$(distdir)/$$file"; then \
  716. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  717. fi; \
  718. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  719. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  720. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  721. fi; \
  722. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  723. else \
  724. test -f "$(distdir)/$$file" \
  725. || cp -p $$d/$$file "$(distdir)/$$file" \
  726. || exit 1; \
  727. fi; \
  728. done
  729. check-am: all-am
  730. check: check-am
  731. all-am: Makefile
  732. installdirs:
  733. install: install-am
  734. install-exec: install-exec-am
  735. install-data: install-data-am
  736. uninstall: uninstall-am
  737. install-am: all-am
  738. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  739. installcheck: installcheck-am
  740. install-strip:
  741. if test -z '$(STRIP)'; then \
  742. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  743. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  744. install; \
  745. else \
  746. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  747. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  748. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  749. fi
  750. mostlyclean-generic:
  751. clean-generic:
  752. distclean-generic:
  753. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  754. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  755. maintainer-clean-generic:
  756. @echo "This command is intended for maintainers to use"
  757. @echo "it deletes files that may require special tools to rebuild."
  758. clean: clean-am
  759. clean-am: clean-generic clean-libtool mostlyclean-am
  760. distclean: distclean-am
  761. -rm -f Makefile
  762. distclean-am: clean-am distclean-generic
  763. dvi: dvi-am
  764. dvi-am:
  765. html: html-am
  766. html-am:
  767. info: info-am
  768. info-am:
  769. install-data-am:
  770. install-dvi: install-dvi-am
  771. install-dvi-am:
  772. install-exec-am:
  773. install-html: install-html-am
  774. install-html-am:
  775. install-info: install-info-am
  776. install-info-am:
  777. install-man:
  778. install-pdf: install-pdf-am
  779. install-pdf-am:
  780. install-ps: install-ps-am
  781. install-ps-am:
  782. installcheck-am:
  783. maintainer-clean: maintainer-clean-am
  784. -rm -f Makefile
  785. maintainer-clean-am: distclean-am maintainer-clean-generic
  786. mostlyclean: mostlyclean-am
  787. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  788. pdf: pdf-am
  789. pdf-am:
  790. ps: ps-am
  791. ps-am:
  792. uninstall-am:
  793. .MAKE: install-am install-strip
  794. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  795. cscopelist-am ctags-am distclean distclean-generic \
  796. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  797. install install-am install-data install-data-am install-dvi \
  798. install-dvi-am install-exec install-exec-am install-html \
  799. install-html-am install-info install-info-am install-man \
  800. install-pdf install-pdf-am install-ps install-ps-am \
  801. install-strip installcheck installcheck-am installdirs \
  802. maintainer-clean maintainer-clean-generic mostlyclean \
  803. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  804. tags-am uninstall uninstall-am
  805. .PRECIOUS: Makefile
  806. all: $(MANPAGE)
  807. $(MANPAGE): $(DPAGES) $(OTHERPAGES) Makefile.inc
  808. @echo "generate $(MANPAGE)"
  809. @(cd $(srcdir) && @PERL@ ./gen.pl mainpage $(DPAGES)) > $(MANPAGE)
  810. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  811. # Otherwise a system limit (for SysV at least) may be exceeded.
  812. .NOEXPORT: