quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

Makefile.in (26170B)


      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 CMakeLists.txt and Makefile.am
     65 VPATH = @srcdir@
     66 am__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 }
     77 am__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
    119 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    120 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    121 pkgdatadir = $(datadir)/@PACKAGE@
    122 pkgincludedir = $(includedir)/@PACKAGE@
    123 pkglibdir = $(libdir)/@PACKAGE@
    124 pkglibexecdir = $(libexecdir)/@PACKAGE@
    125 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    126 install_sh_DATA = $(install_sh) -c -m 644
    127 install_sh_PROGRAM = $(install_sh) -c
    128 install_sh_SCRIPT = $(install_sh) -c
    129 INSTALL_HEADER = $(INSTALL_DATA)
    130 transform = $(program_transform_name)
    131 NORMAL_INSTALL = :
    132 PRE_INSTALL = :
    133 POST_INSTALL = :
    134 NORMAL_UNINSTALL = :
    135 PRE_UNINSTALL = :
    136 POST_UNINSTALL = :
    137 build_triplet = @build@
    138 host_triplet = @host@
    139 subdir = docs/cmdline-opts
    140 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    141 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
    142 	$(top_srcdir)/m4/curl-compilers.m4 \
    143 	$(top_srcdir)/m4/curl-confopts.m4 \
    144 	$(top_srcdir)/m4/curl-functions.m4 \
    145 	$(top_srcdir)/m4/curl-gnutls.m4 \
    146 	$(top_srcdir)/m4/curl-mbedtls.m4 \
    147 	$(top_srcdir)/m4/curl-openssl.m4 \
    148 	$(top_srcdir)/m4/curl-override.m4 \
    149 	$(top_srcdir)/m4/curl-reentrant.m4 \
    150 	$(top_srcdir)/m4/curl-rustls.m4 \
    151 	$(top_srcdir)/m4/curl-schannel.m4 \
    152 	$(top_srcdir)/m4/curl-sysconfig.m4 \
    153 	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
    154 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    155 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    156 	$(top_srcdir)/m4/xc-am-iface.m4 \
    157 	$(top_srcdir)/m4/xc-cc-check.m4 \
    158 	$(top_srcdir)/m4/xc-lt-iface.m4 \
    159 	$(top_srcdir)/m4/xc-val-flgs.m4 \
    160 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
    161 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
    162 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
    163 	$(top_srcdir)/configure.ac
    164 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    165 	$(ACLOCAL_M4)
    166 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    167 mkinstalldirs = $(install_sh) -d
    168 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
    169 CONFIG_CLEAN_FILES =
    170 CONFIG_CLEAN_VPATH_FILES =
    171 AM_V_P = $(am__v_P_@AM_V@)
    172 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    173 am__v_P_0 = false
    174 am__v_P_1 = :
    175 AM_V_GEN = $(am__v_GEN_@AM_V@)
    176 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    177 am__v_GEN_0 = @echo "  GEN     " $@;
    178 am__v_GEN_1 = 
    179 AM_V_at = $(am__v_at_@AM_V@)
    180 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    181 am__v_at_0 = @
    182 am__v_at_1 = 
    183 depcomp =
    184 am__maybe_remake_depfiles =
    185 SOURCES =
    186 DIST_SOURCES =
    187 am__can_run_installinfo = \
    188   case $$AM_UPDATE_INFO_DIR in \
    189     n|no|NO) false;; \
    190     *) (install-info --version) >/dev/null 2>&1;; \
    191   esac
    192 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    193 am__vpath_adj = case $$p in \
    194     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    195     *) f=$$p;; \
    196   esac;
    197 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    198 am__install_max = 40
    199 am__nobase_strip_setup = \
    200   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    201 am__nobase_strip = \
    202   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    203 am__nobase_list = $(am__nobase_strip_setup); \
    204   for p in $$list; do echo "$$p $$p"; done | \
    205   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    206   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    207     if (++n[$$2] == $(am__install_max)) \
    208       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    209     END { for (dir in files) print dir, files[dir] }'
    210 am__base_list = \
    211   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    212   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    213 am__uninstall_files_from_dir = { \
    214   test -z "$$files" \
    215     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    216     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    217          $(am__cd) "$$dir" && rm -f $$files; }; \
    218   }
    219 man1dir = $(mandir)/man1
    220 am__installdirs = "$(DESTDIR)$(man1dir)"
    221 NROFF = nroff
    222 MANS = $(man_MANS)
    223 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    224 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
    225 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    226 ACLOCAL = @ACLOCAL@
    227 AMTAR = @AMTAR@
    228 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    229 APXS = @APXS@
    230 AR = @AR@
    231 AR_FLAGS = @AR_FLAGS@
    232 AS = @AS@
    233 AUTOCONF = @AUTOCONF@
    234 AUTOHEADER = @AUTOHEADER@
    235 AUTOMAKE = @AUTOMAKE@
    236 AWK = @AWK@
    237 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
    238 CADDY = @CADDY@
    239 CC = @CC@
    240 CCDEPMODE = @CCDEPMODE@
    241 CFLAGS = @CFLAGS@
    242 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
    243 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
    244 CPP = @CPP@
    245 CPPFLAGS = @CPPFLAGS@
    246 CSCOPE = @CSCOPE@
    247 CTAGS = @CTAGS@
    248 CURLVERSION = @CURLVERSION@
    249 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
    250 CURL_CA_EMBED = @CURL_CA_EMBED@
    251 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
    252 CURL_CPP = @CURL_CPP@
    253 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = @CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@
    254 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = @CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@
    255 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
    256 CYGPATH_W = @CYGPATH_W@
    257 DEFS = @DEFS@
    258 DEPDIR = @DEPDIR@
    259 DLLTOOL = @DLLTOOL@
    260 DSYMUTIL = @DSYMUTIL@
    261 DUMPBIN = @DUMPBIN@
    262 ECHO_C = @ECHO_C@
    263 ECHO_N = @ECHO_N@
    264 ECHO_T = @ECHO_T@
    265 EGREP = @EGREP@
    266 ENABLE_SHARED = @ENABLE_SHARED@
    267 ENABLE_STATIC = @ENABLE_STATIC@
    268 ETAGS = @ETAGS@
    269 EXEEXT = @EXEEXT@
    270 FGREP = @FGREP@
    271 FILECMD = @FILECMD@
    272 FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
    273 GCOV = @GCOV@
    274 GREP = @GREP@
    275 HAVE_LIBZ = @HAVE_LIBZ@
    276 HTTPD = @HTTPD@
    277 HTTPD_NGHTTPX = @HTTPD_NGHTTPX@
    278 INSTALL = @INSTALL@
    279 INSTALL_DATA = @INSTALL_DATA@
    280 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    281 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    282 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    283 LCOV = @LCOV@
    284 LD = @LD@
    285 LDFLAGS = @LDFLAGS@
    286 LIBCURL_PC_CFLAGS = @LIBCURL_PC_CFLAGS@
    287 LIBCURL_PC_CFLAGS_PRIVATE = @LIBCURL_PC_CFLAGS_PRIVATE@
    288 LIBCURL_PC_LDFLAGS_PRIVATE = @LIBCURL_PC_LDFLAGS_PRIVATE@
    289 LIBCURL_PC_LIBS = @LIBCURL_PC_LIBS@
    290 LIBCURL_PC_LIBS_PRIVATE = @LIBCURL_PC_LIBS_PRIVATE@
    291 LIBCURL_PC_REQUIRES = @LIBCURL_PC_REQUIRES@
    292 LIBCURL_PC_REQUIRES_PRIVATE = @LIBCURL_PC_REQUIRES_PRIVATE@
    293 LIBOBJS = @LIBOBJS@
    294 LIBS = @LIBS@
    295 LIBTOOL = @LIBTOOL@
    296 LIPO = @LIPO@
    297 LN_S = @LN_S@
    298 LTLIBOBJS = @LTLIBOBJS@
    299 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    300 MAINT = @MAINT@
    301 MAKEINFO = @MAKEINFO@
    302 MANIFEST_TOOL = @MANIFEST_TOOL@
    303 MKDIR_P = @MKDIR_P@
    304 NM = @NM@
    305 NMEDIT = @NMEDIT@
    306 OBJDUMP = @OBJDUMP@
    307 OBJEXT = @OBJEXT@
    308 OTOOL = @OTOOL@
    309 OTOOL64 = @OTOOL64@
    310 PACKAGE = @PACKAGE@
    311 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    312 PACKAGE_NAME = @PACKAGE_NAME@
    313 PACKAGE_STRING = @PACKAGE_STRING@
    314 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    315 PACKAGE_URL = @PACKAGE_URL@
    316 PACKAGE_VERSION = @PACKAGE_VERSION@
    317 PATH_SEPARATOR = @PATH_SEPARATOR@
    318 PERL = @PERL@
    319 PKGCONFIG = @PKGCONFIG@
    320 RANLIB = @RANLIB@
    321 RC = @RC@
    322 SED = @SED@
    323 SET_MAKE = @SET_MAKE@
    324 SHELL = @SHELL@
    325 SSL_BACKENDS = @SSL_BACKENDS@
    326 STRIP = @STRIP@
    327 SUPPORT_FEATURES = @SUPPORT_FEATURES@
    328 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
    329 TEST_NGHTTPX = @TEST_NGHTTPX@
    330 VERSION = @VERSION@
    331 VERSIONNUM = @VERSIONNUM@
    332 VSFTPD = @VSFTPD@
    333 ZLIB_LIBS = @ZLIB_LIBS@
    334 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
    335 abs_builddir = @abs_builddir@
    336 abs_srcdir = @abs_srcdir@
    337 abs_top_builddir = @abs_top_builddir@
    338 abs_top_srcdir = @abs_top_srcdir@
    339 ac_ct_AR = @ac_ct_AR@
    340 ac_ct_CC = @ac_ct_CC@
    341 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    342 am__include = @am__include@
    343 am__leading_dot = @am__leading_dot@
    344 am__quote = @am__quote@
    345 am__tar = @am__tar@
    346 am__untar = @am__untar@
    347 bindir = @bindir@
    348 build = @build@
    349 build_alias = @build_alias@
    350 build_cpu = @build_cpu@
    351 build_os = @build_os@
    352 build_vendor = @build_vendor@
    353 builddir = @builddir@
    354 datadir = @datadir@
    355 datarootdir = @datarootdir@
    356 docdir = @docdir@
    357 dvidir = @dvidir@
    358 exec_prefix = @exec_prefix@
    359 host = @host@
    360 host_alias = @host_alias@
    361 host_cpu = @host_cpu@
    362 host_os = @host_os@
    363 host_vendor = @host_vendor@
    364 htmldir = @htmldir@
    365 includedir = @includedir@
    366 infodir = @infodir@
    367 install_sh = @install_sh@
    368 libdir = @libdir@
    369 libexecdir = @libexecdir@
    370 libext = @libext@
    371 localedir = @localedir@
    372 localstatedir = @localstatedir@
    373 mandir = @mandir@
    374 mkdir_p = @mkdir_p@
    375 oldincludedir = @oldincludedir@
    376 pdfdir = @pdfdir@
    377 prefix = @prefix@
    378 program_transform_name = @program_transform_name@
    379 psdir = @psdir@
    380 runstatedir = @runstatedir@
    381 sbindir = @sbindir@
    382 sharedstatedir = @sharedstatedir@
    383 srcdir = @srcdir@
    384 sysconfdir = @sysconfdir@
    385 target_alias = @target_alias@
    386 top_build_prefix = @top_build_prefix@
    387 top_builddir = @top_builddir@
    388 top_srcdir = @top_srcdir@
    389 AUTOMAKE_OPTIONS = foreign no-dependencies
    390 MANPAGE = curl.1
    391 ASCIIPAGE = curl.txt
    392 SUPPORT = \
    393   _AUTHORS.md \
    394   _BUGS.md \
    395   _DESCRIPTION.md \
    396   _ENVIRONMENT.md \
    397   _EXITCODES.md \
    398   _FILES.md \
    399   _GLOBBING.md \
    400   _NAME.md \
    401   _OPTIONS.md \
    402   _OUTPUT.md \
    403   _PROGRESS.md \
    404   _PROTOCOLS.md \
    405   _PROXYPREFIX.md \
    406   _SEEALSO.md \
    407   _SYNOPSIS.md \
    408   _URL.md \
    409   _VARIABLES.md \
    410   _VERSION.md \
    411   _WWW.md
    412 
    413 DPAGES = \
    414   abstract-unix-socket.md \
    415   alt-svc.md \
    416   anyauth.md \
    417   append.md \
    418   aws-sigv4.md \
    419   basic.md \
    420   ca-native.md \
    421   cacert.md \
    422   capath.md \
    423   cert-status.md \
    424   cert-type.md \
    425   cert.md \
    426   ciphers.md \
    427   compressed-ssh.md \
    428   compressed.md \
    429   config.md \
    430   connect-timeout.md \
    431   connect-to.md \
    432   continue-at.md \
    433   cookie-jar.md \
    434   cookie.md \
    435   create-dirs.md \
    436   create-file-mode.md \
    437   crlf.md \
    438   crlfile.md \
    439   curves.md \
    440   data-ascii.md \
    441   data-binary.md \
    442   data-raw.md \
    443   data-urlencode.md \
    444   data.md \
    445   delegation.md \
    446   digest.md \
    447   disable-eprt.md \
    448   disable-epsv.md \
    449   disable.md \
    450   disallow-username-in-url.md \
    451   dns-interface.md \
    452   dns-ipv4-addr.md \
    453   dns-ipv6-addr.md \
    454   dns-servers.md \
    455   doh-cert-status.md \
    456   doh-insecure.md \
    457   doh-url.md \
    458   dump-ca-embed.md \
    459   dump-header.md \
    460   ech.md \
    461   egd-file.md \
    462   engine.md \
    463   etag-compare.md \
    464   etag-save.md \
    465   expect100-timeout.md \
    466   fail-early.md \
    467   fail-with-body.md \
    468   fail.md \
    469   false-start.md \
    470   form-escape.md \
    471   form-string.md \
    472   form.md \
    473   ftp-account.md \
    474   ftp-alternative-to-user.md \
    475   ftp-create-dirs.md \
    476   ftp-method.md \
    477   ftp-pasv.md \
    478   ftp-port.md \
    479   ftp-pret.md \
    480   ftp-skip-pasv-ip.md \
    481   ftp-ssl-ccc-mode.md \
    482   ftp-ssl-ccc.md \
    483   ftp-ssl-control.md \
    484   get.md \
    485   globoff.md \
    486   happy-eyeballs-timeout-ms.md \
    487   haproxy-protocol.md \
    488   haproxy-clientip.md \
    489   head.md \
    490   header.md \
    491   help.md \
    492   hostpubmd5.md \
    493   hostpubsha256.md \
    494   hsts.md \
    495   http0.9.md \
    496   http1.0.md \
    497   http1.1.md \
    498   http2-prior-knowledge.md \
    499   http2.md \
    500   http3.md \
    501   http3-only.md \
    502   ignore-content-length.md \
    503   insecure.md \
    504   interface.md \
    505   ip-tos.md \
    506   ipfs-gateway.md \
    507   ipv4.md \
    508   ipv6.md \
    509   json.md \
    510   junk-session-cookies.md \
    511   keepalive-cnt.md \
    512   keepalive-time.md \
    513   key-type.md \
    514   key.md \
    515   krb.md \
    516   libcurl.md \
    517   limit-rate.md \
    518   list-only.md \
    519   local-port.md \
    520   location-trusted.md \
    521   location.md \
    522   login-options.md \
    523   mail-auth.md \
    524   mail-from.md \
    525   mail-rcpt-allowfails.md \
    526   mail-rcpt.md \
    527   manual.md \
    528   max-filesize.md \
    529   max-redirs.md \
    530   max-time.md \
    531   metalink.md \
    532   mptcp.md \
    533   negotiate.md \
    534   netrc-file.md \
    535   netrc-optional.md \
    536   netrc.md \
    537   next.md \
    538   no-alpn.md \
    539   no-buffer.md \
    540   no-clobber.md \
    541   no-keepalive.md \
    542   no-npn.md \
    543   no-progress-meter.md \
    544   no-sessionid.md \
    545   noproxy.md \
    546   ntlm-wb.md \
    547   ntlm.md \
    548   oauth2-bearer.md \
    549   output-dir.md \
    550   output.md \
    551   parallel-immediate.md \
    552   parallel-max.md \
    553   parallel.md \
    554   pass.md \
    555   path-as-is.md \
    556   pinnedpubkey.md \
    557   post301.md \
    558   post302.md \
    559   post303.md \
    560   preproxy.md \
    561   progress-bar.md \
    562   proto-default.md \
    563   proto-redir.md \
    564   proto.md \
    565   proxy-anyauth.md \
    566   proxy-basic.md \
    567   proxy-ca-native.md \
    568   proxy-cacert.md \
    569   proxy-capath.md \
    570   proxy-cert-type.md \
    571   proxy-cert.md \
    572   proxy-ciphers.md \
    573   proxy-crlfile.md \
    574   proxy-digest.md \
    575   proxy-header.md \
    576   proxy-http2.md \
    577   proxy-insecure.md \
    578   proxy-key-type.md \
    579   proxy-key.md \
    580   proxy-negotiate.md \
    581   proxy-ntlm.md \
    582   proxy-pass.md \
    583   proxy-pinnedpubkey.md \
    584   proxy-service-name.md \
    585   proxy-ssl-allow-beast.md \
    586   proxy-ssl-auto-client-cert.md \
    587   proxy-tls13-ciphers.md \
    588   proxy-tlsauthtype.md \
    589   proxy-tlspassword.md \
    590   proxy-tlsuser.md \
    591   proxy-tlsv1.md \
    592   proxy-user.md \
    593   proxy.md \
    594   proxy1.0.md \
    595   proxytunnel.md \
    596   pubkey.md \
    597   quote.md \
    598   random-file.md \
    599   range.md \
    600   rate.md \
    601   raw.md \
    602   referer.md \
    603   remote-header-name.md \
    604   remote-name-all.md \
    605   remote-name.md \
    606   remote-time.md \
    607   remove-on-error.md \
    608   request-target.md \
    609   request.md \
    610   resolve.md \
    611   retry-all-errors.md \
    612   retry-connrefused.md \
    613   retry-delay.md \
    614   retry-max-time.md \
    615   retry.md \
    616   sasl-authzid.md \
    617   sasl-ir.md \
    618   service-name.md \
    619   show-error.md \
    620   show-headers.md \
    621   silent.md \
    622   sigalgs.md \
    623   skip-existing.md \
    624   socks4.md \
    625   socks4a.md \
    626   socks5-basic.md \
    627   socks5-gssapi-nec.md \
    628   socks5-gssapi-service.md \
    629   socks5-gssapi.md \
    630   socks5-hostname.md \
    631   socks5.md \
    632   speed-limit.md \
    633   speed-time.md \
    634   ssl-allow-beast.md \
    635   ssl-auto-client-cert.md \
    636   ssl-no-revoke.md \
    637   ssl-reqd.md \
    638   ssl-revoke-best-effort.md \
    639   ssl-sessions.md \
    640   ssl.md \
    641   sslv2.md \
    642   sslv3.md \
    643   stderr.md \
    644   styled-output.md \
    645   suppress-connect-headers.md \
    646   tcp-fastopen.md \
    647   tcp-nodelay.md \
    648   telnet-option.md \
    649   tftp-blksize.md \
    650   tftp-no-options.md \
    651   time-cond.md \
    652   tls-earlydata.md \
    653   tls-max.md \
    654   tls13-ciphers.md \
    655   tlsauthtype.md \
    656   tlspassword.md \
    657   tlsuser.md \
    658   tlsv1.0.md \
    659   tlsv1.1.md \
    660   tlsv1.2.md \
    661   tlsv1.3.md \
    662   tlsv1.md \
    663   tr-encoding.md \
    664   trace-ascii.md \
    665   trace-config.md \
    666   trace-ids.md \
    667   trace-time.md \
    668   trace.md \
    669   unix-socket.md \
    670   upload-file.md \
    671   upload-flags.md \
    672   url.md \
    673   url-query.md \
    674   use-ascii.md \
    675   user-agent.md \
    676   user.md \
    677   variable.md \
    678   verbose.md \
    679   version.md \
    680   vlan-priority.md \
    681   write-out.md \
    682   xattr.md
    683 
    684 
    685 # Get SUPPORT, DPAGES variables
    686 EXTRA_DIST = $(DPAGES) MANPAGE.md $(SUPPORT) CMakeLists.txt mainpage.idx
    687 GEN = $(GN_$(V))
    688 GN_0 = @echo "  GENERATE" $@;
    689 GN_1 = 
    690 GN_ = $(GN_0)
    691 MANAGEN = $(top_srcdir)/scripts/managen
    692 MAXLINE = $(top_srcdir)/scripts/maxline
    693 
    694 # Maximum number of columns accepted in the ASCII version of the manpage
    695 INCDIR = $(top_srcdir)/include
    696 @BUILD_DOCS_TRUE@CLEANFILES = $(MANPAGE) $(ASCIIPAGE)
    697 @BUILD_DOCS_TRUE@man_MANS = $(MANPAGE)
    698 all: all-am
    699 
    700 .SUFFIXES:
    701 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
    702 	@for dep in $?; do \
    703 	  case '$(am__configure_deps)' in \
    704 	    *$$dep*) \
    705 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    706 	        && { if test -f $@; then exit 0; else break; fi; }; \
    707 	      exit 1;; \
    708 	  esac; \
    709 	done; \
    710 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/cmdline-opts/Makefile'; \
    711 	$(am__cd) $(top_srcdir) && \
    712 	  $(AUTOMAKE) --foreign docs/cmdline-opts/Makefile
    713 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    714 	@case '$?' in \
    715 	  *config.status*) \
    716 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    717 	  *) \
    718 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    719 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    720 	esac;
    721 $(srcdir)/Makefile.inc $(am__empty):
    722 
    723 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    724 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    725 
    726 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    727 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    728 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    729 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    730 $(am__aclocal_m4_deps):
    731 
    732 mostlyclean-libtool:
    733 	-rm -f *.lo
    734 
    735 clean-libtool:
    736 	-rm -rf .libs _libs
    737 install-man1: $(man_MANS)
    738 	@$(NORMAL_INSTALL)
    739 	@list1=''; \
    740 	list2='$(man_MANS)'; \
    741 	test -n "$(man1dir)" \
    742 	  && test -n "`echo $$list1$$list2`" \
    743 	  || exit 0; \
    744 	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
    745 	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
    746 	{ for i in $$list1; do echo "$$i"; done;  \
    747 	if test -n "$$list2"; then \
    748 	  for i in $$list2; do echo "$$i"; done \
    749 	    | sed -n '/\.1[a-z]*$$/p'; \
    750 	fi; \
    751 	} | while read p; do \
    752 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    753 	  echo "$$d$$p"; echo "$$p"; \
    754 	done | \
    755 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    756 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    757 	sed 'N;N;s,\n, ,g' | { \
    758 	list=; while read file base inst; do \
    759 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    760 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
    761 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
    762 	  fi; \
    763 	done; \
    764 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    765 	while read files; do \
    766 	  test -z "$$files" || { \
    767 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
    768 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
    769 	done; }
    770 
    771 uninstall-man1:
    772 	@$(NORMAL_UNINSTALL)
    773 	@list=''; test -n "$(man1dir)" || exit 0; \
    774 	files=`{ for i in $$list; do echo "$$i"; done; \
    775 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    776 	  sed -n '/\.1[a-z]*$$/p'; \
    777 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    778 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    779 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
    780 tags TAGS:
    781 
    782 ctags CTAGS:
    783 
    784 cscope cscopelist:
    785 
    786 distdir: $(BUILT_SOURCES)
    787 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    788 
    789 distdir-am: $(DISTFILES)
    790 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    791 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    792 	list='$(DISTFILES)'; \
    793 	  dist_files=`for file in $$list; do echo $$file; done | \
    794 	  sed -e "s|^$$srcdirstrip/||;t" \
    795 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    796 	case $$dist_files in \
    797 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    798 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    799 			   sort -u` ;; \
    800 	esac; \
    801 	for file in $$dist_files; do \
    802 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    803 	  if test -d $$d/$$file; then \
    804 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    805 	    if test -d "$(distdir)/$$file"; then \
    806 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    807 	    fi; \
    808 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    809 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    810 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    811 	    fi; \
    812 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    813 	  else \
    814 	    test -f "$(distdir)/$$file" \
    815 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    816 	    || exit 1; \
    817 	  fi; \
    818 	done
    819 check-am: all-am
    820 check: check-am
    821 all-am: Makefile $(MANS)
    822 installdirs:
    823 	for dir in "$(DESTDIR)$(man1dir)"; do \
    824 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    825 	done
    826 install: install-am
    827 install-exec: install-exec-am
    828 install-data: install-data-am
    829 uninstall: uninstall-am
    830 
    831 install-am: all-am
    832 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    833 
    834 installcheck: installcheck-am
    835 install-strip:
    836 	if test -z '$(STRIP)'; then \
    837 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    838 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    839 	      install; \
    840 	else \
    841 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    842 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    843 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    844 	fi
    845 mostlyclean-generic:
    846 
    847 clean-generic:
    848 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    849 
    850 distclean-generic:
    851 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    852 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    853 
    854 maintainer-clean-generic:
    855 	@echo "This command is intended for maintainers to use"
    856 	@echo "it deletes files that may require special tools to rebuild."
    857 clean: clean-am
    858 
    859 clean-am: clean-generic clean-libtool mostlyclean-am
    860 
    861 distclean: distclean-am
    862 	-rm -f Makefile
    863 distclean-am: clean-am distclean-generic
    864 
    865 dvi: dvi-am
    866 
    867 dvi-am:
    868 
    869 html: html-am
    870 
    871 html-am:
    872 
    873 info: info-am
    874 
    875 info-am:
    876 
    877 install-data-am: install-man
    878 
    879 install-dvi: install-dvi-am
    880 
    881 install-dvi-am:
    882 
    883 install-exec-am:
    884 
    885 install-html: install-html-am
    886 
    887 install-html-am:
    888 
    889 install-info: install-info-am
    890 
    891 install-info-am:
    892 
    893 install-man: install-man1
    894 
    895 install-pdf: install-pdf-am
    896 
    897 install-pdf-am:
    898 
    899 install-ps: install-ps-am
    900 
    901 install-ps-am:
    902 
    903 installcheck-am:
    904 
    905 maintainer-clean: maintainer-clean-am
    906 	-rm -f Makefile
    907 maintainer-clean-am: distclean-am maintainer-clean-generic
    908 
    909 mostlyclean: mostlyclean-am
    910 
    911 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    912 
    913 pdf: pdf-am
    914 
    915 pdf-am:
    916 
    917 ps: ps-am
    918 
    919 ps-am:
    920 
    921 uninstall-am: uninstall-man
    922 
    923 uninstall-man: uninstall-man1
    924 
    925 .MAKE: install-am install-strip
    926 
    927 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    928 	cscopelist-am ctags-am distclean distclean-generic \
    929 	distclean-libtool distdir dvi dvi-am html html-am info info-am \
    930 	install install-am install-data install-data-am install-dvi \
    931 	install-dvi-am install-exec install-exec-am install-html \
    932 	install-html-am install-info install-info-am install-man \
    933 	install-man1 install-pdf install-pdf-am install-ps \
    934 	install-ps-am install-strip installcheck installcheck-am \
    935 	installdirs maintainer-clean maintainer-clean-generic \
    936 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
    937 	ps ps-am tags-am uninstall uninstall-am uninstall-man \
    938 	uninstall-man1
    939 
    940 .PRECIOUS: Makefile
    941 
    942 
    943 @BUILD_DOCS_TRUE@all: $(MANPAGE) $(ASCIIPAGE)
    944 
    945 $(MANPAGE): $(DPAGES) $(SUPPORT) mainpage.idx Makefile.inc $(MANAGEN)
    946 	$(GEN)(rm -f $(MANPAGE) && @PERL@ $(MANAGEN) -d $(srcdir) -I $(INCDIR) mainpage $(DPAGES) > manpage.tmp.$$$$ && mv manpage.tmp.$$$$ $(MANPAGE))
    947 
    948 $(ASCIIPAGE): $(DPAGES) $(SUPPORT) mainpage.idx Makefile.inc $(MANAGEN)
    949 	$(GEN)(rm -f $(ASCIIPAGE) && @PERL@ $(MANAGEN) -d $(srcdir) -I $(INCDIR) ascii $(DPAGES) > asciipage.tmp.$$$$ && mv asciipage.tmp.$$$$ $(ASCIIPAGE))
    950 
    951 listhelp:
    952 	$(MANAGEN) -d $(srcdir) listhelp $(DPAGES) > $(top_builddir)/src/tool_listhelp.c
    953 
    954 listcats:
    955 	@$(MANAGEN) listcats $(DPAGES)
    956 
    957 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    958 # Otherwise a system limit (for SysV at least) may be exceeded.
    959 .NOEXPORT: