lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994-2014 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 - 2017, 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 | # Shared between Makefile.am and CMakeLists.txt |
| 40 | VPATH = @srcdir@ |
| 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)/@PACKAGE@ |
| 97 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 98 | pkglibdir = $(libdir)/@PACKAGE@ |
| 99 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 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 = @build@ |
| 113 | host_triplet = @host@ |
| 114 | subdir = docs/cmdline-opts |
| 115 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 116 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.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-openssl.m4 \ |
| 121 | $(top_srcdir)/m4/curl-override.m4 \ |
| 122 | $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \ |
| 123 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| 124 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 125 | $(top_srcdir)/m4/xc-am-iface.m4 \ |
| 126 | $(top_srcdir)/m4/xc-cc-check.m4 \ |
| 127 | $(top_srcdir)/m4/xc-lt-iface.m4 \ |
| 128 | $(top_srcdir)/m4/xc-translit.m4 \ |
| 129 | $(top_srcdir)/m4/xc-val-flgs.m4 \ |
| 130 | $(top_srcdir)/m4/zz40-xc-ovr.m4 \ |
| 131 | $(top_srcdir)/m4/zz50-xc-ovr.m4 \ |
| 132 | $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ |
| 133 | $(top_srcdir)/configure.ac |
| 134 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 135 | $(ACLOCAL_M4) |
| 136 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
| 137 | mkinstalldirs = $(install_sh) -d |
| 138 | CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \ |
| 139 | $(top_builddir)/include/curl/curlbuild.h |
| 140 | CONFIG_CLEAN_FILES = |
| 141 | CONFIG_CLEAN_VPATH_FILES = |
| 142 | AM_V_P = $(am__v_P_@AM_V@) |
| 143 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 144 | am__v_P_0 = false |
| 145 | am__v_P_1 = : |
| 146 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 147 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 148 | am__v_GEN_0 = @echo " GEN " $@; |
| 149 | am__v_GEN_1 = |
| 150 | AM_V_at = $(am__v_at_@AM_V@) |
| 151 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 152 | am__v_at_0 = @ |
| 153 | am__v_at_1 = |
| 154 | depcomp = |
| 155 | am__depfiles_maybe = |
| 156 | SOURCES = |
| 157 | DIST_SOURCES = |
| 158 | am__can_run_installinfo = \ |
| 159 | case $$AM_UPDATE_INFO_DIR in \ |
| 160 | n|no|NO) false;; \ |
| 161 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 162 | esac |
| 163 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 164 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc |
| 165 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 166 | ACLOCAL = @ACLOCAL@ |
| 167 | AMTAR = @AMTAR@ |
| 168 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 169 | AR = @AR@ |
| 170 | AS = @AS@ |
| 171 | AUTOCONF = @AUTOCONF@ |
| 172 | AUTOHEADER = @AUTOHEADER@ |
| 173 | AUTOMAKE = @AUTOMAKE@ |
| 174 | AWK = @AWK@ |
| 175 | BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ |
| 176 | CC = @CC@ |
| 177 | CCDEPMODE = @CCDEPMODE@ |
| 178 | CFLAGS = @CFLAGS@ |
| 179 | CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ |
| 180 | CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ |
| 181 | CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ |
| 182 | CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ |
| 183 | CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ |
| 184 | CPP = @CPP@ |
| 185 | CPPFLAGS = @CPPFLAGS@ |
| 186 | CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ |
| 187 | CURLVERSION = @CURLVERSION@ |
| 188 | CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ |
| 189 | CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ |
| 190 | CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ |
| 191 | CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ |
| 192 | CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ |
| 193 | CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ |
| 194 | CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ |
| 195 | CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ |
| 196 | CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ |
| 197 | CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ |
| 198 | CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ |
| 199 | CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ |
| 200 | CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ |
| 201 | CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ |
| 202 | CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ |
| 203 | CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ |
| 204 | CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ |
| 205 | CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ |
| 206 | CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ |
| 207 | CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ |
| 208 | CYGPATH_W = @CYGPATH_W@ |
| 209 | DEFS = @DEFS@ |
| 210 | DEPDIR = @DEPDIR@ |
| 211 | DLLTOOL = @DLLTOOL@ |
| 212 | DSYMUTIL = @DSYMUTIL@ |
| 213 | DUMPBIN = @DUMPBIN@ |
| 214 | ECHO_C = @ECHO_C@ |
| 215 | ECHO_N = @ECHO_N@ |
| 216 | ECHO_T = @ECHO_T@ |
| 217 | EGREP = @EGREP@ |
| 218 | ENABLE_SHARED = @ENABLE_SHARED@ |
| 219 | ENABLE_STATIC = @ENABLE_STATIC@ |
| 220 | EXEEXT = @EXEEXT@ |
| 221 | FGREP = @FGREP@ |
| 222 | GCOV = @GCOV@ |
| 223 | GENHTML = @GENHTML@ |
| 224 | GREP = @GREP@ |
| 225 | HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ |
| 226 | HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ |
| 227 | HAVE_LIBZ = @HAVE_LIBZ@ |
| 228 | HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ |
| 229 | IDN_ENABLED = @IDN_ENABLED@ |
| 230 | INSTALL = @INSTALL@ |
| 231 | INSTALL_DATA = @INSTALL_DATA@ |
| 232 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 233 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 234 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 235 | IPV6_ENABLED = @IPV6_ENABLED@ |
| 236 | LCOV = @LCOV@ |
| 237 | LD = @LD@ |
| 238 | LDFLAGS = @LDFLAGS@ |
| 239 | LIBCURL_LIBS = @LIBCURL_LIBS@ |
| 240 | LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@ |
| 241 | LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@ |
| 242 | LIBMETALINK_LIBS = @LIBMETALINK_LIBS@ |
| 243 | LIBOBJS = @LIBOBJS@ |
| 244 | LIBS = @LIBS@ |
| 245 | LIBTOOL = @LIBTOOL@ |
| 246 | LIPO = @LIPO@ |
| 247 | LN_S = @LN_S@ |
| 248 | LTLIBOBJS = @LTLIBOBJS@ |
| 249 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
| 250 | MAINT = @MAINT@ |
| 251 | MAKEINFO = @MAKEINFO@ |
| 252 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 253 | MANOPT = @MANOPT@ |
| 254 | MKDIR_P = @MKDIR_P@ |
| 255 | NM = @NM@ |
| 256 | NMEDIT = @NMEDIT@ |
| 257 | NROFF = @NROFF@ |
| 258 | NSS_LIBS = @NSS_LIBS@ |
| 259 | OBJDUMP = @OBJDUMP@ |
| 260 | OBJEXT = @OBJEXT@ |
| 261 | OTOOL = @OTOOL@ |
| 262 | OTOOL64 = @OTOOL64@ |
| 263 | PACKAGE = @PACKAGE@ |
| 264 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 265 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 266 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 267 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 268 | PACKAGE_URL = @PACKAGE_URL@ |
| 269 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 270 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 271 | PERL = @PERL@ |
| 272 | PKGADD_NAME = @PKGADD_NAME@ |
| 273 | PKGADD_PKG = @PKGADD_PKG@ |
| 274 | PKGADD_VENDOR = @PKGADD_VENDOR@ |
| 275 | PKGCONFIG = @PKGCONFIG@ |
| 276 | RANDOM_FILE = @RANDOM_FILE@ |
| 277 | RANLIB = @RANLIB@ |
| 278 | REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ |
| 279 | SED = @SED@ |
| 280 | SET_MAKE = @SET_MAKE@ |
| 281 | SHELL = @SHELL@ |
| 282 | SSL_ENABLED = @SSL_ENABLED@ |
| 283 | SSL_LIBS = @SSL_LIBS@ |
| 284 | STRIP = @STRIP@ |
| 285 | SUPPORT_FEATURES = @SUPPORT_FEATURES@ |
| 286 | SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ |
| 287 | USE_ARES = @USE_ARES@ |
| 288 | USE_AXTLS = @USE_AXTLS@ |
| 289 | USE_CYASSL = @USE_CYASSL@ |
| 290 | USE_DARWINSSL = @USE_DARWINSSL@ |
| 291 | USE_GNUTLS = @USE_GNUTLS@ |
| 292 | USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@ |
| 293 | USE_LIBRTMP = @USE_LIBRTMP@ |
| 294 | USE_LIBSSH2 = @USE_LIBSSH2@ |
| 295 | USE_MBEDTLS = @USE_MBEDTLS@ |
| 296 | USE_NGHTTP2 = @USE_NGHTTP2@ |
| 297 | USE_NSS = @USE_NSS@ |
| 298 | USE_OPENLDAP = @USE_OPENLDAP@ |
| 299 | USE_POLARSSL = @USE_POLARSSL@ |
| 300 | USE_SCHANNEL = @USE_SCHANNEL@ |
| 301 | USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ |
| 302 | USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ |
| 303 | VERSION = @VERSION@ |
| 304 | VERSIONNUM = @VERSIONNUM@ |
| 305 | ZLIB_LIBS = @ZLIB_LIBS@ |
| 306 | ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ |
| 307 | abs_builddir = @abs_builddir@ |
| 308 | abs_srcdir = @abs_srcdir@ |
| 309 | abs_top_builddir = @abs_top_builddir@ |
| 310 | abs_top_srcdir = @abs_top_srcdir@ |
| 311 | ac_ct_AR = @ac_ct_AR@ |
| 312 | ac_ct_CC = @ac_ct_CC@ |
| 313 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 314 | am__include = @am__include@ |
| 315 | am__leading_dot = @am__leading_dot@ |
| 316 | am__quote = @am__quote@ |
| 317 | am__tar = @am__tar@ |
| 318 | am__untar = @am__untar@ |
| 319 | bindir = @bindir@ |
| 320 | build = @build@ |
| 321 | build_alias = @build_alias@ |
| 322 | build_cpu = @build_cpu@ |
| 323 | build_os = @build_os@ |
| 324 | build_vendor = @build_vendor@ |
| 325 | builddir = @builddir@ |
| 326 | datadir = @datadir@ |
| 327 | datarootdir = @datarootdir@ |
| 328 | docdir = @docdir@ |
| 329 | dvidir = @dvidir@ |
| 330 | exec_prefix = @exec_prefix@ |
| 331 | host = @host@ |
| 332 | host_alias = @host_alias@ |
| 333 | host_cpu = @host_cpu@ |
| 334 | host_os = @host_os@ |
| 335 | host_vendor = @host_vendor@ |
| 336 | htmldir = @htmldir@ |
| 337 | includedir = @includedir@ |
| 338 | infodir = @infodir@ |
| 339 | install_sh = @install_sh@ |
| 340 | libdir = @libdir@ |
| 341 | libexecdir = @libexecdir@ |
| 342 | libext = @libext@ |
| 343 | localedir = @localedir@ |
| 344 | localstatedir = @localstatedir@ |
| 345 | mandir = @mandir@ |
| 346 | mkdir_p = @mkdir_p@ |
| 347 | oldincludedir = @oldincludedir@ |
| 348 | pdfdir = @pdfdir@ |
| 349 | prefix = @prefix@ |
| 350 | program_transform_name = @program_transform_name@ |
| 351 | psdir = @psdir@ |
| 352 | runstatedir = @runstatedir@ |
| 353 | sbindir = @sbindir@ |
| 354 | sharedstatedir = @sharedstatedir@ |
| 355 | srcdir = @srcdir@ |
| 356 | subdirs = @subdirs@ |
| 357 | sysconfdir = @sysconfdir@ |
| 358 | target_alias = @target_alias@ |
| 359 | top_build_prefix = @top_build_prefix@ |
| 360 | top_builddir = @top_builddir@ |
| 361 | top_srcdir = @top_srcdir@ |
| 362 | AUTOMAKE_OPTIONS = foreign no-dependencies |
| 363 | MANPAGE = $(top_builddir)/docs/curl.1 |
| 364 | DPAGES = abstract-unix-socket.d anyauth.d append.d basic.d cacert.d capath.d cert.d \ |
| 365 | cert-status.d cert-type.d ciphers.d compressed.d config.d \ |
| 366 | connect-timeout.d connect-to.d continue-at.d cookie.d cookie-jar.d \ |
| 367 | create-dirs.d crlf.d crlfile.d data-ascii.d data-binary.d data.d \ |
| 368 | data-raw.d data-urlencode.d delegation.d digest.d disable.d \ |
| 369 | disable-eprt.d disable-epsv.d dns-interface.d dns-ipv4-addr.d \ |
| 370 | dns-ipv6-addr.d dns-servers.d dump-header.d egd-file.d engine.d \ |
| 371 | expect100-timeout.d fail.d fail-early.d false-start.d \ |
| 372 | form.d form-string.d ftp-account.d ftp-alternative-to-user.d \ |
| 373 | ftp-create-dirs.d ftp-method.d ftp-pasv.d ftp-port.d ftp-pret.d \ |
| 374 | ftp-skip-pasv-ip.d ftp-ssl-ccc.d ftp-ssl-ccc-mode.d ftp-ssl-control.d \ |
| 375 | get.d globoff.d head.d header.d help.d hostpubmd5.d http1.0.d \ |
| 376 | http1.1.d http2.d http2-prior-knowledge.d ignore-content-length.d \ |
| 377 | include.d insecure.d interface.d ipv4.d ipv6.d junk-session-cookies.d \ |
| 378 | keepalive-time.d key.d key-type.d krb.d libcurl.d limit-rate.d \ |
| 379 | list-only.d local-port.d location.d location-trusted.d \ |
| 380 | login-options.d mail-auth.d mail-from.d mail-rcpt.d manual.d \ |
| 381 | max-filesize.d max-redirs.d max-time.d metalink.d negotiate.d netrc.d \ |
| 382 | netrc-file.d netrc-optional.d next.d no-alpn.d no-buffer.d \ |
| 383 | no-keepalive.d no-npn.d noproxy.d no-sessionid.d ntlm.d ntlm-wb.d \ |
| 384 | oauth2-bearer.d output.d pass.d path-as-is.d pinnedpubkey.d post301.d \ |
| 385 | post302.d post303.d preproxy.d progress-bar.d proto.d proto-default.d \ |
| 386 | proto-redir.d proxy1.0.d proxy-anyauth.d proxy-basic.d proxy-cacert.d \ |
| 387 | proxy-capath.d proxy-cert.d proxy-cert-type.d proxy-ciphers.d \ |
| 388 | proxy-crlfile.d proxy.d proxy-digest.d proxy-header.d \ |
| 389 | proxy-insecure.d proxy-key.d proxy-key-type.d proxy-negotiate.d \ |
| 390 | proxy-ntlm.d proxy-pass.d proxy-service-name.d \ |
| 391 | proxy-ssl-allow-beast.d proxy-tlsauthtype.d proxy-tlspassword.d \ |
| 392 | proxy-tlsuser.d proxy-tlsv1.d proxytunnel.d proxy-user.d pubkey.d \ |
| 393 | quote.d random-file.d range.d raw.d referer.d remote-header-name.d \ |
| 394 | remote-name-all.d remote-name.d remote-time.d request.d resolve.d \ |
| 395 | retry-connrefused.d retry.d retry-delay.d retry-max-time.d sasl-ir.d \ |
| 396 | service-name.d show-error.d silent.d socks4a.d socks4.d socks5.d \ |
| 397 | socks5-gssapi-nec.d socks5-gssapi-service.d socks5-hostname.d \ |
| 398 | speed-limit.d speed-time.d ssl-allow-beast.d ssl.d ssl-no-revoke.d \ |
| 399 | ssl-reqd.d sslv2.d sslv3.d stderr.d suppress-connect-headers.d \ |
| 400 | tcp-fastopen.d tcp-nodelay.d \ |
| 401 | telnet-option.d tftp-blksize.d tftp-no-options.d time-cond.d \ |
| 402 | tls-max.d \ |
| 403 | tlsauthtype.d tlspassword.d tlsuser.d tlsv1.0.d tlsv1.1.d tlsv1.2.d \ |
| 404 | tlsv1.3.d tlsv1.d trace-ascii.d trace.d trace-time.d tr-encoding.d \ |
| 405 | unix-socket.d upload-file.d url.d use-ascii.d user-agent.d user.d \ |
| 406 | verbose.d version.d write-out.d xattr.d |
| 407 | |
| 408 | OTHERPAGES = page-footer page-header |
| 409 | EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES) CMakeLists.txt |
| 410 | all: all-am |
| 411 | |
| 412 | .SUFFIXES: |
| 413 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) |
| 414 | @for dep in $?; do \ |
| 415 | case '$(am__configure_deps)' in \ |
| 416 | *$$dep*) \ |
| 417 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 418 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 419 | exit 1;; \ |
| 420 | esac; \ |
| 421 | done; \ |
| 422 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/cmdline-opts/Makefile'; \ |
| 423 | $(am__cd) $(top_srcdir) && \ |
| 424 | $(AUTOMAKE) --foreign docs/cmdline-opts/Makefile |
| 425 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 426 | @case '$?' in \ |
| 427 | *config.status*) \ |
| 428 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 429 | *) \ |
| 430 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 431 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 432 | esac; |
| 433 | $(srcdir)/Makefile.inc $(am__empty): |
| 434 | |
| 435 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 436 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 437 | |
| 438 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 439 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 440 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 441 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 442 | $(am__aclocal_m4_deps): |
| 443 | |
| 444 | mostlyclean-libtool: |
| 445 | -rm -f *.lo |
| 446 | |
| 447 | clean-libtool: |
| 448 | -rm -rf .libs _libs |
| 449 | tags TAGS: |
| 450 | |
| 451 | ctags CTAGS: |
| 452 | |
| 453 | cscope cscopelist: |
| 454 | |
| 455 | |
| 456 | distdir: $(DISTFILES) |
| 457 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 458 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 459 | list='$(DISTFILES)'; \ |
| 460 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 461 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 462 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 463 | case $$dist_files in \ |
| 464 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 465 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 466 | sort -u` ;; \ |
| 467 | esac; \ |
| 468 | for file in $$dist_files; do \ |
| 469 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 470 | if test -d $$d/$$file; then \ |
| 471 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 472 | if test -d "$(distdir)/$$file"; then \ |
| 473 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 474 | fi; \ |
| 475 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 476 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 477 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 478 | fi; \ |
| 479 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 480 | else \ |
| 481 | test -f "$(distdir)/$$file" \ |
| 482 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 483 | || exit 1; \ |
| 484 | fi; \ |
| 485 | done |
| 486 | check-am: all-am |
| 487 | check: check-am |
| 488 | all-am: Makefile |
| 489 | installdirs: |
| 490 | install: install-am |
| 491 | install-exec: install-exec-am |
| 492 | install-data: install-data-am |
| 493 | uninstall: uninstall-am |
| 494 | |
| 495 | install-am: all-am |
| 496 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 497 | |
| 498 | installcheck: installcheck-am |
| 499 | install-strip: |
| 500 | if test -z '$(STRIP)'; then \ |
| 501 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 502 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 503 | install; \ |
| 504 | else \ |
| 505 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 506 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 507 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 508 | fi |
| 509 | mostlyclean-generic: |
| 510 | |
| 511 | clean-generic: |
| 512 | |
| 513 | distclean-generic: |
| 514 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 515 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 516 | |
| 517 | maintainer-clean-generic: |
| 518 | @echo "This command is intended for maintainers to use" |
| 519 | @echo "it deletes files that may require special tools to rebuild." |
| 520 | clean: clean-am |
| 521 | |
| 522 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 523 | |
| 524 | distclean: distclean-am |
| 525 | -rm -f Makefile |
| 526 | distclean-am: clean-am distclean-generic |
| 527 | |
| 528 | dvi: dvi-am |
| 529 | |
| 530 | dvi-am: |
| 531 | |
| 532 | html: html-am |
| 533 | |
| 534 | html-am: |
| 535 | |
| 536 | info: info-am |
| 537 | |
| 538 | info-am: |
| 539 | |
| 540 | install-data-am: |
| 541 | |
| 542 | install-dvi: install-dvi-am |
| 543 | |
| 544 | install-dvi-am: |
| 545 | |
| 546 | install-exec-am: |
| 547 | |
| 548 | install-html: install-html-am |
| 549 | |
| 550 | install-html-am: |
| 551 | |
| 552 | install-info: install-info-am |
| 553 | |
| 554 | install-info-am: |
| 555 | |
| 556 | install-man: |
| 557 | |
| 558 | install-pdf: install-pdf-am |
| 559 | |
| 560 | install-pdf-am: |
| 561 | |
| 562 | install-ps: install-ps-am |
| 563 | |
| 564 | install-ps-am: |
| 565 | |
| 566 | installcheck-am: |
| 567 | |
| 568 | maintainer-clean: maintainer-clean-am |
| 569 | -rm -f Makefile |
| 570 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 571 | |
| 572 | mostlyclean: mostlyclean-am |
| 573 | |
| 574 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 575 | |
| 576 | pdf: pdf-am |
| 577 | |
| 578 | pdf-am: |
| 579 | |
| 580 | ps: ps-am |
| 581 | |
| 582 | ps-am: |
| 583 | |
| 584 | uninstall-am: |
| 585 | |
| 586 | .MAKE: install-am install-strip |
| 587 | |
| 588 | .PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 589 | cscopelist-am ctags-am distclean distclean-generic \ |
| 590 | distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
| 591 | install install-am install-data install-data-am install-dvi \ |
| 592 | install-dvi-am install-exec install-exec-am install-html \ |
| 593 | install-html-am install-info install-info-am install-man \ |
| 594 | install-pdf install-pdf-am install-ps install-ps-am \ |
| 595 | install-strip installcheck installcheck-am installdirs \ |
| 596 | maintainer-clean maintainer-clean-generic mostlyclean \ |
| 597 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 598 | tags-am uninstall uninstall-am |
| 599 | |
| 600 | .PRECIOUS: Makefile |
| 601 | |
| 602 | |
| 603 | all: $(MANPAGE) |
| 604 | |
| 605 | $(MANPAGE): $(DPAGES) $(OTHERPAGES) Makefile.inc |
| 606 | @PERL@ $(srcdir)/gen.pl mainpage $(srcdir) > $(MANPAGE) |
| 607 | |
| 608 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 609 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 610 | .NOEXPORT: |