quickjs-tart

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

Makefile (30066B)


      1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2 # docs/Makefile.  Generated from Makefile.in by configure.
      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 
     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 am__is_gnu_make = { \
     42   if test -z '$(MAKELEVEL)'; then \
     43     false; \
     44   elif test -n '$(MAKE_HOST)'; then \
     45     true; \
     46   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     47     true; \
     48   else \
     49     false; \
     50   fi; \
     51 }
     52 am__make_running_with_option = \
     53   case $${target_option-} in \
     54       ?) ;; \
     55       *) echo "am__make_running_with_option: internal error: invalid" \
     56               "target option '$${target_option-}' specified" >&2; \
     57          exit 1;; \
     58   esac; \
     59   has_opt=no; \
     60   sane_makeflags=$$MAKEFLAGS; \
     61   if $(am__is_gnu_make); then \
     62     sane_makeflags=$$MFLAGS; \
     63   else \
     64     case $$MAKEFLAGS in \
     65       *\\[\ \	]*) \
     66         bs=\\; \
     67         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     68           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     69     esac; \
     70   fi; \
     71   skip_next=no; \
     72   strip_trailopt () \
     73   { \
     74     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     75   }; \
     76   for flg in $$sane_makeflags; do \
     77     test $$skip_next = yes && { skip_next=no; continue; }; \
     78     case $$flg in \
     79       *=*|--*) continue;; \
     80         -*I) strip_trailopt 'I'; skip_next=yes;; \
     81       -*I?*) strip_trailopt 'I';; \
     82         -*O) strip_trailopt 'O'; skip_next=yes;; \
     83       -*O?*) strip_trailopt 'O';; \
     84         -*l) strip_trailopt 'l'; skip_next=yes;; \
     85       -*l?*) strip_trailopt 'l';; \
     86       -[dEDm]) skip_next=yes;; \
     87       -[JT]) skip_next=yes;; \
     88     esac; \
     89     case $$flg in \
     90       *$$target_option*) has_opt=yes; break;; \
     91     esac; \
     92   done; \
     93   test $$has_opt = yes
     94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     96 pkgdatadir = $(datadir)/curl
     97 pkgincludedir = $(includedir)/curl
     98 pkglibdir = $(libdir)/curl
     99 pkglibexecdir = $(libexecdir)/curl
    100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    101 install_sh_DATA = $(install_sh) -c -m 644
    102 install_sh_PROGRAM = $(install_sh) -c
    103 install_sh_SCRIPT = $(install_sh) -c
    104 INSTALL_HEADER = $(INSTALL_DATA)
    105 transform = $(program_transform_name)
    106 NORMAL_INSTALL = :
    107 PRE_INSTALL = :
    108 POST_INSTALL = :
    109 NORMAL_UNINSTALL = :
    110 PRE_UNINSTALL = :
    111 POST_UNINSTALL = :
    112 build_triplet = x86_64-pc-linux-gnu
    113 host_triplet = x86_64-pc-linux-gnu
    114 subdir = docs
    115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    116 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
    117 	$(top_srcdir)/m4/curl-compilers.m4 \
    118 	$(top_srcdir)/m4/curl-confopts.m4 \
    119 	$(top_srcdir)/m4/curl-functions.m4 \
    120 	$(top_srcdir)/m4/curl-gnutls.m4 \
    121 	$(top_srcdir)/m4/curl-mbedtls.m4 \
    122 	$(top_srcdir)/m4/curl-openssl.m4 \
    123 	$(top_srcdir)/m4/curl-override.m4 \
    124 	$(top_srcdir)/m4/curl-reentrant.m4 \
    125 	$(top_srcdir)/m4/curl-rustls.m4 \
    126 	$(top_srcdir)/m4/curl-schannel.m4 \
    127 	$(top_srcdir)/m4/curl-sysconfig.m4 \
    128 	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
    129 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    130 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    131 	$(top_srcdir)/m4/xc-am-iface.m4 \
    132 	$(top_srcdir)/m4/xc-cc-check.m4 \
    133 	$(top_srcdir)/m4/xc-lt-iface.m4 \
    134 	$(top_srcdir)/m4/xc-val-flgs.m4 \
    135 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
    136 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
    137 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
    138 	$(top_srcdir)/configure.ac
    139 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    140 	$(ACLOCAL_M4)
    141 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    142 mkinstalldirs = $(install_sh) -d
    143 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
    144 CONFIG_CLEAN_FILES =
    145 CONFIG_CLEAN_VPATH_FILES =
    146 AM_V_P = $(am__v_P_$(V))
    147 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
    148 am__v_P_0 = false
    149 am__v_P_1 = :
    150 AM_V_GEN = $(am__v_GEN_$(V))
    151 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    152 am__v_GEN_0 = @echo "  GEN     " $@;
    153 am__v_GEN_1 = 
    154 AM_V_at = $(am__v_at_$(V))
    155 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    156 am__v_at_0 = @
    157 am__v_at_1 = 
    158 depcomp =
    159 am__maybe_remake_depfiles =
    160 SOURCES =
    161 DIST_SOURCES =
    162 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    163 	ctags-recursive dvi-recursive html-recursive info-recursive \
    164 	install-data-recursive install-dvi-recursive \
    165 	install-exec-recursive install-html-recursive \
    166 	install-info-recursive install-pdf-recursive \
    167 	install-ps-recursive install-recursive installcheck-recursive \
    168 	installdirs-recursive pdf-recursive ps-recursive \
    169 	tags-recursive uninstall-recursive
    170 am__can_run_installinfo = \
    171   case $$AM_UPDATE_INFO_DIR in \
    172     n|no|NO) false;; \
    173     *) (install-info --version) >/dev/null 2>&1;; \
    174   esac
    175 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    176 am__vpath_adj = case $$p in \
    177     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    178     *) f=$$p;; \
    179   esac;
    180 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    181 am__install_max = 40
    182 am__nobase_strip_setup = \
    183   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    184 am__nobase_strip = \
    185   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    186 am__nobase_list = $(am__nobase_strip_setup); \
    187   for p in $$list; do echo "$$p $$p"; done | \
    188   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    189   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    190     if (++n[$$2] == $(am__install_max)) \
    191       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    192     END { for (dir in files) print dir, files[dir] }'
    193 am__base_list = \
    194   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    195   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    196 am__uninstall_files_from_dir = { \
    197   test -z "$$files" \
    198     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    199     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    200          $(am__cd) "$$dir" && rm -f $$files; }; \
    201   }
    202 man1dir = $(mandir)/man1
    203 am__installdirs = "$(DESTDIR)$(man1dir)"
    204 NROFF = nroff
    205 MANS = $(man_MANS)
    206 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    207   distclean-recursive maintainer-clean-recursive
    208 am__recursive_targets = \
    209   $(RECURSIVE_TARGETS) \
    210   $(RECURSIVE_CLEAN_TARGETS) \
    211   $(am__extra_recursive_targets)
    212 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    213 	distdir distdir-am
    214 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    215 # Read a list of newline-separated strings from the standard input,
    216 # and print each of them once, without duplicates.  Input order is
    217 # *not* preserved.
    218 am__uniquify_input = $(AWK) '\
    219   BEGIN { nonempty = 0; } \
    220   { items[$$0] = 1; nonempty = 1; } \
    221   END { if (nonempty) { for (i in items) print i; }; } \
    222 '
    223 # Make sure the list of sources is unique.  This is necessary because,
    224 # e.g., the same source file might be shared among _SOURCES variables
    225 # for different programs/libraries.
    226 am__define_uniq_tagged_files = \
    227   list='$(am__tagged_files)'; \
    228   unique=`for i in $$list; do \
    229     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    230   done | $(am__uniquify_input)`
    231 am__DIST_COMMON = $(srcdir)/Makefile.in INSTALL README.md THANKS TODO
    232 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    233 am__relativize = \
    234   dir0=`pwd`; \
    235   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    236   sed_rest='s,^[^/]*/*,,'; \
    237   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    238   sed_butlast='s,/*[^/]*$$,,'; \
    239   while test -n "$$dir1"; do \
    240     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    241     if test "$$first" != "."; then \
    242       if test "$$first" = ".."; then \
    243         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    244         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    245       else \
    246         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    247         if test "$$first2" = "$$first"; then \
    248           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    249         else \
    250           dir2="../$$dir2"; \
    251         fi; \
    252         dir0="$$dir0"/"$$first"; \
    253       fi; \
    254     fi; \
    255     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    256   done; \
    257   reldir="$$dir2"
    258 ACLOCAL = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16
    259 AMTAR = $${TAR-tar}
    260 AM_DEFAULT_VERBOSITY = 0
    261 APXS = 
    262 AR = /usr/bin/ar
    263 AR_FLAGS = cr
    264 AS = as
    265 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf
    266 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader
    267 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16
    268 AWK = gawk
    269 BLANK_AT_MAKETIME = 
    270 CADDY = 
    271 CC = gcc
    272 CCDEPMODE = depmode=gcc3
    273 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers
    274 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
    275 CONFIGURE_OPTIONS = " '--with-mbedtls'"
    276 CPP = gcc -E
    277 CPPFLAGS = -D_GNU_SOURCE -isystem /include
    278 CSCOPE = cscope
    279 CTAGS = ctags
    280 CURLVERSION = 8.15.0
    281 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt
    282 CURL_CA_EMBED = 
    283 CURL_CFLAG_EXTRAS = 
    284 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include
    285 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 
    286 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4
    287 CURL_NETWORK_AND_TIME_LIBS = 
    288 CYGPATH_W = echo
    289 DEFS = -DHAVE_CONFIG_H
    290 DEPDIR = .deps
    291 DLLTOOL = false
    292 DSYMUTIL = 
    293 DUMPBIN = 
    294 ECHO_C = 
    295 ECHO_N = -n
    296 ECHO_T = 
    297 EGREP = /usr/bin/grep -E
    298 ENABLE_SHARED = yes
    299 ENABLE_STATIC = yes
    300 ETAGS = etags
    301 EXEEXT = 
    302 FGREP = /usr/bin/grep -F
    303 FILECMD = file
    304 FISH_FUNCTIONS_DIR = 
    305 GCOV = 
    306 GREP = /usr/bin/grep
    307 HAVE_LIBZ = 1
    308 HTTPD = 
    309 HTTPD_NGHTTPX = 
    310 INSTALL = /usr/bin/install -c
    311 INSTALL_DATA = ${INSTALL} -m 644
    312 INSTALL_PROGRAM = ${INSTALL}
    313 INSTALL_SCRIPT = ${INSTALL}
    314 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    315 LCOV = 
    316 LD = /usr/bin/ld -m elf_x86_64
    317 LDFLAGS = -L/lib
    318 LIBCURL_PC_CFLAGS = 
    319 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB
    320 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib
    321 LIBCURL_PC_LIBS = 
    322 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    323 LIBCURL_PC_REQUIRES = 
    324 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2
    325 LIBOBJS = 
    326 LIBS = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    327 LIBTOOL = $(SHELL) $(top_builddir)/libtool
    328 LIPO = 
    329 LN_S = ln -s
    330 LTLIBOBJS = 
    331 LT_SYS_LIBRARY_PATH = 
    332 MAINT = #
    333 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo
    334 MANIFEST_TOOL = :
    335 MKDIR_P = /usr/bin/mkdir -p
    336 NM = /usr/bin/nm -B
    337 NMEDIT = 
    338 OBJDUMP = objdump
    339 OBJEXT = o
    340 OTOOL = 
    341 OTOOL64 = 
    342 PACKAGE = curl
    343 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/
    344 PACKAGE_NAME = curl
    345 PACKAGE_STRING = curl -
    346 PACKAGE_TARNAME = curl
    347 PACKAGE_URL = 
    348 PACKAGE_VERSION = -
    349 PATH_SEPARATOR = :
    350 PERL = /usr/bin/perl
    351 PKGCONFIG = /usr/bin/pkg-config
    352 RANLIB = ranlib
    353 RC = 
    354 SED = /usr/bin/sed
    355 SET_MAKE = 
    356 SHELL = /bin/sh
    357 SSL_BACKENDS = mbedTLS
    358 STRIP = strip
    359 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd
    360 SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS
    361 TEST_NGHTTPX = nghttpx
    362 VERSION = -
    363 VERSIONNUM = 080f00
    364 VSFTPD = 
    365 ZLIB_LIBS = -lz
    366 ZSH_FUNCTIONS_DIR = 
    367 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/docs
    368 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/docs
    369 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    370 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    371 ac_ct_AR = 
    372 ac_ct_CC = gcc
    373 ac_ct_DUMPBIN = 
    374 am__include = include
    375 am__leading_dot = .
    376 am__quote = 
    377 am__tar = $${TAR-tar} chof - "$$tardir"
    378 am__untar = $${TAR-tar} xf -
    379 bindir = ${exec_prefix}/bin
    380 build = x86_64-pc-linux-gnu
    381 build_alias = 
    382 build_cpu = x86_64
    383 build_os = linux-gnu
    384 build_vendor = pc
    385 builddir = .
    386 datadir = ${datarootdir}
    387 datarootdir = ${prefix}/share
    388 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    389 dvidir = ${docdir}
    390 exec_prefix = ${prefix}
    391 host = x86_64-pc-linux-gnu
    392 host_alias = 
    393 host_cpu = x86_64
    394 host_os = linux-gnu
    395 host_vendor = pc
    396 htmldir = ${docdir}
    397 includedir = ${prefix}/include
    398 infodir = ${datarootdir}/info
    399 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh
    400 libdir = ${exec_prefix}/lib
    401 libexecdir = ${exec_prefix}/libexec
    402 libext = a
    403 localedir = ${datarootdir}/locale
    404 localstatedir = ${prefix}/var
    405 mandir = ${datarootdir}/man
    406 mkdir_p = $(MKDIR_P)
    407 oldincludedir = /usr/include
    408 pdfdir = ${docdir}
    409 prefix = /usr/local
    410 program_transform_name = s,x,x,
    411 psdir = ${docdir}
    412 runstatedir = ${localstatedir}/run
    413 sbindir = ${exec_prefix}/sbin
    414 sharedstatedir = ${prefix}/com
    415 srcdir = .
    416 sysconfdir = ${prefix}/etc
    417 target_alias = 
    418 top_build_prefix = ../
    419 top_builddir = ..
    420 top_srcdir = ..
    421 AUTOMAKE_OPTIONS = foreign no-dependencies
    422 
    423 # if we disable man page building, ignore these
    424 MK_CA_DOCS = mk-ca-bundle.1
    425 CURLCONF_DOCS = curl-config.1
    426 TEST_DOCS = runtests.1 testcurl.1
    427 man_MANS = curl-config.1 wcurl.1
    428 CURLPAGES = curl-config.md mk-ca-bundle.md wcurl.md runtests.md testcurl.md
    429 SUBDIRS = . cmdline-opts libcurl
    430 DIST_SUBDIRS = $(SUBDIRS) examples
    431 CLEANFILES = $(MK_CA_DOCS) $(man_MANS) $(TEST_DOCS)
    432 TESTDOCS = \
    433  tests/CI.md                                    \
    434  tests/FILEFORMAT.md                            \
    435  tests/HTTP.md                                  \
    436  tests/TEST-SUITE.md
    437 
    438 INTERNALDOCS = \
    439  internals/BUFQ.md                              \
    440  internals/BUFREF.md                            \
    441  internals/CHECKSRC.md                          \
    442  internals/CLIENT-READERS.md                    \
    443  internals/CLIENT-WRITERS.md                    \
    444  internals/CODE_STYLE.md                        \
    445  internals/CONNECTION-FILTERS.md                \
    446  internals/CURLX.md                             \
    447  internals/DYNBUF.md                            \
    448  internals/HASH.md                              \
    449  internals/LLIST.md                             \
    450  internals/MID.md                               \
    451  internals/MQTT.md                              \
    452  internals/MULTI-EV.md                          \
    453  internals/NEW-PROTOCOL.md                      \
    454  internals/PORTING.md                           \
    455  internals/README.md                            \
    456  internals/SCORECARD.md                         \
    457  internals/SPLAY.md                             \
    458  internals/STRPARSE.md                          \
    459  internals/TLS-SESSIONS.md                      \
    460  internals/UINT_SETS.md                         \
    461  internals/WEBSOCKET.md
    462 
    463 EXTRA_DIST = \
    464  $(CURLPAGES)                                   \
    465  $(INTERNALDOCS)                                \
    466  $(TESTDOCS)                                    \
    467  ALTSVC.md                                      \
    468  BINDINGS.md                                    \
    469  BUG-BOUNTY.md                                  \
    470  BUGS.md                                        \
    471  CIPHERS.md                                     \
    472  CIPHERS-TLS12.md                               \
    473  CMakeLists.txt                                 \
    474  CODE_OF_CONDUCT.md                             \
    475  CODE_REVIEW.md                                 \
    476  CONTRIBUTE.md                                  \
    477  CURL-DISABLE.md                                \
    478  CURLDOWN.md                                    \
    479  DEPRECATE.md                                   \
    480  DISTROS.md                                     \
    481  EARLY-RELEASE.md                               \
    482  ECH.md                                         \
    483  EXPERIMENTAL.md                                \
    484  FAQ                                            \
    485  FEATURES.md                                    \
    486  GOVERNANCE.md                                  \
    487  HELP-US.md                                     \
    488  HISTORY.md                                     \
    489  HSTS.md                                        \
    490  HTTP-COOKIES.md                                \
    491  HTTP3.md                                       \
    492  HTTPSRR.md                                     \
    493  INFRASTRUCTURE.md                              \
    494  INSTALL                                        \
    495  INSTALL-CMAKE.md                               \
    496  INSTALL.md                                     \
    497  INTERNALS.md                                   \
    498  IPFS.md                                        \
    499  KNOWN_BUGS                                     \
    500  MAIL-ETIQUETTE.md                              \
    501  MANUAL.md                                      \
    502  options-in-versions                            \
    503  README.md                                      \
    504  RELEASE-PROCEDURE.md                           \
    505  RUSTLS.md                                      \
    506  ROADMAP.md                                     \
    507  SECURITY-ADVISORY.md                           \
    508  SPONSORS.md                                    \
    509  SSL-PROBLEMS.md                                \
    510  SSLCERTS.md                                    \
    511  THANKS TODO                                    \
    512  TheArtOfHttpScripting.md                       \
    513  URL-SYNTAX.md                                  \
    514  VERSIONS.md                                    \
    515  VULN-DISCLOSURE-POLICY.md
    516 
    517 CD2NROFF = $(top_srcdir)/scripts/cd2nroff $< >$@
    518 CD2 = $(CD2_$(V))
    519 CD2_0 = @echo "  RENDER " $@;
    520 CD2_1 = 
    521 CD2_ = $(CD2_0)
    522 SUFFIXES = .1 .md
    523 all: all-recursive
    524 
    525 .SUFFIXES:
    526 .SUFFIXES: .1 .md
    527 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
    528 	@for dep in $?; do \
    529 	  case '$(am__configure_deps)' in \
    530 	    *$$dep*) \
    531 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    532 	        && { if test -f $@; then exit 0; else break; fi; }; \
    533 	      exit 1;; \
    534 	  esac; \
    535 	done; \
    536 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
    537 	$(am__cd) $(top_srcdir) && \
    538 	  $(AUTOMAKE) --foreign docs/Makefile
    539 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    540 	@case '$?' in \
    541 	  *config.status*) \
    542 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    543 	  *) \
    544 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    545 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    546 	esac;
    547 
    548 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    549 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    550 
    551 $(top_srcdir)/configure: # $(am__configure_deps)
    552 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    553 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
    554 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    555 $(am__aclocal_m4_deps):
    556 
    557 mostlyclean-libtool:
    558 	-rm -f *.lo
    559 
    560 clean-libtool:
    561 	-rm -rf .libs _libs
    562 install-man1: $(man_MANS)
    563 	@$(NORMAL_INSTALL)
    564 	@list1=''; \
    565 	list2='$(man_MANS)'; \
    566 	test -n "$(man1dir)" \
    567 	  && test -n "`echo $$list1$$list2`" \
    568 	  || exit 0; \
    569 	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
    570 	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
    571 	{ for i in $$list1; do echo "$$i"; done;  \
    572 	if test -n "$$list2"; then \
    573 	  for i in $$list2; do echo "$$i"; done \
    574 	    | sed -n '/\.1[a-z]*$$/p'; \
    575 	fi; \
    576 	} | while read p; do \
    577 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    578 	  echo "$$d$$p"; echo "$$p"; \
    579 	done | \
    580 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    581 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    582 	sed 'N;N;s,\n, ,g' | { \
    583 	list=; while read file base inst; do \
    584 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    585 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
    586 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
    587 	  fi; \
    588 	done; \
    589 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    590 	while read files; do \
    591 	  test -z "$$files" || { \
    592 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
    593 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
    594 	done; }
    595 
    596 uninstall-man1:
    597 	@$(NORMAL_UNINSTALL)
    598 	@list=''; test -n "$(man1dir)" || exit 0; \
    599 	files=`{ for i in $$list; do echo "$$i"; done; \
    600 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    601 	  sed -n '/\.1[a-z]*$$/p'; \
    602 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    603 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    604 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
    605 
    606 # This directory's subdirectories are mostly independent; you can cd
    607 # into them and run 'make' without going through this Makefile.
    608 # To change the values of 'make' variables: instead of editing Makefiles,
    609 # (1) if the variable is set in 'config.status', edit 'config.status'
    610 #     (which will cause the Makefiles to be regenerated when you run 'make');
    611 # (2) otherwise, pass the desired values on the 'make' command line.
    612 $(am__recursive_targets):
    613 	@fail=; \
    614 	if $(am__make_keepgoing); then \
    615 	  failcom='fail=yes'; \
    616 	else \
    617 	  failcom='exit 1'; \
    618 	fi; \
    619 	dot_seen=no; \
    620 	target=`echo $@ | sed s/-recursive//`; \
    621 	case "$@" in \
    622 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    623 	  *) list='$(SUBDIRS)' ;; \
    624 	esac; \
    625 	for subdir in $$list; do \
    626 	  echo "Making $$target in $$subdir"; \
    627 	  if test "$$subdir" = "."; then \
    628 	    dot_seen=yes; \
    629 	    local_target="$$target-am"; \
    630 	  else \
    631 	    local_target="$$target"; \
    632 	  fi; \
    633 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    634 	  || eval $$failcom; \
    635 	done; \
    636 	if test "$$dot_seen" = "no"; then \
    637 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    638 	fi; test -z "$$fail"
    639 
    640 ID: $(am__tagged_files)
    641 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    642 tags: tags-recursive
    643 TAGS: tags
    644 
    645 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    646 	set x; \
    647 	here=`pwd`; \
    648 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    649 	  include_option=--etags-include; \
    650 	  empty_fix=.; \
    651 	else \
    652 	  include_option=--include; \
    653 	  empty_fix=; \
    654 	fi; \
    655 	list='$(SUBDIRS)'; for subdir in $$list; do \
    656 	  if test "$$subdir" = .; then :; else \
    657 	    test ! -f $$subdir/TAGS || \
    658 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    659 	  fi; \
    660 	done; \
    661 	$(am__define_uniq_tagged_files); \
    662 	shift; \
    663 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    664 	  test -n "$$unique" || unique=$$empty_fix; \
    665 	  if test $$# -gt 0; then \
    666 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    667 	      "$$@" $$unique; \
    668 	  else \
    669 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    670 	      $$unique; \
    671 	  fi; \
    672 	fi
    673 ctags: ctags-recursive
    674 
    675 CTAGS: ctags
    676 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    677 	$(am__define_uniq_tagged_files); \
    678 	test -z "$(CTAGS_ARGS)$$unique" \
    679 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    680 	     $$unique
    681 
    682 GTAGS:
    683 	here=`$(am__cd) $(top_builddir) && pwd` \
    684 	  && $(am__cd) $(top_srcdir) \
    685 	  && gtags -i $(GTAGS_ARGS) "$$here"
    686 cscopelist: cscopelist-recursive
    687 
    688 cscopelist-am: $(am__tagged_files)
    689 	list='$(am__tagged_files)'; \
    690 	case "$(srcdir)" in \
    691 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    692 	  *) sdir=$(subdir)/$(srcdir) ;; \
    693 	esac; \
    694 	for i in $$list; do \
    695 	  if test -f "$$i"; then \
    696 	    echo "$(subdir)/$$i"; \
    697 	  else \
    698 	    echo "$$sdir/$$i"; \
    699 	  fi; \
    700 	done >> $(top_builddir)/cscope.files
    701 
    702 distclean-tags:
    703 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    704 distdir: $(BUILT_SOURCES)
    705 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    706 
    707 distdir-am: $(DISTFILES)
    708 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    709 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    710 	list='$(DISTFILES)'; \
    711 	  dist_files=`for file in $$list; do echo $$file; done | \
    712 	  sed -e "s|^$$srcdirstrip/||;t" \
    713 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    714 	case $$dist_files in \
    715 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    716 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    717 			   sort -u` ;; \
    718 	esac; \
    719 	for file in $$dist_files; do \
    720 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    721 	  if test -d $$d/$$file; then \
    722 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    723 	    if test -d "$(distdir)/$$file"; then \
    724 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    725 	    fi; \
    726 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    727 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    728 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    729 	    fi; \
    730 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    731 	  else \
    732 	    test -f "$(distdir)/$$file" \
    733 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    734 	    || exit 1; \
    735 	  fi; \
    736 	done
    737 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    738 	  if test "$$subdir" = .; then :; else \
    739 	    $(am__make_dryrun) \
    740 	      || test -d "$(distdir)/$$subdir" \
    741 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    742 	      || exit 1; \
    743 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    744 	    $(am__relativize); \
    745 	    new_distdir=$$reldir; \
    746 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    747 	    $(am__relativize); \
    748 	    new_top_distdir=$$reldir; \
    749 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    750 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    751 	    ($(am__cd) $$subdir && \
    752 	      $(MAKE) $(AM_MAKEFLAGS) \
    753 	        top_distdir="$$new_top_distdir" \
    754 	        distdir="$$new_distdir" \
    755 		am__remove_distdir=: \
    756 		am__skip_length_check=: \
    757 		am__skip_mode_fix=: \
    758 	        distdir) \
    759 	      || exit 1; \
    760 	  fi; \
    761 	done
    762 check-am: all-am
    763 check: check-recursive
    764 all-am: Makefile $(MANS)
    765 installdirs: installdirs-recursive
    766 installdirs-am:
    767 	for dir in "$(DESTDIR)$(man1dir)"; do \
    768 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    769 	done
    770 install: install-recursive
    771 install-exec: install-exec-recursive
    772 install-data: install-data-recursive
    773 uninstall: uninstall-recursive
    774 
    775 install-am: all-am
    776 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    777 
    778 installcheck: installcheck-recursive
    779 install-strip:
    780 	if test -z '$(STRIP)'; then \
    781 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    782 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    783 	      install; \
    784 	else \
    785 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    786 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    787 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    788 	fi
    789 mostlyclean-generic:
    790 
    791 clean-generic:
    792 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    793 
    794 distclean-generic:
    795 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    796 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    797 
    798 maintainer-clean-generic:
    799 	@echo "This command is intended for maintainers to use"
    800 	@echo "it deletes files that may require special tools to rebuild."
    801 clean: clean-recursive
    802 
    803 clean-am: clean-generic clean-libtool mostlyclean-am
    804 
    805 distclean-am: clean-am distclean-generic distclean-tags
    806 
    807 dvi: dvi-recursive
    808 
    809 dvi-am:
    810 
    811 html: html-recursive
    812 
    813 html-am:
    814 
    815 info: info-recursive
    816 
    817 info-am:
    818 
    819 install-data-am: install-man
    820 
    821 install-dvi: install-dvi-recursive
    822 
    823 install-dvi-am:
    824 
    825 install-exec-am:
    826 
    827 install-html: install-html-recursive
    828 
    829 install-html-am:
    830 
    831 install-info: install-info-recursive
    832 
    833 install-info-am:
    834 
    835 install-man: install-man1
    836 
    837 install-pdf: install-pdf-recursive
    838 
    839 install-pdf-am:
    840 
    841 install-ps: install-ps-recursive
    842 
    843 install-ps-am:
    844 
    845 installcheck-am:
    846 
    847 maintainer-clean: maintainer-clean-recursive
    848 	-rm -f Makefile
    849 maintainer-clean-am: distclean-am maintainer-clean-generic
    850 
    851 mostlyclean: mostlyclean-recursive
    852 
    853 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    854 
    855 pdf: pdf-recursive
    856 
    857 pdf-am:
    858 
    859 ps: ps-recursive
    860 
    861 ps-am:
    862 
    863 uninstall-am: uninstall-man
    864 
    865 uninstall-man: uninstall-man1
    866 
    867 .MAKE: $(am__recursive_targets) install-am install-strip
    868 
    869 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
    870 	check-am clean clean-generic clean-libtool cscopelist-am ctags \
    871 	ctags-am distclean distclean-generic distclean-libtool \
    872 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    873 	install install-am install-data install-data-am install-dvi \
    874 	install-dvi-am install-exec install-exec-am install-html \
    875 	install-html-am install-info install-info-am install-man \
    876 	install-man1 install-pdf install-pdf-am install-ps \
    877 	install-ps-am install-strip installcheck installcheck-am \
    878 	installdirs installdirs-am maintainer-clean \
    879 	maintainer-clean-generic mostlyclean mostlyclean-generic \
    880 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    881 	uninstall-am uninstall-man uninstall-man1
    882 
    883 .PRECIOUS: Makefile
    884 
    885 
    886 all: $(MK_CA_DOCS) $(CURLCONF_DOCS) $(TEST_DOCS)
    887 
    888 .md.1:
    889 	$(CD2)$(CD2NROFF)
    890 
    891 curl-config.1: curl-config.md
    892 
    893 mk-ca-bundle.1: mk-ca-bundle.md
    894 
    895 wcurl.1: wcurl.md
    896 
    897 distclean:
    898 	rm -f $(CLEANFILES)
    899 
    900 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    901 # Otherwise a system limit (for SysV at least) may be exceeded.
    902 .NOEXPORT: