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