blob: 1e4575f541f7f9a7d01ec2fabbd3270268252037 [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 = tests
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 =
161SOURCES =
162DIST_SOURCES =
163RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
164 ctags-recursive dvi-recursive html-recursive info-recursive \
165 install-data-recursive install-dvi-recursive \
166 install-exec-recursive install-html-recursive \
167 install-info-recursive install-pdf-recursive \
168 install-ps-recursive install-recursive installcheck-recursive \
169 installdirs-recursive pdf-recursive ps-recursive \
170 tags-recursive uninstall-recursive
171am__can_run_installinfo = \
172 case $$AM_UPDATE_INFO_DIR in \
173 n|no|NO) false;; \
174 *) (install-info --version) >/dev/null 2>&1;; \
175 esac
176RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
177 distclean-recursive maintainer-clean-recursive
178am__recursive_targets = \
179 $(RECURSIVE_TARGETS) \
180 $(RECURSIVE_CLEAN_TARGETS) \
181 $(am__extra_recursive_targets)
182AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
183 distdir distdir-am
184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates. Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189 BEGIN { nonempty = 0; } \
190 { items[$$0] = 1; nonempty = 1; } \
191 END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique. This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197 list='$(am__tagged_files)'; \
198 unique=`for i in $$list; do \
199 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200 done | $(am__uniquify_input)`
201am__DIST_COMMON = $(srcdir)/Makefile.in README.md
202DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203am__relativize = \
204 dir0=`pwd`; \
205 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206 sed_rest='s,^[^/]*/*,,'; \
207 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208 sed_butlast='s,/*[^/]*$$,,'; \
209 while test -n "$$dir1"; do \
210 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211 if test "$$first" != "."; then \
212 if test "$$first" = ".."; then \
213 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215 else \
216 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217 if test "$$first2" = "$$first"; then \
218 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219 else \
220 dir2="../$$dir2"; \
221 fi; \
222 dir0="$$dir0"/"$$first"; \
223 fi; \
224 fi; \
225 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226 done; \
227 reldir="$$dir2"
228ACLOCAL = @ACLOCAL@
229AMTAR = @AMTAR@
230AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231AR = @AR@
232AR_FLAGS = @AR_FLAGS@
233AS = @AS@
234AUTOCONF = @AUTOCONF@
235AUTOHEADER = @AUTOHEADER@
236AUTOMAKE = @AUTOMAKE@
237AWK = @AWK@
238BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
239CC = @CC@
240CCDEPMODE = @CCDEPMODE@
241CFLAGS = @CFLAGS@
242CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
243CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
244CPP = @CPP@
245CPPFLAGS = @CPPFLAGS@
246CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
247CSCOPE = @CSCOPE@
248CTAGS = @CTAGS@
249CURLVERSION = @CURLVERSION@
250CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
251CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
252CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
253CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
254CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
255CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
256CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
257CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
258CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
259CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
260CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
261CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
262CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
263CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
264CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
265CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
266CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
267CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
268CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
269CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
270CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
271CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
272CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
273CYGPATH_W = @CYGPATH_W@
274DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
275DEFS = @DEFS@
276DEPDIR = @DEPDIR@
277DLLTOOL = @DLLTOOL@
278DSYMUTIL = @DSYMUTIL@
279DUMPBIN = @DUMPBIN@
280ECHO_C = @ECHO_C@
281ECHO_N = @ECHO_N@
282ECHO_T = @ECHO_T@
283EGREP = @EGREP@
284ENABLE_SHARED = @ENABLE_SHARED@
285ENABLE_STATIC = @ENABLE_STATIC@
286ETAGS = @ETAGS@
287EXEEXT = @EXEEXT@
288FGREP = @FGREP@
289FILECMD = @FILECMD@
290FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
291GCOV = @GCOV@
292GREP = @GREP@
293HAVE_BROTLI = @HAVE_BROTLI@
294HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
295HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
296HAVE_LIBZ = @HAVE_LIBZ@
297HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
298HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
299HAVE_ZSTD = @HAVE_ZSTD@
300IDN_ENABLED = @IDN_ENABLED@
301INSTALL = @INSTALL@
302INSTALL_DATA = @INSTALL_DATA@
303INSTALL_PROGRAM = @INSTALL_PROGRAM@
304INSTALL_SCRIPT = @INSTALL_SCRIPT@
305INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
306IPV6_ENABLED = @IPV6_ENABLED@
307LCOV = @LCOV@
308LD = @LD@
309LDFLAGS = @LDFLAGS@
310LIBCURL_LIBS = @LIBCURL_LIBS@
311LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
312LIBOBJS = @LIBOBJS@
313LIBS = @LIBS@
314LIBTOOL = @LIBTOOL@
315LIPO = @LIPO@
316LN_S = @LN_S@
317LTLIBOBJS = @LTLIBOBJS@
318LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
319MAINT = @MAINT@
320MAKEINFO = @MAKEINFO@
321MANIFEST_TOOL = @MANIFEST_TOOL@
322MANOPT = @MANOPT@
323MKDIR_P = @MKDIR_P@
324NM = @NM@
325NMEDIT = @NMEDIT@
326NROFF = @NROFF@
327NSS_LIBS = @NSS_LIBS@
328OBJDUMP = @OBJDUMP@
329OBJEXT = @OBJEXT@
330OTOOL = @OTOOL@
331OTOOL64 = @OTOOL64@
332PACKAGE = @PACKAGE@
333PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
334PACKAGE_NAME = @PACKAGE_NAME@
335PACKAGE_STRING = @PACKAGE_STRING@
336PACKAGE_TARNAME = @PACKAGE_TARNAME@
337PACKAGE_URL = @PACKAGE_URL@
338PACKAGE_VERSION = @PACKAGE_VERSION@
339PATH_SEPARATOR = @PATH_SEPARATOR@
340PERL = @PERL@
341PKGADD_NAME = @PKGADD_NAME@
342PKGADD_PKG = @PKGADD_PKG@
343PKGADD_VENDOR = @PKGADD_VENDOR@
344PKGCONFIG = @PKGCONFIG@
345RANDOM_FILE = @RANDOM_FILE@
346RANLIB = @RANLIB@
347RC = @RC@
348REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
349SED = @SED@
350SET_MAKE = @SET_MAKE@
351SHELL = @SHELL@
352SSL_BACKENDS = @SSL_BACKENDS@
353SSL_ENABLED = @SSL_ENABLED@
354SSL_LIBS = @SSL_LIBS@
355STRIP = @STRIP@
356SUPPORT_FEATURES = @SUPPORT_FEATURES@
357SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
358USE_ARES = @USE_ARES@
359USE_BEARSSL = @USE_BEARSSL@
360USE_GNUTLS = @USE_GNUTLS@
361USE_HYPER = @USE_HYPER@
362USE_LIBRTMP = @USE_LIBRTMP@
363USE_LIBSSH = @USE_LIBSSH@
364USE_LIBSSH2 = @USE_LIBSSH2@
365USE_MBEDTLS = @USE_MBEDTLS@
366USE_MSH3 = @USE_MSH3@
367USE_NGHTTP2 = @USE_NGHTTP2@
368USE_NGHTTP3 = @USE_NGHTTP3@
369USE_NGTCP2 = @USE_NGTCP2@
370USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
371USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
372USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
373USE_NSS = @USE_NSS@
374USE_OPENLDAP = @USE_OPENLDAP@
375USE_QUICHE = @USE_QUICHE@
376USE_RUSTLS = @USE_RUSTLS@
377USE_SCHANNEL = @USE_SCHANNEL@
378USE_SECTRANSP = @USE_SECTRANSP@
379USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
380USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
381USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
382USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
383USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
384USE_WOLFSSH = @USE_WOLFSSH@
385USE_WOLFSSL = @USE_WOLFSSL@
386VERSION = @VERSION@
387VERSIONNUM = @VERSIONNUM@
388ZLIB_LIBS = @ZLIB_LIBS@
389ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
390abs_builddir = @abs_builddir@
391abs_srcdir = @abs_srcdir@
392abs_top_builddir = @abs_top_builddir@
393abs_top_srcdir = @abs_top_srcdir@
394ac_ct_AR = @ac_ct_AR@
395ac_ct_CC = @ac_ct_CC@
396ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
397am__include = @am__include@
398am__leading_dot = @am__leading_dot@
399am__quote = @am__quote@
400am__tar = @am__tar@
401am__untar = @am__untar@
402bindir = @bindir@
403build = @build@
404build_alias = @build_alias@
405build_cpu = @build_cpu@
406build_os = @build_os@
407build_vendor = @build_vendor@
408builddir = @builddir@
409datadir = @datadir@
410datarootdir = @datarootdir@
411docdir = @docdir@
412dvidir = @dvidir@
413exec_prefix = @exec_prefix@
414host = @host@
415host_alias = @host_alias@
416host_cpu = @host_cpu@
417host_os = @host_os@
418host_vendor = @host_vendor@
419htmldir = @htmldir@
420includedir = @includedir@
421infodir = @infodir@
422install_sh = @install_sh@
423libdir = @libdir@
424libexecdir = @libexecdir@
425libext = @libext@
426localedir = @localedir@
427localstatedir = @localstatedir@
428mandir = @mandir@
429mkdir_p = @mkdir_p@
430oldincludedir = @oldincludedir@
431pdfdir = @pdfdir@
432prefix = @prefix@
433program_transform_name = @program_transform_name@
434psdir = @psdir@
435runstatedir = @runstatedir@
436sbindir = @sbindir@
437sharedstatedir = @sharedstatedir@
438srcdir = @srcdir@
439sysconfdir = @sysconfdir@
440target_alias = @target_alias@
441top_build_prefix = @top_build_prefix@
442top_builddir = @top_builddir@
443top_srcdir = @top_srcdir@
444HTMLPAGES = testcurl.html runtests.html
445PDFPAGES = testcurl.pdf runtests.pdf
446MANDISTPAGES = runtests.1.dist testcurl.1.dist
447EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \
448 getpart.pm FILEFORMAT.md README.md stunnel.pem memanalyze.pl testcurl.pl \
449 valgrind.pm ftp.pm sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \
450 serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
451 CMakeLists.txt mem-include-scan.pl valgrind.supp extern-scan.pl \
452 manpage-scan.pl nroff-scan.pl http2-server.pl dictserver.py \
453 negtelnetserver.py smbserver.py util.py \
454 disable-scan.pl manpage-syntax.pl error-codes.pl badsymbols.pl \
455 azure.pm appveyor.pm version-scan.pl options-scan.pl markdown-uppercase.pl
456
457DISTCLEANFILES = configurehelp.pm
458@BUILD_UNITTESTS_FALSE@BUILD_UNIT =
459
460# we have two variables here to make sure DIST_SUBDIRS won't get 'unit'
461# added twice as then targets such as 'distclean' misbehave and try to
462# do things twice in that subdir at times (and thus fails).
463@BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit
464@BUILD_UNITTESTS_FALSE@DIST_UNIT = unit
465@BUILD_UNITTESTS_TRUE@DIST_UNIT =
466SUBDIRS = certs data server libtest $(BUILD_UNIT)
467DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT)
468PERLFLAGS = -I$(srcdir)
469CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid $(MANDISTPAGES)
470MAN2HTML = roffit $< >$@
471@CROSSCOMPILING_FALSE@TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
472@CROSSCOMPILING_TRUE@TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
473@CROSSCOMPILING_FALSE@TEST_Q = -a -s
474@CROSSCOMPILING_FALSE@TEST_AM = -a -am
475@CROSSCOMPILING_FALSE@TEST_F = -a -p -r
476@CROSSCOMPILING_FALSE@TEST_T = -a -t
477@CROSSCOMPILING_FALSE@TEST_E = -a -e
478
479# !flaky means that it'll skip all tests using the flaky keyword
480@CROSSCOMPILING_FALSE@TEST_NF = -a -p !flaky
481
482# special CI target derived from nonflaky with CI-specific flags
483@CROSSCOMPILING_FALSE@TEST_CI = $(TEST_NF) -rm
484all: all-recursive
485
486.SUFFIXES:
487.SUFFIXES: .1 .html .pdf
488$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
489 @for dep in $?; do \
490 case '$(am__configure_deps)' in \
491 *$$dep*) \
492 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
493 && { if test -f $@; then exit 0; else break; fi; }; \
494 exit 1;; \
495 esac; \
496 done; \
497 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
498 $(am__cd) $(top_srcdir) && \
499 $(AUTOMAKE) --foreign tests/Makefile
500Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
501 @case '$?' in \
502 *config.status*) \
503 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
504 *) \
505 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
506 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
507 esac;
508
509$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
510 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511
512$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
513 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
515 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
516$(am__aclocal_m4_deps):
517
518mostlyclean-libtool:
519 -rm -f *.lo
520
521clean-libtool:
522 -rm -rf .libs _libs
523
524# This directory's subdirectories are mostly independent; you can cd
525# into them and run 'make' without going through this Makefile.
526# To change the values of 'make' variables: instead of editing Makefiles,
527# (1) if the variable is set in 'config.status', edit 'config.status'
528# (which will cause the Makefiles to be regenerated when you run 'make');
529# (2) otherwise, pass the desired values on the 'make' command line.
530$(am__recursive_targets):
531 @fail=; \
532 if $(am__make_keepgoing); then \
533 failcom='fail=yes'; \
534 else \
535 failcom='exit 1'; \
536 fi; \
537 dot_seen=no; \
538 target=`echo $@ | sed s/-recursive//`; \
539 case "$@" in \
540 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
541 *) list='$(SUBDIRS)' ;; \
542 esac; \
543 for subdir in $$list; do \
544 echo "Making $$target in $$subdir"; \
545 if test "$$subdir" = "."; then \
546 dot_seen=yes; \
547 local_target="$$target-am"; \
548 else \
549 local_target="$$target"; \
550 fi; \
551 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
552 || eval $$failcom; \
553 done; \
554 if test "$$dot_seen" = "no"; then \
555 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
556 fi; test -z "$$fail"
557
558ID: $(am__tagged_files)
559 $(am__define_uniq_tagged_files); mkid -fID $$unique
560tags: tags-recursive
561TAGS: tags
562
563tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
564 set x; \
565 here=`pwd`; \
566 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
567 include_option=--etags-include; \
568 empty_fix=.; \
569 else \
570 include_option=--include; \
571 empty_fix=; \
572 fi; \
573 list='$(SUBDIRS)'; for subdir in $$list; do \
574 if test "$$subdir" = .; then :; else \
575 test ! -f $$subdir/TAGS || \
576 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
577 fi; \
578 done; \
579 $(am__define_uniq_tagged_files); \
580 shift; \
581 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
582 test -n "$$unique" || unique=$$empty_fix; \
583 if test $$# -gt 0; then \
584 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
585 "$$@" $$unique; \
586 else \
587 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
588 $$unique; \
589 fi; \
590 fi
591ctags: ctags-recursive
592
593CTAGS: ctags
594ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
595 $(am__define_uniq_tagged_files); \
596 test -z "$(CTAGS_ARGS)$$unique" \
597 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
598 $$unique
599
600GTAGS:
601 here=`$(am__cd) $(top_builddir) && pwd` \
602 && $(am__cd) $(top_srcdir) \
603 && gtags -i $(GTAGS_ARGS) "$$here"
604cscopelist: cscopelist-recursive
605
606cscopelist-am: $(am__tagged_files)
607 list='$(am__tagged_files)'; \
608 case "$(srcdir)" in \
609 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
610 *) sdir=$(subdir)/$(srcdir) ;; \
611 esac; \
612 for i in $$list; do \
613 if test -f "$$i"; then \
614 echo "$(subdir)/$$i"; \
615 else \
616 echo "$$sdir/$$i"; \
617 fi; \
618 done >> $(top_builddir)/cscope.files
619
620distclean-tags:
621 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
622distdir: $(BUILT_SOURCES)
623 $(MAKE) $(AM_MAKEFLAGS) distdir-am
624
625distdir-am: $(DISTFILES)
626 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
627 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
628 list='$(DISTFILES)'; \
629 dist_files=`for file in $$list; do echo $$file; done | \
630 sed -e "s|^$$srcdirstrip/||;t" \
631 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
632 case $$dist_files in \
633 */*) $(MKDIR_P) `echo "$$dist_files" | \
634 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
635 sort -u` ;; \
636 esac; \
637 for file in $$dist_files; do \
638 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
639 if test -d $$d/$$file; then \
640 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
641 if test -d "$(distdir)/$$file"; then \
642 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
643 fi; \
644 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
645 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
646 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
647 fi; \
648 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
649 else \
650 test -f "$(distdir)/$$file" \
651 || cp -p $$d/$$file "$(distdir)/$$file" \
652 || exit 1; \
653 fi; \
654 done
655 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
656 if test "$$subdir" = .; then :; else \
657 $(am__make_dryrun) \
658 || test -d "$(distdir)/$$subdir" \
659 || $(MKDIR_P) "$(distdir)/$$subdir" \
660 || exit 1; \
661 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
662 $(am__relativize); \
663 new_distdir=$$reldir; \
664 dir1=$$subdir; dir2="$(top_distdir)"; \
665 $(am__relativize); \
666 new_top_distdir=$$reldir; \
667 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
668 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
669 ($(am__cd) $$subdir && \
670 $(MAKE) $(AM_MAKEFLAGS) \
671 top_distdir="$$new_top_distdir" \
672 distdir="$$new_distdir" \
673 am__remove_distdir=: \
674 am__skip_length_check=: \
675 am__skip_mode_fix=: \
676 distdir) \
677 || exit 1; \
678 fi; \
679 done
680check-am: all-am
681check: check-recursive
682@CURLDEBUG_FALSE@all-local:
683all-am: Makefile all-local
684installdirs: installdirs-recursive
685installdirs-am:
686install: install-recursive
687install-exec: install-exec-recursive
688install-data: install-data-recursive
689uninstall: uninstall-recursive
690
691install-am: all-am
692 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
693
694installcheck: installcheck-recursive
695install-strip:
696 if test -z '$(STRIP)'; then \
697 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699 install; \
700 else \
701 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
704 fi
705mostlyclean-generic:
706
707clean-generic:
708 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
709
710distclean-generic:
711 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
712 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
713 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
714
715maintainer-clean-generic:
716 @echo "This command is intended for maintainers to use"
717 @echo "it deletes files that may require special tools to rebuild."
718clean: clean-recursive
719
720clean-am: clean-generic clean-libtool mostlyclean-am
721
722distclean: distclean-recursive
723 -rm -f Makefile
724distclean-am: clean-am distclean-generic distclean-tags
725
726dvi: dvi-recursive
727
728dvi-am:
729
730html: html-recursive
731
732html-am:
733
734info: info-recursive
735
736info-am:
737
738install-data-am:
739
740install-dvi: install-dvi-recursive
741
742install-dvi-am:
743
744install-exec-am:
745
746install-html: install-html-recursive
747
748install-html-am:
749
750install-info: install-info-recursive
751
752install-info-am:
753
754install-man:
755
756install-pdf: install-pdf-recursive
757
758install-pdf-am:
759
760install-ps: install-ps-recursive
761
762install-ps-am:
763
764installcheck-am:
765
766maintainer-clean: maintainer-clean-recursive
767 -rm -f Makefile
768maintainer-clean-am: distclean-am maintainer-clean-generic
769
770mostlyclean: mostlyclean-recursive
771
772mostlyclean-am: mostlyclean-generic mostlyclean-libtool
773
774pdf: pdf-recursive
775
776pdf-am:
777
778ps: ps-recursive
779
780ps-am:
781
782uninstall-am:
783
784.MAKE: $(am__recursive_targets) install-am install-strip
785
786.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
787 check check-am clean clean-generic clean-libtool cscopelist-am \
788 ctags ctags-am distclean distclean-generic distclean-libtool \
789 distclean-tags distdir dvi dvi-am html html-am info info-am \
790 install install-am install-data install-data-am install-dvi \
791 install-dvi-am install-exec install-exec-am install-html \
792 install-html-am install-info install-info-am install-man \
793 install-pdf install-pdf-am install-ps install-ps-am \
794 install-strip installcheck installcheck-am installdirs \
795 installdirs-am maintainer-clean maintainer-clean-generic \
796 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
797 ps ps-am tags tags-am uninstall uninstall-am
798
799.PRECIOUS: Makefile
800
801
802curl:
803 @cd $(top_builddir) && $(MAKE)
804
805# make sure that PERL is pointing to an executable
806perlcheck:
807 @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
808
809test: perlcheck all
810 $(TEST) $(TFLAGS)
811
812quiet-test: perlcheck all
813 $(TEST) $(TEST_Q) $(TFLAGS)
814
815am-test: perlcheck all
816 $(TEST) $(TEST_AM) $(TFLAGS)
817
818ci-test: perlcheck all
819 $(TEST) $(TEST_CI) $(TFLAGS)
820
821full-test: perlcheck all
822 $(TEST) $(TEST_F) $(TFLAGS)
823
824nonflaky-test: perlcheck all
825 $(TEST) $(TEST_NF) $(TFLAGS)
826
827torture-test: perlcheck all
828 $(TEST) $(TEST_T) $(TFLAGS)
829
830event-test: perlcheck all
831 $(TEST) $(TEST_E) $(TFLAGS)
832
833.1.html:
834 $(MAN2HTML)
835
836.1.pdf:
837 @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
838 groff -Tps -man $< >$$foo.ps; \
839 ps2pdf $$foo.ps $@; \
840 rm $$foo.ps; \
841 echo "converted $< to $@")
842
843checksrc:
844 cd libtest && $(MAKE) checksrc
845 cd unit && $(MAKE) checksrc
846 cd server && $(MAKE) checksrc
847
848# for debug builds, we scan the sources on all regular make invokes
849@CURLDEBUG_TRUE@all-local: checksrc
850
851# Tell versions [3.59,3.63) of GNU make to not export all variables.
852# Otherwise a system limit (for SysV at least) may be exceeded.
853.NOEXPORT: