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_ciVPATH = @srcdir@ 1713498266Sopenharmony_ciam__is_gnu_make = { \ 1813498266Sopenharmony_ci if test -z '$(MAKELEVEL)'; then \ 1913498266Sopenharmony_ci false; \ 2013498266Sopenharmony_ci elif test -n '$(MAKE_HOST)'; then \ 2113498266Sopenharmony_ci true; \ 2213498266Sopenharmony_ci elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 2313498266Sopenharmony_ci true; \ 2413498266Sopenharmony_ci else \ 2513498266Sopenharmony_ci false; \ 2613498266Sopenharmony_ci fi; \ 2713498266Sopenharmony_ci} 2813498266Sopenharmony_ciam__make_running_with_option = \ 2913498266Sopenharmony_ci case $${target_option-} in \ 3013498266Sopenharmony_ci ?) ;; \ 3113498266Sopenharmony_ci *) echo "am__make_running_with_option: internal error: invalid" \ 3213498266Sopenharmony_ci "target option '$${target_option-}' specified" >&2; \ 3313498266Sopenharmony_ci exit 1;; \ 3413498266Sopenharmony_ci esac; \ 3513498266Sopenharmony_ci has_opt=no; \ 3613498266Sopenharmony_ci sane_makeflags=$$MAKEFLAGS; \ 3713498266Sopenharmony_ci if $(am__is_gnu_make); then \ 3813498266Sopenharmony_ci sane_makeflags=$$MFLAGS; \ 3913498266Sopenharmony_ci else \ 4013498266Sopenharmony_ci case $$MAKEFLAGS in \ 4113498266Sopenharmony_ci *\\[\ \ ]*) \ 4213498266Sopenharmony_ci bs=\\; \ 4313498266Sopenharmony_ci sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 4413498266Sopenharmony_ci | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 4513498266Sopenharmony_ci esac; \ 4613498266Sopenharmony_ci fi; \ 4713498266Sopenharmony_ci skip_next=no; \ 4813498266Sopenharmony_ci strip_trailopt () \ 4913498266Sopenharmony_ci { \ 5013498266Sopenharmony_ci flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 5113498266Sopenharmony_ci }; \ 5213498266Sopenharmony_ci for flg in $$sane_makeflags; do \ 5313498266Sopenharmony_ci test $$skip_next = yes && { skip_next=no; continue; }; \ 5413498266Sopenharmony_ci case $$flg in \ 5513498266Sopenharmony_ci *=*|--*) continue;; \ 5613498266Sopenharmony_ci -*I) strip_trailopt 'I'; skip_next=yes;; \ 5713498266Sopenharmony_ci -*I?*) strip_trailopt 'I';; \ 5813498266Sopenharmony_ci -*O) strip_trailopt 'O'; skip_next=yes;; \ 5913498266Sopenharmony_ci -*O?*) strip_trailopt 'O';; \ 6013498266Sopenharmony_ci -*l) strip_trailopt 'l'; skip_next=yes;; \ 6113498266Sopenharmony_ci -*l?*) strip_trailopt 'l';; \ 6213498266Sopenharmony_ci -[dEDm]) skip_next=yes;; \ 6313498266Sopenharmony_ci -[JT]) skip_next=yes;; \ 6413498266Sopenharmony_ci esac; \ 6513498266Sopenharmony_ci case $$flg in \ 6613498266Sopenharmony_ci *$$target_option*) has_opt=yes; break;; \ 6713498266Sopenharmony_ci esac; \ 6813498266Sopenharmony_ci done; \ 6913498266Sopenharmony_ci test $$has_opt = yes 7013498266Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 7113498266Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 7213498266Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@ 7313498266Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@ 7413498266Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@ 7513498266Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@ 7613498266Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 7713498266Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644 7813498266Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c 7913498266Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c 8013498266Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA) 8113498266Sopenharmony_citransform = $(program_transform_name) 8213498266Sopenharmony_ciNORMAL_INSTALL = : 8313498266Sopenharmony_ciPRE_INSTALL = : 8413498266Sopenharmony_ciPOST_INSTALL = : 8513498266Sopenharmony_ciNORMAL_UNINSTALL = : 8613498266Sopenharmony_ciPRE_UNINSTALL = : 8713498266Sopenharmony_ciPOST_UNINSTALL = : 8813498266Sopenharmony_cibuild_triplet = @build@ 8913498266Sopenharmony_cihost_triplet = @host@ 9013498266Sopenharmony_cisubdir = tests/certs/scripts 9113498266Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4 9213498266Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 9313498266Sopenharmony_ci $(top_srcdir)/m4/curl-bearssl.m4 \ 9413498266Sopenharmony_ci $(top_srcdir)/m4/curl-compilers.m4 \ 9513498266Sopenharmony_ci $(top_srcdir)/m4/curl-confopts.m4 \ 9613498266Sopenharmony_ci $(top_srcdir)/m4/curl-functions.m4 \ 9713498266Sopenharmony_ci $(top_srcdir)/m4/curl-gnutls.m4 \ 9813498266Sopenharmony_ci $(top_srcdir)/m4/curl-mbedtls.m4 \ 9913498266Sopenharmony_ci $(top_srcdir)/m4/curl-openssl.m4 \ 10013498266Sopenharmony_ci $(top_srcdir)/m4/curl-override.m4 \ 10113498266Sopenharmony_ci $(top_srcdir)/m4/curl-reentrant.m4 \ 10213498266Sopenharmony_ci $(top_srcdir)/m4/curl-rustls.m4 \ 10313498266Sopenharmony_ci $(top_srcdir)/m4/curl-schannel.m4 \ 10413498266Sopenharmony_ci $(top_srcdir)/m4/curl-sectransp.m4 \ 10513498266Sopenharmony_ci $(top_srcdir)/m4/curl-sysconfig.m4 \ 10613498266Sopenharmony_ci $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 10713498266Sopenharmony_ci $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 10813498266Sopenharmony_ci $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 10913498266Sopenharmony_ci $(top_srcdir)/m4/xc-am-iface.m4 \ 11013498266Sopenharmony_ci $(top_srcdir)/m4/xc-cc-check.m4 \ 11113498266Sopenharmony_ci $(top_srcdir)/m4/xc-lt-iface.m4 \ 11213498266Sopenharmony_ci $(top_srcdir)/m4/xc-translit.m4 \ 11313498266Sopenharmony_ci $(top_srcdir)/m4/xc-val-flgs.m4 \ 11413498266Sopenharmony_ci $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 11513498266Sopenharmony_ci $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 11613498266Sopenharmony_ci $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 11713498266Sopenharmony_ci $(top_srcdir)/configure.ac 11813498266Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 11913498266Sopenharmony_ci $(ACLOCAL_M4) 12013498266Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 12113498266Sopenharmony_cimkinstalldirs = $(install_sh) -d 12213498266Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/lib/curl_config.h 12313498266Sopenharmony_ciCONFIG_CLEAN_FILES = 12413498266Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES = 12513498266Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@) 12613498266Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 12713498266Sopenharmony_ciam__v_P_0 = false 12813498266Sopenharmony_ciam__v_P_1 = : 12913498266Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@) 13013498266Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 13113498266Sopenharmony_ciam__v_GEN_0 = @echo " GEN " $@; 13213498266Sopenharmony_ciam__v_GEN_1 = 13313498266Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@) 13413498266Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 13513498266Sopenharmony_ciam__v_at_0 = @ 13613498266Sopenharmony_ciam__v_at_1 = 13713498266Sopenharmony_ciSOURCES = 13813498266Sopenharmony_ciDIST_SOURCES = 13913498266Sopenharmony_ciam__can_run_installinfo = \ 14013498266Sopenharmony_ci case $$AM_UPDATE_INFO_DIR in \ 14113498266Sopenharmony_ci n|no|NO) false;; \ 14213498266Sopenharmony_ci *) (install-info --version) >/dev/null 2>&1;; \ 14313498266Sopenharmony_ci esac 14413498266Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 14513498266Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in 14613498266Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 14713498266Sopenharmony_ciACLOCAL = @ACLOCAL@ 14813498266Sopenharmony_ciAMTAR = @AMTAR@ 14913498266Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 15013498266Sopenharmony_ciAPACHECTL = @APACHECTL@ 15113498266Sopenharmony_ciAPXS = @APXS@ 15213498266Sopenharmony_ciAR = @AR@ 15313498266Sopenharmony_ciAR_FLAGS = @AR_FLAGS@ 15413498266Sopenharmony_ciAS = @AS@ 15513498266Sopenharmony_ciAUTOCONF = @AUTOCONF@ 15613498266Sopenharmony_ciAUTOHEADER = @AUTOHEADER@ 15713498266Sopenharmony_ciAUTOMAKE = @AUTOMAKE@ 15813498266Sopenharmony_ciAWK = @AWK@ 15913498266Sopenharmony_ciBLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 16013498266Sopenharmony_ciCADDY = @CADDY@ 16113498266Sopenharmony_ciCC = @CC@ 16213498266Sopenharmony_ciCCDEPMODE = @CCDEPMODE@ 16313498266Sopenharmony_ciCFLAGS = @CFLAGS@ 16413498266Sopenharmony_ciCFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 16513498266Sopenharmony_ciCONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 16613498266Sopenharmony_ciCPP = @CPP@ 16713498266Sopenharmony_ciCPPFLAGS = @CPPFLAGS@ 16813498266Sopenharmony_ciCPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ 16913498266Sopenharmony_ciCSCOPE = @CSCOPE@ 17013498266Sopenharmony_ciCTAGS = @CTAGS@ 17113498266Sopenharmony_ciCURLVERSION = @CURLVERSION@ 17213498266Sopenharmony_ciCURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 17313498266Sopenharmony_ciCURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 17413498266Sopenharmony_ciCURL_DISABLE_DICT = @CURL_DISABLE_DICT@ 17513498266Sopenharmony_ciCURL_DISABLE_FILE = @CURL_DISABLE_FILE@ 17613498266Sopenharmony_ciCURL_DISABLE_FTP = @CURL_DISABLE_FTP@ 17713498266Sopenharmony_ciCURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ 17813498266Sopenharmony_ciCURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ 17913498266Sopenharmony_ciCURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ 18013498266Sopenharmony_ciCURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ 18113498266Sopenharmony_ciCURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ 18213498266Sopenharmony_ciCURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ 18313498266Sopenharmony_ciCURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ 18413498266Sopenharmony_ciCURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ 18513498266Sopenharmony_ciCURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ 18613498266Sopenharmony_ciCURL_DISABLE_SMB = @CURL_DISABLE_SMB@ 18713498266Sopenharmony_ciCURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ 18813498266Sopenharmony_ciCURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ 18913498266Sopenharmony_ciCURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ 19013498266Sopenharmony_ciCURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ 19113498266Sopenharmony_ciCURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 19213498266Sopenharmony_ciCURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ 19313498266Sopenharmony_ciCURL_PLIST_VERSION = @CURL_PLIST_VERSION@ 19413498266Sopenharmony_ciCURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ 19513498266Sopenharmony_ciCYGPATH_W = @CYGPATH_W@ 19613498266Sopenharmony_ciDEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ 19713498266Sopenharmony_ciDEFS = @DEFS@ 19813498266Sopenharmony_ciDEPDIR = @DEPDIR@ 19913498266Sopenharmony_ciDLLTOOL = @DLLTOOL@ 20013498266Sopenharmony_ciDSYMUTIL = @DSYMUTIL@ 20113498266Sopenharmony_ciDUMPBIN = @DUMPBIN@ 20213498266Sopenharmony_ciECHO_C = @ECHO_C@ 20313498266Sopenharmony_ciECHO_N = @ECHO_N@ 20413498266Sopenharmony_ciECHO_T = @ECHO_T@ 20513498266Sopenharmony_ciEGREP = @EGREP@ 20613498266Sopenharmony_ciENABLE_SHARED = @ENABLE_SHARED@ 20713498266Sopenharmony_ciENABLE_STATIC = @ENABLE_STATIC@ 20813498266Sopenharmony_ciETAGS = @ETAGS@ 20913498266Sopenharmony_ciEXEEXT = @EXEEXT@ 21013498266Sopenharmony_ciFGREP = @FGREP@ 21113498266Sopenharmony_ciFILECMD = @FILECMD@ 21213498266Sopenharmony_ciFISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 21313498266Sopenharmony_ciGCOV = @GCOV@ 21413498266Sopenharmony_ciGREP = @GREP@ 21513498266Sopenharmony_ciHAVE_BROTLI = @HAVE_BROTLI@ 21613498266Sopenharmony_ciHAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ 21713498266Sopenharmony_ciHAVE_LDAP_SSL = @HAVE_LDAP_SSL@ 21813498266Sopenharmony_ciHAVE_LIBZ = @HAVE_LIBZ@ 21913498266Sopenharmony_ciHAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@ 22013498266Sopenharmony_ciHAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ 22113498266Sopenharmony_ciHAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ 22213498266Sopenharmony_ciHAVE_ZSTD = @HAVE_ZSTD@ 22313498266Sopenharmony_ciHTTPD = @HTTPD@ 22413498266Sopenharmony_ciHTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 22513498266Sopenharmony_ciIDN_ENABLED = @IDN_ENABLED@ 22613498266Sopenharmony_ciINSTALL = @INSTALL@ 22713498266Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@ 22813498266Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@ 22913498266Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@ 23013498266Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 23113498266Sopenharmony_ciIPV6_ENABLED = @IPV6_ENABLED@ 23213498266Sopenharmony_ciLCOV = @LCOV@ 23313498266Sopenharmony_ciLD = @LD@ 23413498266Sopenharmony_ciLDFLAGS = @LDFLAGS@ 23513498266Sopenharmony_ciLIBCURL_LIBS = @LIBCURL_LIBS@ 23613498266Sopenharmony_ciLIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ 23713498266Sopenharmony_ciLIBOBJS = @LIBOBJS@ 23813498266Sopenharmony_ciLIBS = @LIBS@ 23913498266Sopenharmony_ciLIBTOOL = @LIBTOOL@ 24013498266Sopenharmony_ciLIPO = @LIPO@ 24113498266Sopenharmony_ciLN_S = @LN_S@ 24213498266Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@ 24313498266Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 24413498266Sopenharmony_ciMAINT = @MAINT@ 24513498266Sopenharmony_ciMAKEINFO = @MAKEINFO@ 24613498266Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@ 24713498266Sopenharmony_ciMANOPT = @MANOPT@ 24813498266Sopenharmony_ciMKDIR_P = @MKDIR_P@ 24913498266Sopenharmony_ciNM = @NM@ 25013498266Sopenharmony_ciNMEDIT = @NMEDIT@ 25113498266Sopenharmony_ciNROFF = @NROFF@ 25213498266Sopenharmony_ciOBJDUMP = @OBJDUMP@ 25313498266Sopenharmony_ciOBJEXT = @OBJEXT@ 25413498266Sopenharmony_ciOTOOL = @OTOOL@ 25513498266Sopenharmony_ciOTOOL64 = @OTOOL64@ 25613498266Sopenharmony_ciPACKAGE = @PACKAGE@ 25713498266Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 25813498266Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@ 25913498266Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@ 26013498266Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@ 26113498266Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@ 26213498266Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@ 26313498266Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@ 26413498266Sopenharmony_ciPERL = @PERL@ 26513498266Sopenharmony_ciPKGADD_NAME = @PKGADD_NAME@ 26613498266Sopenharmony_ciPKGADD_PKG = @PKGADD_PKG@ 26713498266Sopenharmony_ciPKGADD_VENDOR = @PKGADD_VENDOR@ 26813498266Sopenharmony_ciPKGCONFIG = @PKGCONFIG@ 26913498266Sopenharmony_ciRANDOM_FILE = @RANDOM_FILE@ 27013498266Sopenharmony_ciRANLIB = @RANLIB@ 27113498266Sopenharmony_ciRC = @RC@ 27213498266Sopenharmony_ciREQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ 27313498266Sopenharmony_ciSED = @SED@ 27413498266Sopenharmony_ciSET_MAKE = @SET_MAKE@ 27513498266Sopenharmony_ciSHELL = @SHELL@ 27613498266Sopenharmony_ciSSL_BACKENDS = @SSL_BACKENDS@ 27713498266Sopenharmony_ciSSL_ENABLED = @SSL_ENABLED@ 27813498266Sopenharmony_ciSSL_LIBS = @SSL_LIBS@ 27913498266Sopenharmony_ciSTRIP = @STRIP@ 28013498266Sopenharmony_ciSUPPORT_FEATURES = @SUPPORT_FEATURES@ 28113498266Sopenharmony_ciSUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 28213498266Sopenharmony_ciTEST_NGHTTPX = @TEST_NGHTTPX@ 28313498266Sopenharmony_ciUSE_ARES = @USE_ARES@ 28413498266Sopenharmony_ciUSE_BEARSSL = @USE_BEARSSL@ 28513498266Sopenharmony_ciUSE_GNUTLS = @USE_GNUTLS@ 28613498266Sopenharmony_ciUSE_HYPER = @USE_HYPER@ 28713498266Sopenharmony_ciUSE_LIBRTMP = @USE_LIBRTMP@ 28813498266Sopenharmony_ciUSE_LIBSSH = @USE_LIBSSH@ 28913498266Sopenharmony_ciUSE_LIBSSH2 = @USE_LIBSSH2@ 29013498266Sopenharmony_ciUSE_MBEDTLS = @USE_MBEDTLS@ 29113498266Sopenharmony_ciUSE_MSH3 = @USE_MSH3@ 29213498266Sopenharmony_ciUSE_NGHTTP2 = @USE_NGHTTP2@ 29313498266Sopenharmony_ciUSE_NGHTTP3 = @USE_NGHTTP3@ 29413498266Sopenharmony_ciUSE_NGTCP2 = @USE_NGTCP2@ 29513498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@ 29613498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ 29713498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@ 29813498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ 29913498266Sopenharmony_ciUSE_NGTCP2_H3 = @USE_NGTCP2_H3@ 30013498266Sopenharmony_ciUSE_OPENLDAP = @USE_OPENLDAP@ 30113498266Sopenharmony_ciUSE_OPENSSL_H3 = @USE_OPENSSL_H3@ 30213498266Sopenharmony_ciUSE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@ 30313498266Sopenharmony_ciUSE_QUICHE = @USE_QUICHE@ 30413498266Sopenharmony_ciUSE_RUSTLS = @USE_RUSTLS@ 30513498266Sopenharmony_ciUSE_SCHANNEL = @USE_SCHANNEL@ 30613498266Sopenharmony_ciUSE_SECTRANSP = @USE_SECTRANSP@ 30713498266Sopenharmony_ciUSE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ 30813498266Sopenharmony_ciUSE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ 30913498266Sopenharmony_ciUSE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ 31013498266Sopenharmony_ciUSE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ 31113498266Sopenharmony_ciUSE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ 31213498266Sopenharmony_ciUSE_WOLFSSH = @USE_WOLFSSH@ 31313498266Sopenharmony_ciUSE_WOLFSSL = @USE_WOLFSSL@ 31413498266Sopenharmony_ciVERSION = @VERSION@ 31513498266Sopenharmony_ciVERSIONNUM = @VERSIONNUM@ 31613498266Sopenharmony_ciZLIB_LIBS = @ZLIB_LIBS@ 31713498266Sopenharmony_ciZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 31813498266Sopenharmony_ciabs_builddir = @abs_builddir@ 31913498266Sopenharmony_ciabs_srcdir = @abs_srcdir@ 32013498266Sopenharmony_ciabs_top_builddir = @abs_top_builddir@ 32113498266Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@ 32213498266Sopenharmony_ciac_ct_AR = @ac_ct_AR@ 32313498266Sopenharmony_ciac_ct_CC = @ac_ct_CC@ 32413498266Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 32513498266Sopenharmony_ciam__include = @am__include@ 32613498266Sopenharmony_ciam__leading_dot = @am__leading_dot@ 32713498266Sopenharmony_ciam__quote = @am__quote@ 32813498266Sopenharmony_ciam__tar = @am__tar@ 32913498266Sopenharmony_ciam__untar = @am__untar@ 33013498266Sopenharmony_cibindir = @bindir@ 33113498266Sopenharmony_cibuild = @build@ 33213498266Sopenharmony_cibuild_alias = @build_alias@ 33313498266Sopenharmony_cibuild_cpu = @build_cpu@ 33413498266Sopenharmony_cibuild_os = @build_os@ 33513498266Sopenharmony_cibuild_vendor = @build_vendor@ 33613498266Sopenharmony_cibuilddir = @builddir@ 33713498266Sopenharmony_cidatadir = @datadir@ 33813498266Sopenharmony_cidatarootdir = @datarootdir@ 33913498266Sopenharmony_cidocdir = @docdir@ 34013498266Sopenharmony_cidvidir = @dvidir@ 34113498266Sopenharmony_ciexec_prefix = @exec_prefix@ 34213498266Sopenharmony_cihost = @host@ 34313498266Sopenharmony_cihost_alias = @host_alias@ 34413498266Sopenharmony_cihost_cpu = @host_cpu@ 34513498266Sopenharmony_cihost_os = @host_os@ 34613498266Sopenharmony_cihost_vendor = @host_vendor@ 34713498266Sopenharmony_cihtmldir = @htmldir@ 34813498266Sopenharmony_ciincludedir = @includedir@ 34913498266Sopenharmony_ciinfodir = @infodir@ 35013498266Sopenharmony_ciinstall_sh = @install_sh@ 35113498266Sopenharmony_cilibdir = @libdir@ 35213498266Sopenharmony_cilibexecdir = @libexecdir@ 35313498266Sopenharmony_cilibext = @libext@ 35413498266Sopenharmony_cilocaledir = @localedir@ 35513498266Sopenharmony_cilocalstatedir = @localstatedir@ 35613498266Sopenharmony_cimandir = @mandir@ 35713498266Sopenharmony_cimkdir_p = @mkdir_p@ 35813498266Sopenharmony_cioldincludedir = @oldincludedir@ 35913498266Sopenharmony_cipdfdir = @pdfdir@ 36013498266Sopenharmony_ciprefix = @prefix@ 36113498266Sopenharmony_ciprogram_transform_name = @program_transform_name@ 36213498266Sopenharmony_cipsdir = @psdir@ 36313498266Sopenharmony_cirunstatedir = @runstatedir@ 36413498266Sopenharmony_cisbindir = @sbindir@ 36513498266Sopenharmony_cisharedstatedir = @sharedstatedir@ 36613498266Sopenharmony_cisrcdir = @srcdir@ 36713498266Sopenharmony_cisysconfdir = @sysconfdir@ 36813498266Sopenharmony_citarget_alias = @target_alias@ 36913498266Sopenharmony_citop_build_prefix = @top_build_prefix@ 37013498266Sopenharmony_citop_builddir = @top_builddir@ 37113498266Sopenharmony_citop_srcdir = @top_srcdir@ 37213498266Sopenharmony_ci 37313498266Sopenharmony_ci#*************************************************************************** 37413498266Sopenharmony_ci# _ _ ____ _ 37513498266Sopenharmony_ci# Project ___| | | | _ \| | 37613498266Sopenharmony_ci# / __| | | | |_) | | 37713498266Sopenharmony_ci# | (__| |_| | _ <| |___ 37813498266Sopenharmony_ci# \___|\___/|_| \_\_____| 37913498266Sopenharmony_ci# 38013498266Sopenharmony_ci# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 38113498266Sopenharmony_ci# 38213498266Sopenharmony_ci# This software is licensed as described in the file COPYING, which 38313498266Sopenharmony_ci# you should have received as part of this distribution. The terms 38413498266Sopenharmony_ci# are also available at https://curl.se/docs/copyright.html. 38513498266Sopenharmony_ci# 38613498266Sopenharmony_ci# You may opt to use, copy, modify, merge, publish, distribute and/or sell 38713498266Sopenharmony_ci# copies of the Software, and permit persons to whom the Software is 38813498266Sopenharmony_ci# furnished to do so, under the terms of the COPYING file. 38913498266Sopenharmony_ci# 39013498266Sopenharmony_ci# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 39113498266Sopenharmony_ci# KIND, either express or implied. 39213498266Sopenharmony_ci# 39313498266Sopenharmony_ci# SPDX-License-Identifier: curl 39413498266Sopenharmony_ci# 39513498266Sopenharmony_ci########################################################################### 39613498266Sopenharmony_ciAUTOMAKE_OPTIONS = foreign 39713498266Sopenharmony_ciSCRIPTFILES = \ 39813498266Sopenharmony_ci genroot.sh \ 39913498266Sopenharmony_ci genserv.sh 40013498266Sopenharmony_ci 40113498266Sopenharmony_ciEXTRA_DIST = $(SCRIPTFILES) 40213498266Sopenharmony_ciall: all-am 40313498266Sopenharmony_ci 40413498266Sopenharmony_ci.SUFFIXES: 40513498266Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 40613498266Sopenharmony_ci @for dep in $?; do \ 40713498266Sopenharmony_ci case '$(am__configure_deps)' in \ 40813498266Sopenharmony_ci *$$dep*) \ 40913498266Sopenharmony_ci ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 41013498266Sopenharmony_ci && { if test -f $@; then exit 0; else break; fi; }; \ 41113498266Sopenharmony_ci exit 1;; \ 41213498266Sopenharmony_ci esac; \ 41313498266Sopenharmony_ci done; \ 41413498266Sopenharmony_ci echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/certs/scripts/Makefile'; \ 41513498266Sopenharmony_ci $(am__cd) $(top_srcdir) && \ 41613498266Sopenharmony_ci $(AUTOMAKE) --foreign tests/certs/scripts/Makefile 41713498266Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 41813498266Sopenharmony_ci @case '$?' in \ 41913498266Sopenharmony_ci *config.status*) \ 42013498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 42113498266Sopenharmony_ci *) \ 42213498266Sopenharmony_ci echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 42313498266Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 42413498266Sopenharmony_ci esac; 42513498266Sopenharmony_ci 42613498266Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 42713498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 42813498266Sopenharmony_ci 42913498266Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 43013498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 43113498266Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 43213498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 43313498266Sopenharmony_ci$(am__aclocal_m4_deps): 43413498266Sopenharmony_ci 43513498266Sopenharmony_cimostlyclean-libtool: 43613498266Sopenharmony_ci -rm -f *.lo 43713498266Sopenharmony_ci 43813498266Sopenharmony_ciclean-libtool: 43913498266Sopenharmony_ci -rm -rf .libs _libs 44013498266Sopenharmony_citags TAGS: 44113498266Sopenharmony_ci 44213498266Sopenharmony_cictags CTAGS: 44313498266Sopenharmony_ci 44413498266Sopenharmony_cicscope cscopelist: 44513498266Sopenharmony_ci 44613498266Sopenharmony_cidistdir: $(BUILT_SOURCES) 44713498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) distdir-am 44813498266Sopenharmony_ci 44913498266Sopenharmony_cidistdir-am: $(DISTFILES) 45013498266Sopenharmony_ci @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 45113498266Sopenharmony_ci topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 45213498266Sopenharmony_ci list='$(DISTFILES)'; \ 45313498266Sopenharmony_ci dist_files=`for file in $$list; do echo $$file; done | \ 45413498266Sopenharmony_ci sed -e "s|^$$srcdirstrip/||;t" \ 45513498266Sopenharmony_ci -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 45613498266Sopenharmony_ci case $$dist_files in \ 45713498266Sopenharmony_ci */*) $(MKDIR_P) `echo "$$dist_files" | \ 45813498266Sopenharmony_ci sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 45913498266Sopenharmony_ci sort -u` ;; \ 46013498266Sopenharmony_ci esac; \ 46113498266Sopenharmony_ci for file in $$dist_files; do \ 46213498266Sopenharmony_ci if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 46313498266Sopenharmony_ci if test -d $$d/$$file; then \ 46413498266Sopenharmony_ci dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 46513498266Sopenharmony_ci if test -d "$(distdir)/$$file"; then \ 46613498266Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 46713498266Sopenharmony_ci fi; \ 46813498266Sopenharmony_ci if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 46913498266Sopenharmony_ci cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 47013498266Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 47113498266Sopenharmony_ci fi; \ 47213498266Sopenharmony_ci cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 47313498266Sopenharmony_ci else \ 47413498266Sopenharmony_ci test -f "$(distdir)/$$file" \ 47513498266Sopenharmony_ci || cp -p $$d/$$file "$(distdir)/$$file" \ 47613498266Sopenharmony_ci || exit 1; \ 47713498266Sopenharmony_ci fi; \ 47813498266Sopenharmony_ci done 47913498266Sopenharmony_cicheck-am: all-am 48013498266Sopenharmony_cicheck: check-am 48113498266Sopenharmony_ciall-am: Makefile 48213498266Sopenharmony_ciinstalldirs: 48313498266Sopenharmony_ciinstall: install-am 48413498266Sopenharmony_ciinstall-exec: install-exec-am 48513498266Sopenharmony_ciinstall-data: install-data-am 48613498266Sopenharmony_ciuninstall: uninstall-am 48713498266Sopenharmony_ci 48813498266Sopenharmony_ciinstall-am: all-am 48913498266Sopenharmony_ci @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 49013498266Sopenharmony_ci 49113498266Sopenharmony_ciinstallcheck: installcheck-am 49213498266Sopenharmony_ciinstall-strip: 49313498266Sopenharmony_ci if test -z '$(STRIP)'; then \ 49413498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 49513498266Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 49613498266Sopenharmony_ci install; \ 49713498266Sopenharmony_ci else \ 49813498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 49913498266Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 50013498266Sopenharmony_ci "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 50113498266Sopenharmony_ci fi 50213498266Sopenharmony_cimostlyclean-generic: 50313498266Sopenharmony_ci 50413498266Sopenharmony_ciclean-generic: 50513498266Sopenharmony_ci 50613498266Sopenharmony_cidistclean-generic: 50713498266Sopenharmony_ci -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 50813498266Sopenharmony_ci -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 50913498266Sopenharmony_ci 51013498266Sopenharmony_cimaintainer-clean-generic: 51113498266Sopenharmony_ci @echo "This command is intended for maintainers to use" 51213498266Sopenharmony_ci @echo "it deletes files that may require special tools to rebuild." 51313498266Sopenharmony_ciclean: clean-am 51413498266Sopenharmony_ci 51513498266Sopenharmony_ciclean-am: clean-generic clean-libtool mostlyclean-am 51613498266Sopenharmony_ci 51713498266Sopenharmony_cidistclean: distclean-am 51813498266Sopenharmony_ci -rm -f Makefile 51913498266Sopenharmony_cidistclean-am: clean-am distclean-generic 52013498266Sopenharmony_ci 52113498266Sopenharmony_cidvi: dvi-am 52213498266Sopenharmony_ci 52313498266Sopenharmony_cidvi-am: 52413498266Sopenharmony_ci 52513498266Sopenharmony_cihtml: html-am 52613498266Sopenharmony_ci 52713498266Sopenharmony_cihtml-am: 52813498266Sopenharmony_ci 52913498266Sopenharmony_ciinfo: info-am 53013498266Sopenharmony_ci 53113498266Sopenharmony_ciinfo-am: 53213498266Sopenharmony_ci 53313498266Sopenharmony_ciinstall-data-am: 53413498266Sopenharmony_ci 53513498266Sopenharmony_ciinstall-dvi: install-dvi-am 53613498266Sopenharmony_ci 53713498266Sopenharmony_ciinstall-dvi-am: 53813498266Sopenharmony_ci 53913498266Sopenharmony_ciinstall-exec-am: 54013498266Sopenharmony_ci 54113498266Sopenharmony_ciinstall-html: install-html-am 54213498266Sopenharmony_ci 54313498266Sopenharmony_ciinstall-html-am: 54413498266Sopenharmony_ci 54513498266Sopenharmony_ciinstall-info: install-info-am 54613498266Sopenharmony_ci 54713498266Sopenharmony_ciinstall-info-am: 54813498266Sopenharmony_ci 54913498266Sopenharmony_ciinstall-man: 55013498266Sopenharmony_ci 55113498266Sopenharmony_ciinstall-pdf: install-pdf-am 55213498266Sopenharmony_ci 55313498266Sopenharmony_ciinstall-pdf-am: 55413498266Sopenharmony_ci 55513498266Sopenharmony_ciinstall-ps: install-ps-am 55613498266Sopenharmony_ci 55713498266Sopenharmony_ciinstall-ps-am: 55813498266Sopenharmony_ci 55913498266Sopenharmony_ciinstallcheck-am: 56013498266Sopenharmony_ci 56113498266Sopenharmony_cimaintainer-clean: maintainer-clean-am 56213498266Sopenharmony_ci -rm -f Makefile 56313498266Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic 56413498266Sopenharmony_ci 56513498266Sopenharmony_cimostlyclean: mostlyclean-am 56613498266Sopenharmony_ci 56713498266Sopenharmony_cimostlyclean-am: mostlyclean-generic mostlyclean-libtool 56813498266Sopenharmony_ci 56913498266Sopenharmony_cipdf: pdf-am 57013498266Sopenharmony_ci 57113498266Sopenharmony_cipdf-am: 57213498266Sopenharmony_ci 57313498266Sopenharmony_cips: ps-am 57413498266Sopenharmony_ci 57513498266Sopenharmony_cips-am: 57613498266Sopenharmony_ci 57713498266Sopenharmony_ciuninstall-am: 57813498266Sopenharmony_ci 57913498266Sopenharmony_ci.MAKE: install-am install-strip 58013498266Sopenharmony_ci 58113498266Sopenharmony_ci.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 58213498266Sopenharmony_ci cscopelist-am ctags-am distclean distclean-generic \ 58313498266Sopenharmony_ci distclean-libtool distdir dvi dvi-am html html-am info info-am \ 58413498266Sopenharmony_ci install install-am install-data install-data-am install-dvi \ 58513498266Sopenharmony_ci install-dvi-am install-exec install-exec-am install-html \ 58613498266Sopenharmony_ci install-html-am install-info install-info-am install-man \ 58713498266Sopenharmony_ci install-pdf install-pdf-am install-ps install-ps-am \ 58813498266Sopenharmony_ci install-strip installcheck installcheck-am installdirs \ 58913498266Sopenharmony_ci maintainer-clean maintainer-clean-generic mostlyclean \ 59013498266Sopenharmony_ci mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 59113498266Sopenharmony_ci tags-am uninstall uninstall-am 59213498266Sopenharmony_ci 59313498266Sopenharmony_ci.PRECIOUS: Makefile 59413498266Sopenharmony_ci 59513498266Sopenharmony_ci 59613498266Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables. 59713498266Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded. 59813498266Sopenharmony_ci.NOEXPORT: 599