blob: 4450fa73a81ad2abb8265b3e4caeac9b128ab034 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001# 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
65VPATH = @srcdir@
66am__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}
77am__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
119am__make_dryrun = (target_option=n; $(am__make_running_with_option))
120am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
121pkgdatadir = $(datadir)/@PACKAGE@
122pkgincludedir = $(includedir)/@PACKAGE@
123pkglibdir = $(libdir)/@PACKAGE@
124pkglibexecdir = $(libexecdir)/@PACKAGE@
125am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
126install_sh_DATA = $(install_sh) -c -m 644
127install_sh_PROGRAM = $(install_sh) -c
128install_sh_SCRIPT = $(install_sh) -c
129INSTALL_HEADER = $(INSTALL_DATA)
130transform = $(program_transform_name)
131NORMAL_INSTALL = :
132PRE_INSTALL = :
133POST_INSTALL = :
134NORMAL_UNINSTALL = :
135PRE_UNINSTALL = :
136POST_UNINSTALL = :
137build_triplet = @build@
138host_triplet = @host@
139subdir = docs/cmdline-opts
140ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
141am__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
167am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
168 $(ACLOCAL_M4)
169DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
170mkinstalldirs = $(install_sh) -d
171CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
172CONFIG_CLEAN_FILES =
173CONFIG_CLEAN_VPATH_FILES =
174AM_V_P = $(am__v_P_@AM_V@)
175am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
176am__v_P_0 = false
177am__v_P_1 = :
178AM_V_GEN = $(am__v_GEN_@AM_V@)
179am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
180am__v_GEN_0 = @echo " GEN " $@;
181am__v_GEN_1 =
182AM_V_at = $(am__v_at_@AM_V@)
183am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
184am__v_at_0 = @
185am__v_at_1 =
186depcomp =
187am__maybe_remake_depfiles =
188SOURCES =
189DIST_SOURCES =
190am__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
195am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
196am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198ACLOCAL = @ACLOCAL@
199AMTAR = @AMTAR@
200AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
201AR = @AR@
202AR_FLAGS = @AR_FLAGS@
203AS = @AS@
204AUTOCONF = @AUTOCONF@
205AUTOHEADER = @AUTOHEADER@
206AUTOMAKE = @AUTOMAKE@
207AWK = @AWK@
208BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
209CC = @CC@
210CCDEPMODE = @CCDEPMODE@
211CFLAGS = @CFLAGS@
212CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
213CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
214CPP = @CPP@
215CPPFLAGS = @CPPFLAGS@
216CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
217CSCOPE = @CSCOPE@
218CTAGS = @CTAGS@
219CURLVERSION = @CURLVERSION@
220CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
221CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
222CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
223CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
224CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
225CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
226CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
227CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
228CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
229CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
230CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
231CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
232CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
233CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
234CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
235CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
236CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
237CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
238CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
239CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
240CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
241CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
242CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
243CYGPATH_W = @CYGPATH_W@
244DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
245DEFS = @DEFS@
246DEPDIR = @DEPDIR@
247DLLTOOL = @DLLTOOL@
248DSYMUTIL = @DSYMUTIL@
249DUMPBIN = @DUMPBIN@
250ECHO_C = @ECHO_C@
251ECHO_N = @ECHO_N@
252ECHO_T = @ECHO_T@
253EGREP = @EGREP@
254ENABLE_SHARED = @ENABLE_SHARED@
255ENABLE_STATIC = @ENABLE_STATIC@
256ETAGS = @ETAGS@
257EXEEXT = @EXEEXT@
258FGREP = @FGREP@
259FILECMD = @FILECMD@
260FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
261GCOV = @GCOV@
262GREP = @GREP@
263HAVE_BROTLI = @HAVE_BROTLI@
264HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
265HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
266HAVE_LIBZ = @HAVE_LIBZ@
267HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
268HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
269HAVE_ZSTD = @HAVE_ZSTD@
270IDN_ENABLED = @IDN_ENABLED@
271INSTALL = @INSTALL@
272INSTALL_DATA = @INSTALL_DATA@
273INSTALL_PROGRAM = @INSTALL_PROGRAM@
274INSTALL_SCRIPT = @INSTALL_SCRIPT@
275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276IPV6_ENABLED = @IPV6_ENABLED@
277LCOV = @LCOV@
278LD = @LD@
279LDFLAGS = @LDFLAGS@
280LIBCURL_LIBS = @LIBCURL_LIBS@
281LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
282LIBOBJS = @LIBOBJS@
283LIBS = @LIBS@
284LIBTOOL = @LIBTOOL@
285LIPO = @LIPO@
286LN_S = @LN_S@
287LTLIBOBJS = @LTLIBOBJS@
288LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
289MAINT = @MAINT@
290MAKEINFO = @MAKEINFO@
291MANIFEST_TOOL = @MANIFEST_TOOL@
292MANOPT = @MANOPT@
293MKDIR_P = @MKDIR_P@
294NM = @NM@
295NMEDIT = @NMEDIT@
296NROFF = @NROFF@
297NSS_LIBS = @NSS_LIBS@
298OBJDUMP = @OBJDUMP@
299OBJEXT = @OBJEXT@
300OTOOL = @OTOOL@
301OTOOL64 = @OTOOL64@
302PACKAGE = @PACKAGE@
303PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304PACKAGE_NAME = @PACKAGE_NAME@
305PACKAGE_STRING = @PACKAGE_STRING@
306PACKAGE_TARNAME = @PACKAGE_TARNAME@
307PACKAGE_URL = @PACKAGE_URL@
308PACKAGE_VERSION = @PACKAGE_VERSION@
309PATH_SEPARATOR = @PATH_SEPARATOR@
310PERL = @PERL@
311PKGADD_NAME = @PKGADD_NAME@
312PKGADD_PKG = @PKGADD_PKG@
313PKGADD_VENDOR = @PKGADD_VENDOR@
314PKGCONFIG = @PKGCONFIG@
315RANDOM_FILE = @RANDOM_FILE@
316RANLIB = @RANLIB@
317RC = @RC@
318REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
319SED = @SED@
320SET_MAKE = @SET_MAKE@
321SHELL = @SHELL@
322SSL_BACKENDS = @SSL_BACKENDS@
323SSL_ENABLED = @SSL_ENABLED@
324SSL_LIBS = @SSL_LIBS@
325STRIP = @STRIP@
326SUPPORT_FEATURES = @SUPPORT_FEATURES@
327SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
328USE_ARES = @USE_ARES@
329USE_BEARSSL = @USE_BEARSSL@
330USE_GNUTLS = @USE_GNUTLS@
331USE_HYPER = @USE_HYPER@
332USE_LIBRTMP = @USE_LIBRTMP@
333USE_LIBSSH = @USE_LIBSSH@
334USE_LIBSSH2 = @USE_LIBSSH2@
335USE_MBEDTLS = @USE_MBEDTLS@
336USE_MSH3 = @USE_MSH3@
337USE_NGHTTP2 = @USE_NGHTTP2@
338USE_NGHTTP3 = @USE_NGHTTP3@
339USE_NGTCP2 = @USE_NGTCP2@
340USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
341USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
342USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
343USE_NSS = @USE_NSS@
344USE_OPENLDAP = @USE_OPENLDAP@
345USE_QUICHE = @USE_QUICHE@
346USE_RUSTLS = @USE_RUSTLS@
347USE_SCHANNEL = @USE_SCHANNEL@
348USE_SECTRANSP = @USE_SECTRANSP@
349USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
350USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
351USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
352USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
353USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
354USE_WOLFSSH = @USE_WOLFSSH@
355USE_WOLFSSL = @USE_WOLFSSL@
356VERSION = @VERSION@
357VERSIONNUM = @VERSIONNUM@
358ZLIB_LIBS = @ZLIB_LIBS@
359ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
360abs_builddir = @abs_builddir@
361abs_srcdir = @abs_srcdir@
362abs_top_builddir = @abs_top_builddir@
363abs_top_srcdir = @abs_top_srcdir@
364ac_ct_AR = @ac_ct_AR@
365ac_ct_CC = @ac_ct_CC@
366ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
367am__include = @am__include@
368am__leading_dot = @am__leading_dot@
369am__quote = @am__quote@
370am__tar = @am__tar@
371am__untar = @am__untar@
372bindir = @bindir@
373build = @build@
374build_alias = @build_alias@
375build_cpu = @build_cpu@
376build_os = @build_os@
377build_vendor = @build_vendor@
378builddir = @builddir@
379datadir = @datadir@
380datarootdir = @datarootdir@
381docdir = @docdir@
382dvidir = @dvidir@
383exec_prefix = @exec_prefix@
384host = @host@
385host_alias = @host_alias@
386host_cpu = @host_cpu@
387host_os = @host_os@
388host_vendor = @host_vendor@
389htmldir = @htmldir@
390includedir = @includedir@
391infodir = @infodir@
392install_sh = @install_sh@
393libdir = @libdir@
394libexecdir = @libexecdir@
395libext = @libext@
396localedir = @localedir@
397localstatedir = @localstatedir@
398mandir = @mandir@
399mkdir_p = @mkdir_p@
400oldincludedir = @oldincludedir@
401pdfdir = @pdfdir@
402prefix = @prefix@
403program_transform_name = @program_transform_name@
404psdir = @psdir@
405runstatedir = @runstatedir@
406sbindir = @sbindir@
407sharedstatedir = @sharedstatedir@
408srcdir = @srcdir@
409sysconfdir = @sysconfdir@
410target_alias = @target_alias@
411top_build_prefix = @top_build_prefix@
412top_builddir = @top_builddir@
413top_srcdir = @top_srcdir@
414AUTOMAKE_OPTIONS = foreign no-dependencies
415MANPAGE = $(top_builddir)/docs/curl.1
416DPAGES = \
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
666OTHERPAGES = page-footer page-header
667EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES) CMakeLists.txt
668all: 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
683Makefile: $(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
702mostlyclean-libtool:
703 -rm -f *.lo
704
705clean-libtool:
706 -rm -rf .libs _libs
707tags TAGS:
708
709ctags CTAGS:
710
711cscope cscopelist:
712
713distdir: $(BUILT_SOURCES)
714 $(MAKE) $(AM_MAKEFLAGS) distdir-am
715
716distdir-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
746check-am: all-am
747check: check-am
748all-am: Makefile
749installdirs:
750install: install-am
751install-exec: install-exec-am
752install-data: install-data-am
753uninstall: uninstall-am
754
755install-am: all-am
756 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
757
758installcheck: installcheck-am
759install-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
769mostlyclean-generic:
770
771clean-generic:
772
773distclean-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
777maintainer-clean-generic:
778 @echo "This command is intended for maintainers to use"
779 @echo "it deletes files that may require special tools to rebuild."
780clean: clean-am
781
782clean-am: clean-generic clean-libtool mostlyclean-am
783
784distclean: distclean-am
785 -rm -f Makefile
786distclean-am: clean-am distclean-generic
787
788dvi: dvi-am
789
790dvi-am:
791
792html: html-am
793
794html-am:
795
796info: info-am
797
798info-am:
799
800install-data-am:
801
802install-dvi: install-dvi-am
803
804install-dvi-am:
805
806install-exec-am:
807
808install-html: install-html-am
809
810install-html-am:
811
812install-info: install-info-am
813
814install-info-am:
815
816install-man:
817
818install-pdf: install-pdf-am
819
820install-pdf-am:
821
822install-ps: install-ps-am
823
824install-ps-am:
825
826installcheck-am:
827
828maintainer-clean: maintainer-clean-am
829 -rm -f Makefile
830maintainer-clean-am: distclean-am maintainer-clean-generic
831
832mostlyclean: mostlyclean-am
833
834mostlyclean-am: mostlyclean-generic mostlyclean-libtool
835
836pdf: pdf-am
837
838pdf-am:
839
840ps: ps-am
841
842ps-am:
843
844uninstall-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
863all: $(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: