Makefile.in (31644B)
1 # 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 VPATH = @srcdir@ 17 am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27 } 28 am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72 pkgdatadir = $(datadir)/@PACKAGE@ 73 pkgincludedir = $(includedir)/@PACKAGE@ 74 pkglibdir = $(libdir)/@PACKAGE@ 75 pkglibexecdir = $(libexecdir)/@PACKAGE@ 76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77 install_sh_DATA = $(install_sh) -c -m 644 78 install_sh_PROGRAM = $(install_sh) -c 79 install_sh_SCRIPT = $(install_sh) -c 80 INSTALL_HEADER = $(INSTALL_DATA) 81 transform = $(program_transform_name) 82 NORMAL_INSTALL = : 83 PRE_INSTALL = : 84 POST_INSTALL = : 85 NORMAL_UNINSTALL = : 86 PRE_UNINSTALL = : 87 POST_UNINSTALL = : 88 build_triplet = @build@ 89 host_triplet = @host@ 90 subdir = tests/data 91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 93 $(top_srcdir)/m4/curl-compilers.m4 \ 94 $(top_srcdir)/m4/curl-confopts.m4 \ 95 $(top_srcdir)/m4/curl-functions.m4 \ 96 $(top_srcdir)/m4/curl-gnutls.m4 \ 97 $(top_srcdir)/m4/curl-mbedtls.m4 \ 98 $(top_srcdir)/m4/curl-openssl.m4 \ 99 $(top_srcdir)/m4/curl-override.m4 \ 100 $(top_srcdir)/m4/curl-reentrant.m4 \ 101 $(top_srcdir)/m4/curl-rustls.m4 \ 102 $(top_srcdir)/m4/curl-schannel.m4 \ 103 $(top_srcdir)/m4/curl-sysconfig.m4 \ 104 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 105 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 106 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 107 $(top_srcdir)/m4/xc-am-iface.m4 \ 108 $(top_srcdir)/m4/xc-cc-check.m4 \ 109 $(top_srcdir)/m4/xc-lt-iface.m4 \ 110 $(top_srcdir)/m4/xc-val-flgs.m4 \ 111 $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 112 $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 113 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 114 $(top_srcdir)/configure.ac 115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 116 $(ACLOCAL_M4) 117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 118 mkinstalldirs = $(install_sh) -d 119 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h 120 CONFIG_CLEAN_FILES = 121 CONFIG_CLEAN_VPATH_FILES = 122 AM_V_P = $(am__v_P_@AM_V@) 123 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 124 am__v_P_0 = false 125 am__v_P_1 = : 126 AM_V_GEN = $(am__v_GEN_@AM_V@) 127 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 128 am__v_GEN_0 = @echo " GEN " $@; 129 am__v_GEN_1 = 130 AM_V_at = $(am__v_at_@AM_V@) 131 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 132 am__v_at_0 = @ 133 am__v_at_1 = 134 SOURCES = 135 DIST_SOURCES = 136 am__can_run_installinfo = \ 137 case $$AM_UPDATE_INFO_DIR in \ 138 n|no|NO) false;; \ 139 *) (install-info --version) >/dev/null 2>&1;; \ 140 esac 141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 142 am__DIST_COMMON = $(srcdir)/Makefile.in 143 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 144 ACLOCAL = @ACLOCAL@ 145 AMTAR = @AMTAR@ 146 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 147 APXS = @APXS@ 148 AR = @AR@ 149 AR_FLAGS = @AR_FLAGS@ 150 AS = @AS@ 151 AUTOCONF = @AUTOCONF@ 152 AUTOHEADER = @AUTOHEADER@ 153 AUTOMAKE = @AUTOMAKE@ 154 AWK = @AWK@ 155 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 156 CADDY = @CADDY@ 157 CC = @CC@ 158 CCDEPMODE = @CCDEPMODE@ 159 CFLAGS = @CFLAGS@ 160 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 161 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 162 CPP = @CPP@ 163 CPPFLAGS = @CPPFLAGS@ 164 CSCOPE = @CSCOPE@ 165 CTAGS = @CTAGS@ 166 CURLVERSION = @CURLVERSION@ 167 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 168 CURL_CA_EMBED = @CURL_CA_EMBED@ 169 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 170 CURL_CPP = @CURL_CPP@ 171 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = @CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@ 172 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = @CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@ 173 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 174 CYGPATH_W = @CYGPATH_W@ 175 DEFS = @DEFS@ 176 DEPDIR = @DEPDIR@ 177 DLLTOOL = @DLLTOOL@ 178 DSYMUTIL = @DSYMUTIL@ 179 DUMPBIN = @DUMPBIN@ 180 ECHO_C = @ECHO_C@ 181 ECHO_N = @ECHO_N@ 182 ECHO_T = @ECHO_T@ 183 EGREP = @EGREP@ 184 ENABLE_SHARED = @ENABLE_SHARED@ 185 ENABLE_STATIC = @ENABLE_STATIC@ 186 ETAGS = @ETAGS@ 187 EXEEXT = @EXEEXT@ 188 FGREP = @FGREP@ 189 FILECMD = @FILECMD@ 190 FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 191 GCOV = @GCOV@ 192 GREP = @GREP@ 193 HAVE_LIBZ = @HAVE_LIBZ@ 194 HTTPD = @HTTPD@ 195 HTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 196 INSTALL = @INSTALL@ 197 INSTALL_DATA = @INSTALL_DATA@ 198 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 199 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 200 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 201 LCOV = @LCOV@ 202 LD = @LD@ 203 LDFLAGS = @LDFLAGS@ 204 LIBCURL_PC_CFLAGS = @LIBCURL_PC_CFLAGS@ 205 LIBCURL_PC_CFLAGS_PRIVATE = @LIBCURL_PC_CFLAGS_PRIVATE@ 206 LIBCURL_PC_LDFLAGS_PRIVATE = @LIBCURL_PC_LDFLAGS_PRIVATE@ 207 LIBCURL_PC_LIBS = @LIBCURL_PC_LIBS@ 208 LIBCURL_PC_LIBS_PRIVATE = @LIBCURL_PC_LIBS_PRIVATE@ 209 LIBCURL_PC_REQUIRES = @LIBCURL_PC_REQUIRES@ 210 LIBCURL_PC_REQUIRES_PRIVATE = @LIBCURL_PC_REQUIRES_PRIVATE@ 211 LIBOBJS = @LIBOBJS@ 212 LIBS = @LIBS@ 213 LIBTOOL = @LIBTOOL@ 214 LIPO = @LIPO@ 215 LN_S = @LN_S@ 216 LTLIBOBJS = @LTLIBOBJS@ 217 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 218 MAINT = @MAINT@ 219 MAKEINFO = @MAKEINFO@ 220 MANIFEST_TOOL = @MANIFEST_TOOL@ 221 MKDIR_P = @MKDIR_P@ 222 NM = @NM@ 223 NMEDIT = @NMEDIT@ 224 OBJDUMP = @OBJDUMP@ 225 OBJEXT = @OBJEXT@ 226 OTOOL = @OTOOL@ 227 OTOOL64 = @OTOOL64@ 228 PACKAGE = @PACKAGE@ 229 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 230 PACKAGE_NAME = @PACKAGE_NAME@ 231 PACKAGE_STRING = @PACKAGE_STRING@ 232 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 233 PACKAGE_URL = @PACKAGE_URL@ 234 PACKAGE_VERSION = @PACKAGE_VERSION@ 235 PATH_SEPARATOR = @PATH_SEPARATOR@ 236 PERL = @PERL@ 237 PKGCONFIG = @PKGCONFIG@ 238 RANLIB = @RANLIB@ 239 RC = @RC@ 240 SED = @SED@ 241 SET_MAKE = @SET_MAKE@ 242 SHELL = @SHELL@ 243 SSL_BACKENDS = @SSL_BACKENDS@ 244 STRIP = @STRIP@ 245 SUPPORT_FEATURES = @SUPPORT_FEATURES@ 246 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 247 TEST_NGHTTPX = @TEST_NGHTTPX@ 248 VERSION = @VERSION@ 249 VERSIONNUM = @VERSIONNUM@ 250 VSFTPD = @VSFTPD@ 251 ZLIB_LIBS = @ZLIB_LIBS@ 252 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 253 abs_builddir = @abs_builddir@ 254 abs_srcdir = @abs_srcdir@ 255 abs_top_builddir = @abs_top_builddir@ 256 abs_top_srcdir = @abs_top_srcdir@ 257 ac_ct_AR = @ac_ct_AR@ 258 ac_ct_CC = @ac_ct_CC@ 259 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 260 am__include = @am__include@ 261 am__leading_dot = @am__leading_dot@ 262 am__quote = @am__quote@ 263 am__tar = @am__tar@ 264 am__untar = @am__untar@ 265 bindir = @bindir@ 266 build = @build@ 267 build_alias = @build_alias@ 268 build_cpu = @build_cpu@ 269 build_os = @build_os@ 270 build_vendor = @build_vendor@ 271 builddir = @builddir@ 272 datadir = @datadir@ 273 datarootdir = @datarootdir@ 274 docdir = @docdir@ 275 dvidir = @dvidir@ 276 exec_prefix = @exec_prefix@ 277 host = @host@ 278 host_alias = @host_alias@ 279 host_cpu = @host_cpu@ 280 host_os = @host_os@ 281 host_vendor = @host_vendor@ 282 htmldir = @htmldir@ 283 includedir = @includedir@ 284 infodir = @infodir@ 285 install_sh = @install_sh@ 286 libdir = @libdir@ 287 libexecdir = @libexecdir@ 288 libext = @libext@ 289 localedir = @localedir@ 290 localstatedir = @localstatedir@ 291 mandir = @mandir@ 292 mkdir_p = @mkdir_p@ 293 oldincludedir = @oldincludedir@ 294 pdfdir = @pdfdir@ 295 prefix = @prefix@ 296 program_transform_name = @program_transform_name@ 297 psdir = @psdir@ 298 runstatedir = @runstatedir@ 299 sbindir = @sbindir@ 300 sharedstatedir = @sharedstatedir@ 301 srcdir = @srcdir@ 302 sysconfdir = @sysconfdir@ 303 target_alias = @target_alias@ 304 top_build_prefix = @top_build_prefix@ 305 top_builddir = @top_builddir@ 306 top_srcdir = @top_srcdir@ 307 308 # this list is in numerical order 309 TESTCASES = test1 test2 test3 test4 test5 test6 test7 test8 test9 \ 310 test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \ 311 test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \ 312 test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \ 313 test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \ 314 test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \ 315 test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \ 316 test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \ 317 test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \ 318 test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \ 319 test100 test101 test102 test103 test104 test105 test106 test107 test108 \ 320 test109 test110 test111 test112 test113 test114 test115 test116 test117 \ 321 test118 test119 test120 test121 test122 test123 test124 test125 test126 \ 322 test127 test128 test129 test130 test131 test132 test133 test134 test135 \ 323 test136 test137 test138 test139 test140 test141 test142 test143 test144 \ 324 test145 test146 test147 test148 test149 test150 test151 test152 test153 \ 325 test154 test155 test156 test157 test158 test159 test160 test161 test162 \ 326 test163 test164 test165 test166 test167 test168 test169 test170 test171 \ 327 test172 test173 test174 test175 test176 test177 test178 test179 test180 \ 328 test181 test182 test183 test184 test185 test186 test187 test188 test189 \ 329 test190 test191 test192 test193 test194 test195 test196 test197 test198 \ 330 test199 test200 test201 test202 test203 test204 test205 test206 test207 \ 331 test208 test209 test210 test211 test212 test213 test214 test215 test216 \ 332 test217 test218 test219 test220 test221 test222 test223 test224 test225 \ 333 test226 test227 test228 test229 test230 test231 test232 test233 test234 \ 334 test235 test236 test237 test238 test239 test240 test241 test242 test243 \ 335 test244 test245 test246 test247 test248 test249 test250 test251 test252 \ 336 test253 test254 test255 test256 test257 test258 test259 test260 test261 \ 337 test262 test263 test264 test265 test266 test267 test268 test269 test270 \ 338 test271 test272 test273 test274 test275 test276 test277 test278 test279 \ 339 test280 test281 test282 test283 test284 test285 test286 test287 test288 \ 340 test289 test290 test291 test292 test293 test294 test295 test296 test297 \ 341 test298 test299 test300 test301 test302 test303 test304 test305 test306 \ 342 test307 test308 test309 test310 test311 test312 test313 test314 test315 \ 343 test316 test317 test318 test319 test320 test321 test322 test323 test324 \ 344 test325 test326 test327 test328 test329 test330 test331 test332 test333 \ 345 test334 test335 test336 test337 test338 test339 test340 test341 test342 \ 346 test343 test344 test345 test346 test347 test348 test349 test350 test351 \ 347 test352 test353 test354 test355 test356 test357 test358 test359 test360 \ 348 test361 test362 test363 test364 test365 test366 test367 test368 test369 \ 349 test370 test371 test372 test373 test374 test375 test376 test378 test379 \ 350 test380 test381 test383 test384 test385 test386 test387 test388 test389 \ 351 test390 test391 test392 test393 test394 test395 test396 test397 test398 \ 352 test399 test400 test401 test402 test403 test404 test405 test406 test407 \ 353 test408 test409 test410 test411 test412 test413 test414 test415 test416 \ 354 test417 test418 test419 test420 test421 test422 test423 test424 test425 \ 355 test426 test427 test428 test429 test430 test431 test432 test433 test434 \ 356 test435 test436 test437 test438 test439 test440 test441 test442 test443 \ 357 test444 test445 test446 test447 test448 test449 test450 test451 test452 \ 358 test453 test454 test455 test456 test457 test458 test459 test460 test461 \ 359 test462 test463 test467 test468 test469 test470 test471 test472 test473 \ 360 test474 test475 test476 test477 test478 test479 test480 test481 test482 \ 361 test483 test484 test485 test486 test487 test488 test489 test490 test491 \ 362 test492 test493 test494 test495 test496 test497 test498 test499 test500 \ 363 test501 test502 test503 test504 test505 test506 test507 test508 test509 \ 364 test510 test511 test512 test513 test514 test515 test516 test517 test518 \ 365 test519 test520 test521 test522 test523 test524 test525 test526 test527 \ 366 test528 test529 test530 test531 test532 test533 test534 test535 test536 \ 367 test537 test538 test539 test540 test541 test542 test543 test544 test545 \ 368 test546 test547 test548 test549 test550 test551 test552 test553 test554 \ 369 test555 test556 test557 test558 test559 test560 test561 test562 test563 \ 370 test564 test565 test566 test567 test568 test569 test570 test571 test572 \ 371 test573 test574 test575 test576 test577 test578 test579 test580 test581 \ 372 test582 test583 test584 test585 test586 test587 test588 test589 test590 \ 373 test591 test592 test593 test594 test595 test596 test597 test598 test599 \ 374 test600 test601 test602 test603 test604 test605 test606 test607 test608 \ 375 test609 test610 test611 test612 test613 test614 test615 test616 test617 \ 376 test618 test619 test620 test621 test622 test623 test624 test625 test626 \ 377 test627 test628 test629 test630 test631 test632 test633 test634 test635 \ 378 test636 test637 test638 test639 test640 test641 test642 test643 test644 \ 379 test645 test646 test647 test648 test649 test650 test651 test652 test653 \ 380 test654 test655 test656 test658 test659 test660 test661 test662 test663 \ 381 test664 test665 test666 test667 test668 test669 test670 test671 test672 \ 382 test673 test674 test675 test676 test677 test678 test679 test680 test681 \ 383 test682 test683 test684 test685 test686 test687 test688 test689 test690 \ 384 test691 test692 test693 test694 test695 test696 test697 test698 test699 \ 385 test700 test701 test702 test703 test704 test705 test706 test707 test708 \ 386 test709 test710 test711 test712 test713 test714 test715 test716 test717 \ 387 test718 test719 test720 test721 test722 test723 test724 test725 test726 \ 388 test727 test728 test729 test730 test731 test732 test733 test734 test735 \ 389 test736 test737 test738 test739 test740 test741 test742 test743 test744 \ 390 test745 test746 test747 test748 test749 test750 test751 test752 test753 \ 391 test754 \ 392 test780 test781 test782 test783 test784 test785 test786 test787 test788 \ 393 test789 test790 test791 test792 test793 \ 394 \ 395 test799 test800 test801 test802 test803 test804 test805 test806 test807 \ 396 test808 test809 test810 test811 test812 test813 test814 test815 test816 \ 397 test817 test818 test819 test820 test821 test822 test823 test824 test825 \ 398 test826 test827 test828 test829 test830 test831 test832 test833 test834 \ 399 test835 test836 test837 test838 test839 test840 test841 test842 test843 \ 400 test844 test845 test846 test847 test848 test849 test850 test851 test852 \ 401 test853 test854 test855 test856 test857 test858 test859 test860 test861 \ 402 test862 test863 test864 test865 test866 test867 test868 test869 test870 \ 403 test871 test872 test873 test874 test875 test876 test877 test878 test879 \ 404 test880 test881 test882 test883 test884 test885 test886 test887 test888 \ 405 test889 test890 test891 test892 test893 test894 test895 test896 test897 \ 406 test898 test899 test900 test901 test902 test903 test904 test905 test906 \ 407 test907 test908 test909 test910 test911 test912 test913 test914 test915 \ 408 test916 test917 test918 test919 test920 test921 test922 test923 test924 \ 409 test925 test926 test927 test928 test929 test930 test931 test932 test933 \ 410 test934 test935 test936 test937 test938 test939 test940 test941 test942 \ 411 test943 test944 test945 test946 test947 test948 test949 test950 test951 \ 412 test952 test953 test954 test955 test956 test957 test958 test959 test960 \ 413 test961 test962 test963 test964 test965 test966 test967 test968 test969 \ 414 test970 test971 test972 test973 test974 test975 test976 test977 test978 \ 415 test979 test980 test981 test982 test983 test984 test985 test986 test987 \ 416 test988 test989 test990 test991 test992 test993 test994 test995 test996 \ 417 test997 test998 test999 test1000 test1001 test1002 test1003 test1004 \ 418 test1005 test1006 test1007 test1008 test1009 test1010 test1011 test1012 \ 419 test1013 test1014 test1015 test1016 test1017 test1018 test1019 test1020 \ 420 test1021 test1022 test1023 test1024 test1025 test1026 test1027 test1028 \ 421 test1029 test1030 test1031 test1032 test1033 test1034 test1035 test1036 \ 422 test1037 test1038 test1039 test1040 test1041 test1042 test1043 test1044 \ 423 test1045 test1046 test1047 test1048 test1049 test1050 test1051 test1052 \ 424 test1053 test1054 test1055 test1056 test1057 test1058 test1059 test1060 \ 425 test1061 test1062 test1063 test1064 test1065 test1066 test1067 test1068 \ 426 test1069 test1070 test1071 test1072 test1073 test1074 test1075 test1076 \ 427 test1077 test1078 test1079 test1080 test1081 test1082 test1083 test1084 \ 428 test1085 test1086 test1087 test1088 test1089 test1090 test1091 test1092 \ 429 test1093 test1094 test1095 test1096 test1097 test1098 test1099 test1100 \ 430 test1101 test1102 test1103 test1104 test1105 test1106 test1107 test1108 \ 431 test1109 test1110 test1111 test1112 test1113 test1114 test1115 test1116 \ 432 test1117 test1118 test1119 test1120 test1121 test1122 test1123 test1124 \ 433 test1125 test1126 test1127 test1128 test1129 test1130 test1131 test1132 \ 434 test1133 test1134 test1135 test1136 test1137 test1138 test1139 test1140 \ 435 test1141 test1142 test1143 test1144 test1145 test1146 test1147 test1148 \ 436 test1149 test1150 test1151 test1152 test1153 test1154 test1155 test1156 \ 437 test1157 test1158 test1159 test1160 test1161 test1162 test1163 test1164 \ 438 test1165 test1166 test1167 test1168 test1169 test1170 test1171 test1172 \ 439 test1173 test1174 test1175 test1176 test1177 test1178 test1179 test1180 \ 440 test1181 test1182 test1183 test1184 test1185 test1186 test1187 test1188 \ 441 test1189 test1190 test1190 test1191 test1192 test1193 test1194 test1195 \ 442 test1196 test1197 test1198 test1199 test1200 test1201 test1202 test1203 \ 443 test1204 test1205 test1206 test1207 test1208 test1209 test1210 test1211 \ 444 test1212 test1213 test1214 test1215 test1216 test1217 test1218 test1219 \ 445 test1220 test1221 test1222 test1223 test1224 test1225 test1226 test1227 \ 446 test1228 test1229 test1230 test1231 test1232 test1233 test1234 test1235 \ 447 test1236 test1237 test1238 test1239 test1240 test1241 test1242 test1243 \ 448 test1244 test1245 test1246 test1247 test1248 test1249 test1250 test1251 \ 449 test1252 test1253 test1254 test1255 test1256 test1257 test1258 test1259 \ 450 test1260 test1261 test1262 test1263 test1264 test1265 test1266 test1267 \ 451 test1268 test1269 test1270 test1271 test1272 test1273 test1274 test1275 \ 452 test1276 test1277 test1278 test1279 test1280 test1281 test1282 test1283 \ 453 test1284 test1285 test1286 test1287 test1288 test1289 test1290 test1291 \ 454 test1292 test1293 test1294 test1295 test1296 test1297 test1298 test1299 \ 455 test1300 test1301 test1302 test1303 test1304 test1305 test1306 test1307 \ 456 test1308 test1309 test1310 test1311 test1312 test1313 test1314 test1315 \ 457 test1316 test1317 test1318 test1319 test1320 test1321 test1322 test1323 \ 458 test1324 test1325 test1326 test1327 test1328 test1329 test1330 test1331 \ 459 test1332 test1333 test1334 test1335 test1336 test1337 test1338 test1339 \ 460 test1340 test1341 test1342 test1343 test1344 test1345 test1346 test1347 \ 461 test1348 test1349 test1350 test1351 test1352 test1353 test1354 test1355 \ 462 test1356 test1357 test1358 test1359 test1360 test1361 test1362 test1363 \ 463 test1364 test1365 test1366 test1367 test1368 test1369 test1370 test1371 \ 464 test1372 test1373 test1374 test1375 test1376 test1377 test1378 test1379 \ 465 test1380 test1381 test1382 test1383 test1384 test1385 test1386 test1387 \ 466 test1388 test1389 test1390 test1391 test1392 test1393 test1394 test1395 \ 467 test1396 test1397 test1398 test1399 test1400 test1401 test1402 test1403 \ 468 test1404 test1405 test1406 test1407 test1408 test1409 test1410 test1411 \ 469 test1412 test1413 test1414 test1415 test1416 test1417 test1418 test1419 \ 470 test1420 test1421 test1422 test1423 test1424 test1425 test1426 test1427 \ 471 test1428 test1429 test1430 test1431 test1432 test1433 test1434 test1435 \ 472 test1436 test1437 test1438 test1439 test1440 test1441 test1442 test1443 \ 473 test1444 test1445 test1446 test1447 test1448 test1449 test1450 test1451 \ 474 test1452 test1453 test1454 test1455 test1456 test1457 test1458 test1459 \ 475 test1460 test1461 test1462 test1463 test1464 test1465 test1466 test1467 \ 476 test1468 test1469 test1470 test1471 test1472 test1473 test1474 test1475 \ 477 test1476 test1477 test1478 test1479 test1480 test1481 test1482 test1483 \ 478 test1484 test1485 test1486 test1487 test1488 test1489 test1490 test1491 \ 479 test1492 test1493 test1494 test1495 test1496 test1497 test1498 test1499 \ 480 test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \ 481 test1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \ 482 test1516 test1517 test1518 test1519 test1520 test1521 test1522 test1523 \ 483 test1524 test1525 test1526 test1527 test1528 test1529 test1530 test1531 \ 484 test1532 test1533 test1534 test1535 test1536 test1537 test1538 test1539 \ 485 test1540 test1541 test1542 test1543 test1544 test1545 test1546 test1547 \ 486 \ 487 test1550 test1551 test1552 test1553 test1554 test1555 test1556 test1557 \ 488 test1558 test1559 test1560 test1561 test1562 test1563 test1564 test1565 \ 489 test1566 test1567 test1568 test1569 test1570 test1571 test1572 test1573 \ 490 test1574 test1575 test1576 test1577 test1578 test1579 test1580 test1581 \ 491 \ 492 test1590 test1591 test1592 test1593 test1594 test1595 test1596 test1597 \ 493 test1598 test1599 test1600 test1601 test1602 test1603 test1604 test1605 \ 494 test1606 test1607 test1608 test1609 test1610 test1611 test1612 test1613 \ 495 test1614 test1615 test1616 \ 496 test1620 test1621 \ 497 \ 498 test1630 test1631 test1632 test1633 test1634 test1635 \ 499 \ 500 test1650 test1651 test1652 test1653 test1654 test1655 test1656 test1657 \ 501 test1658 \ 502 test1660 test1661 test1662 test1663 test1664 \ 503 \ 504 test1670 test1671 \ 505 \ 506 test1680 test1681 test1682 test1683 \ 507 \ 508 test1700 test1701 test1702 test1703 test1704 test1705 test1706 test1707 \ 509 test1708 test1709 test1710 \ 510 \ 511 test1800 test1801 \ 512 \ 513 test1900 test1901 test1903 test1904 test1905 test1906 test1907 \ 514 test1908 test1909 test1910 test1911 test1912 test1913 test1914 test1915 \ 515 test1916 test1917 test1918 test1919 \ 516 \ 517 test1933 test1934 test1935 test1936 test1937 test1938 test1939 test1940 \ 518 test1941 test1942 test1943 test1944 test1945 test1946 test1947 test1948 \ 519 test1955 test1956 test1957 test1958 test1959 test1960 test1964 \ 520 test1970 test1971 test1972 test1973 test1974 test1975 test1976 test1977 \ 521 test1978 test1979 test1980 \ 522 \ 523 test2000 test2001 test2002 test2003 test2004 test2005 \ 524 \ 525 test2023 \ 526 test2024 test2025 test2026 test2027 test2028 test2029 test2030 test2031 \ 527 test2032 test2033 test2034 test2035 test2037 test2038 test2039 \ 528 test2040 test2041 test2042 test2043 test2044 test2045 test2046 test2047 \ 529 test2048 test2049 test2050 test2051 test2052 test2053 test2054 test2055 \ 530 test2056 test2057 test2058 test2059 test2060 test2061 test2062 test2063 \ 531 test2064 test2065 test2066 test2067 test2068 test2069 test2070 test2071 \ 532 test2072 test2073 test2074 test2075 test2076 test2077 test2078 test2079 \ 533 test2080 test2081 test2082 test2083 test2084 test2085 test2086 test2087 \ 534 test2088 test2089 \ 535 test2100 test2101 test2102 test2103 \ 536 \ 537 test2200 test2201 test2202 test2203 test2204 test2205 \ 538 \ 539 test2300 test2301 test2302 test2303 test2304 test2306 \ 540 test2308 test2309 \ 541 \ 542 test2400 test2401 test2402 test2403 test2404 test2405 test2406 \ 543 \ 544 test2500 test2501 test2502 test2503 \ 545 \ 546 test2600 test2601 test2602 test2603 test2604 \ 547 \ 548 test2700 test2701 test2702 test2703 test2704 test2705 test2706 test2707 \ 549 test2708 test2709 test2710 test2711 test2712 test2713 test2714 test2715 \ 550 test2716 test2717 test2718 test2719 test2720 test2721 test2722 test2723 \ 551 \ 552 test3000 test3001 test3002 test3003 test3004 test3005 test3006 test3007 \ 553 test3008 test3009 test3010 test3011 test3012 test3013 test3014 test3015 \ 554 test3016 test3017 test3018 test3019 test3020 test3021 test3022 test3023 \ 555 test3024 test3025 test3026 test3027 test3028 test3029 test3030 test3031 \ 556 test3032 \ 557 \ 558 test3100 test3101 test3102 test3103 test3104 test3105 \ 559 \ 560 test3200 test3201 test3202 test3203 test3204 test3205 test3207 test3208 \ 561 test3209 test3210 test3211 test3212 test3213 test3214 \ 562 \ 563 test4000 test4001 564 565 EXTRA_DIST = $(TESTCASES) DISABLED 566 all: all-am 567 568 .SUFFIXES: 569 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 570 @for dep in $?; do \ 571 case '$(am__configure_deps)' in \ 572 *$$dep*) \ 573 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 574 && { if test -f $@; then exit 0; else break; fi; }; \ 575 exit 1;; \ 576 esac; \ 577 done; \ 578 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/data/Makefile'; \ 579 $(am__cd) $(top_srcdir) && \ 580 $(AUTOMAKE) --gnu tests/data/Makefile 581 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 582 @case '$?' in \ 583 *config.status*) \ 584 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 585 *) \ 586 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 587 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 588 esac; 589 590 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 591 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 592 593 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 594 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 595 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 596 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 597 $(am__aclocal_m4_deps): 598 599 mostlyclean-libtool: 600 -rm -f *.lo 601 602 clean-libtool: 603 -rm -rf .libs _libs 604 tags TAGS: 605 606 ctags CTAGS: 607 608 cscope cscopelist: 609 610 distdir: $(BUILT_SOURCES) 611 $(MAKE) $(AM_MAKEFLAGS) distdir-am 612 613 distdir-am: $(DISTFILES) 614 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 615 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 616 list='$(DISTFILES)'; \ 617 dist_files=`for file in $$list; do echo $$file; done | \ 618 sed -e "s|^$$srcdirstrip/||;t" \ 619 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 620 case $$dist_files in \ 621 */*) $(MKDIR_P) `echo "$$dist_files" | \ 622 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 623 sort -u` ;; \ 624 esac; \ 625 for file in $$dist_files; do \ 626 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 627 if test -d $$d/$$file; then \ 628 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 629 if test -d "$(distdir)/$$file"; then \ 630 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 631 fi; \ 632 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 633 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 634 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 635 fi; \ 636 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 637 else \ 638 test -f "$(distdir)/$$file" \ 639 || cp -p $$d/$$file "$(distdir)/$$file" \ 640 || exit 1; \ 641 fi; \ 642 done 643 check-am: all-am 644 check: check-am 645 all-am: Makefile 646 installdirs: 647 install-exec: install-exec-am 648 install-data: install-data-am 649 uninstall: uninstall-am 650 651 install-am: all-am 652 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 653 654 installcheck: installcheck-am 655 install-strip: 656 if test -z '$(STRIP)'; then \ 657 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 658 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 659 install; \ 660 else \ 661 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 662 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 663 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 664 fi 665 mostlyclean-generic: 666 667 clean-generic: 668 669 distclean-generic: 670 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 671 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 672 673 maintainer-clean-generic: 674 @echo "This command is intended for maintainers to use" 675 @echo "it deletes files that may require special tools to rebuild." 676 clean: clean-am 677 678 clean-am: clean-generic clean-libtool mostlyclean-am 679 680 distclean: distclean-am 681 -rm -f Makefile 682 distclean-am: clean-am distclean-generic 683 684 dvi: dvi-am 685 686 dvi-am: 687 688 html: html-am 689 690 html-am: 691 692 info: info-am 693 694 info-am: 695 696 install-data-am: 697 698 install-dvi: install-dvi-am 699 700 install-dvi-am: 701 702 install-exec-am: 703 704 install-html: install-html-am 705 706 install-html-am: 707 708 install-info: install-info-am 709 710 install-info-am: 711 712 install-man: 713 714 install-pdf: install-pdf-am 715 716 install-pdf-am: 717 718 install-ps: install-ps-am 719 720 install-ps-am: 721 722 installcheck-am: 723 724 maintainer-clean: maintainer-clean-am 725 -rm -f Makefile 726 maintainer-clean-am: distclean-am maintainer-clean-generic 727 728 mostlyclean: mostlyclean-am 729 730 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 731 732 pdf: pdf-am 733 734 pdf-am: 735 736 ps: ps-am 737 738 ps-am: 739 740 uninstall-am: 741 742 .MAKE: install-am install-strip 743 744 .PHONY: all all-am check check-am clean clean-generic clean-libtool \ 745 cscopelist-am ctags-am distclean distclean-generic \ 746 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 747 install install-am install-data install-data-am install-dvi \ 748 install-dvi-am install-exec install-exec-am install-html \ 749 install-html-am install-info install-info-am install-man \ 750 install-pdf install-pdf-am install-ps install-ps-am \ 751 install-strip installcheck installcheck-am installdirs \ 752 maintainer-clean maintainer-clean-generic mostlyclean \ 753 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 754 tags-am uninstall uninstall-am 755 756 .PRECIOUS: Makefile 757 758 759 #*************************************************************************** 760 # _ _ ____ _ 761 # Project ___| | | | _ \| | 762 # / __| | | | |_) | | 763 # | (__| |_| | _ <| |___ 764 # \___|\___/|_| \_\_____| 765 # 766 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 767 # 768 # This software is licensed as described in the file COPYING, which 769 # you should have received as part of this distribution. The terms 770 # are also available at https://curl.se/docs/copyright.html. 771 # 772 # You may opt to use, copy, modify, merge, publish, distribute and/or sell 773 # copies of the Software, and permit persons to whom the Software is 774 # furnished to do so, under the terms of the COPYING file. 775 # 776 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 777 # KIND, either express or implied. 778 # 779 # SPDX-License-Identifier: curl 780 # 781 ########################################################################### 782 all: 783 install: 784 test: 785 786 # Tell versions [3.59,3.63) of GNU make to not export all variables. 787 # Otherwise a system limit (for SysV at least) may be exceeded. 788 .NOEXPORT: