113498266Sopenharmony_ci# Makefile.in generated by automake 1.16.5 from Makefile.am. 213498266Sopenharmony_ci# @configure_input@ 313498266Sopenharmony_ci 413498266Sopenharmony_ci# Copyright (C) 1994-2021 Free Software Foundation, Inc. 513498266Sopenharmony_ci 613498266Sopenharmony_ci# This Makefile.in is free software; the Free Software Foundation 713498266Sopenharmony_ci# gives unlimited permission to copy and/or distribute it, 813498266Sopenharmony_ci# with or without modifications, as long as this notice is preserved. 913498266Sopenharmony_ci 1013498266Sopenharmony_ci# This program is distributed in the hope that it will be useful, 1113498266Sopenharmony_ci# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1213498266Sopenharmony_ci# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1313498266Sopenharmony_ci# PARTICULAR PURPOSE. 1413498266Sopenharmony_ci 1513498266Sopenharmony_ci@SET_MAKE@ 1613498266Sopenharmony_ci 1713498266Sopenharmony_ci#*************************************************************************** 1813498266Sopenharmony_ci# _ _ ____ _ 1913498266Sopenharmony_ci# Project ___| | | | _ \| | 2013498266Sopenharmony_ci# / __| | | | |_) | | 2113498266Sopenharmony_ci# | (__| |_| | _ <| |___ 2213498266Sopenharmony_ci# \___|\___/|_| \_\_____| 2313498266Sopenharmony_ci# 2413498266Sopenharmony_ci# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 2513498266Sopenharmony_ci# 2613498266Sopenharmony_ci# This software is licensed as described in the file COPYING, which 2713498266Sopenharmony_ci# you should have received as part of this distribution. The terms 2813498266Sopenharmony_ci# are also available at https://curl.se/docs/copyright.html. 2913498266Sopenharmony_ci# 3013498266Sopenharmony_ci# You may opt to use, copy, modify, merge, publish, distribute and/or sell 3113498266Sopenharmony_ci# copies of the Software, and permit persons to whom the Software is 3213498266Sopenharmony_ci# furnished to do so, under the terms of the COPYING file. 3313498266Sopenharmony_ci# 3413498266Sopenharmony_ci# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 3513498266Sopenharmony_ci# KIND, either express or implied. 3613498266Sopenharmony_ci# 3713498266Sopenharmony_ci# SPDX-License-Identifier: curl 3813498266Sopenharmony_ci# 3913498266Sopenharmony_ci########################################################################### 4013498266Sopenharmony_ciVPATH = @srcdir@ 4113498266Sopenharmony_ciam__is_gnu_make = { \ 4213498266Sopenharmony_ci if test -z '$(MAKELEVEL)'; then \ 4313498266Sopenharmony_ci false; \ 4413498266Sopenharmony_ci elif test -n '$(MAKE_HOST)'; then \ 4513498266Sopenharmony_ci true; \ 4613498266Sopenharmony_ci elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 4713498266Sopenharmony_ci true; \ 4813498266Sopenharmony_ci else \ 4913498266Sopenharmony_ci false; \ 5013498266Sopenharmony_ci fi; \ 5113498266Sopenharmony_ci} 5213498266Sopenharmony_ciam__make_running_with_option = \ 5313498266Sopenharmony_ci case $${target_option-} in \ 5413498266Sopenharmony_ci ?) ;; \ 5513498266Sopenharmony_ci *) echo "am__make_running_with_option: internal error: invalid" \ 5613498266Sopenharmony_ci "target option '$${target_option-}' specified" >&2; \ 5713498266Sopenharmony_ci exit 1;; \ 5813498266Sopenharmony_ci esac; \ 5913498266Sopenharmony_ci has_opt=no; \ 6013498266Sopenharmony_ci sane_makeflags=$$MAKEFLAGS; \ 6113498266Sopenharmony_ci if $(am__is_gnu_make); then \ 6213498266Sopenharmony_ci sane_makeflags=$$MFLAGS; \ 6313498266Sopenharmony_ci else \ 6413498266Sopenharmony_ci case $$MAKEFLAGS in \ 6513498266Sopenharmony_ci *\\[\ \ ]*) \ 6613498266Sopenharmony_ci bs=\\; \ 6713498266Sopenharmony_ci sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 6813498266Sopenharmony_ci | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 6913498266Sopenharmony_ci esac; \ 7013498266Sopenharmony_ci fi; \ 7113498266Sopenharmony_ci skip_next=no; \ 7213498266Sopenharmony_ci strip_trailopt () \ 7313498266Sopenharmony_ci { \ 7413498266Sopenharmony_ci flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 7513498266Sopenharmony_ci }; \ 7613498266Sopenharmony_ci for flg in $$sane_makeflags; do \ 7713498266Sopenharmony_ci test $$skip_next = yes && { skip_next=no; continue; }; \ 7813498266Sopenharmony_ci case $$flg in \ 7913498266Sopenharmony_ci *=*|--*) continue;; \ 8013498266Sopenharmony_ci -*I) strip_trailopt 'I'; skip_next=yes;; \ 8113498266Sopenharmony_ci -*I?*) strip_trailopt 'I';; \ 8213498266Sopenharmony_ci -*O) strip_trailopt 'O'; skip_next=yes;; \ 8313498266Sopenharmony_ci -*O?*) strip_trailopt 'O';; \ 8413498266Sopenharmony_ci -*l) strip_trailopt 'l'; skip_next=yes;; \ 8513498266Sopenharmony_ci -*l?*) strip_trailopt 'l';; \ 8613498266Sopenharmony_ci -[dEDm]) skip_next=yes;; \ 8713498266Sopenharmony_ci -[JT]) skip_next=yes;; \ 8813498266Sopenharmony_ci esac; \ 8913498266Sopenharmony_ci case $$flg in \ 9013498266Sopenharmony_ci *$$target_option*) has_opt=yes; break;; \ 9113498266Sopenharmony_ci esac; \ 9213498266Sopenharmony_ci done; \ 9313498266Sopenharmony_ci test $$has_opt = yes 9413498266Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 9513498266Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 9613498266Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@ 9713498266Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@ 9813498266Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@ 9913498266Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@ 10013498266Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 10113498266Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644 10213498266Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c 10313498266Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c 10413498266Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA) 10513498266Sopenharmony_citransform = $(program_transform_name) 10613498266Sopenharmony_ciNORMAL_INSTALL = : 10713498266Sopenharmony_ciPRE_INSTALL = : 10813498266Sopenharmony_ciPOST_INSTALL = : 10913498266Sopenharmony_ciNORMAL_UNINSTALL = : 11013498266Sopenharmony_ciPRE_UNINSTALL = : 11113498266Sopenharmony_ciPOST_UNINSTALL = : 11213498266Sopenharmony_cibuild_triplet = @build@ 11313498266Sopenharmony_cihost_triplet = @host@ 11413498266Sopenharmony_cisubdir = tests/data 11513498266Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4 11613498266Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 11713498266Sopenharmony_ci $(top_srcdir)/m4/curl-bearssl.m4 \ 11813498266Sopenharmony_ci $(top_srcdir)/m4/curl-compilers.m4 \ 11913498266Sopenharmony_ci $(top_srcdir)/m4/curl-confopts.m4 \ 12013498266Sopenharmony_ci $(top_srcdir)/m4/curl-functions.m4 \ 12113498266Sopenharmony_ci $(top_srcdir)/m4/curl-gnutls.m4 \ 12213498266Sopenharmony_ci $(top_srcdir)/m4/curl-mbedtls.m4 \ 12313498266Sopenharmony_ci $(top_srcdir)/m4/curl-openssl.m4 \ 12413498266Sopenharmony_ci $(top_srcdir)/m4/curl-override.m4 \ 12513498266Sopenharmony_ci $(top_srcdir)/m4/curl-reentrant.m4 \ 12613498266Sopenharmony_ci $(top_srcdir)/m4/curl-rustls.m4 \ 12713498266Sopenharmony_ci $(top_srcdir)/m4/curl-schannel.m4 \ 12813498266Sopenharmony_ci $(top_srcdir)/m4/curl-sectransp.m4 \ 12913498266Sopenharmony_ci $(top_srcdir)/m4/curl-sysconfig.m4 \ 13013498266Sopenharmony_ci $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 13113498266Sopenharmony_ci $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 13213498266Sopenharmony_ci $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 13313498266Sopenharmony_ci $(top_srcdir)/m4/xc-am-iface.m4 \ 13413498266Sopenharmony_ci $(top_srcdir)/m4/xc-cc-check.m4 \ 13513498266Sopenharmony_ci $(top_srcdir)/m4/xc-lt-iface.m4 \ 13613498266Sopenharmony_ci $(top_srcdir)/m4/xc-translit.m4 \ 13713498266Sopenharmony_ci $(top_srcdir)/m4/xc-val-flgs.m4 \ 13813498266Sopenharmony_ci $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 13913498266Sopenharmony_ci $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 14013498266Sopenharmony_ci $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 14113498266Sopenharmony_ci $(top_srcdir)/configure.ac 14213498266Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 14313498266Sopenharmony_ci $(ACLOCAL_M4) 14413498266Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 14513498266Sopenharmony_cimkinstalldirs = $(install_sh) -d 14613498266Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/lib/curl_config.h 14713498266Sopenharmony_ciCONFIG_CLEAN_FILES = 14813498266Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES = 14913498266Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@) 15013498266Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 15113498266Sopenharmony_ciam__v_P_0 = false 15213498266Sopenharmony_ciam__v_P_1 = : 15313498266Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@) 15413498266Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 15513498266Sopenharmony_ciam__v_GEN_0 = @echo " GEN " $@; 15613498266Sopenharmony_ciam__v_GEN_1 = 15713498266Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@) 15813498266Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 15913498266Sopenharmony_ciam__v_at_0 = @ 16013498266Sopenharmony_ciam__v_at_1 = 16113498266Sopenharmony_ciSOURCES = 16213498266Sopenharmony_ciDIST_SOURCES = 16313498266Sopenharmony_ciam__can_run_installinfo = \ 16413498266Sopenharmony_ci case $$AM_UPDATE_INFO_DIR in \ 16513498266Sopenharmony_ci n|no|NO) false;; \ 16613498266Sopenharmony_ci *) (install-info --version) >/dev/null 2>&1;; \ 16713498266Sopenharmony_ci esac 16813498266Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 16913498266Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc 17013498266Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 17113498266Sopenharmony_ciACLOCAL = @ACLOCAL@ 17213498266Sopenharmony_ciAMTAR = @AMTAR@ 17313498266Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 17413498266Sopenharmony_ciAPACHECTL = @APACHECTL@ 17513498266Sopenharmony_ciAPXS = @APXS@ 17613498266Sopenharmony_ciAR = @AR@ 17713498266Sopenharmony_ciAR_FLAGS = @AR_FLAGS@ 17813498266Sopenharmony_ciAS = @AS@ 17913498266Sopenharmony_ciAUTOCONF = @AUTOCONF@ 18013498266Sopenharmony_ciAUTOHEADER = @AUTOHEADER@ 18113498266Sopenharmony_ciAUTOMAKE = @AUTOMAKE@ 18213498266Sopenharmony_ciAWK = @AWK@ 18313498266Sopenharmony_ciBLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 18413498266Sopenharmony_ciCADDY = @CADDY@ 18513498266Sopenharmony_ciCC = @CC@ 18613498266Sopenharmony_ciCCDEPMODE = @CCDEPMODE@ 18713498266Sopenharmony_ciCFLAGS = @CFLAGS@ 18813498266Sopenharmony_ciCFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 18913498266Sopenharmony_ciCONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 19013498266Sopenharmony_ciCPP = @CPP@ 19113498266Sopenharmony_ciCPPFLAGS = @CPPFLAGS@ 19213498266Sopenharmony_ciCPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ 19313498266Sopenharmony_ciCSCOPE = @CSCOPE@ 19413498266Sopenharmony_ciCTAGS = @CTAGS@ 19513498266Sopenharmony_ciCURLVERSION = @CURLVERSION@ 19613498266Sopenharmony_ciCURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 19713498266Sopenharmony_ciCURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 19813498266Sopenharmony_ciCURL_DISABLE_DICT = @CURL_DISABLE_DICT@ 19913498266Sopenharmony_ciCURL_DISABLE_FILE = @CURL_DISABLE_FILE@ 20013498266Sopenharmony_ciCURL_DISABLE_FTP = @CURL_DISABLE_FTP@ 20113498266Sopenharmony_ciCURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ 20213498266Sopenharmony_ciCURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ 20313498266Sopenharmony_ciCURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ 20413498266Sopenharmony_ciCURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ 20513498266Sopenharmony_ciCURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ 20613498266Sopenharmony_ciCURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ 20713498266Sopenharmony_ciCURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ 20813498266Sopenharmony_ciCURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ 20913498266Sopenharmony_ciCURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ 21013498266Sopenharmony_ciCURL_DISABLE_SMB = @CURL_DISABLE_SMB@ 21113498266Sopenharmony_ciCURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ 21213498266Sopenharmony_ciCURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ 21313498266Sopenharmony_ciCURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ 21413498266Sopenharmony_ciCURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ 21513498266Sopenharmony_ciCURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 21613498266Sopenharmony_ciCURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ 21713498266Sopenharmony_ciCURL_PLIST_VERSION = @CURL_PLIST_VERSION@ 21813498266Sopenharmony_ciCURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ 21913498266Sopenharmony_ciCYGPATH_W = @CYGPATH_W@ 22013498266Sopenharmony_ciDEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ 22113498266Sopenharmony_ciDEFS = @DEFS@ 22213498266Sopenharmony_ciDEPDIR = @DEPDIR@ 22313498266Sopenharmony_ciDLLTOOL = @DLLTOOL@ 22413498266Sopenharmony_ciDSYMUTIL = @DSYMUTIL@ 22513498266Sopenharmony_ciDUMPBIN = @DUMPBIN@ 22613498266Sopenharmony_ciECHO_C = @ECHO_C@ 22713498266Sopenharmony_ciECHO_N = @ECHO_N@ 22813498266Sopenharmony_ciECHO_T = @ECHO_T@ 22913498266Sopenharmony_ciEGREP = @EGREP@ 23013498266Sopenharmony_ciENABLE_SHARED = @ENABLE_SHARED@ 23113498266Sopenharmony_ciENABLE_STATIC = @ENABLE_STATIC@ 23213498266Sopenharmony_ciETAGS = @ETAGS@ 23313498266Sopenharmony_ciEXEEXT = @EXEEXT@ 23413498266Sopenharmony_ciFGREP = @FGREP@ 23513498266Sopenharmony_ciFILECMD = @FILECMD@ 23613498266Sopenharmony_ciFISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 23713498266Sopenharmony_ciGCOV = @GCOV@ 23813498266Sopenharmony_ciGREP = @GREP@ 23913498266Sopenharmony_ciHAVE_BROTLI = @HAVE_BROTLI@ 24013498266Sopenharmony_ciHAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ 24113498266Sopenharmony_ciHAVE_LDAP_SSL = @HAVE_LDAP_SSL@ 24213498266Sopenharmony_ciHAVE_LIBZ = @HAVE_LIBZ@ 24313498266Sopenharmony_ciHAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@ 24413498266Sopenharmony_ciHAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ 24513498266Sopenharmony_ciHAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ 24613498266Sopenharmony_ciHAVE_ZSTD = @HAVE_ZSTD@ 24713498266Sopenharmony_ciHTTPD = @HTTPD@ 24813498266Sopenharmony_ciHTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 24913498266Sopenharmony_ciIDN_ENABLED = @IDN_ENABLED@ 25013498266Sopenharmony_ciINSTALL = @INSTALL@ 25113498266Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@ 25213498266Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@ 25313498266Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@ 25413498266Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 25513498266Sopenharmony_ciIPV6_ENABLED = @IPV6_ENABLED@ 25613498266Sopenharmony_ciLCOV = @LCOV@ 25713498266Sopenharmony_ciLD = @LD@ 25813498266Sopenharmony_ciLDFLAGS = @LDFLAGS@ 25913498266Sopenharmony_ciLIBCURL_LIBS = @LIBCURL_LIBS@ 26013498266Sopenharmony_ciLIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ 26113498266Sopenharmony_ciLIBOBJS = @LIBOBJS@ 26213498266Sopenharmony_ciLIBS = @LIBS@ 26313498266Sopenharmony_ciLIBTOOL = @LIBTOOL@ 26413498266Sopenharmony_ciLIPO = @LIPO@ 26513498266Sopenharmony_ciLN_S = @LN_S@ 26613498266Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@ 26713498266Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 26813498266Sopenharmony_ciMAINT = @MAINT@ 26913498266Sopenharmony_ciMAKEINFO = @MAKEINFO@ 27013498266Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@ 27113498266Sopenharmony_ciMANOPT = @MANOPT@ 27213498266Sopenharmony_ciMKDIR_P = @MKDIR_P@ 27313498266Sopenharmony_ciNM = @NM@ 27413498266Sopenharmony_ciNMEDIT = @NMEDIT@ 27513498266Sopenharmony_ciNROFF = @NROFF@ 27613498266Sopenharmony_ciOBJDUMP = @OBJDUMP@ 27713498266Sopenharmony_ciOBJEXT = @OBJEXT@ 27813498266Sopenharmony_ciOTOOL = @OTOOL@ 27913498266Sopenharmony_ciOTOOL64 = @OTOOL64@ 28013498266Sopenharmony_ciPACKAGE = @PACKAGE@ 28113498266Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 28213498266Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@ 28313498266Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@ 28413498266Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@ 28513498266Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@ 28613498266Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@ 28713498266Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@ 28813498266Sopenharmony_ciPERL = @PERL@ 28913498266Sopenharmony_ciPKGADD_NAME = @PKGADD_NAME@ 29013498266Sopenharmony_ciPKGADD_PKG = @PKGADD_PKG@ 29113498266Sopenharmony_ciPKGADD_VENDOR = @PKGADD_VENDOR@ 29213498266Sopenharmony_ciPKGCONFIG = @PKGCONFIG@ 29313498266Sopenharmony_ciRANDOM_FILE = @RANDOM_FILE@ 29413498266Sopenharmony_ciRANLIB = @RANLIB@ 29513498266Sopenharmony_ciRC = @RC@ 29613498266Sopenharmony_ciREQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ 29713498266Sopenharmony_ciSED = @SED@ 29813498266Sopenharmony_ciSET_MAKE = @SET_MAKE@ 29913498266Sopenharmony_ciSHELL = @SHELL@ 30013498266Sopenharmony_ciSSL_BACKENDS = @SSL_BACKENDS@ 30113498266Sopenharmony_ciSSL_ENABLED = @SSL_ENABLED@ 30213498266Sopenharmony_ciSSL_LIBS = @SSL_LIBS@ 30313498266Sopenharmony_ciSTRIP = @STRIP@ 30413498266Sopenharmony_ciSUPPORT_FEATURES = @SUPPORT_FEATURES@ 30513498266Sopenharmony_ciSUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 30613498266Sopenharmony_ciTEST_NGHTTPX = @TEST_NGHTTPX@ 30713498266Sopenharmony_ciUSE_ARES = @USE_ARES@ 30813498266Sopenharmony_ciUSE_BEARSSL = @USE_BEARSSL@ 30913498266Sopenharmony_ciUSE_GNUTLS = @USE_GNUTLS@ 31013498266Sopenharmony_ciUSE_HYPER = @USE_HYPER@ 31113498266Sopenharmony_ciUSE_LIBRTMP = @USE_LIBRTMP@ 31213498266Sopenharmony_ciUSE_LIBSSH = @USE_LIBSSH@ 31313498266Sopenharmony_ciUSE_LIBSSH2 = @USE_LIBSSH2@ 31413498266Sopenharmony_ciUSE_MBEDTLS = @USE_MBEDTLS@ 31513498266Sopenharmony_ciUSE_MSH3 = @USE_MSH3@ 31613498266Sopenharmony_ciUSE_NGHTTP2 = @USE_NGHTTP2@ 31713498266Sopenharmony_ciUSE_NGHTTP3 = @USE_NGHTTP3@ 31813498266Sopenharmony_ciUSE_NGTCP2 = @USE_NGTCP2@ 31913498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@ 32013498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ 32113498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@ 32213498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ 32313498266Sopenharmony_ciUSE_NGTCP2_H3 = @USE_NGTCP2_H3@ 32413498266Sopenharmony_ciUSE_OPENLDAP = @USE_OPENLDAP@ 32513498266Sopenharmony_ciUSE_OPENSSL_H3 = @USE_OPENSSL_H3@ 32613498266Sopenharmony_ciUSE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@ 32713498266Sopenharmony_ciUSE_QUICHE = @USE_QUICHE@ 32813498266Sopenharmony_ciUSE_RUSTLS = @USE_RUSTLS@ 32913498266Sopenharmony_ciUSE_SCHANNEL = @USE_SCHANNEL@ 33013498266Sopenharmony_ciUSE_SECTRANSP = @USE_SECTRANSP@ 33113498266Sopenharmony_ciUSE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ 33213498266Sopenharmony_ciUSE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ 33313498266Sopenharmony_ciUSE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ 33413498266Sopenharmony_ciUSE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ 33513498266Sopenharmony_ciUSE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ 33613498266Sopenharmony_ciUSE_WOLFSSH = @USE_WOLFSSH@ 33713498266Sopenharmony_ciUSE_WOLFSSL = @USE_WOLFSSL@ 33813498266Sopenharmony_ciVERSION = @VERSION@ 33913498266Sopenharmony_ciVERSIONNUM = @VERSIONNUM@ 34013498266Sopenharmony_ciZLIB_LIBS = @ZLIB_LIBS@ 34113498266Sopenharmony_ciZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 34213498266Sopenharmony_ciabs_builddir = @abs_builddir@ 34313498266Sopenharmony_ciabs_srcdir = @abs_srcdir@ 34413498266Sopenharmony_ciabs_top_builddir = @abs_top_builddir@ 34513498266Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@ 34613498266Sopenharmony_ciac_ct_AR = @ac_ct_AR@ 34713498266Sopenharmony_ciac_ct_CC = @ac_ct_CC@ 34813498266Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 34913498266Sopenharmony_ciam__include = @am__include@ 35013498266Sopenharmony_ciam__leading_dot = @am__leading_dot@ 35113498266Sopenharmony_ciam__quote = @am__quote@ 35213498266Sopenharmony_ciam__tar = @am__tar@ 35313498266Sopenharmony_ciam__untar = @am__untar@ 35413498266Sopenharmony_cibindir = @bindir@ 35513498266Sopenharmony_cibuild = @build@ 35613498266Sopenharmony_cibuild_alias = @build_alias@ 35713498266Sopenharmony_cibuild_cpu = @build_cpu@ 35813498266Sopenharmony_cibuild_os = @build_os@ 35913498266Sopenharmony_cibuild_vendor = @build_vendor@ 36013498266Sopenharmony_cibuilddir = @builddir@ 36113498266Sopenharmony_cidatadir = @datadir@ 36213498266Sopenharmony_cidatarootdir = @datarootdir@ 36313498266Sopenharmony_cidocdir = @docdir@ 36413498266Sopenharmony_cidvidir = @dvidir@ 36513498266Sopenharmony_ciexec_prefix = @exec_prefix@ 36613498266Sopenharmony_cihost = @host@ 36713498266Sopenharmony_cihost_alias = @host_alias@ 36813498266Sopenharmony_cihost_cpu = @host_cpu@ 36913498266Sopenharmony_cihost_os = @host_os@ 37013498266Sopenharmony_cihost_vendor = @host_vendor@ 37113498266Sopenharmony_cihtmldir = @htmldir@ 37213498266Sopenharmony_ciincludedir = @includedir@ 37313498266Sopenharmony_ciinfodir = @infodir@ 37413498266Sopenharmony_ciinstall_sh = @install_sh@ 37513498266Sopenharmony_cilibdir = @libdir@ 37613498266Sopenharmony_cilibexecdir = @libexecdir@ 37713498266Sopenharmony_cilibext = @libext@ 37813498266Sopenharmony_cilocaledir = @localedir@ 37913498266Sopenharmony_cilocalstatedir = @localstatedir@ 38013498266Sopenharmony_cimandir = @mandir@ 38113498266Sopenharmony_cimkdir_p = @mkdir_p@ 38213498266Sopenharmony_cioldincludedir = @oldincludedir@ 38313498266Sopenharmony_cipdfdir = @pdfdir@ 38413498266Sopenharmony_ciprefix = @prefix@ 38513498266Sopenharmony_ciprogram_transform_name = @program_transform_name@ 38613498266Sopenharmony_cipsdir = @psdir@ 38713498266Sopenharmony_cirunstatedir = @runstatedir@ 38813498266Sopenharmony_cisbindir = @sbindir@ 38913498266Sopenharmony_cisharedstatedir = @sharedstatedir@ 39013498266Sopenharmony_cisrcdir = @srcdir@ 39113498266Sopenharmony_cisysconfdir = @sysconfdir@ 39213498266Sopenharmony_citarget_alias = @target_alias@ 39313498266Sopenharmony_citop_build_prefix = @top_build_prefix@ 39413498266Sopenharmony_citop_builddir = @top_builddir@ 39513498266Sopenharmony_citop_srcdir = @top_srcdir@ 39613498266Sopenharmony_ci 39713498266Sopenharmony_ci# this list is in numerical order 39813498266Sopenharmony_ciTESTCASES = test1 test2 test3 test4 test5 test6 test7 test8 test9 \ 39913498266Sopenharmony_citest10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \ 40013498266Sopenharmony_citest20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \ 40113498266Sopenharmony_citest30 test31 test32 test33 test34 test35 test36 test37 test38 test39 \ 40213498266Sopenharmony_citest40 test41 test42 test43 test44 test45 test46 test47 test48 test49 \ 40313498266Sopenharmony_citest50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \ 40413498266Sopenharmony_citest60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \ 40513498266Sopenharmony_citest70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \ 40613498266Sopenharmony_citest80 test81 test82 test83 test84 test85 test86 test87 test88 test89 \ 40713498266Sopenharmony_citest90 test91 test92 test93 test94 test95 test96 test97 test98 test99 \ 40813498266Sopenharmony_citest100 test101 test102 test103 test104 test105 test106 test107 test108 \ 40913498266Sopenharmony_citest109 test110 test111 test112 test113 test114 test115 test116 test117 \ 41013498266Sopenharmony_citest118 test119 test120 test121 test122 test123 test124 test125 test126 \ 41113498266Sopenharmony_citest127 test128 test129 test130 test131 test132 test133 test134 test135 \ 41213498266Sopenharmony_citest136 test137 test138 test139 test140 test141 test142 test143 test144 \ 41313498266Sopenharmony_citest145 test146 test147 test148 test149 test150 test151 test152 test153 \ 41413498266Sopenharmony_citest154 test155 test156 test157 test158 test159 test160 test161 test162 \ 41513498266Sopenharmony_citest163 test164 test165 test166 test167 test168 test169 test170 test171 \ 41613498266Sopenharmony_citest172 test173 test174 test175 test176 test177 test178 test179 test180 \ 41713498266Sopenharmony_citest181 test182 test183 test184 test185 test186 test187 test188 test189 \ 41813498266Sopenharmony_citest190 test191 test192 test193 test194 test195 test196 test197 test198 \ 41913498266Sopenharmony_citest199 test200 test201 test202 test203 test204 test205 test206 test207 \ 42013498266Sopenharmony_citest208 test209 test210 test211 test212 test213 test214 test215 test216 \ 42113498266Sopenharmony_citest217 test218 test219 test220 test221 test222 test223 test224 test225 \ 42213498266Sopenharmony_citest226 test227 test228 test229 test230 test231 test232 test233 test234 \ 42313498266Sopenharmony_citest235 test236 test237 test238 test239 test240 test241 test242 test243 \ 42413498266Sopenharmony_citest244 test245 test246 test247 test248 test249 test250 test251 test252 \ 42513498266Sopenharmony_citest253 test254 test255 test256 test257 test258 test259 test260 test261 \ 42613498266Sopenharmony_citest262 test263 test264 test265 test266 test267 test268 test269 test270 \ 42713498266Sopenharmony_citest271 test272 test273 test274 test275 test276 test277 test278 test279 \ 42813498266Sopenharmony_citest280 test281 test282 test283 test284 test285 test286 test287 test288 \ 42913498266Sopenharmony_citest289 test290 test291 test292 test293 test294 test295 test296 test297 \ 43013498266Sopenharmony_citest298 test299 test300 test301 test302 test303 test304 test305 test306 \ 43113498266Sopenharmony_citest307 test308 test309 test310 test311 test312 test313 test314 test315 \ 43213498266Sopenharmony_citest316 test317 test318 test319 test320 test321 test322 test323 test324 \ 43313498266Sopenharmony_citest325 test326 test327 test328 test329 test330 test331 test332 test333 \ 43413498266Sopenharmony_citest334 test335 test336 test337 test338 test339 test340 test341 test342 \ 43513498266Sopenharmony_citest343 test344 test345 test346 test347 test348 test349 test350 test351 \ 43613498266Sopenharmony_citest352 test353 test354 test355 test356 test357 test358 test359 test360 \ 43713498266Sopenharmony_citest361 test362 test363 test364 test365 test366 test367 test368 test369 \ 43813498266Sopenharmony_citest370 test371 test372 test373 test374 test375 test376 test378 test379 \ 43913498266Sopenharmony_citest380 test381 test383 test384 test385 test386 test387 test388 test389 \ 44013498266Sopenharmony_citest390 test391 test392 test393 test394 test395 test396 test397 test398 \ 44113498266Sopenharmony_citest399 test400 test401 test402 test403 test404 test405 test406 test407 \ 44213498266Sopenharmony_citest408 test409 test410 test411 test412 test413 test414 test415 test416 \ 44313498266Sopenharmony_citest417 test418 test419 test420 test421 test422 test423 test424 test425 \ 44413498266Sopenharmony_citest426 test427 test428 test429 test430 test431 test432 test433 test434 \ 44513498266Sopenharmony_citest435 test436 test437 test438 test439 test440 test441 test442 test443 \ 44613498266Sopenharmony_citest444 test445 test446 test447 test448 test449 test450 test451 test452 \ 44713498266Sopenharmony_citest453 test454 test455 test456 test457 test458 test459 test460 test461 \ 44813498266Sopenharmony_ci\ 44913498266Sopenharmony_citest490 test491 test492 test493 test494 test495 test496 test497 test498 \ 45013498266Sopenharmony_ci\ 45113498266Sopenharmony_citest500 test501 test502 test503 test504 test505 test506 test507 test508 \ 45213498266Sopenharmony_citest509 test510 test511 test512 test513 test514 test515 test516 test517 \ 45313498266Sopenharmony_citest518 test519 test520 test521 test522 test523 test524 test525 test526 \ 45413498266Sopenharmony_citest527 test528 test529 test530 test531 test532 test533 test534 test535 \ 45513498266Sopenharmony_ci test537 test538 test539 test540 test541 test542 test543 test544 \ 45613498266Sopenharmony_citest545 test546 test547 test548 test549 test550 test551 test552 test553 \ 45713498266Sopenharmony_citest554 test555 test556 test557 test558 test559 test560 test561 test562 \ 45813498266Sopenharmony_citest563 test564 test565 test566 test567 test568 test569 test570 test571 \ 45913498266Sopenharmony_citest572 test573 test574 test575 test576 test577 test578 test579 test580 \ 46013498266Sopenharmony_citest581 test582 test583 test584 test585 test586 test587 test588 test589 \ 46113498266Sopenharmony_citest590 test591 test592 test593 test594 test595 test596 test597 test598 \ 46213498266Sopenharmony_citest599 test600 test601 test602 test603 test604 test605 test606 test607 \ 46313498266Sopenharmony_citest608 test609 test610 test611 test612 test613 test614 test615 test616 \ 46413498266Sopenharmony_citest617 test618 test619 test620 test621 test622 test623 test624 test625 \ 46513498266Sopenharmony_citest626 test627 test628 test629 test630 test631 test632 test633 test634 \ 46613498266Sopenharmony_citest635 test636 test637 test638 test639 test640 test641 test642 test643 \ 46713498266Sopenharmony_citest644 test645 test646 test647 test648 test649 test650 test651 test652 \ 46813498266Sopenharmony_citest653 test654 test655 test656 test658 test659 test660 test661 test662 \ 46913498266Sopenharmony_citest663 test664 test665 test666 test667 test668 test669 test670 test671 \ 47013498266Sopenharmony_citest672 test673 test674 test675 test676 test677 test678 test679 test680 \ 47113498266Sopenharmony_citest681 test682 test683 test684 test685 test686 test687 test688 test689 \ 47213498266Sopenharmony_ci\ 47313498266Sopenharmony_citest700 test701 test702 test703 test704 test705 test706 test707 test708 \ 47413498266Sopenharmony_citest709 test710 test711 test712 test713 test714 test715 test716 test717 \ 47513498266Sopenharmony_citest718 test719 test720 test721 test722 test723 test724 test725 test726 \ 47613498266Sopenharmony_citest727 test728 test729 test730 test731 test732 test733 test734 test735 \ 47713498266Sopenharmony_citest736 test737 test738 test739 test740 test741 test742 \ 47813498266Sopenharmony_ci\ 47913498266Sopenharmony_citest799 test800 test801 test802 test803 test804 test805 test806 test807 \ 48013498266Sopenharmony_citest808 test809 test810 test811 test812 test813 test814 test815 test816 \ 48113498266Sopenharmony_citest817 test818 test819 test820 test821 test822 test823 test824 test825 \ 48213498266Sopenharmony_citest826 test827 test828 test829 test830 test831 test832 test833 test834 \ 48313498266Sopenharmony_citest835 test836 test837 test838 test839 test840 test841 test842 test843 \ 48413498266Sopenharmony_citest844 test845 test846 test847 test848 test849 test850 test851 test852 \ 48513498266Sopenharmony_citest853 test854 test855 test856 test857 test858 test859 test860 test861 \ 48613498266Sopenharmony_citest862 test863 test864 test865 test866 test867 test868 test869 test870 \ 48713498266Sopenharmony_citest871 test872 test873 test874 test875 test876 test877 test878 test879 \ 48813498266Sopenharmony_citest880 test881 test882 test883 test884 test885 test886 test887 test888 \ 48913498266Sopenharmony_citest889 test890 test891 test892 test893 test894 test895 test896 test897 \ 49013498266Sopenharmony_citest898 test899 test900 test901 test902 test903 test904 test905 test906 \ 49113498266Sopenharmony_citest907 test908 test909 test910 test911 test912 test913 test914 test915 \ 49213498266Sopenharmony_citest916 test917 test918 test919 test920 test921 test922 test923 test924 \ 49313498266Sopenharmony_citest925 test926 test927 test928 test929 test930 test931 test932 test933 \ 49413498266Sopenharmony_citest934 test935 test936 test937 test938 test939 test940 test941 test942 \ 49513498266Sopenharmony_citest943 test944 test945 test946 test947 test948 test949 test950 test951 \ 49613498266Sopenharmony_citest952 test953 test954 test955 test956 test957 test958 test959 test960 \ 49713498266Sopenharmony_citest961 test962 test963 test964 test965 test966 test967 test968 test969 \ 49813498266Sopenharmony_citest970 test971 test972 test973 test974 test975 test976 test977 test978 \ 49913498266Sopenharmony_citest979 test980 test981 test982 test983 test984 test985 test986 test987 \ 50013498266Sopenharmony_citest988 test989 test990 test991 test992 \ 50113498266Sopenharmony_ci\ 50213498266Sopenharmony_citest1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ 50313498266Sopenharmony_citest1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ 50413498266Sopenharmony_citest1016 test1017 test1018 test1019 test1020 test1021 test1022 test1023 \ 50513498266Sopenharmony_citest1024 test1025 test1026 test1027 test1028 test1029 test1030 test1031 \ 50613498266Sopenharmony_citest1032 test1033 test1034 test1035 test1036 test1037 test1038 test1039 \ 50713498266Sopenharmony_citest1040 test1041 test1042 test1043 test1044 test1045 test1046 test1047 \ 50813498266Sopenharmony_citest1048 test1049 test1050 test1051 test1052 test1053 test1054 test1055 \ 50913498266Sopenharmony_citest1056 test1057 test1058 test1059 test1060 test1061 test1062 test1063 \ 51013498266Sopenharmony_citest1064 test1065 test1066 test1067 test1068 test1069 test1070 test1071 \ 51113498266Sopenharmony_citest1072 test1073 test1074 test1075 test1076 test1077 test1078 test1079 \ 51213498266Sopenharmony_citest1080 test1081 test1082 test1083 test1084 test1085 test1086 test1087 \ 51313498266Sopenharmony_citest1088 test1089 test1090 test1091 test1092 test1093 test1094 test1095 \ 51413498266Sopenharmony_citest1096 test1097 test1098 test1099 test1100 test1101 test1102 test1103 \ 51513498266Sopenharmony_citest1104 test1105 test1106 test1107 test1108 test1109 test1110 test1111 \ 51613498266Sopenharmony_citest1112 test1113 test1114 test1115 test1116 test1117 test1118 test1119 \ 51713498266Sopenharmony_citest1120 test1121 test1122 test1123 test1124 test1125 test1126 test1127 \ 51813498266Sopenharmony_citest1128 test1129 test1130 test1131 test1132 test1133 test1134 test1135 \ 51913498266Sopenharmony_citest1136 test1137 test1138 test1139 test1140 test1141 test1142 test1143 \ 52013498266Sopenharmony_citest1144 test1145 test1146 test1147 test1148 test1149 test1150 test1151 \ 52113498266Sopenharmony_citest1152 test1153 test1154 test1155 test1156 test1157 test1158 test1159 \ 52213498266Sopenharmony_citest1160 test1161 test1162 test1163 test1164 test1165 test1166 test1167 \ 52313498266Sopenharmony_citest1168 test1169 test1170 test1171 test1172 test1173 test1174 test1175 \ 52413498266Sopenharmony_citest1176 test1177 test1178 test1179 test1180 test1181 test1182 test1183 \ 52513498266Sopenharmony_citest1184 test1185 test1186 test1187 test1188 test1189 test1190 test1190 \ 52613498266Sopenharmony_citest1191 test1192 test1193 test1194 test1195 test1196 test1197 test1198 \ 52713498266Sopenharmony_citest1199 test1200 test1201 test1202 test1203 test1204 test1205 test1206 \ 52813498266Sopenharmony_citest1207 test1208 test1209 test1210 test1211 test1212 test1213 test1214 \ 52913498266Sopenharmony_citest1215 test1216 test1217 test1218 test1219 test1220 test1221 test1222 \ 53013498266Sopenharmony_citest1223 test1224 test1225 test1226 test1227 test1228 test1229 test1230 \ 53113498266Sopenharmony_citest1231 test1232 test1233 test1234 test1235 test1236 test1237 test1238 \ 53213498266Sopenharmony_citest1239 test1240 test1241 test1242 test1243 test1244 test1245 test1246 \ 53313498266Sopenharmony_citest1247 test1248 test1249 test1250 test1251 test1252 test1253 test1254 \ 53413498266Sopenharmony_citest1255 test1256 test1257 test1258 test1259 test1260 test1261 test1262 \ 53513498266Sopenharmony_citest1263 test1264 test1265 test1266 test1267 test1268 test1269 test1270 \ 53613498266Sopenharmony_citest1271 test1272 test1273 test1274 test1275 test1276 test1277 test1278 \ 53713498266Sopenharmony_citest1279 test1280 test1281 test1282 test1283 test1284 test1285 test1286 \ 53813498266Sopenharmony_citest1287 test1288 test1289 test1290 test1291 test1292 test1293 test1294 \ 53913498266Sopenharmony_citest1295 test1296 test1297 test1298 test1299 test1300 test1301 test1302 \ 54013498266Sopenharmony_citest1303 test1304 test1305 test1306 test1307 test1308 test1309 test1310 \ 54113498266Sopenharmony_citest1311 test1312 test1313 test1314 test1315 test1316 test1317 test1318 \ 54213498266Sopenharmony_citest1319 test1320 test1321 test1322 test1323 test1324 test1325 test1326 \ 54313498266Sopenharmony_citest1327 test1328 test1329 test1330 test1331 test1332 test1333 test1334 \ 54413498266Sopenharmony_citest1335 test1336 test1337 test1338 test1339 test1340 test1341 test1342 \ 54513498266Sopenharmony_citest1343 test1344 test1345 test1346 test1347 test1348 test1349 test1350 \ 54613498266Sopenharmony_citest1351 test1352 test1353 test1354 test1355 test1356 test1357 test1358 \ 54713498266Sopenharmony_citest1359 test1360 test1361 test1362 test1363 test1364 test1365 test1366 \ 54813498266Sopenharmony_citest1367 test1368 test1369 test1370 test1371 test1372 test1373 test1374 \ 54913498266Sopenharmony_citest1375 test1376 test1377 test1378 test1379 test1380 test1381 test1382 \ 55013498266Sopenharmony_citest1383 test1384 test1385 test1386 test1387 test1388 test1389 test1390 \ 55113498266Sopenharmony_citest1391 test1392 test1393 test1394 test1395 test1396 test1397 test1398 \ 55213498266Sopenharmony_citest1399 test1400 test1401 test1402 test1403 test1404 test1405 test1406 \ 55313498266Sopenharmony_citest1407 test1408 test1409 test1410 test1411 test1412 test1413 test1414 \ 55413498266Sopenharmony_citest1415 test1416 test1417 test1418 test1419 test1420 test1421 test1422 \ 55513498266Sopenharmony_citest1423 test1424 test1425 test1426 test1427 test1428 test1429 test1430 \ 55613498266Sopenharmony_citest1431 test1432 test1433 test1434 test1435 test1436 test1437 test1438 \ 55713498266Sopenharmony_citest1439 test1440 test1441 test1442 test1443 test1444 test1445 test1446 \ 55813498266Sopenharmony_citest1447 test1448 test1449 test1450 test1451 test1452 test1453 test1454 \ 55913498266Sopenharmony_citest1455 test1456 test1457 test1458 test1459 test1460 test1461 test1462 \ 56013498266Sopenharmony_citest1463 test1464 test1465 test1466 test1467 test1468 test1469 test1470 \ 56113498266Sopenharmony_citest1471 test1472 test1473 test1475 test1476 test1477 test1478 \ 56213498266Sopenharmony_ci\ 56313498266Sopenharmony_citest1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \ 56413498266Sopenharmony_citest1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \ 56513498266Sopenharmony_citest1516 test1517 test1518 test1519 test1520 test1521 test1522 test1523 \ 56613498266Sopenharmony_citest1524 test1525 test1526 test1527 test1528 test1529 test1530 test1531 \ 56713498266Sopenharmony_citest1532 test1533 test1534 test1535 test1536 test1537 test1538 test1539 \ 56813498266Sopenharmony_citest1540 test1542 test1543 test1544 test1545 \ 56913498266Sopenharmony_ci\ 57013498266Sopenharmony_citest1550 test1551 test1552 test1553 test1554 test1555 test1556 test1557 \ 57113498266Sopenharmony_citest1558 test1559 test1560 test1561 test1562 test1563 test1564 test1565 \ 57213498266Sopenharmony_citest1566 test1567 test1568 test1569 test1570 \ 57313498266Sopenharmony_ci\ 57413498266Sopenharmony_citest1590 test1591 test1592 test1593 test1594 test1595 test1596 test1597 \ 57513498266Sopenharmony_ci\ 57613498266Sopenharmony_citest1600 test1601 test1602 test1603 test1604 test1605 test1606 test1607 \ 57713498266Sopenharmony_citest1608 test1609 test1610 test1611 test1612 test1613 test1614 \ 57813498266Sopenharmony_ci\ 57913498266Sopenharmony_citest1620 test1621 \ 58013498266Sopenharmony_ci\ 58113498266Sopenharmony_citest1630 test1631 test1632 test1633 test1634 test1635 \ 58213498266Sopenharmony_ci\ 58313498266Sopenharmony_citest1650 test1651 test1652 test1653 test1654 test1655 \ 58413498266Sopenharmony_citest1660 test1661 test1662 \ 58513498266Sopenharmony_ci\ 58613498266Sopenharmony_citest1670 test1671 \ 58713498266Sopenharmony_ci\ 58813498266Sopenharmony_citest1680 test1681 test1682 test1683 \ 58913498266Sopenharmony_ci\ 59013498266Sopenharmony_citest1700 test1701 test1702 test1703 test1704 \ 59113498266Sopenharmony_ci\ 59213498266Sopenharmony_citest1800 test1801 \ 59313498266Sopenharmony_ci\ 59413498266Sopenharmony_citest1900 test1903 test1904 test1905 test1906 test1907 \ 59513498266Sopenharmony_citest1908 test1909 test1910 test1911 test1912 test1913 test1914 test1915 \ 59613498266Sopenharmony_citest1916 test1917 test1918 test1919 \ 59713498266Sopenharmony_ci\ 59813498266Sopenharmony_citest1933 test1934 test1935 test1936 test1937 test1938 test1939 test1940 \ 59913498266Sopenharmony_citest1941 test1942 test1943 test1944 test1945 test1946 test1947 test1948 \ 60013498266Sopenharmony_citest1955 test1956 test1957 test1958 test1959 test1960 test1964 \ 60113498266Sopenharmony_citest1970 test1971 test1972 test1973 test1974 test1975 \ 60213498266Sopenharmony_ci\ 60313498266Sopenharmony_citest2000 test2001 test2002 test2003 test2004 \ 60413498266Sopenharmony_ci\ 60513498266Sopenharmony_ci test2023 \ 60613498266Sopenharmony_citest2024 test2025 test2026 test2027 test2028 test2029 test2030 test2031 \ 60713498266Sopenharmony_citest2032 test2033 test2034 test2035 test2036 test2037 test2038 test2039 \ 60813498266Sopenharmony_citest2040 test2041 test2042 test2043 test2044 test2045 test2046 test2047 \ 60913498266Sopenharmony_citest2048 test2049 test2050 test2051 test2052 test2053 test2054 test2055 \ 61013498266Sopenharmony_citest2056 test2057 test2058 test2059 test2060 test2061 test2062 test2063 \ 61113498266Sopenharmony_citest2064 test2065 test2066 test2067 test2068 test2069 test2070 test2071 \ 61213498266Sopenharmony_citest2072 test2073 test2074 test2075 test2076 test2077 test2078 test2079 \ 61313498266Sopenharmony_citest2080 test2081 test2082 test2083 test2084 test2085 test2086 test2087 \ 61413498266Sopenharmony_ci\ 61513498266Sopenharmony_citest2100 \ 61613498266Sopenharmony_ci\ 61713498266Sopenharmony_citest2200 test2201 test2202 test2203 test2204 test2205 \ 61813498266Sopenharmony_ci\ 61913498266Sopenharmony_citest2300 test2301 test2302 test2303 test2304 test2305 test2306 test2307 \ 62013498266Sopenharmony_ci\ 62113498266Sopenharmony_citest2400 test2401 test2402 test2403 test2404 \ 62213498266Sopenharmony_ci\ 62313498266Sopenharmony_citest2500 test2501 test2502 test2503 \ 62413498266Sopenharmony_ci\ 62513498266Sopenharmony_citest2600 test2601 test2602 test2603 \ 62613498266Sopenharmony_ci\ 62713498266Sopenharmony_citest3000 test3001 test3002 test3003 test3004 test3005 test3006 test3007 \ 62813498266Sopenharmony_citest3008 test3009 test3010 test3011 test3012 test3013 test3014 test3015 \ 62913498266Sopenharmony_citest3016 test3017 test3018 test3019 test3020 test3021 test3022 test3023 \ 63013498266Sopenharmony_citest3024 test3025 test3026 test3027 test3028 test3029 test3030 \ 63113498266Sopenharmony_ci\ 63213498266Sopenharmony_citest3100 test3101 test3102 test3103 \ 63313498266Sopenharmony_citest3200 \ 63413498266Sopenharmony_citest3201 test3202 63513498266Sopenharmony_ci 63613498266Sopenharmony_ci 63713498266Sopenharmony_ci# TESTCASES are taken from Makefile.inc 63813498266Sopenharmony_ciEXTRA_DIST = $(TESTCASES) DISABLED CMakeLists.txt 63913498266Sopenharmony_ciall: all-am 64013498266Sopenharmony_ci 64113498266Sopenharmony_ci.SUFFIXES: 64213498266Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 64313498266Sopenharmony_ci @for dep in $?; do \ 64413498266Sopenharmony_ci case '$(am__configure_deps)' in \ 64513498266Sopenharmony_ci *$$dep*) \ 64613498266Sopenharmony_ci ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 64713498266Sopenharmony_ci && { if test -f $@; then exit 0; else break; fi; }; \ 64813498266Sopenharmony_ci exit 1;; \ 64913498266Sopenharmony_ci esac; \ 65013498266Sopenharmony_ci done; \ 65113498266Sopenharmony_ci echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/data/Makefile'; \ 65213498266Sopenharmony_ci $(am__cd) $(top_srcdir) && \ 65313498266Sopenharmony_ci $(AUTOMAKE) --foreign tests/data/Makefile 65413498266Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 65513498266Sopenharmony_ci @case '$?' in \ 65613498266Sopenharmony_ci *config.status*) \ 65713498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 65813498266Sopenharmony_ci *) \ 65913498266Sopenharmony_ci echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 66013498266Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 66113498266Sopenharmony_ci esac; 66213498266Sopenharmony_ci$(srcdir)/Makefile.inc $(am__empty): 66313498266Sopenharmony_ci 66413498266Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 66513498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 66613498266Sopenharmony_ci 66713498266Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 66813498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 66913498266Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 67013498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 67113498266Sopenharmony_ci$(am__aclocal_m4_deps): 67213498266Sopenharmony_ci 67313498266Sopenharmony_cimostlyclean-libtool: 67413498266Sopenharmony_ci -rm -f *.lo 67513498266Sopenharmony_ci 67613498266Sopenharmony_ciclean-libtool: 67713498266Sopenharmony_ci -rm -rf .libs _libs 67813498266Sopenharmony_citags TAGS: 67913498266Sopenharmony_ci 68013498266Sopenharmony_cictags CTAGS: 68113498266Sopenharmony_ci 68213498266Sopenharmony_cicscope cscopelist: 68313498266Sopenharmony_ci 68413498266Sopenharmony_cidistdir: $(BUILT_SOURCES) 68513498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) distdir-am 68613498266Sopenharmony_ci 68713498266Sopenharmony_cidistdir-am: $(DISTFILES) 68813498266Sopenharmony_ci @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 68913498266Sopenharmony_ci topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 69013498266Sopenharmony_ci list='$(DISTFILES)'; \ 69113498266Sopenharmony_ci dist_files=`for file in $$list; do echo $$file; done | \ 69213498266Sopenharmony_ci sed -e "s|^$$srcdirstrip/||;t" \ 69313498266Sopenharmony_ci -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 69413498266Sopenharmony_ci case $$dist_files in \ 69513498266Sopenharmony_ci */*) $(MKDIR_P) `echo "$$dist_files" | \ 69613498266Sopenharmony_ci sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 69713498266Sopenharmony_ci sort -u` ;; \ 69813498266Sopenharmony_ci esac; \ 69913498266Sopenharmony_ci for file in $$dist_files; do \ 70013498266Sopenharmony_ci if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 70113498266Sopenharmony_ci if test -d $$d/$$file; then \ 70213498266Sopenharmony_ci dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 70313498266Sopenharmony_ci if test -d "$(distdir)/$$file"; then \ 70413498266Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 70513498266Sopenharmony_ci fi; \ 70613498266Sopenharmony_ci if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 70713498266Sopenharmony_ci cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 70813498266Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 70913498266Sopenharmony_ci fi; \ 71013498266Sopenharmony_ci cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 71113498266Sopenharmony_ci else \ 71213498266Sopenharmony_ci test -f "$(distdir)/$$file" \ 71313498266Sopenharmony_ci || cp -p $$d/$$file "$(distdir)/$$file" \ 71413498266Sopenharmony_ci || exit 1; \ 71513498266Sopenharmony_ci fi; \ 71613498266Sopenharmony_ci done 71713498266Sopenharmony_cicheck-am: all-am 71813498266Sopenharmony_cicheck: check-am 71913498266Sopenharmony_ciall-am: Makefile 72013498266Sopenharmony_ciinstalldirs: 72113498266Sopenharmony_ciinstall-exec: install-exec-am 72213498266Sopenharmony_ciinstall-data: install-data-am 72313498266Sopenharmony_ciuninstall: uninstall-am 72413498266Sopenharmony_ci 72513498266Sopenharmony_ciinstall-am: all-am 72613498266Sopenharmony_ci @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 72713498266Sopenharmony_ci 72813498266Sopenharmony_ciinstallcheck: installcheck-am 72913498266Sopenharmony_ciinstall-strip: 73013498266Sopenharmony_ci if test -z '$(STRIP)'; then \ 73113498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 73213498266Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 73313498266Sopenharmony_ci install; \ 73413498266Sopenharmony_ci else \ 73513498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 73613498266Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 73713498266Sopenharmony_ci "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 73813498266Sopenharmony_ci fi 73913498266Sopenharmony_cimostlyclean-generic: 74013498266Sopenharmony_ci 74113498266Sopenharmony_ciclean-generic: 74213498266Sopenharmony_ci 74313498266Sopenharmony_cidistclean-generic: 74413498266Sopenharmony_ci -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 74513498266Sopenharmony_ci -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 74613498266Sopenharmony_ci 74713498266Sopenharmony_cimaintainer-clean-generic: 74813498266Sopenharmony_ci @echo "This command is intended for maintainers to use" 74913498266Sopenharmony_ci @echo "it deletes files that may require special tools to rebuild." 75013498266Sopenharmony_ciclean: clean-am 75113498266Sopenharmony_ci 75213498266Sopenharmony_ciclean-am: clean-generic clean-libtool mostlyclean-am 75313498266Sopenharmony_ci 75413498266Sopenharmony_cidistclean: distclean-am 75513498266Sopenharmony_ci -rm -f Makefile 75613498266Sopenharmony_cidistclean-am: clean-am distclean-generic 75713498266Sopenharmony_ci 75813498266Sopenharmony_cidvi: dvi-am 75913498266Sopenharmony_ci 76013498266Sopenharmony_cidvi-am: 76113498266Sopenharmony_ci 76213498266Sopenharmony_cihtml: html-am 76313498266Sopenharmony_ci 76413498266Sopenharmony_cihtml-am: 76513498266Sopenharmony_ci 76613498266Sopenharmony_ciinfo: info-am 76713498266Sopenharmony_ci 76813498266Sopenharmony_ciinfo-am: 76913498266Sopenharmony_ci 77013498266Sopenharmony_ciinstall-data-am: 77113498266Sopenharmony_ci 77213498266Sopenharmony_ciinstall-dvi: install-dvi-am 77313498266Sopenharmony_ci 77413498266Sopenharmony_ciinstall-dvi-am: 77513498266Sopenharmony_ci 77613498266Sopenharmony_ciinstall-exec-am: 77713498266Sopenharmony_ci 77813498266Sopenharmony_ciinstall-html: install-html-am 77913498266Sopenharmony_ci 78013498266Sopenharmony_ciinstall-html-am: 78113498266Sopenharmony_ci 78213498266Sopenharmony_ciinstall-info: install-info-am 78313498266Sopenharmony_ci 78413498266Sopenharmony_ciinstall-info-am: 78513498266Sopenharmony_ci 78613498266Sopenharmony_ciinstall-man: 78713498266Sopenharmony_ci 78813498266Sopenharmony_ciinstall-pdf: install-pdf-am 78913498266Sopenharmony_ci 79013498266Sopenharmony_ciinstall-pdf-am: 79113498266Sopenharmony_ci 79213498266Sopenharmony_ciinstall-ps: install-ps-am 79313498266Sopenharmony_ci 79413498266Sopenharmony_ciinstall-ps-am: 79513498266Sopenharmony_ci 79613498266Sopenharmony_ciinstallcheck-am: 79713498266Sopenharmony_ci 79813498266Sopenharmony_cimaintainer-clean: maintainer-clean-am 79913498266Sopenharmony_ci -rm -f Makefile 80013498266Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic 80113498266Sopenharmony_ci 80213498266Sopenharmony_cimostlyclean: mostlyclean-am 80313498266Sopenharmony_ci 80413498266Sopenharmony_cimostlyclean-am: mostlyclean-generic mostlyclean-libtool 80513498266Sopenharmony_ci 80613498266Sopenharmony_cipdf: pdf-am 80713498266Sopenharmony_ci 80813498266Sopenharmony_cipdf-am: 80913498266Sopenharmony_ci 81013498266Sopenharmony_cips: ps-am 81113498266Sopenharmony_ci 81213498266Sopenharmony_cips-am: 81313498266Sopenharmony_ci 81413498266Sopenharmony_ciuninstall-am: 81513498266Sopenharmony_ci 81613498266Sopenharmony_ci.MAKE: install-am install-strip 81713498266Sopenharmony_ci 81813498266Sopenharmony_ci.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 81913498266Sopenharmony_ci cscopelist-am ctags-am distclean distclean-generic \ 82013498266Sopenharmony_ci distclean-libtool distdir dvi dvi-am html html-am info info-am \ 82113498266Sopenharmony_ci install install-am install-data install-data-am install-dvi \ 82213498266Sopenharmony_ci install-dvi-am install-exec install-exec-am install-html \ 82313498266Sopenharmony_ci install-html-am install-info install-info-am install-man \ 82413498266Sopenharmony_ci install-pdf install-pdf-am install-ps install-ps-am \ 82513498266Sopenharmony_ci install-strip installcheck installcheck-am installdirs \ 82613498266Sopenharmony_ci maintainer-clean maintainer-clean-generic mostlyclean \ 82713498266Sopenharmony_ci mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 82813498266Sopenharmony_ci tags-am uninstall uninstall-am 82913498266Sopenharmony_ci 83013498266Sopenharmony_ci.PRECIOUS: Makefile 83113498266Sopenharmony_ci 83213498266Sopenharmony_ci 83313498266Sopenharmony_ci#*************************************************************************** 83413498266Sopenharmony_ci# _ _ ____ _ 83513498266Sopenharmony_ci# Project ___| | | | _ \| | 83613498266Sopenharmony_ci# / __| | | | |_) | | 83713498266Sopenharmony_ci# | (__| |_| | _ <| |___ 83813498266Sopenharmony_ci# \___|\___/|_| \_\_____| 83913498266Sopenharmony_ci# 84013498266Sopenharmony_ci# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 84113498266Sopenharmony_ci# 84213498266Sopenharmony_ci# This software is licensed as described in the file COPYING, which 84313498266Sopenharmony_ci# you should have received as part of this distribution. The terms 84413498266Sopenharmony_ci# are also available at https://curl.se/docs/copyright.html. 84513498266Sopenharmony_ci# 84613498266Sopenharmony_ci# You may opt to use, copy, modify, merge, publish, distribute and/or sell 84713498266Sopenharmony_ci# copies of the Software, and permit persons to whom the Software is 84813498266Sopenharmony_ci# furnished to do so, under the terms of the COPYING file. 84913498266Sopenharmony_ci# 85013498266Sopenharmony_ci# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 85113498266Sopenharmony_ci# KIND, either express or implied. 85213498266Sopenharmony_ci# 85313498266Sopenharmony_ci# SPDX-License-Identifier: curl 85413498266Sopenharmony_ci# 85513498266Sopenharmony_ci########################################################################### 85613498266Sopenharmony_ciiall: 85713498266Sopenharmony_ciinstall: 85813498266Sopenharmony_citest: 85913498266Sopenharmony_ci 86013498266Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables. 86113498266Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded. 86213498266Sopenharmony_ci.NOEXPORT: 863