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