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