Makefile 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # docs/cmdline-opts/Makefile. Generated from Makefile.in by configure.
  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. #***************************************************************************
  12. # _ _ ____ _
  13. # Project ___| | | | _ \| |
  14. # / __| | | | |_) | |
  15. # | (__| |_| | _ <| |___
  16. # \___|\___/|_| \_\_____|
  17. #
  18. # Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
  19. #
  20. # This software is licensed as described in the file COPYING, which
  21. # you should have received as part of this distribution. The terms
  22. # are also available at https://curl.haxx.se/docs/copyright.html.
  23. #
  24. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  25. # copies of the Software, and permit persons to whom the Software is
  26. # furnished to do so, under the terms of the COPYING file.
  27. #
  28. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  29. # KIND, either express or implied.
  30. #
  31. ###########################################################################
  32. # Shared between Makefile.am and CMakeLists.txt
  33. am__is_gnu_make = { \
  34. if test -z '$(MAKELEVEL)'; then \
  35. false; \
  36. elif test -n '$(MAKE_HOST)'; then \
  37. true; \
  38. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  39. true; \
  40. else \
  41. false; \
  42. fi; \
  43. }
  44. am__make_running_with_option = \
  45. case $${target_option-} in \
  46. ?) ;; \
  47. *) echo "am__make_running_with_option: internal error: invalid" \
  48. "target option '$${target_option-}' specified" >&2; \
  49. exit 1;; \
  50. esac; \
  51. has_opt=no; \
  52. sane_makeflags=$$MAKEFLAGS; \
  53. if $(am__is_gnu_make); then \
  54. sane_makeflags=$$MFLAGS; \
  55. else \
  56. case $$MAKEFLAGS in \
  57. *\\[\ \ ]*) \
  58. bs=\\; \
  59. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  60. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  61. esac; \
  62. fi; \
  63. skip_next=no; \
  64. strip_trailopt () \
  65. { \
  66. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  67. }; \
  68. for flg in $$sane_makeflags; do \
  69. test $$skip_next = yes && { skip_next=no; continue; }; \
  70. case $$flg in \
  71. *=*|--*) continue;; \
  72. -*I) strip_trailopt 'I'; skip_next=yes;; \
  73. -*I?*) strip_trailopt 'I';; \
  74. -*O) strip_trailopt 'O'; skip_next=yes;; \
  75. -*O?*) strip_trailopt 'O';; \
  76. -*l) strip_trailopt 'l'; skip_next=yes;; \
  77. -*l?*) strip_trailopt 'l';; \
  78. -[dEDm]) skip_next=yes;; \
  79. -[JT]) skip_next=yes;; \
  80. esac; \
  81. case $$flg in \
  82. *$$target_option*) has_opt=yes; break;; \
  83. esac; \
  84. done; \
  85. test $$has_opt = yes
  86. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  87. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  88. pkgdatadir = $(datadir)/curl
  89. pkgincludedir = $(includedir)/curl
  90. pkglibdir = $(libdir)/curl
  91. pkglibexecdir = $(libexecdir)/curl
  92. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  93. install_sh_DATA = $(install_sh) -c -m 644
  94. install_sh_PROGRAM = $(install_sh) -c
  95. install_sh_SCRIPT = $(install_sh) -c
  96. INSTALL_HEADER = $(INSTALL_DATA)
  97. transform = $(program_transform_name)
  98. NORMAL_INSTALL = :
  99. PRE_INSTALL = :
  100. POST_INSTALL = :
  101. NORMAL_UNINSTALL = :
  102. PRE_UNINSTALL = :
  103. POST_UNINSTALL = :
  104. build_triplet = x86_64-pc-linux-gnu
  105. host_triplet = arm-unknown-linux-gnueabihf
  106. subdir = docs/cmdline-opts
  107. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  108. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \
  109. $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \
  110. $(top_srcdir)/m4/curl-compilers.m4 \
  111. $(top_srcdir)/m4/curl-confopts.m4 \
  112. $(top_srcdir)/m4/curl-functions.m4 \
  113. $(top_srcdir)/m4/curl-openssl.m4 \
  114. $(top_srcdir)/m4/curl-override.m4 \
  115. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  116. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  117. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  118. $(top_srcdir)/m4/xc-am-iface.m4 \
  119. $(top_srcdir)/m4/xc-cc-check.m4 \
  120. $(top_srcdir)/m4/xc-lt-iface.m4 \
  121. $(top_srcdir)/m4/xc-translit.m4 \
  122. $(top_srcdir)/m4/xc-val-flgs.m4 \
  123. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  124. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  125. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  126. $(top_srcdir)/configure.ac
  127. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  128. $(ACLOCAL_M4)
  129. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  130. mkinstalldirs = $(install_sh) -d
  131. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  132. CONFIG_CLEAN_FILES =
  133. CONFIG_CLEAN_VPATH_FILES =
  134. AM_V_P = $(am__v_P_$(V))
  135. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  136. am__v_P_0 = false
  137. am__v_P_1 = :
  138. AM_V_GEN = $(am__v_GEN_$(V))
  139. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  140. am__v_GEN_0 = @echo " GEN " $@;
  141. am__v_GEN_1 =
  142. AM_V_at = $(am__v_at_$(V))
  143. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  144. am__v_at_0 = @
  145. am__v_at_1 =
  146. depcomp =
  147. am__maybe_remake_depfiles =
  148. SOURCES =
  149. DIST_SOURCES =
  150. am__can_run_installinfo = \
  151. case $$AM_UPDATE_INFO_DIR in \
  152. n|no|NO) false;; \
  153. *) (install-info --version) >/dev/null 2>&1;; \
  154. esac
  155. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  156. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
  157. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  158. ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing aclocal-1.16
  159. AMTAR = $${TAR-tar}
  160. AM_DEFAULT_VERBOSITY = 0
  161. AR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar
  162. AR_FLAGS = cr
  163. AS = as
  164. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoconf
  165. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoheader
  166. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing automake-1.16
  167. AWK = gawk
  168. BLANK_AT_MAKETIME =
  169. CC = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
  170. CCDEPMODE = depmode=gcc3
  171. CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers -pthread
  172. CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
  173. CODE_COVERAGE_CFLAGS =
  174. CODE_COVERAGE_CPPFLAGS =
  175. CODE_COVERAGE_CXXFLAGS =
  176. CODE_COVERAGE_ENABLED = no
  177. CODE_COVERAGE_LDFLAGS =
  178. CODE_COVERAGE_LIBS =
  179. CONFIGURE_OPTIONS = " '--host=arm-linux-gnueabihf' '--prefix=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/release' '--with-ssl=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release' '--with-zlib' '--enable-static' '--enable-libgcc' 'CC=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc' 'AR=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar' 'RANLIB=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ranlib' 'STRIP=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-strip' 'CXX=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-g++' 'host_alias=arm-linux-gnueabihf'"
  180. CPP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -E
  181. CPPFLAGS = -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/include
  182. CPPFLAG_CURL_STATICLIB =
  183. CURLVERSION = 7.61.1
  184. CURL_CA_BUNDLE =
  185. CURL_CFLAG_EXTRAS =
  186. CURL_DISABLE_DICT =
  187. CURL_DISABLE_FILE =
  188. CURL_DISABLE_FTP =
  189. CURL_DISABLE_GOPHER =
  190. CURL_DISABLE_HTTP =
  191. CURL_DISABLE_IMAP =
  192. CURL_DISABLE_LDAP = 1
  193. CURL_DISABLE_LDAPS = 1
  194. CURL_DISABLE_POP3 =
  195. CURL_DISABLE_PROXY =
  196. CURL_DISABLE_RTSP =
  197. CURL_DISABLE_SMB =
  198. CURL_DISABLE_SMTP =
  199. CURL_DISABLE_TELNET =
  200. CURL_DISABLE_TFTP =
  201. CURL_LT_SHLIB_VERSIONED_FLAVOUR =
  202. CURL_NETWORK_AND_TIME_LIBS = -lgcc
  203. CURL_NETWORK_LIBS = -lgcc
  204. CURL_WITH_MULTI_SSL =
  205. CYGPATH_W = echo
  206. DEFAULT_SSL_BACKEND = no
  207. DEFS = -DHAVE_CONFIG_H
  208. DEPDIR = .deps
  209. DLLTOOL = false
  210. DSYMUTIL =
  211. DUMPBIN = :
  212. ECHO_C =
  213. ECHO_N = -n
  214. ECHO_T =
  215. EGREP = /bin/grep -E
  216. ENABLE_SHARED = yes
  217. ENABLE_STATIC = yes
  218. EXEEXT =
  219. FGREP = /bin/grep -F
  220. GCOV =
  221. GENHTML =
  222. GREP = /bin/grep
  223. HAVE_BROTLI =
  224. HAVE_GNUTLS_SRP =
  225. HAVE_LDAP_SSL = 1
  226. HAVE_LIBZ = 1
  227. HAVE_OPENSSL_SRP = 1
  228. IDN_ENABLED =
  229. INSTALL = /usr/bin/install -c
  230. INSTALL_DATA = ${INSTALL} -m 644
  231. INSTALL_PROGRAM = ${INSTALL}
  232. INSTALL_SCRIPT = ${INSTALL}
  233. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  234. IPV6_ENABLED = 1
  235. LCOV =
  236. LD = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld
  237. LDFLAGS = -L/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib
  238. LIBCURL_LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  239. LIBMETALINK_CPPFLAGS =
  240. LIBMETALINK_LDFLAGS =
  241. LIBMETALINK_LIBS =
  242. LIBOBJS =
  243. LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  244. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  245. LIPO =
  246. LN_S = ln -s
  247. LTLIBOBJS =
  248. LT_SYS_LIBRARY_PATH =
  249. MAINT = #
  250. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing makeinfo
  251. MANIFEST_TOOL = :
  252. MANOPT = -man
  253. MKDIR_P = /bin/mkdir -p
  254. NM = nm
  255. NMEDIT =
  256. NROFF = /usr/bin/nroff
  257. NSS_LIBS =
  258. OBJDUMP = objdump
  259. OBJEXT = o
  260. OTOOL =
  261. OTOOL64 =
  262. PACKAGE = curl
  263. PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.haxx.se/mail/
  264. PACKAGE_NAME = curl
  265. PACKAGE_STRING = curl -
  266. PACKAGE_TARNAME = curl
  267. PACKAGE_URL =
  268. PACKAGE_VERSION = -
  269. PATH_SEPARATOR = :
  270. PERL = /usr/bin/perl
  271. PKGADD_NAME = curl - a client that groks URLs
  272. PKGADD_PKG = HAXXcurl
  273. PKGADD_VENDOR = curl.haxx.se
  274. PKGCONFIG = no
  275. RANDOM_FILE =
  276. RANLIB = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ranlib
  277. REQUIRE_LIB_DEPS = no
  278. SED = /bin/sed
  279. SET_MAKE =
  280. SHELL = /bin/bash
  281. SSL_BACKENDS = OpenSSL
  282. SSL_ENABLED = 1
  283. SSL_LIBS = -lssl -lcrypto
  284. STRIP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-strip
  285. SUPPORT_FEATURES = SSL IPv6 UnixSockets libz AsynchDNS NTLM NTLM_WB TLS-SRP HTTPS-proxy
  286. SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
  287. USE_ARES =
  288. USE_AXTLS =
  289. USE_CYASSL =
  290. USE_DARWINSSL =
  291. USE_GNUTLS =
  292. USE_GNUTLS_NETTLE =
  293. USE_LIBRTMP =
  294. USE_LIBSSH =
  295. USE_LIBSSH2 =
  296. USE_MBEDTLS =
  297. USE_NGHTTP2 =
  298. USE_NSS =
  299. USE_OPENLDAP =
  300. USE_POLARSSL =
  301. USE_SCHANNEL =
  302. USE_UNIX_SOCKETS = 1
  303. USE_WINDOWS_SSPI =
  304. VERSION = -
  305. VERSIONNUM = 073d01
  306. ZLIB_LIBS = -lz
  307. ZSH_FUNCTIONS_DIR = ${prefix}/share/zsh/site-functions
  308. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/docs/cmdline-opts
  309. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/docs/cmdline-opts
  310. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  311. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  312. ac_ct_AR =
  313. ac_ct_CC =
  314. ac_ct_DUMPBIN = link -dump
  315. am__include = include
  316. am__leading_dot = .
  317. am__quote =
  318. am__tar = $${TAR-tar} chof - "$$tardir"
  319. am__untar = $${TAR-tar} xf -
  320. bindir = ${exec_prefix}/bin
  321. build = x86_64-pc-linux-gnu
  322. build_alias =
  323. build_cpu = x86_64
  324. build_os = linux-gnu
  325. build_vendor = pc
  326. builddir = .
  327. datadir = ${datarootdir}
  328. datarootdir = ${prefix}/share
  329. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  330. dvidir = ${docdir}
  331. exec_prefix = ${prefix}
  332. host = arm-unknown-linux-gnueabihf
  333. host_alias = arm-linux-gnueabihf
  334. host_cpu = arm
  335. host_os = linux-gnueabihf
  336. host_vendor = unknown
  337. htmldir = ${docdir}
  338. includedir = ${prefix}/include
  339. infodir = ${datarootdir}/info
  340. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/install-sh
  341. libdir = ${exec_prefix}/lib
  342. libexecdir = ${exec_prefix}/libexec
  343. libext = a
  344. localedir = ${datarootdir}/locale
  345. localstatedir = ${prefix}/var
  346. mandir = ${datarootdir}/man
  347. mkdir_p = $(MKDIR_P)
  348. oldincludedir = /usr/include
  349. pdfdir = ${docdir}
  350. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/release
  351. program_transform_name = s,x,x,
  352. psdir = ${docdir}
  353. runstatedir = ${localstatedir}/run
  354. sbindir = ${exec_prefix}/sbin
  355. sharedstatedir = ${prefix}/com
  356. srcdir = .
  357. subdirs =
  358. sysconfdir = ${prefix}/etc
  359. target_alias =
  360. top_build_prefix = ../../
  361. top_builddir = ../..
  362. top_srcdir = ../..
  363. AUTOMAKE_OPTIONS = foreign no-dependencies
  364. MANPAGE = $(top_builddir)/docs/curl.1
  365. DPAGES = abstract-unix-socket.d anyauth.d append.d basic.d cacert.d capath.d cert.d \
  366. cert-status.d cert-type.d ciphers.d compressed.d compressed-ssh.d \
  367. config.d \
  368. connect-timeout.d connect-to.d continue-at.d cookie.d cookie-jar.d \
  369. create-dirs.d crlf.d crlfile.d data-ascii.d data-binary.d data.d \
  370. data-raw.d data-urlencode.d delegation.d digest.d disable.d \
  371. disable-eprt.d disable-epsv.d dns-interface.d dns-ipv4-addr.d \
  372. dns-ipv6-addr.d dns-servers.d dump-header.d egd-file.d engine.d \
  373. expect100-timeout.d fail.d fail-early.d false-start.d \
  374. form.d form-string.d ftp-account.d ftp-alternative-to-user.d \
  375. ftp-create-dirs.d ftp-method.d ftp-pasv.d ftp-port.d ftp-pret.d \
  376. ftp-skip-pasv-ip.d ftp-ssl-ccc.d ftp-ssl-ccc-mode.d ftp-ssl-control.d \
  377. get.d globoff.d \
  378. happy-eyeballs-timeout-ms.d \
  379. head.d header.d help.d hostpubmd5.d http1.0.d \
  380. http1.1.d http2.d http2-prior-knowledge.d ignore-content-length.d \
  381. include.d insecure.d interface.d ipv4.d ipv6.d junk-session-cookies.d \
  382. keepalive-time.d key.d key-type.d krb.d libcurl.d limit-rate.d \
  383. list-only.d local-port.d location.d location-trusted.d \
  384. login-options.d mail-auth.d mail-from.d mail-rcpt.d manual.d \
  385. max-filesize.d max-redirs.d max-time.d metalink.d negotiate.d netrc.d \
  386. netrc-file.d netrc-optional.d next.d no-alpn.d no-buffer.d \
  387. no-keepalive.d no-npn.d noproxy.d no-sessionid.d ntlm.d ntlm-wb.d \
  388. oauth2-bearer.d output.d pass.d path-as-is.d pinnedpubkey.d post301.d \
  389. post302.d post303.d preproxy.d progress-bar.d proto.d proto-default.d \
  390. proto-redir.d proxy1.0.d proxy-anyauth.d proxy-basic.d proxy-cacert.d \
  391. proxy-capath.d proxy-cert.d proxy-cert-type.d proxy-ciphers.d \
  392. proxy-crlfile.d proxy.d proxy-digest.d proxy-header.d \
  393. proxy-insecure.d proxy-key.d proxy-key-type.d proxy-negotiate.d \
  394. proxy-ntlm.d proxy-pass.d proxy-service-name.d \
  395. proxy-ssl-allow-beast.d proxy-tlsauthtype.d proxy-tlspassword.d \
  396. proxy-tlsuser.d proxy-tlsv1.d proxytunnel.d proxy-user.d pubkey.d \
  397. quote.d random-file.d range.d raw.d referer.d remote-header-name.d \
  398. remote-name-all.d remote-name.d remote-time.d request.d resolve.d \
  399. retry-connrefused.d retry.d retry-delay.d retry-max-time.d sasl-ir.d \
  400. service-name.d show-error.d silent.d socks4a.d socks4.d socks5.d \
  401. socks5-basic.d socks5-gssapi.d proxy-pinnedpubkey.d \
  402. socks5-gssapi-nec.d socks5-gssapi-service.d socks5-hostname.d \
  403. speed-limit.d speed-time.d ssl-allow-beast.d ssl.d ssl-no-revoke.d \
  404. ssl-reqd.d sslv2.d sslv3.d stderr.d suppress-connect-headers.d \
  405. tcp-fastopen.d tcp-nodelay.d \
  406. telnet-option.d tftp-blksize.d tftp-no-options.d time-cond.d \
  407. tls-max.d \
  408. tlsauthtype.d tlspassword.d tlsuser.d tlsv1.0.d tlsv1.1.d tlsv1.2.d \
  409. tlsv1.3.d tlsv1.d trace-ascii.d trace.d trace-time.d tr-encoding.d \
  410. unix-socket.d upload-file.d url.d use-ascii.d user-agent.d user.d \
  411. verbose.d version.d write-out.d xattr.d request-target.d \
  412. styled-output.d tls13-ciphers.d proxy-tls13-ciphers.d \
  413. disallow-username-in-url.d haproxy-protocol.d
  414. OTHERPAGES = page-footer page-header
  415. EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES) CMakeLists.txt
  416. all: all-am
  417. .SUFFIXES:
  418. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
  419. @for dep in $?; do \
  420. case '$(am__configure_deps)' in \
  421. *$$dep*) \
  422. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  423. && { if test -f $@; then exit 0; else break; fi; }; \
  424. exit 1;; \
  425. esac; \
  426. done; \
  427. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/cmdline-opts/Makefile'; \
  428. $(am__cd) $(top_srcdir) && \
  429. $(AUTOMAKE) --foreign docs/cmdline-opts/Makefile
  430. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  431. @case '$?' in \
  432. *config.status*) \
  433. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  434. *) \
  435. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  436. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  437. esac;
  438. $(srcdir)/Makefile.inc $(am__empty):
  439. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  440. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  441. $(top_srcdir)/configure: # $(am__configure_deps)
  442. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  443. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  444. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  445. $(am__aclocal_m4_deps):
  446. mostlyclean-libtool:
  447. -rm -f *.lo
  448. clean-libtool:
  449. -rm -rf .libs _libs
  450. tags TAGS:
  451. ctags CTAGS:
  452. cscope cscopelist:
  453. distdir: $(BUILT_SOURCES)
  454. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  455. distdir-am: $(DISTFILES)
  456. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  457. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  458. list='$(DISTFILES)'; \
  459. dist_files=`for file in $$list; do echo $$file; done | \
  460. sed -e "s|^$$srcdirstrip/||;t" \
  461. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  462. case $$dist_files in \
  463. */*) $(MKDIR_P) `echo "$$dist_files" | \
  464. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  465. sort -u` ;; \
  466. esac; \
  467. for file in $$dist_files; do \
  468. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  469. if test -d $$d/$$file; then \
  470. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  471. if test -d "$(distdir)/$$file"; then \
  472. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  473. fi; \
  474. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  475. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  476. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  477. fi; \
  478. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  479. else \
  480. test -f "$(distdir)/$$file" \
  481. || cp -p $$d/$$file "$(distdir)/$$file" \
  482. || exit 1; \
  483. fi; \
  484. done
  485. check-am: all-am
  486. check: check-am
  487. all-am: Makefile
  488. installdirs:
  489. install: install-am
  490. install-exec: install-exec-am
  491. install-data: install-data-am
  492. uninstall: uninstall-am
  493. install-am: all-am
  494. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  495. installcheck: installcheck-am
  496. install-strip:
  497. if test -z '$(STRIP)'; then \
  498. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  499. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  500. install; \
  501. else \
  502. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  503. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  504. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  505. fi
  506. mostlyclean-generic:
  507. clean-generic:
  508. distclean-generic:
  509. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  510. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  511. maintainer-clean-generic:
  512. @echo "This command is intended for maintainers to use"
  513. @echo "it deletes files that may require special tools to rebuild."
  514. clean: clean-am
  515. clean-am: clean-generic clean-libtool mostlyclean-am
  516. distclean: distclean-am
  517. -rm -f Makefile
  518. distclean-am: clean-am distclean-generic
  519. dvi: dvi-am
  520. dvi-am:
  521. html: html-am
  522. html-am:
  523. info: info-am
  524. info-am:
  525. install-data-am:
  526. install-dvi: install-dvi-am
  527. install-dvi-am:
  528. install-exec-am:
  529. install-html: install-html-am
  530. install-html-am:
  531. install-info: install-info-am
  532. install-info-am:
  533. install-man:
  534. install-pdf: install-pdf-am
  535. install-pdf-am:
  536. install-ps: install-ps-am
  537. install-ps-am:
  538. installcheck-am:
  539. maintainer-clean: maintainer-clean-am
  540. -rm -f Makefile
  541. maintainer-clean-am: distclean-am maintainer-clean-generic
  542. mostlyclean: mostlyclean-am
  543. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  544. pdf: pdf-am
  545. pdf-am:
  546. ps: ps-am
  547. ps-am:
  548. uninstall-am:
  549. .MAKE: install-am install-strip
  550. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  551. cscopelist-am ctags-am distclean distclean-generic \
  552. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  553. install install-am install-data install-data-am install-dvi \
  554. install-dvi-am install-exec install-exec-am install-html \
  555. install-html-am install-info install-info-am install-man \
  556. install-pdf install-pdf-am install-ps install-ps-am \
  557. install-strip installcheck installcheck-am installdirs \
  558. maintainer-clean maintainer-clean-generic mostlyclean \
  559. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  560. tags-am uninstall uninstall-am
  561. .PRECIOUS: Makefile
  562. all: $(MANPAGE)
  563. $(MANPAGE): $(DPAGES) $(OTHERPAGES) Makefile.inc
  564. /usr/bin/perl $(srcdir)/gen.pl mainpage $(srcdir) > $(MANPAGE)
  565. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  566. # Otherwise a system limit (for SysV at least) may be exceeded.
  567. .NOEXPORT: