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