blob: f16966f9a7f046cd7f4ec96a7faf49b2d685cbb6 [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/data
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 =
163am__can_run_installinfo = \
164 case $$AM_UPDATE_INFO_DIR in \
165 n|no|NO) false;; \
166 *) (install-info --version) >/dev/null 2>&1;; \
167 esac
168am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
169am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
170DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171ACLOCAL = @ACLOCAL@
172AMTAR = @AMTAR@
173AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174AR = @AR@
175AR_FLAGS = @AR_FLAGS@
176AS = @AS@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
182CC = @CC@
183CCDEPMODE = @CCDEPMODE@
184CFLAGS = @CFLAGS@
185CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
186CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
187CPP = @CPP@
188CPPFLAGS = @CPPFLAGS@
189CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
190CSCOPE = @CSCOPE@
191CTAGS = @CTAGS@
192CURLVERSION = @CURLVERSION@
193CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
194CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
195CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
196CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
197CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
198CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
199CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
200CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
201CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
202CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
203CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
204CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
205CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
206CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
207CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
208CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
209CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
210CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
211CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
212CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
213CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
214CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
215CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
216CYGPATH_W = @CYGPATH_W@
217DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
218DEFS = @DEFS@
219DEPDIR = @DEPDIR@
220DLLTOOL = @DLLTOOL@
221DSYMUTIL = @DSYMUTIL@
222DUMPBIN = @DUMPBIN@
223ECHO_C = @ECHO_C@
224ECHO_N = @ECHO_N@
225ECHO_T = @ECHO_T@
226EGREP = @EGREP@
227ENABLE_SHARED = @ENABLE_SHARED@
228ENABLE_STATIC = @ENABLE_STATIC@
229ETAGS = @ETAGS@
230EXEEXT = @EXEEXT@
231FGREP = @FGREP@
232FILECMD = @FILECMD@
233FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
234GCOV = @GCOV@
235GREP = @GREP@
236HAVE_BROTLI = @HAVE_BROTLI@
237HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
238HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
239HAVE_LIBZ = @HAVE_LIBZ@
240HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
241HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
242HAVE_ZSTD = @HAVE_ZSTD@
243IDN_ENABLED = @IDN_ENABLED@
244INSTALL = @INSTALL@
245INSTALL_DATA = @INSTALL_DATA@
246INSTALL_PROGRAM = @INSTALL_PROGRAM@
247INSTALL_SCRIPT = @INSTALL_SCRIPT@
248INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249IPV6_ENABLED = @IPV6_ENABLED@
250LCOV = @LCOV@
251LD = @LD@
252LDFLAGS = @LDFLAGS@
253LIBCURL_LIBS = @LIBCURL_LIBS@
254LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
255LIBOBJS = @LIBOBJS@
256LIBS = @LIBS@
257LIBTOOL = @LIBTOOL@
258LIPO = @LIPO@
259LN_S = @LN_S@
260LTLIBOBJS = @LTLIBOBJS@
261LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
262MAINT = @MAINT@
263MAKEINFO = @MAKEINFO@
264MANIFEST_TOOL = @MANIFEST_TOOL@
265MANOPT = @MANOPT@
266MKDIR_P = @MKDIR_P@
267NM = @NM@
268NMEDIT = @NMEDIT@
269NROFF = @NROFF@
270NSS_LIBS = @NSS_LIBS@
271OBJDUMP = @OBJDUMP@
272OBJEXT = @OBJEXT@
273OTOOL = @OTOOL@
274OTOOL64 = @OTOOL64@
275PACKAGE = @PACKAGE@
276PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277PACKAGE_NAME = @PACKAGE_NAME@
278PACKAGE_STRING = @PACKAGE_STRING@
279PACKAGE_TARNAME = @PACKAGE_TARNAME@
280PACKAGE_URL = @PACKAGE_URL@
281PACKAGE_VERSION = @PACKAGE_VERSION@
282PATH_SEPARATOR = @PATH_SEPARATOR@
283PERL = @PERL@
284PKGADD_NAME = @PKGADD_NAME@
285PKGADD_PKG = @PKGADD_PKG@
286PKGADD_VENDOR = @PKGADD_VENDOR@
287PKGCONFIG = @PKGCONFIG@
288RANDOM_FILE = @RANDOM_FILE@
289RANLIB = @RANLIB@
290RC = @RC@
291REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
292SED = @SED@
293SET_MAKE = @SET_MAKE@
294SHELL = @SHELL@
295SSL_BACKENDS = @SSL_BACKENDS@
296SSL_ENABLED = @SSL_ENABLED@
297SSL_LIBS = @SSL_LIBS@
298STRIP = @STRIP@
299SUPPORT_FEATURES = @SUPPORT_FEATURES@
300SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
301USE_ARES = @USE_ARES@
302USE_BEARSSL = @USE_BEARSSL@
303USE_GNUTLS = @USE_GNUTLS@
304USE_HYPER = @USE_HYPER@
305USE_LIBRTMP = @USE_LIBRTMP@
306USE_LIBSSH = @USE_LIBSSH@
307USE_LIBSSH2 = @USE_LIBSSH2@
308USE_MBEDTLS = @USE_MBEDTLS@
309USE_MSH3 = @USE_MSH3@
310USE_NGHTTP2 = @USE_NGHTTP2@
311USE_NGHTTP3 = @USE_NGHTTP3@
312USE_NGTCP2 = @USE_NGTCP2@
313USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
314USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
315USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
316USE_NSS = @USE_NSS@
317USE_OPENLDAP = @USE_OPENLDAP@
318USE_QUICHE = @USE_QUICHE@
319USE_RUSTLS = @USE_RUSTLS@
320USE_SCHANNEL = @USE_SCHANNEL@
321USE_SECTRANSP = @USE_SECTRANSP@
322USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
323USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
324USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
325USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
326USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
327USE_WOLFSSH = @USE_WOLFSSH@
328USE_WOLFSSL = @USE_WOLFSSL@
329VERSION = @VERSION@
330VERSIONNUM = @VERSIONNUM@
331ZLIB_LIBS = @ZLIB_LIBS@
332ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
333abs_builddir = @abs_builddir@
334abs_srcdir = @abs_srcdir@
335abs_top_builddir = @abs_top_builddir@
336abs_top_srcdir = @abs_top_srcdir@
337ac_ct_AR = @ac_ct_AR@
338ac_ct_CC = @ac_ct_CC@
339ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340am__include = @am__include@
341am__leading_dot = @am__leading_dot@
342am__quote = @am__quote@
343am__tar = @am__tar@
344am__untar = @am__untar@
345bindir = @bindir@
346build = @build@
347build_alias = @build_alias@
348build_cpu = @build_cpu@
349build_os = @build_os@
350build_vendor = @build_vendor@
351builddir = @builddir@
352datadir = @datadir@
353datarootdir = @datarootdir@
354docdir = @docdir@
355dvidir = @dvidir@
356exec_prefix = @exec_prefix@
357host = @host@
358host_alias = @host_alias@
359host_cpu = @host_cpu@
360host_os = @host_os@
361host_vendor = @host_vendor@
362htmldir = @htmldir@
363includedir = @includedir@
364infodir = @infodir@
365install_sh = @install_sh@
366libdir = @libdir@
367libexecdir = @libexecdir@
368libext = @libext@
369localedir = @localedir@
370localstatedir = @localstatedir@
371mandir = @mandir@
372mkdir_p = @mkdir_p@
373oldincludedir = @oldincludedir@
374pdfdir = @pdfdir@
375prefix = @prefix@
376program_transform_name = @program_transform_name@
377psdir = @psdir@
378runstatedir = @runstatedir@
379sbindir = @sbindir@
380sharedstatedir = @sharedstatedir@
381srcdir = @srcdir@
382sysconfdir = @sysconfdir@
383target_alias = @target_alias@
384top_build_prefix = @top_build_prefix@
385top_builddir = @top_builddir@
386top_srcdir = @top_srcdir@
387
388# this list is in numerical order
389TESTCASES = test1 test2 test3 test4 test5 test6 test7 test8 test9 \
390test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \
391test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
392test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \
393test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \
394test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
395test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \
396test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
397test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \
398test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \
399test100 test101 test102 test103 test104 test105 test106 test107 test108 \
400test109 test110 test111 test112 test113 test114 test115 test116 test117 \
401test118 test119 test120 test121 test122 test123 test124 test125 test126 \
402test127 test128 test129 test130 test131 test132 test133 test134 test135 \
403test136 test137 test138 test139 test140 test141 test142 test143 test144 \
404test145 test146 test147 test148 test149 test150 test151 test152 test153 \
405test154 test155 test156 test157 test158 test159 test160 test161 test162 \
406test163 test164 test165 test166 test167 test168 test169 test170 test171 \
407test172 test173 test174 test175 test176 test177 test178 test179 test180 \
408test181 test182 test183 test184 test185 test186 test187 test188 test189 \
409test190 test191 test192 test193 test194 test195 test196 test197 test198 \
410test199 test200 test201 test202 test203 test204 test205 test206 test207 \
411test208 test209 test210 test211 test212 test213 test214 test215 test216 \
412test217 test218 test219 test220 test221 test222 test223 test224 test225 \
413test226 test227 test228 test229 test230 test231 test232 test233 test234 \
414test235 test236 test237 test238 test239 test240 test241 test242 test243 \
415test244 test245 test246 test247 test248 test249 test250 test251 test252 \
416test253 test254 test255 test256 test257 test258 test259 test260 test261 \
417test262 test263 test264 test265 test266 test267 test268 test269 test270 \
418test271 test272 test273 test274 test275 test276 test277 test278 test279 \
419test280 test281 test282 test283 test284 test285 test286 test287 test288 \
420test289 test290 test291 test292 test293 test294 test295 test296 test297 \
421test298 test299 test300 test301 test302 test303 test304 test305 test306 \
422test307 test308 test309 test310 test311 test312 test313 test314 test315 \
423test316 test317 test318 test319 test320 test321 test322 test323 test324 \
424test325 test326 test327 test328 test329 test330 test331 test332 test333 \
425test334 test335 test336 test337 test338 test339 test340 test341 test342 \
426test343 test344 test345 test346 test347 test348 test349 test350 test351 \
427test352 test353 test354 test355 test356 test357 test358 test359 test360 \
428test361 test362 test363 test364 test365 test366 test367 test368 test369 \
429test370 test371 test372 test373 test374 test375 test376 test378 test379 \
430test380 test381 test383 test384 test385 test386 test387 test388 test389 \
431test390 test391 test392 test393 test394 test395 test396 test397 test398 \
432test399 test400 test401 test402 test403 test404 test405 test406 test407 \
433test408 test409 test410 test411 test412 test413 test414 test415 \
434\
435test430 test431 test432 test433 test434 test435 test436 \
436\
437test440 test441 test442 test443 test444 test445 \
438\
439test490 test491 test492 test493 test494 test495 test496 \
440\
441test500 test501 test502 test503 test504 test505 test506 test507 test508 \
442test509 test510 test511 test512 test513 test514 test515 test516 test517 \
443test518 test519 test520 test521 test522 test523 test524 test525 test526 \
444test527 test528 test529 test530 test531 test532 test533 test534 test535 \
445 test537 test538 test539 test540 test541 test542 test543 test544 \
446test545 test546 test547 test548 test549 test550 test551 test552 test553 \
447test554 test555 test556 test557 test558 test559 test560 test561 test562 \
448test563 test564 test565 test566 test567 test568 test569 test570 test571 \
449test572 test573 test574 test575 test576 test577 test578 test579 test580 \
450test581 test582 test583 test584 test585 test586 test587 test588 test589 \
451test590 test591 test592 test593 test594 test595 test596 test597 test598 \
452test599 test600 test601 test602 test603 test604 test605 test606 test607 \
453test608 test609 test610 test611 test612 test613 test614 test615 test616 \
454test617 test618 test619 test620 test621 test622 test623 test624 test625 \
455test626 test627 test628 test629 test630 test631 test632 test633 test634 \
456test635 test636 test637 test638 test639 test640 test641 test642 \
457test643 test644 test645 test646 test647 test648 test649 test650 test651 \
458test652 test653 test654 test655 test656 test658 test659 test660 test661 \
459test662 test663 test664 test665 test666 test667 test668 test669 \
460test670 test671 test672 test673 test674 test675 test676 test677 test678 \
461test679 test680 test681 test682 test683 test684 test685 \
462\
463test700 test701 test702 test703 test704 test705 test706 test707 test708 \
464test709 test710 test711 test712 test713 test714 test715 test716 test717 \
465test718 test719 test720 test721 \
466\
467test800 test801 test802 test803 test804 test805 test806 test807 test808 \
468test809 test810 test811 test812 test813 test814 test815 test816 test817 \
469test818 test819 test820 test821 test822 test823 test824 test825 test826 \
470test827 test828 test829 test830 test831 test832 test833 test834 test835 \
471test836 test837 test838 test839 test840 test841 test842 test843 test844 \
472test845 test846 test847 test848 test849 test850 test851 test852 test853 \
473test854 test855 test856 test857 test858 test859 test860 test861 test862 \
474test863 test864 test865 test866 test867 test868 test869 test870 test871 \
475test872 test873 test874 test875 test876 test877 test878 test879 test880 \
476test881 test882 test883 test884 test885 test886 test887 test888 test889 \
477test890 test891 test892 test893 test894 test895 test896 test897 test898 \
478\
479test900 test901 test902 test903 test904 test905 test906 test907 test908 \
480test909 test910 test911 test912 test913 test914 test915 test916 test917 \
481test918 test919 test920 test921 test922 test923 test924 test925 test926 \
482test927 test928 test929 test930 test931 test932 test933 test934 test935 \
483test936 test937 test938 test939 test940 test941 test942 test943 test944 \
484test945 test946 test947 test948 test949 test950 test951 test952 test953 \
485test954 test955 test956 test957 test958 test959 test960 test961 test962 \
486test963 test964 test965 test966 test967 test968 test969 test970 test971 \
487test972 test973 test974 test975 test976 test977 \
488\
489test980 test981 test982 test983 test984 test985 test986 \
490\
491test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
492test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \
493test1016 test1017 test1018 test1019 test1020 test1021 test1022 test1023 \
494test1024 test1025 test1026 test1027 test1028 test1029 test1030 test1031 \
495test1032 test1033 test1034 test1035 test1036 test1037 test1038 test1039 \
496test1040 test1041 test1042 test1043 test1044 test1045 test1046 test1047 \
497test1048 test1049 test1050 test1051 test1052 test1053 test1054 test1055 \
498test1056 test1057 test1058 test1059 test1060 test1061 test1062 test1063 \
499test1064 test1065 test1066 test1067 test1068 test1069 test1070 test1071 \
500test1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079 \
501test1080 test1081 test1082 test1083 test1084 test1085 test1086 test1087 \
502test1088 test1089 test1090 test1091 test1092 test1093 test1094 test1095 \
503test1096 test1097 test1098 test1099 test1100 test1101 test1102 test1103 \
504test1104 test1105 test1106 test1107 test1108 test1109 test1110 test1111 \
505test1112 test1113 test1114 test1115 test1116 test1117 test1118 test1119 \
506test1120 test1121 test1122 test1123 test1124 test1125 test1126 test1127 \
507test1128 test1129 test1130 test1131 test1132 test1133 test1134 test1135 \
508test1136 test1137 test1138 test1139 test1140 test1141 test1142 test1143 \
509test1144 test1145 test1146 test1147 test1148 test1149 test1150 test1151 \
510test1152 test1153 test1154 test1155 test1156 test1157 test1158 test1159 \
511test1160 test1161 test1162 test1163 test1164 test1165 test1166 test1167 \
512test1168 test1169 test1170 test1171 test1172 test1173 test1174 test1175 \
513test1176 test1177 test1178 test1179 test1180 test1181 test1182 test1183 \
514test1184 test1185 test1186 test1187 test1188 test1189 \
515\
516test1190 test1191 test1192 test1193 test1194 test1195 test1196 test1197 \
517test1198 test1199 \
518test1200 test1201 test1202 test1203 test1204 test1205 test1206 test1207 \
519test1208 test1209 test1210 test1211 test1212 test1213 test1214 test1215 \
520test1216 test1217 test1218 test1219 test1220 test1223 \
521test1224 test1225 test1226 test1227 test1228 test1229 test1230 test1231 \
522test1232 test1233 test1234 test1235 test1236 test1237 test1238 test1239 \
523test1240 test1241 test1242 test1243 test1244 test1245 test1246 test1247 \
524test1248 test1249 test1250 test1251 test1252 test1253 test1254 test1255 \
525test1256 test1257 test1258 test1259 test1260 test1261 test1262 test1263 \
526test1264 test1265 test1266 test1267 test1268 test1269 test1270 test1271 \
527test1272 test1273 test1274 test1275 \
528\
529test1280 test1281 test1282 test1283 test1284 test1285 test1286 test1287 \
530test1288 test1289 test1290 test1291 test1292 test1293 test1294 test1295 \
531test1296 test1297 test1298 test1299 test1300 test1301 test1302 test1303 \
532test1304 test1305 test1306 test1307 test1308 test1309 test1310 test1311 \
533test1312 test1313 test1314 test1315 test1316 test1317 test1318 test1319 \
534test1320 test1321 test1322 test1323 test1324 test1325 test1326 test1327 \
535test1328 test1329 test1330 test1331 test1332 test1333 test1334 test1335 \
536test1336 test1337 test1338 test1339 test1340 test1341 test1342 test1343 \
537test1344 test1345 test1346 test1347 test1348 test1349 test1350 test1351 \
538test1352 test1353 test1354 test1355 test1356 test1357 test1358 test1359 \
539test1360 test1361 test1362 test1363 test1364 test1365 test1366 test1367 \
540test1368 test1369 test1370 test1371 test1372 test1373 test1374 test1375 \
541test1376 test1377 test1378 test1379 test1380 test1381 test1382 test1383 \
542test1384 test1385 test1386 test1387 test1388 test1389 test1390 test1391 \
543test1392 test1393 test1394 test1395 test1396 test1397 test1398 test1399 \
544test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \
545test1408 test1409 test1410 test1411 test1412 test1413 test1414 test1415 \
546test1416 test1417 test1418 test1419 test1420 test1421 test1422 test1423 \
547test1424 test1425 test1426 test1427 test1428 test1429 test1430 test1431 \
548test1432 test1433 test1434 test1435 test1436 test1437 test1438 test1439 \
549test1440 test1441 test1442 test1443 test1444 test1445 test1446 test1447 \
550test1448 test1449 test1450 test1451 test1452 test1453 test1454 test1455 \
551test1456 test1457 test1458 test1459 test1460 test1461 test1462 test1463 \
552test1464 test1465 test1466 test1467 test1468 \
553\
554test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \
555test1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \
556test1516 test1517 test1518 test1519 test1520 test1521 test1522 test1523 \
557test1524 test1525 test1526 test1527 test1528 test1529 test1530 test1531 \
558test1532 test1533 test1534 test1535 test1536 test1537 test1538 test1539 \
559test1540 test1542 test1543 \
560\
561test1550 test1551 test1552 test1553 test1554 test1555 test1556 test1557 \
562test1558 test1559 test1560 test1561 test1562 test1563 test1564 test1565 \
563test1566 test1567 test1568 test1569 test1570 \
564\
565test1590 test1591 test1592 test1593 test1594 test1595 test1596 test1597 \
566\
567test1600 test1601 test1602 test1603 test1604 test1605 test1606 test1607 \
568test1608 test1609 test1610 test1611 test1612 test1613 test1614 \
569\
570test1620 test1621 \
571\
572test1630 test1631 test1632 test1633 test1634 test1635 \
573\
574test1650 test1651 test1652 test1653 test1654 test1655 \
575test1660 test1661 \
576\
577test1670 test1671 \
578\
579test1680 test1681 test1682 test1683 \
580\
581test1700 test1701 test1702 test1703 \
582\
583test1800 test1801 \
584\
585 test1904 test1905 test1906 test1907 \
586test1908 test1909 test1910 test1911 test1912 test1913 test1914 test1915 \
587test1916 test1917 test1918 test1919 \
588\
589test1933 test1934 test1935 test1936 test1937 test1938 test1939 test1940 \
590test1941 test1942 test1943 test1944 test1945 test1946 test1947 test1948 \
591test1955 \
592\
593test2000 test2001 test2002 test2003 test2004 \
594\
595 test2023 \
596test2024 test2025 test2026 test2027 test2028 test2029 test2030 test2031 \
597test2032 test2033 test2034 test2035 test2036 test2037 test2038 test2039 \
598test2040 test2041 test2042 test2043 test2044 test2045 test2046 test2047 \
599test2048 test2049 test2050 test2051 test2052 test2053 test2054 test2055 \
600test2056 test2057 test2058 test2059 test2060 test2061 test2062 test2063 \
601test2064 test2065 test2066 test2067 test2068 test2069 test2070 test2071 \
602test2072 test2073 test2074 test2075 test2076 test2077 test2078 test2079 \
603test2080 test2081 test2082 test2083 test2084 test2085 test2086 test2087 \
604\
605test2100 \
606\
607test2200 test2201 test2202 test2203 test2204 test2205 \
608\
609test2300 test2301 test2302 test2303 \
610\
611test3000 test3001 test3002 test3003 test3004 test3005 test3006 test3007 \
612test3008 test3009 test3010 test3011 test3012 test3013 test3014 test3015 \
613test3016 test3017 test3018 test3019 test3020 test3021 test3022 test3023 \
614test3024 test3025 test3026 test3027
615
616
617# TESTCASES are taken from Makefile.inc
618EXTRA_DIST = $(TESTCASES) DISABLED CMakeLists.txt
619all: all-am
620
621.SUFFIXES:
622$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
623 @for dep in $?; do \
624 case '$(am__configure_deps)' in \
625 *$$dep*) \
626 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
627 && { if test -f $@; then exit 0; else break; fi; }; \
628 exit 1;; \
629 esac; \
630 done; \
631 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/data/Makefile'; \
632 $(am__cd) $(top_srcdir) && \
633 $(AUTOMAKE) --foreign tests/data/Makefile
634Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
635 @case '$?' in \
636 *config.status*) \
637 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
638 *) \
639 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
640 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
641 esac;
642$(srcdir)/Makefile.inc $(am__empty):
643
644$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
645 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
646
647$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
648 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
649$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
650 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
651$(am__aclocal_m4_deps):
652
653mostlyclean-libtool:
654 -rm -f *.lo
655
656clean-libtool:
657 -rm -rf .libs _libs
658tags TAGS:
659
660ctags CTAGS:
661
662cscope cscopelist:
663
664distdir: $(BUILT_SOURCES)
665 $(MAKE) $(AM_MAKEFLAGS) distdir-am
666
667distdir-am: $(DISTFILES)
668 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
669 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
670 list='$(DISTFILES)'; \
671 dist_files=`for file in $$list; do echo $$file; done | \
672 sed -e "s|^$$srcdirstrip/||;t" \
673 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
674 case $$dist_files in \
675 */*) $(MKDIR_P) `echo "$$dist_files" | \
676 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
677 sort -u` ;; \
678 esac; \
679 for file in $$dist_files; do \
680 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
681 if test -d $$d/$$file; then \
682 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
683 if test -d "$(distdir)/$$file"; then \
684 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
685 fi; \
686 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
687 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
688 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
689 fi; \
690 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
691 else \
692 test -f "$(distdir)/$$file" \
693 || cp -p $$d/$$file "$(distdir)/$$file" \
694 || exit 1; \
695 fi; \
696 done
697check-am: all-am
698check: check-am
699all-am: Makefile
700installdirs:
701install-exec: install-exec-am
702install-data: install-data-am
703uninstall: uninstall-am
704
705install-am: all-am
706 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
707
708installcheck: installcheck-am
709install-strip:
710 if test -z '$(STRIP)'; then \
711 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713 install; \
714 else \
715 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
718 fi
719mostlyclean-generic:
720
721clean-generic:
722
723distclean-generic:
724 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
725 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
726
727maintainer-clean-generic:
728 @echo "This command is intended for maintainers to use"
729 @echo "it deletes files that may require special tools to rebuild."
730clean: clean-am
731
732clean-am: clean-generic clean-libtool mostlyclean-am
733
734distclean: distclean-am
735 -rm -f Makefile
736distclean-am: clean-am distclean-generic
737
738dvi: dvi-am
739
740dvi-am:
741
742html: html-am
743
744html-am:
745
746info: info-am
747
748info-am:
749
750install-data-am:
751
752install-dvi: install-dvi-am
753
754install-dvi-am:
755
756install-exec-am:
757
758install-html: install-html-am
759
760install-html-am:
761
762install-info: install-info-am
763
764install-info-am:
765
766install-man:
767
768install-pdf: install-pdf-am
769
770install-pdf-am:
771
772install-ps: install-ps-am
773
774install-ps-am:
775
776installcheck-am:
777
778maintainer-clean: maintainer-clean-am
779 -rm -f Makefile
780maintainer-clean-am: distclean-am maintainer-clean-generic
781
782mostlyclean: mostlyclean-am
783
784mostlyclean-am: mostlyclean-generic mostlyclean-libtool
785
786pdf: pdf-am
787
788pdf-am:
789
790ps: ps-am
791
792ps-am:
793
794uninstall-am:
795
796.MAKE: install-am install-strip
797
798.PHONY: all all-am check check-am clean clean-generic clean-libtool \
799 cscopelist-am ctags-am distclean distclean-generic \
800 distclean-libtool distdir dvi dvi-am html html-am info info-am \
801 install install-am install-data install-data-am install-dvi \
802 install-dvi-am install-exec install-exec-am install-html \
803 install-html-am install-info install-info-am install-man \
804 install-pdf install-pdf-am install-ps install-ps-am \
805 install-strip installcheck installcheck-am installdirs \
806 maintainer-clean maintainer-clean-generic mostlyclean \
807 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
808 tags-am uninstall uninstall-am
809
810.PRECIOUS: Makefile
811
812
813#***************************************************************************
814# _ _ ____ _
815# Project ___| | | | _ \| |
816# / __| | | | |_) | |
817# | (__| |_| | _ <| |___
818# \___|\___/|_| \_\_____|
819#
820# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
821#
822# This software is licensed as described in the file COPYING, which
823# you should have received as part of this distribution. The terms
824# are also available at https://curl.se/docs/copyright.html.
825#
826# You may opt to use, copy, modify, merge, publish, distribute and/or sell
827# copies of the Software, and permit persons to whom the Software is
828# furnished to do so, under the terms of the COPYING file.
829#
830# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
831# KIND, either express or implied.
832#
833# SPDX-License-Identifier: curl
834#
835###########################################################################
836iall:
837install:
838test:
839
840# Tell versions [3.59,3.63) of GNU make to not export all variables.
841# Otherwise a system limit (for SysV at least) may be exceeded.
842.NOEXPORT: