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########################################################################### 40VPATH = @srcdir@ 41am__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} 52am__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 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114subdir = docs 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 117 $(top_srcdir)/m4/curl-bearssl.m4 \ 118 $(top_srcdir)/m4/curl-compilers.m4 \ 119 $(top_srcdir)/m4/curl-confopts.m4 \ 120 $(top_srcdir)/m4/curl-functions.m4 \ 121 $(top_srcdir)/m4/curl-gnutls.m4 \ 122 $(top_srcdir)/m4/curl-mbedtls.m4 \ 123 $(top_srcdir)/m4/curl-openssl.m4 \ 124 $(top_srcdir)/m4/curl-override.m4 \ 125 $(top_srcdir)/m4/curl-reentrant.m4 \ 126 $(top_srcdir)/m4/curl-rustls.m4 \ 127 $(top_srcdir)/m4/curl-schannel.m4 \ 128 $(top_srcdir)/m4/curl-sectransp.m4 \ 129 $(top_srcdir)/m4/curl-sysconfig.m4 \ 130 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 131 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 132 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 133 $(top_srcdir)/m4/xc-am-iface.m4 \ 134 $(top_srcdir)/m4/xc-cc-check.m4 \ 135 $(top_srcdir)/m4/xc-lt-iface.m4 \ 136 $(top_srcdir)/m4/xc-translit.m4 \ 137 $(top_srcdir)/m4/xc-val-flgs.m4 \ 138 $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 139 $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 140 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 141 $(top_srcdir)/configure.ac 142am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 143 $(ACLOCAL_M4) 144DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 145mkinstalldirs = $(install_sh) -d 146CONFIG_HEADER = $(top_builddir)/lib/curl_config.h 147CONFIG_CLEAN_FILES = 148CONFIG_CLEAN_VPATH_FILES = 149AM_V_P = $(am__v_P_@AM_V@) 150am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 151am__v_P_0 = false 152am__v_P_1 = : 153AM_V_GEN = $(am__v_GEN_@AM_V@) 154am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 155am__v_GEN_0 = @echo " GEN " $@; 156am__v_GEN_1 = 157AM_V_at = $(am__v_at_@AM_V@) 158am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 159am__v_at_0 = @ 160am__v_at_1 = 161depcomp = 162am__maybe_remake_depfiles = 163SOURCES = 164DIST_SOURCES = 165RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 166 ctags-recursive dvi-recursive html-recursive info-recursive \ 167 install-data-recursive install-dvi-recursive \ 168 install-exec-recursive install-html-recursive \ 169 install-info-recursive install-pdf-recursive \ 170 install-ps-recursive install-recursive installcheck-recursive \ 171 installdirs-recursive pdf-recursive ps-recursive \ 172 tags-recursive uninstall-recursive 173am__can_run_installinfo = \ 174 case $$AM_UPDATE_INFO_DIR in \ 175 n|no|NO) false;; \ 176 *) (install-info --version) >/dev/null 2>&1;; \ 177 esac 178am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 179am__vpath_adj = case $$p in \ 180 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 181 *) f=$$p;; \ 182 esac; 183am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 184am__install_max = 40 185am__nobase_strip_setup = \ 186 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 187am__nobase_strip = \ 188 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 189am__nobase_list = $(am__nobase_strip_setup); \ 190 for p in $$list; do echo "$$p $$p"; done | \ 191 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 192 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 193 if (++n[$$2] == $(am__install_max)) \ 194 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 195 END { for (dir in files) print dir, files[dir] }' 196am__base_list = \ 197 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 198 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 199am__uninstall_files_from_dir = { \ 200 test -z "$$files" \ 201 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 202 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 203 $(am__cd) "$$dir" && rm -f $$files; }; \ 204 } 205man1dir = $(mandir)/man1 206am__installdirs = "$(DESTDIR)$(man1dir)" 207MANS = $(dist_man_MANS) $(man_MANS) 208RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 209 distclean-recursive maintainer-clean-recursive 210am__recursive_targets = \ 211 $(RECURSIVE_TARGETS) \ 212 $(RECURSIVE_CLEAN_TARGETS) \ 213 $(am__extra_recursive_targets) 214AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 215 distdir distdir-am 216am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 217# Read a list of newline-separated strings from the standard input, 218# and print each of them once, without duplicates. Input order is 219# *not* preserved. 220am__uniquify_input = $(AWK) '\ 221 BEGIN { nonempty = 0; } \ 222 { items[$$0] = 1; nonempty = 1; } \ 223 END { if (nonempty) { for (i in items) print i; }; } \ 224' 225# Make sure the list of sources is unique. This is necessary because, 226# e.g., the same source file might be shared among _SOURCES variables 227# for different programs/libraries. 228am__define_uniq_tagged_files = \ 229 list='$(am__tagged_files)'; \ 230 unique=`for i in $$list; do \ 231 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 232 done | $(am__uniquify_input)` 233am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in INSTALL \ 234 README.md THANKS TODO 235DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 236am__relativize = \ 237 dir0=`pwd`; \ 238 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 239 sed_rest='s,^[^/]*/*,,'; \ 240 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 241 sed_butlast='s,/*[^/]*$$,,'; \ 242 while test -n "$$dir1"; do \ 243 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 244 if test "$$first" != "."; then \ 245 if test "$$first" = ".."; then \ 246 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 247 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 248 else \ 249 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 250 if test "$$first2" = "$$first"; then \ 251 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 252 else \ 253 dir2="../$$dir2"; \ 254 fi; \ 255 dir0="$$dir0"/"$$first"; \ 256 fi; \ 257 fi; \ 258 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 259 done; \ 260 reldir="$$dir2" 261ACLOCAL = @ACLOCAL@ 262AMTAR = @AMTAR@ 263AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 264APACHECTL = @APACHECTL@ 265APXS = @APXS@ 266AR = @AR@ 267AR_FLAGS = @AR_FLAGS@ 268AS = @AS@ 269AUTOCONF = @AUTOCONF@ 270AUTOHEADER = @AUTOHEADER@ 271AUTOMAKE = @AUTOMAKE@ 272AWK = @AWK@ 273BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 274CADDY = @CADDY@ 275CC = @CC@ 276CCDEPMODE = @CCDEPMODE@ 277CFLAGS = @CFLAGS@ 278CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 279CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 280CPP = @CPP@ 281CPPFLAGS = @CPPFLAGS@ 282CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ 283CSCOPE = @CSCOPE@ 284CTAGS = @CTAGS@ 285CURLVERSION = @CURLVERSION@ 286CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 287CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 288CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ 289CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ 290CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ 291CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ 292CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ 293CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ 294CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ 295CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ 296CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ 297CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ 298CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ 299CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ 300CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ 301CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ 302CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ 303CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ 304CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ 305CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 306CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ 307CURL_PLIST_VERSION = @CURL_PLIST_VERSION@ 308CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ 309CYGPATH_W = @CYGPATH_W@ 310DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ 311DEFS = @DEFS@ 312DEPDIR = @DEPDIR@ 313DLLTOOL = @DLLTOOL@ 314DSYMUTIL = @DSYMUTIL@ 315DUMPBIN = @DUMPBIN@ 316ECHO_C = @ECHO_C@ 317ECHO_N = @ECHO_N@ 318ECHO_T = @ECHO_T@ 319EGREP = @EGREP@ 320ENABLE_SHARED = @ENABLE_SHARED@ 321ENABLE_STATIC = @ENABLE_STATIC@ 322ETAGS = @ETAGS@ 323EXEEXT = @EXEEXT@ 324FGREP = @FGREP@ 325FILECMD = @FILECMD@ 326FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 327GCOV = @GCOV@ 328GREP = @GREP@ 329HAVE_BROTLI = @HAVE_BROTLI@ 330HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ 331HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ 332HAVE_LIBZ = @HAVE_LIBZ@ 333HAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@ 334HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ 335HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ 336HAVE_ZSTD = @HAVE_ZSTD@ 337HTTPD = @HTTPD@ 338HTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 339IDN_ENABLED = @IDN_ENABLED@ 340INSTALL = @INSTALL@ 341INSTALL_DATA = @INSTALL_DATA@ 342INSTALL_PROGRAM = @INSTALL_PROGRAM@ 343INSTALL_SCRIPT = @INSTALL_SCRIPT@ 344INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 345IPV6_ENABLED = @IPV6_ENABLED@ 346LCOV = @LCOV@ 347LD = @LD@ 348LDFLAGS = @LDFLAGS@ 349LIBCURL_LIBS = @LIBCURL_LIBS@ 350LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ 351LIBOBJS = @LIBOBJS@ 352LIBS = @LIBS@ 353LIBTOOL = @LIBTOOL@ 354LIPO = @LIPO@ 355LN_S = @LN_S@ 356LTLIBOBJS = @LTLIBOBJS@ 357LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 358MAINT = @MAINT@ 359MAKEINFO = @MAKEINFO@ 360MANIFEST_TOOL = @MANIFEST_TOOL@ 361MANOPT = @MANOPT@ 362MKDIR_P = @MKDIR_P@ 363NM = @NM@ 364NMEDIT = @NMEDIT@ 365NROFF = @NROFF@ 366OBJDUMP = @OBJDUMP@ 367OBJEXT = @OBJEXT@ 368OTOOL = @OTOOL@ 369OTOOL64 = @OTOOL64@ 370PACKAGE = @PACKAGE@ 371PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 372PACKAGE_NAME = @PACKAGE_NAME@ 373PACKAGE_STRING = @PACKAGE_STRING@ 374PACKAGE_TARNAME = @PACKAGE_TARNAME@ 375PACKAGE_URL = @PACKAGE_URL@ 376PACKAGE_VERSION = @PACKAGE_VERSION@ 377PATH_SEPARATOR = @PATH_SEPARATOR@ 378PERL = @PERL@ 379PKGADD_NAME = @PKGADD_NAME@ 380PKGADD_PKG = @PKGADD_PKG@ 381PKGADD_VENDOR = @PKGADD_VENDOR@ 382PKGCONFIG = @PKGCONFIG@ 383RANDOM_FILE = @RANDOM_FILE@ 384RANLIB = @RANLIB@ 385RC = @RC@ 386REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ 387SED = @SED@ 388SET_MAKE = @SET_MAKE@ 389SHELL = @SHELL@ 390SSL_BACKENDS = @SSL_BACKENDS@ 391SSL_ENABLED = @SSL_ENABLED@ 392SSL_LIBS = @SSL_LIBS@ 393STRIP = @STRIP@ 394SUPPORT_FEATURES = @SUPPORT_FEATURES@ 395SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 396TEST_NGHTTPX = @TEST_NGHTTPX@ 397USE_ARES = @USE_ARES@ 398USE_BEARSSL = @USE_BEARSSL@ 399USE_GNUTLS = @USE_GNUTLS@ 400USE_HYPER = @USE_HYPER@ 401USE_LIBRTMP = @USE_LIBRTMP@ 402USE_LIBSSH = @USE_LIBSSH@ 403USE_LIBSSH2 = @USE_LIBSSH2@ 404USE_MBEDTLS = @USE_MBEDTLS@ 405USE_MSH3 = @USE_MSH3@ 406USE_NGHTTP2 = @USE_NGHTTP2@ 407USE_NGHTTP3 = @USE_NGHTTP3@ 408USE_NGTCP2 = @USE_NGTCP2@ 409USE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@ 410USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ 411USE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@ 412USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ 413USE_NGTCP2_H3 = @USE_NGTCP2_H3@ 414USE_OPENLDAP = @USE_OPENLDAP@ 415USE_OPENSSL_H3 = @USE_OPENSSL_H3@ 416USE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@ 417USE_QUICHE = @USE_QUICHE@ 418USE_RUSTLS = @USE_RUSTLS@ 419USE_SCHANNEL = @USE_SCHANNEL@ 420USE_SECTRANSP = @USE_SECTRANSP@ 421USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ 422USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ 423USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ 424USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ 425USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ 426USE_WOLFSSH = @USE_WOLFSSH@ 427USE_WOLFSSL = @USE_WOLFSSL@ 428VERSION = @VERSION@ 429VERSIONNUM = @VERSIONNUM@ 430ZLIB_LIBS = @ZLIB_LIBS@ 431ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 432abs_builddir = @abs_builddir@ 433abs_srcdir = @abs_srcdir@ 434abs_top_builddir = @abs_top_builddir@ 435abs_top_srcdir = @abs_top_srcdir@ 436ac_ct_AR = @ac_ct_AR@ 437ac_ct_CC = @ac_ct_CC@ 438ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 439am__include = @am__include@ 440am__leading_dot = @am__leading_dot@ 441am__quote = @am__quote@ 442am__tar = @am__tar@ 443am__untar = @am__untar@ 444bindir = @bindir@ 445build = @build@ 446build_alias = @build_alias@ 447build_cpu = @build_cpu@ 448build_os = @build_os@ 449build_vendor = @build_vendor@ 450builddir = @builddir@ 451datadir = @datadir@ 452datarootdir = @datarootdir@ 453docdir = @docdir@ 454dvidir = @dvidir@ 455exec_prefix = @exec_prefix@ 456host = @host@ 457host_alias = @host_alias@ 458host_cpu = @host_cpu@ 459host_os = @host_os@ 460host_vendor = @host_vendor@ 461htmldir = @htmldir@ 462includedir = @includedir@ 463infodir = @infodir@ 464install_sh = @install_sh@ 465libdir = @libdir@ 466libexecdir = @libexecdir@ 467libext = @libext@ 468localedir = @localedir@ 469localstatedir = @localstatedir@ 470mandir = @mandir@ 471mkdir_p = @mkdir_p@ 472oldincludedir = @oldincludedir@ 473pdfdir = @pdfdir@ 474prefix = @prefix@ 475program_transform_name = @program_transform_name@ 476psdir = @psdir@ 477runstatedir = @runstatedir@ 478sbindir = @sbindir@ 479sharedstatedir = @sharedstatedir@ 480srcdir = @srcdir@ 481sysconfdir = @sysconfdir@ 482target_alias = @target_alias@ 483top_build_prefix = @top_build_prefix@ 484top_builddir = @top_builddir@ 485top_srcdir = @top_srcdir@ 486AUTOMAKE_OPTIONS = foreign no-dependencies 487 488# EXTRA_DIST breaks with $(abs_builddir) so build it using this variable 489# but distribute it (using the relative file name) in the next variable 490man_MANS = $(abs_builddir)/curl.1 mk-ca-bundle.1 491noinst_man_MANS = curl.1 mk-ca-bundle.1 492dist_man_MANS = curl-config.1 493CURLPAGES = curl-config.md mk-ca-bundle.md 494 495# Build targets in this file (.) before cmdline-opts to ensure that 496# the curl.1 rule below runs first 497SUBDIRS = . cmdline-opts libcurl 498DIST_SUBDIRS = $(SUBDIRS) examples 499CLEANFILES = $(man_MANS) curl.1 curl-config.1 mk-ca-bundle.1 500nodist_MANS = $(CLEANFILES) 501EXTRA_DIST = \ 502 $(CURLPAGES) \ 503 ALTSVC.md \ 504 BINDINGS.md \ 505 BUFREF.md \ 506 BUG-BOUNTY.md \ 507 BUGS.md \ 508 CHECKSRC.md \ 509 CIPHERS.md \ 510 CMakeLists.txt \ 511 CODE_OF_CONDUCT.md \ 512 CODE_REVIEW.md \ 513 CODE_STYLE.md \ 514 CLIENT-WRITERS.md \ 515 CONNECTION-FILTERS.md \ 516 CONTRIBUTE.md \ 517 CURL-DISABLE.md \ 518 CURLDOWN.md \ 519 DEPRECATE.md \ 520 DYNBUF.md \ 521 EARLY-RELEASE.md \ 522 EXPERIMENTAL.md \ 523 FAQ \ 524 FEATURES.md \ 525 GOVERNANCE.md \ 526 HELP-US.md \ 527 HISTORY.md \ 528 HSTS.md \ 529 HTTP-COOKIES.md \ 530 HTTP2.md \ 531 HTTP3.md \ 532 HYPER.md \ 533 INSTALL \ 534 INSTALL-CMAKE.md \ 535 INSTALL.md \ 536 INTERNALS.md \ 537 KNOWN_BUGS \ 538 MAIL-ETIQUETTE \ 539 MQTT.md \ 540 NEW-PROTOCOL.md \ 541 options-in-versions \ 542 PARALLEL-TRANSFERS.md \ 543 README.md \ 544 RELEASE-PROCEDURE.md \ 545 RUSTLS.md \ 546 ROADMAP.md \ 547 SECURITY-ADVISORY.md \ 548 SSL-PROBLEMS.md \ 549 SSLCERTS.md \ 550 THANKS \ 551 TODO \ 552 TheArtOfHttpScripting.md \ 553 URL-SYNTAX.md \ 554 VERSIONS.md \ 555 VULN-DISCLOSURE-POLICY.md \ 556 WEBSOCKET.md 557 558CD2NROFF = $(top_srcdir)/scripts/cd2nroff $< >$@ 559CD2 = $(CD2_$(V)) 560CD2_0 = @echo " RENDER " $@; 561CD2_1 = 562CD2_ = $(CD2_0) 563SUFFIXES = .1 .md 564all: all-recursive 565 566.SUFFIXES: 567.SUFFIXES: .1 .md 568$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 569 @for dep in $?; do \ 570 case '$(am__configure_deps)' in \ 571 *$$dep*) \ 572 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 573 && { if test -f $@; then exit 0; else break; fi; }; \ 574 exit 1;; \ 575 esac; \ 576 done; \ 577 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \ 578 $(am__cd) $(top_srcdir) && \ 579 $(AUTOMAKE) --foreign docs/Makefile 580Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 581 @case '$?' in \ 582 *config.status*) \ 583 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 584 *) \ 585 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 586 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 587 esac; 588 589$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 590 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 591 592$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 593 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 594$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 595 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 596$(am__aclocal_m4_deps): 597 598mostlyclean-libtool: 599 -rm -f *.lo 600 601clean-libtool: 602 -rm -rf .libs _libs 603install-man1: $(dist_man_MANS) $(man_MANS) 604 @$(NORMAL_INSTALL) 605 @list1=''; \ 606 list2='$(dist_man_MANS) $(man_MANS)'; \ 607 test -n "$(man1dir)" \ 608 && test -n "`echo $$list1$$list2`" \ 609 || exit 0; \ 610 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 611 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 612 { for i in $$list1; do echo "$$i"; done; \ 613 if test -n "$$list2"; then \ 614 for i in $$list2; do echo "$$i"; done \ 615 | sed -n '/\.1[a-z]*$$/p'; \ 616 fi; \ 617 } | while read p; do \ 618 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 619 echo "$$d$$p"; echo "$$p"; \ 620 done | \ 621 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 622 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 623 sed 'N;N;s,\n, ,g' | { \ 624 list=; while read file base inst; do \ 625 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 626 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 627 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 628 fi; \ 629 done; \ 630 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 631 while read files; do \ 632 test -z "$$files" || { \ 633 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 634 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 635 done; } 636 637uninstall-man1: 638 @$(NORMAL_UNINSTALL) 639 @list=''; test -n "$(man1dir)" || exit 0; \ 640 files=`{ for i in $$list; do echo "$$i"; done; \ 641 l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 642 sed -n '/\.1[a-z]*$$/p'; \ 643 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 644 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 645 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 646 647# This directory's subdirectories are mostly independent; you can cd 648# into them and run 'make' without going through this Makefile. 649# To change the values of 'make' variables: instead of editing Makefiles, 650# (1) if the variable is set in 'config.status', edit 'config.status' 651# (which will cause the Makefiles to be regenerated when you run 'make'); 652# (2) otherwise, pass the desired values on the 'make' command line. 653$(am__recursive_targets): 654 @fail=; \ 655 if $(am__make_keepgoing); then \ 656 failcom='fail=yes'; \ 657 else \ 658 failcom='exit 1'; \ 659 fi; \ 660 dot_seen=no; \ 661 target=`echo $@ | sed s/-recursive//`; \ 662 case "$@" in \ 663 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 664 *) list='$(SUBDIRS)' ;; \ 665 esac; \ 666 for subdir in $$list; do \ 667 echo "Making $$target in $$subdir"; \ 668 if test "$$subdir" = "."; then \ 669 dot_seen=yes; \ 670 local_target="$$target-am"; \ 671 else \ 672 local_target="$$target"; \ 673 fi; \ 674 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 675 || eval $$failcom; \ 676 done; \ 677 if test "$$dot_seen" = "no"; then \ 678 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 679 fi; test -z "$$fail" 680 681ID: $(am__tagged_files) 682 $(am__define_uniq_tagged_files); mkid -fID $$unique 683tags: tags-recursive 684TAGS: tags 685 686tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 687 set x; \ 688 here=`pwd`; \ 689 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 690 include_option=--etags-include; \ 691 empty_fix=.; \ 692 else \ 693 include_option=--include; \ 694 empty_fix=; \ 695 fi; \ 696 list='$(SUBDIRS)'; for subdir in $$list; do \ 697 if test "$$subdir" = .; then :; else \ 698 test ! -f $$subdir/TAGS || \ 699 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 700 fi; \ 701 done; \ 702 $(am__define_uniq_tagged_files); \ 703 shift; \ 704 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 705 test -n "$$unique" || unique=$$empty_fix; \ 706 if test $$# -gt 0; then \ 707 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 708 "$$@" $$unique; \ 709 else \ 710 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 711 $$unique; \ 712 fi; \ 713 fi 714ctags: ctags-recursive 715 716CTAGS: ctags 717ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 718 $(am__define_uniq_tagged_files); \ 719 test -z "$(CTAGS_ARGS)$$unique" \ 720 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 721 $$unique 722 723GTAGS: 724 here=`$(am__cd) $(top_builddir) && pwd` \ 725 && $(am__cd) $(top_srcdir) \ 726 && gtags -i $(GTAGS_ARGS) "$$here" 727cscopelist: cscopelist-recursive 728 729cscopelist-am: $(am__tagged_files) 730 list='$(am__tagged_files)'; \ 731 case "$(srcdir)" in \ 732 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 733 *) sdir=$(subdir)/$(srcdir) ;; \ 734 esac; \ 735 for i in $$list; do \ 736 if test -f "$$i"; then \ 737 echo "$(subdir)/$$i"; \ 738 else \ 739 echo "$$sdir/$$i"; \ 740 fi; \ 741 done >> $(top_builddir)/cscope.files 742 743distclean-tags: 744 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 745distdir: $(BUILT_SOURCES) 746 $(MAKE) $(AM_MAKEFLAGS) distdir-am 747 748distdir-am: $(DISTFILES) 749 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 750 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 751 list='$(DISTFILES)'; \ 752 dist_files=`for file in $$list; do echo $$file; done | \ 753 sed -e "s|^$$srcdirstrip/||;t" \ 754 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 755 case $$dist_files in \ 756 */*) $(MKDIR_P) `echo "$$dist_files" | \ 757 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 758 sort -u` ;; \ 759 esac; \ 760 for file in $$dist_files; do \ 761 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 762 if test -d $$d/$$file; then \ 763 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 764 if test -d "$(distdir)/$$file"; then \ 765 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 766 fi; \ 767 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 768 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 769 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 770 fi; \ 771 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 772 else \ 773 test -f "$(distdir)/$$file" \ 774 || cp -p $$d/$$file "$(distdir)/$$file" \ 775 || exit 1; \ 776 fi; \ 777 done 778 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 779 if test "$$subdir" = .; then :; else \ 780 $(am__make_dryrun) \ 781 || test -d "$(distdir)/$$subdir" \ 782 || $(MKDIR_P) "$(distdir)/$$subdir" \ 783 || exit 1; \ 784 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 785 $(am__relativize); \ 786 new_distdir=$$reldir; \ 787 dir1=$$subdir; dir2="$(top_distdir)"; \ 788 $(am__relativize); \ 789 new_top_distdir=$$reldir; \ 790 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 791 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 792 ($(am__cd) $$subdir && \ 793 $(MAKE) $(AM_MAKEFLAGS) \ 794 top_distdir="$$new_top_distdir" \ 795 distdir="$$new_distdir" \ 796 am__remove_distdir=: \ 797 am__skip_length_check=: \ 798 am__skip_mode_fix=: \ 799 distdir) \ 800 || exit 1; \ 801 fi; \ 802 done 803check-am: all-am 804check: check-recursive 805all-am: Makefile $(MANS) 806installdirs: installdirs-recursive 807installdirs-am: 808 for dir in "$(DESTDIR)$(man1dir)"; do \ 809 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 810 done 811install: install-recursive 812install-exec: install-exec-recursive 813install-data: install-data-recursive 814uninstall: uninstall-recursive 815 816install-am: all-am 817 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 818 819installcheck: installcheck-recursive 820install-strip: 821 if test -z '$(STRIP)'; then \ 822 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 823 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 824 install; \ 825 else \ 826 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 827 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 828 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 829 fi 830mostlyclean-generic: 831 832clean-generic: 833 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 834 835distclean-generic: 836 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 837 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 838 839maintainer-clean-generic: 840 @echo "This command is intended for maintainers to use" 841 @echo "it deletes files that may require special tools to rebuild." 842clean: clean-recursive 843 844clean-am: clean-generic clean-libtool mostlyclean-am 845 846distclean-am: clean-am distclean-generic distclean-tags 847 848dvi: dvi-recursive 849 850dvi-am: 851 852html: html-recursive 853 854html-am: 855 856info: info-recursive 857 858info-am: 859 860install-data-am: install-man 861 862install-dvi: install-dvi-recursive 863 864install-dvi-am: 865 866install-exec-am: 867 868install-html: install-html-recursive 869 870install-html-am: 871 872install-info: install-info-recursive 873 874install-info-am: 875 876install-man: install-man1 877 878install-pdf: install-pdf-recursive 879 880install-pdf-am: 881 882install-ps: install-ps-recursive 883 884install-ps-am: 885 886installcheck-am: 887 888maintainer-clean: maintainer-clean-recursive 889 -rm -f Makefile 890maintainer-clean-am: distclean-am maintainer-clean-generic 891 892mostlyclean: mostlyclean-recursive 893 894mostlyclean-am: mostlyclean-generic mostlyclean-libtool 895 896pdf: pdf-recursive 897 898pdf-am: 899 900ps: ps-recursive 901 902ps-am: 903 904uninstall-am: uninstall-man 905 906uninstall-man: uninstall-man1 907 908.MAKE: $(am__recursive_targets) install-am install-strip 909 910.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 911 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 912 ctags-am distclean distclean-generic distclean-libtool \ 913 distclean-tags distdir dvi dvi-am html html-am info info-am \ 914 install install-am install-data install-data-am install-dvi \ 915 install-dvi-am install-exec install-exec-am install-html \ 916 install-html-am install-info install-info-am install-man \ 917 install-man1 install-pdf install-pdf-am install-ps \ 918 install-ps-am install-strip installcheck installcheck-am \ 919 installdirs installdirs-am maintainer-clean \ 920 maintainer-clean-generic mostlyclean mostlyclean-generic \ 921 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 922 uninstall-am uninstall-man uninstall-man1 923 924.PRECIOUS: Makefile 925 926 927# $(abs_builddir) is to disable VPATH when searching for this file, which 928# would otherwise find the copy in $(srcdir) which breaks the $(HUGE) 929# rule in src/Makefile.am in out-of-tree builds that references the file in the 930# build directory. 931# 932# First, seed the used copy of curl.1 with the prebuilt copy (in an out-of-tree 933# build), then run make recursively to rebuild it only if its dependencies 934# have changed. 935$(abs_builddir)/curl.1: 936 if test "$(top_builddir)x" != "$(top_srcdir)x" -a -e "$(srcdir)/curl.1"; then \ 937 $(INSTALL_DATA) "$(srcdir)/curl.1" $@ \ 938 && touch -r "$(srcdir)/curl.1" $@; fi 939 cd cmdline-opts && $(MAKE) 940 941.md.1: 942 $(CD2)$(CD2NROFF) 943 944curl-config.1: curl-config.md 945 946distclean: 947 rm -f $(CLEANFILES) 948 949# Tell versions [3.59,3.63) of GNU make to not export all variables. 950# Otherwise a system limit (for SysV at least) may be exceeded. 951.NOEXPORT: 952