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 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 = config 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_ciRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 16413498266Sopenharmony_ci ctags-recursive dvi-recursive html-recursive info-recursive \ 16513498266Sopenharmony_ci install-data-recursive install-dvi-recursive \ 16613498266Sopenharmony_ci install-exec-recursive install-html-recursive \ 16713498266Sopenharmony_ci install-info-recursive install-pdf-recursive \ 16813498266Sopenharmony_ci install-ps-recursive install-recursive installcheck-recursive \ 16913498266Sopenharmony_ci installdirs-recursive pdf-recursive ps-recursive \ 17013498266Sopenharmony_ci tags-recursive uninstall-recursive 17113498266Sopenharmony_ciam__can_run_installinfo = \ 17213498266Sopenharmony_ci case $$AM_UPDATE_INFO_DIR in \ 17313498266Sopenharmony_ci n|no|NO) false;; \ 17413498266Sopenharmony_ci *) (install-info --version) >/dev/null 2>&1;; \ 17513498266Sopenharmony_ci esac 17613498266Sopenharmony_ciRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 17713498266Sopenharmony_ci distclean-recursive maintainer-clean-recursive 17813498266Sopenharmony_ciam__recursive_targets = \ 17913498266Sopenharmony_ci $(RECURSIVE_TARGETS) \ 18013498266Sopenharmony_ci $(RECURSIVE_CLEAN_TARGETS) \ 18113498266Sopenharmony_ci $(am__extra_recursive_targets) 18213498266Sopenharmony_ciAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 18313498266Sopenharmony_ci distdir distdir-am 18413498266Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 18513498266Sopenharmony_ci# Read a list of newline-separated strings from the standard input, 18613498266Sopenharmony_ci# and print each of them once, without duplicates. Input order is 18713498266Sopenharmony_ci# *not* preserved. 18813498266Sopenharmony_ciam__uniquify_input = $(AWK) '\ 18913498266Sopenharmony_ci BEGIN { nonempty = 0; } \ 19013498266Sopenharmony_ci { items[$$0] = 1; nonempty = 1; } \ 19113498266Sopenharmony_ci END { if (nonempty) { for (i in items) print i; }; } \ 19213498266Sopenharmony_ci' 19313498266Sopenharmony_ci# Make sure the list of sources is unique. This is necessary because, 19413498266Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables 19513498266Sopenharmony_ci# for different programs/libraries. 19613498266Sopenharmony_ciam__define_uniq_tagged_files = \ 19713498266Sopenharmony_ci list='$(am__tagged_files)'; \ 19813498266Sopenharmony_ci unique=`for i in $$list; do \ 19913498266Sopenharmony_ci if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 20013498266Sopenharmony_ci done | $(am__uniquify_input)` 20113498266Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in README.md 20213498266Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 20313498266Sopenharmony_ciam__relativize = \ 20413498266Sopenharmony_ci dir0=`pwd`; \ 20513498266Sopenharmony_ci sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 20613498266Sopenharmony_ci sed_rest='s,^[^/]*/*,,'; \ 20713498266Sopenharmony_ci sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 20813498266Sopenharmony_ci sed_butlast='s,/*[^/]*$$,,'; \ 20913498266Sopenharmony_ci while test -n "$$dir1"; do \ 21013498266Sopenharmony_ci first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 21113498266Sopenharmony_ci if test "$$first" != "."; then \ 21213498266Sopenharmony_ci if test "$$first" = ".."; then \ 21313498266Sopenharmony_ci dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 21413498266Sopenharmony_ci dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 21513498266Sopenharmony_ci else \ 21613498266Sopenharmony_ci first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 21713498266Sopenharmony_ci if test "$$first2" = "$$first"; then \ 21813498266Sopenharmony_ci dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 21913498266Sopenharmony_ci else \ 22013498266Sopenharmony_ci dir2="../$$dir2"; \ 22113498266Sopenharmony_ci fi; \ 22213498266Sopenharmony_ci dir0="$$dir0"/"$$first"; \ 22313498266Sopenharmony_ci fi; \ 22413498266Sopenharmony_ci fi; \ 22513498266Sopenharmony_ci dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 22613498266Sopenharmony_ci done; \ 22713498266Sopenharmony_ci reldir="$$dir2" 22813498266Sopenharmony_ciACLOCAL = @ACLOCAL@ 22913498266Sopenharmony_ciAMTAR = @AMTAR@ 23013498266Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 23113498266Sopenharmony_ciAPACHECTL = @APACHECTL@ 23213498266Sopenharmony_ciAPXS = @APXS@ 23313498266Sopenharmony_ciAR = @AR@ 23413498266Sopenharmony_ciAR_FLAGS = @AR_FLAGS@ 23513498266Sopenharmony_ciAS = @AS@ 23613498266Sopenharmony_ciAUTOCONF = @AUTOCONF@ 23713498266Sopenharmony_ciAUTOHEADER = @AUTOHEADER@ 23813498266Sopenharmony_ciAUTOMAKE = @AUTOMAKE@ 23913498266Sopenharmony_ciAWK = @AWK@ 24013498266Sopenharmony_ciBLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 24113498266Sopenharmony_ciCADDY = @CADDY@ 24213498266Sopenharmony_ciCC = @CC@ 24313498266Sopenharmony_ciCCDEPMODE = @CCDEPMODE@ 24413498266Sopenharmony_ciCFLAGS = @CFLAGS@ 24513498266Sopenharmony_ciCFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 24613498266Sopenharmony_ciCONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 24713498266Sopenharmony_ciCPP = @CPP@ 24813498266Sopenharmony_ciCPPFLAGS = @CPPFLAGS@ 24913498266Sopenharmony_ciCPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ 25013498266Sopenharmony_ciCSCOPE = @CSCOPE@ 25113498266Sopenharmony_ciCTAGS = @CTAGS@ 25213498266Sopenharmony_ciCURLVERSION = @CURLVERSION@ 25313498266Sopenharmony_ciCURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 25413498266Sopenharmony_ciCURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 25513498266Sopenharmony_ciCURL_DISABLE_DICT = @CURL_DISABLE_DICT@ 25613498266Sopenharmony_ciCURL_DISABLE_FILE = @CURL_DISABLE_FILE@ 25713498266Sopenharmony_ciCURL_DISABLE_FTP = @CURL_DISABLE_FTP@ 25813498266Sopenharmony_ciCURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ 25913498266Sopenharmony_ciCURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ 26013498266Sopenharmony_ciCURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ 26113498266Sopenharmony_ciCURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ 26213498266Sopenharmony_ciCURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ 26313498266Sopenharmony_ciCURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ 26413498266Sopenharmony_ciCURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ 26513498266Sopenharmony_ciCURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ 26613498266Sopenharmony_ciCURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ 26713498266Sopenharmony_ciCURL_DISABLE_SMB = @CURL_DISABLE_SMB@ 26813498266Sopenharmony_ciCURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ 26913498266Sopenharmony_ciCURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ 27013498266Sopenharmony_ciCURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ 27113498266Sopenharmony_ciCURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ 27213498266Sopenharmony_ciCURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 27313498266Sopenharmony_ciCURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ 27413498266Sopenharmony_ciCURL_PLIST_VERSION = @CURL_PLIST_VERSION@ 27513498266Sopenharmony_ciCURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ 27613498266Sopenharmony_ciCYGPATH_W = @CYGPATH_W@ 27713498266Sopenharmony_ciDEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ 27813498266Sopenharmony_ciDEFS = @DEFS@ 27913498266Sopenharmony_ciDEPDIR = @DEPDIR@ 28013498266Sopenharmony_ciDLLTOOL = @DLLTOOL@ 28113498266Sopenharmony_ciDSYMUTIL = @DSYMUTIL@ 28213498266Sopenharmony_ciDUMPBIN = @DUMPBIN@ 28313498266Sopenharmony_ciECHO_C = @ECHO_C@ 28413498266Sopenharmony_ciECHO_N = @ECHO_N@ 28513498266Sopenharmony_ciECHO_T = @ECHO_T@ 28613498266Sopenharmony_ciEGREP = @EGREP@ 28713498266Sopenharmony_ciENABLE_SHARED = @ENABLE_SHARED@ 28813498266Sopenharmony_ciENABLE_STATIC = @ENABLE_STATIC@ 28913498266Sopenharmony_ciETAGS = @ETAGS@ 29013498266Sopenharmony_ciEXEEXT = @EXEEXT@ 29113498266Sopenharmony_ciFGREP = @FGREP@ 29213498266Sopenharmony_ciFILECMD = @FILECMD@ 29313498266Sopenharmony_ciFISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 29413498266Sopenharmony_ciGCOV = @GCOV@ 29513498266Sopenharmony_ciGREP = @GREP@ 29613498266Sopenharmony_ciHAVE_BROTLI = @HAVE_BROTLI@ 29713498266Sopenharmony_ciHAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ 29813498266Sopenharmony_ciHAVE_LDAP_SSL = @HAVE_LDAP_SSL@ 29913498266Sopenharmony_ciHAVE_LIBZ = @HAVE_LIBZ@ 30013498266Sopenharmony_ciHAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@ 30113498266Sopenharmony_ciHAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ 30213498266Sopenharmony_ciHAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ 30313498266Sopenharmony_ciHAVE_ZSTD = @HAVE_ZSTD@ 30413498266Sopenharmony_ciHTTPD = @HTTPD@ 30513498266Sopenharmony_ciHTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 30613498266Sopenharmony_ciIDN_ENABLED = @IDN_ENABLED@ 30713498266Sopenharmony_ciINSTALL = @INSTALL@ 30813498266Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@ 30913498266Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@ 31013498266Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@ 31113498266Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 31213498266Sopenharmony_ciIPV6_ENABLED = @IPV6_ENABLED@ 31313498266Sopenharmony_ciLCOV = @LCOV@ 31413498266Sopenharmony_ciLD = @LD@ 31513498266Sopenharmony_ciLDFLAGS = @LDFLAGS@ 31613498266Sopenharmony_ciLIBCURL_LIBS = @LIBCURL_LIBS@ 31713498266Sopenharmony_ciLIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ 31813498266Sopenharmony_ciLIBOBJS = @LIBOBJS@ 31913498266Sopenharmony_ciLIBS = @LIBS@ 32013498266Sopenharmony_ciLIBTOOL = @LIBTOOL@ 32113498266Sopenharmony_ciLIPO = @LIPO@ 32213498266Sopenharmony_ciLN_S = @LN_S@ 32313498266Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@ 32413498266Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 32513498266Sopenharmony_ciMAINT = @MAINT@ 32613498266Sopenharmony_ciMAKEINFO = @MAKEINFO@ 32713498266Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@ 32813498266Sopenharmony_ciMANOPT = @MANOPT@ 32913498266Sopenharmony_ciMKDIR_P = @MKDIR_P@ 33013498266Sopenharmony_ciNM = @NM@ 33113498266Sopenharmony_ciNMEDIT = @NMEDIT@ 33213498266Sopenharmony_ciNROFF = @NROFF@ 33313498266Sopenharmony_ciOBJDUMP = @OBJDUMP@ 33413498266Sopenharmony_ciOBJEXT = @OBJEXT@ 33513498266Sopenharmony_ciOTOOL = @OTOOL@ 33613498266Sopenharmony_ciOTOOL64 = @OTOOL64@ 33713498266Sopenharmony_ciPACKAGE = @PACKAGE@ 33813498266Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 33913498266Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@ 34013498266Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@ 34113498266Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@ 34213498266Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@ 34313498266Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@ 34413498266Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@ 34513498266Sopenharmony_ciPERL = @PERL@ 34613498266Sopenharmony_ciPKGADD_NAME = @PKGADD_NAME@ 34713498266Sopenharmony_ciPKGADD_PKG = @PKGADD_PKG@ 34813498266Sopenharmony_ciPKGADD_VENDOR = @PKGADD_VENDOR@ 34913498266Sopenharmony_ciPKGCONFIG = @PKGCONFIG@ 35013498266Sopenharmony_ciRANDOM_FILE = @RANDOM_FILE@ 35113498266Sopenharmony_ciRANLIB = @RANLIB@ 35213498266Sopenharmony_ciRC = @RC@ 35313498266Sopenharmony_ciREQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ 35413498266Sopenharmony_ciSED = @SED@ 35513498266Sopenharmony_ciSET_MAKE = @SET_MAKE@ 35613498266Sopenharmony_ciSHELL = @SHELL@ 35713498266Sopenharmony_ciSSL_BACKENDS = @SSL_BACKENDS@ 35813498266Sopenharmony_ciSSL_ENABLED = @SSL_ENABLED@ 35913498266Sopenharmony_ciSSL_LIBS = @SSL_LIBS@ 36013498266Sopenharmony_ciSTRIP = @STRIP@ 36113498266Sopenharmony_ciSUPPORT_FEATURES = @SUPPORT_FEATURES@ 36213498266Sopenharmony_ciSUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 36313498266Sopenharmony_ciTEST_NGHTTPX = @TEST_NGHTTPX@ 36413498266Sopenharmony_ciUSE_ARES = @USE_ARES@ 36513498266Sopenharmony_ciUSE_BEARSSL = @USE_BEARSSL@ 36613498266Sopenharmony_ciUSE_GNUTLS = @USE_GNUTLS@ 36713498266Sopenharmony_ciUSE_HYPER = @USE_HYPER@ 36813498266Sopenharmony_ciUSE_LIBRTMP = @USE_LIBRTMP@ 36913498266Sopenharmony_ciUSE_LIBSSH = @USE_LIBSSH@ 37013498266Sopenharmony_ciUSE_LIBSSH2 = @USE_LIBSSH2@ 37113498266Sopenharmony_ciUSE_MBEDTLS = @USE_MBEDTLS@ 37213498266Sopenharmony_ciUSE_MSH3 = @USE_MSH3@ 37313498266Sopenharmony_ciUSE_NGHTTP2 = @USE_NGHTTP2@ 37413498266Sopenharmony_ciUSE_NGHTTP3 = @USE_NGHTTP3@ 37513498266Sopenharmony_ciUSE_NGTCP2 = @USE_NGTCP2@ 37613498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@ 37713498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ 37813498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@ 37913498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ 38013498266Sopenharmony_ciUSE_NGTCP2_H3 = @USE_NGTCP2_H3@ 38113498266Sopenharmony_ciUSE_OPENLDAP = @USE_OPENLDAP@ 38213498266Sopenharmony_ciUSE_OPENSSL_H3 = @USE_OPENSSL_H3@ 38313498266Sopenharmony_ciUSE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@ 38413498266Sopenharmony_ciUSE_QUICHE = @USE_QUICHE@ 38513498266Sopenharmony_ciUSE_RUSTLS = @USE_RUSTLS@ 38613498266Sopenharmony_ciUSE_SCHANNEL = @USE_SCHANNEL@ 38713498266Sopenharmony_ciUSE_SECTRANSP = @USE_SECTRANSP@ 38813498266Sopenharmony_ciUSE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ 38913498266Sopenharmony_ciUSE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ 39013498266Sopenharmony_ciUSE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ 39113498266Sopenharmony_ciUSE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ 39213498266Sopenharmony_ciUSE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ 39313498266Sopenharmony_ciUSE_WOLFSSH = @USE_WOLFSSH@ 39413498266Sopenharmony_ciUSE_WOLFSSL = @USE_WOLFSSL@ 39513498266Sopenharmony_ciVERSION = @VERSION@ 39613498266Sopenharmony_ciVERSIONNUM = @VERSIONNUM@ 39713498266Sopenharmony_ciZLIB_LIBS = @ZLIB_LIBS@ 39813498266Sopenharmony_ciZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 39913498266Sopenharmony_ciabs_builddir = @abs_builddir@ 40013498266Sopenharmony_ciabs_srcdir = @abs_srcdir@ 40113498266Sopenharmony_ciabs_top_builddir = @abs_top_builddir@ 40213498266Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@ 40313498266Sopenharmony_ciac_ct_AR = @ac_ct_AR@ 40413498266Sopenharmony_ciac_ct_CC = @ac_ct_CC@ 40513498266Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 40613498266Sopenharmony_ciam__include = @am__include@ 40713498266Sopenharmony_ciam__leading_dot = @am__leading_dot@ 40813498266Sopenharmony_ciam__quote = @am__quote@ 40913498266Sopenharmony_ciam__tar = @am__tar@ 41013498266Sopenharmony_ciam__untar = @am__untar@ 41113498266Sopenharmony_cibindir = @bindir@ 41213498266Sopenharmony_cibuild = @build@ 41313498266Sopenharmony_cibuild_alias = @build_alias@ 41413498266Sopenharmony_cibuild_cpu = @build_cpu@ 41513498266Sopenharmony_cibuild_os = @build_os@ 41613498266Sopenharmony_cibuild_vendor = @build_vendor@ 41713498266Sopenharmony_cibuilddir = @builddir@ 41813498266Sopenharmony_cidatadir = @datadir@ 41913498266Sopenharmony_cidatarootdir = @datarootdir@ 42013498266Sopenharmony_cidocdir = @docdir@ 42113498266Sopenharmony_cidvidir = @dvidir@ 42213498266Sopenharmony_ciexec_prefix = @exec_prefix@ 42313498266Sopenharmony_cihost = @host@ 42413498266Sopenharmony_cihost_alias = @host_alias@ 42513498266Sopenharmony_cihost_cpu = @host_cpu@ 42613498266Sopenharmony_cihost_os = @host_os@ 42713498266Sopenharmony_cihost_vendor = @host_vendor@ 42813498266Sopenharmony_cihtmldir = @htmldir@ 42913498266Sopenharmony_ciincludedir = @includedir@ 43013498266Sopenharmony_ciinfodir = @infodir@ 43113498266Sopenharmony_ciinstall_sh = @install_sh@ 43213498266Sopenharmony_cilibdir = @libdir@ 43313498266Sopenharmony_cilibexecdir = @libexecdir@ 43413498266Sopenharmony_cilibext = @libext@ 43513498266Sopenharmony_cilocaledir = @localedir@ 43613498266Sopenharmony_cilocalstatedir = @localstatedir@ 43713498266Sopenharmony_cimandir = @mandir@ 43813498266Sopenharmony_cimkdir_p = @mkdir_p@ 43913498266Sopenharmony_cioldincludedir = @oldincludedir@ 44013498266Sopenharmony_cipdfdir = @pdfdir@ 44113498266Sopenharmony_ciprefix = @prefix@ 44213498266Sopenharmony_ciprogram_transform_name = @program_transform_name@ 44313498266Sopenharmony_cipsdir = @psdir@ 44413498266Sopenharmony_cirunstatedir = @runstatedir@ 44513498266Sopenharmony_cisbindir = @sbindir@ 44613498266Sopenharmony_cisharedstatedir = @sharedstatedir@ 44713498266Sopenharmony_cisrcdir = @srcdir@ 44813498266Sopenharmony_cisysconfdir = @sysconfdir@ 44913498266Sopenharmony_citarget_alias = @target_alias@ 45013498266Sopenharmony_citop_build_prefix = @top_build_prefix@ 45113498266Sopenharmony_citop_builddir = @top_builddir@ 45213498266Sopenharmony_citop_srcdir = @top_srcdir@ 45313498266Sopenharmony_ciMANDISTPAGES = runtests.1.dist testcurl.1.dist 45413498266Sopenharmony_ci 45513498266Sopenharmony_ci# scripts used in test cases 45613498266Sopenharmony_ciTESTSCRIPTS = \ 45713498266Sopenharmony_ci test1119.pl \ 45813498266Sopenharmony_ci test1132.pl \ 45913498266Sopenharmony_ci test1135.pl \ 46013498266Sopenharmony_ci test1139.pl \ 46113498266Sopenharmony_ci test1140.pl \ 46213498266Sopenharmony_ci test1165.pl \ 46313498266Sopenharmony_ci test1167.pl \ 46413498266Sopenharmony_ci test1173.pl \ 46513498266Sopenharmony_ci test1175.pl \ 46613498266Sopenharmony_ci test1177.pl \ 46713498266Sopenharmony_ci test1222.pl \ 46813498266Sopenharmony_ci test1275.pl \ 46913498266Sopenharmony_ci test1276.pl \ 47013498266Sopenharmony_ci test1477.pl \ 47113498266Sopenharmony_ci test1544.pl \ 47213498266Sopenharmony_ci test971.pl 47313498266Sopenharmony_ci 47413498266Sopenharmony_ciEXTRA_DIST = appveyor.pm azure.pm CMakeLists.txt devtest.pl \ 47513498266Sopenharmony_ci dictserver.py directories.pm FILEFORMAT.md processhelp.pm ftpserver.pl \ 47613498266Sopenharmony_ci getpart.pm globalconfig.pm http-server.pl http2-server.pl \ 47713498266Sopenharmony_ci http3-server.pl memanalyze.pl negtelnetserver.py pathhelp.pm README.md \ 47813498266Sopenharmony_ci rtspserver.pl runner.pm runtests.1 runtests.pl secureserver.pl \ 47913498266Sopenharmony_ci serverhelp.pm servers.pm smbserver.py sshhelp.pm sshserver.pl \ 48013498266Sopenharmony_ci stunnel.pem testcurl.1 testcurl.pl testutil.pm tftpserver.pl util.py \ 48113498266Sopenharmony_ci valgrind.pm valgrind.supp $(TESTSCRIPTS) 48213498266Sopenharmony_ci 48313498266Sopenharmony_ciDISTCLEANFILES = configurehelp.pm 48413498266Sopenharmony_ci@BUILD_UNITTESTS_FALSE@BUILD_UNIT = 48513498266Sopenharmony_ci 48613498266Sopenharmony_ci# we have two variables here to make sure DIST_SUBDIRS won't get 'unit' 48713498266Sopenharmony_ci# added twice as then targets such as 'distclean' misbehave and try to 48813498266Sopenharmony_ci# do things twice in that subdir at times (and thus fails). 48913498266Sopenharmony_ci@BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit 49013498266Sopenharmony_ci@BUILD_UNITTESTS_FALSE@DIST_UNIT = unit 49113498266Sopenharmony_ci@BUILD_UNITTESTS_TRUE@DIST_UNIT = 49213498266Sopenharmony_ciSUBDIRS = certs data server libtest http $(BUILD_UNIT) 49313498266Sopenharmony_ciDIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT) 49413498266Sopenharmony_ciPERLFLAGS = -I$(srcdir) 49513498266Sopenharmony_ciCLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid $(MANDISTPAGES) 49613498266Sopenharmony_ci@CROSSCOMPILING_FALSE@TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl 49713498266Sopenharmony_ci@CROSSCOMPILING_TRUE@TEST = @echo "NOTICE: we can't run the tests when cross-compiling!" 49813498266Sopenharmony_ci@CROSSCOMPILING_FALSE@TEST_Q = -a -s 49913498266Sopenharmony_ci@CROSSCOMPILING_FALSE@TEST_AM = -a -am 50013498266Sopenharmony_ci@CROSSCOMPILING_FALSE@TEST_F = -a -p -r 50113498266Sopenharmony_ci@CROSSCOMPILING_FALSE@TEST_T = -a -t 50213498266Sopenharmony_ci@CROSSCOMPILING_FALSE@TEST_E = -a -e 50313498266Sopenharmony_ci 50413498266Sopenharmony_ci# ~<keyword> means that it will run all tests matching the keyword, but will 50513498266Sopenharmony_ci# ignore their results (since these ones are likely to fail for no good reason) 50613498266Sopenharmony_ci@CROSSCOMPILING_FALSE@TEST_NF = -a -p ~flaky ~timing-dependent 50713498266Sopenharmony_ci 50813498266Sopenharmony_ci# special CI target derived from nonflaky with CI-specific flags 50913498266Sopenharmony_ci@CROSSCOMPILING_FALSE@TEST_CI = $(TEST_NF) -rm 51013498266Sopenharmony_ciall: all-recursive 51113498266Sopenharmony_ci 51213498266Sopenharmony_ci.SUFFIXES: 51313498266Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 51413498266Sopenharmony_ci @for dep in $?; do \ 51513498266Sopenharmony_ci case '$(am__configure_deps)' in \ 51613498266Sopenharmony_ci *$$dep*) \ 51713498266Sopenharmony_ci ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 51813498266Sopenharmony_ci && { if test -f $@; then exit 0; else break; fi; }; \ 51913498266Sopenharmony_ci exit 1;; \ 52013498266Sopenharmony_ci esac; \ 52113498266Sopenharmony_ci done; \ 52213498266Sopenharmony_ci echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ 52313498266Sopenharmony_ci $(am__cd) $(top_srcdir) && \ 52413498266Sopenharmony_ci $(AUTOMAKE) --foreign tests/Makefile 52513498266Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 52613498266Sopenharmony_ci @case '$?' in \ 52713498266Sopenharmony_ci *config.status*) \ 52813498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 52913498266Sopenharmony_ci *) \ 53013498266Sopenharmony_ci echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 53113498266Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 53213498266Sopenharmony_ci esac; 53313498266Sopenharmony_ci 53413498266Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 53513498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 53613498266Sopenharmony_ci 53713498266Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 53813498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 53913498266Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 54013498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 54113498266Sopenharmony_ci$(am__aclocal_m4_deps): 54213498266Sopenharmony_ciconfig: $(top_builddir)/config.status $(srcdir)/config.in 54313498266Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 54413498266Sopenharmony_ci 54513498266Sopenharmony_cimostlyclean-libtool: 54613498266Sopenharmony_ci -rm -f *.lo 54713498266Sopenharmony_ci 54813498266Sopenharmony_ciclean-libtool: 54913498266Sopenharmony_ci -rm -rf .libs _libs 55013498266Sopenharmony_ci 55113498266Sopenharmony_ci# This directory's subdirectories are mostly independent; you can cd 55213498266Sopenharmony_ci# into them and run 'make' without going through this Makefile. 55313498266Sopenharmony_ci# To change the values of 'make' variables: instead of editing Makefiles, 55413498266Sopenharmony_ci# (1) if the variable is set in 'config.status', edit 'config.status' 55513498266Sopenharmony_ci# (which will cause the Makefiles to be regenerated when you run 'make'); 55613498266Sopenharmony_ci# (2) otherwise, pass the desired values on the 'make' command line. 55713498266Sopenharmony_ci$(am__recursive_targets): 55813498266Sopenharmony_ci @fail=; \ 55913498266Sopenharmony_ci if $(am__make_keepgoing); then \ 56013498266Sopenharmony_ci failcom='fail=yes'; \ 56113498266Sopenharmony_ci else \ 56213498266Sopenharmony_ci failcom='exit 1'; \ 56313498266Sopenharmony_ci fi; \ 56413498266Sopenharmony_ci dot_seen=no; \ 56513498266Sopenharmony_ci target=`echo $@ | sed s/-recursive//`; \ 56613498266Sopenharmony_ci case "$@" in \ 56713498266Sopenharmony_ci distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 56813498266Sopenharmony_ci *) list='$(SUBDIRS)' ;; \ 56913498266Sopenharmony_ci esac; \ 57013498266Sopenharmony_ci for subdir in $$list; do \ 57113498266Sopenharmony_ci echo "Making $$target in $$subdir"; \ 57213498266Sopenharmony_ci if test "$$subdir" = "."; then \ 57313498266Sopenharmony_ci dot_seen=yes; \ 57413498266Sopenharmony_ci local_target="$$target-am"; \ 57513498266Sopenharmony_ci else \ 57613498266Sopenharmony_ci local_target="$$target"; \ 57713498266Sopenharmony_ci fi; \ 57813498266Sopenharmony_ci ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 57913498266Sopenharmony_ci || eval $$failcom; \ 58013498266Sopenharmony_ci done; \ 58113498266Sopenharmony_ci if test "$$dot_seen" = "no"; then \ 58213498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 58313498266Sopenharmony_ci fi; test -z "$$fail" 58413498266Sopenharmony_ci 58513498266Sopenharmony_ciID: $(am__tagged_files) 58613498266Sopenharmony_ci $(am__define_uniq_tagged_files); mkid -fID $$unique 58713498266Sopenharmony_citags: tags-recursive 58813498266Sopenharmony_ciTAGS: tags 58913498266Sopenharmony_ci 59013498266Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 59113498266Sopenharmony_ci set x; \ 59213498266Sopenharmony_ci here=`pwd`; \ 59313498266Sopenharmony_ci if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 59413498266Sopenharmony_ci include_option=--etags-include; \ 59513498266Sopenharmony_ci empty_fix=.; \ 59613498266Sopenharmony_ci else \ 59713498266Sopenharmony_ci include_option=--include; \ 59813498266Sopenharmony_ci empty_fix=; \ 59913498266Sopenharmony_ci fi; \ 60013498266Sopenharmony_ci list='$(SUBDIRS)'; for subdir in $$list; do \ 60113498266Sopenharmony_ci if test "$$subdir" = .; then :; else \ 60213498266Sopenharmony_ci test ! -f $$subdir/TAGS || \ 60313498266Sopenharmony_ci set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 60413498266Sopenharmony_ci fi; \ 60513498266Sopenharmony_ci done; \ 60613498266Sopenharmony_ci $(am__define_uniq_tagged_files); \ 60713498266Sopenharmony_ci shift; \ 60813498266Sopenharmony_ci if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 60913498266Sopenharmony_ci test -n "$$unique" || unique=$$empty_fix; \ 61013498266Sopenharmony_ci if test $$# -gt 0; then \ 61113498266Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 61213498266Sopenharmony_ci "$$@" $$unique; \ 61313498266Sopenharmony_ci else \ 61413498266Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 61513498266Sopenharmony_ci $$unique; \ 61613498266Sopenharmony_ci fi; \ 61713498266Sopenharmony_ci fi 61813498266Sopenharmony_cictags: ctags-recursive 61913498266Sopenharmony_ci 62013498266Sopenharmony_ciCTAGS: ctags 62113498266Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 62213498266Sopenharmony_ci $(am__define_uniq_tagged_files); \ 62313498266Sopenharmony_ci test -z "$(CTAGS_ARGS)$$unique" \ 62413498266Sopenharmony_ci || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 62513498266Sopenharmony_ci $$unique 62613498266Sopenharmony_ci 62713498266Sopenharmony_ciGTAGS: 62813498266Sopenharmony_ci here=`$(am__cd) $(top_builddir) && pwd` \ 62913498266Sopenharmony_ci && $(am__cd) $(top_srcdir) \ 63013498266Sopenharmony_ci && gtags -i $(GTAGS_ARGS) "$$here" 63113498266Sopenharmony_cicscopelist: cscopelist-recursive 63213498266Sopenharmony_ci 63313498266Sopenharmony_cicscopelist-am: $(am__tagged_files) 63413498266Sopenharmony_ci list='$(am__tagged_files)'; \ 63513498266Sopenharmony_ci case "$(srcdir)" in \ 63613498266Sopenharmony_ci [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 63713498266Sopenharmony_ci *) sdir=$(subdir)/$(srcdir) ;; \ 63813498266Sopenharmony_ci esac; \ 63913498266Sopenharmony_ci for i in $$list; do \ 64013498266Sopenharmony_ci if test -f "$$i"; then \ 64113498266Sopenharmony_ci echo "$(subdir)/$$i"; \ 64213498266Sopenharmony_ci else \ 64313498266Sopenharmony_ci echo "$$sdir/$$i"; \ 64413498266Sopenharmony_ci fi; \ 64513498266Sopenharmony_ci done >> $(top_builddir)/cscope.files 64613498266Sopenharmony_ci 64713498266Sopenharmony_cidistclean-tags: 64813498266Sopenharmony_ci -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 64913498266Sopenharmony_cidistdir: $(BUILT_SOURCES) 65013498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) distdir-am 65113498266Sopenharmony_ci 65213498266Sopenharmony_cidistdir-am: $(DISTFILES) 65313498266Sopenharmony_ci @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 65413498266Sopenharmony_ci topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 65513498266Sopenharmony_ci list='$(DISTFILES)'; \ 65613498266Sopenharmony_ci dist_files=`for file in $$list; do echo $$file; done | \ 65713498266Sopenharmony_ci sed -e "s|^$$srcdirstrip/||;t" \ 65813498266Sopenharmony_ci -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 65913498266Sopenharmony_ci case $$dist_files in \ 66013498266Sopenharmony_ci */*) $(MKDIR_P) `echo "$$dist_files" | \ 66113498266Sopenharmony_ci sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 66213498266Sopenharmony_ci sort -u` ;; \ 66313498266Sopenharmony_ci esac; \ 66413498266Sopenharmony_ci for file in $$dist_files; do \ 66513498266Sopenharmony_ci if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 66613498266Sopenharmony_ci if test -d $$d/$$file; then \ 66713498266Sopenharmony_ci dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 66813498266Sopenharmony_ci if test -d "$(distdir)/$$file"; then \ 66913498266Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 67013498266Sopenharmony_ci fi; \ 67113498266Sopenharmony_ci if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 67213498266Sopenharmony_ci cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 67313498266Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 67413498266Sopenharmony_ci fi; \ 67513498266Sopenharmony_ci cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 67613498266Sopenharmony_ci else \ 67713498266Sopenharmony_ci test -f "$(distdir)/$$file" \ 67813498266Sopenharmony_ci || cp -p $$d/$$file "$(distdir)/$$file" \ 67913498266Sopenharmony_ci || exit 1; \ 68013498266Sopenharmony_ci fi; \ 68113498266Sopenharmony_ci done 68213498266Sopenharmony_ci @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 68313498266Sopenharmony_ci if test "$$subdir" = .; then :; else \ 68413498266Sopenharmony_ci $(am__make_dryrun) \ 68513498266Sopenharmony_ci || test -d "$(distdir)/$$subdir" \ 68613498266Sopenharmony_ci || $(MKDIR_P) "$(distdir)/$$subdir" \ 68713498266Sopenharmony_ci || exit 1; \ 68813498266Sopenharmony_ci dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 68913498266Sopenharmony_ci $(am__relativize); \ 69013498266Sopenharmony_ci new_distdir=$$reldir; \ 69113498266Sopenharmony_ci dir1=$$subdir; dir2="$(top_distdir)"; \ 69213498266Sopenharmony_ci $(am__relativize); \ 69313498266Sopenharmony_ci new_top_distdir=$$reldir; \ 69413498266Sopenharmony_ci echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 69513498266Sopenharmony_ci echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 69613498266Sopenharmony_ci ($(am__cd) $$subdir && \ 69713498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) \ 69813498266Sopenharmony_ci top_distdir="$$new_top_distdir" \ 69913498266Sopenharmony_ci distdir="$$new_distdir" \ 70013498266Sopenharmony_ci am__remove_distdir=: \ 70113498266Sopenharmony_ci am__skip_length_check=: \ 70213498266Sopenharmony_ci am__skip_mode_fix=: \ 70313498266Sopenharmony_ci distdir) \ 70413498266Sopenharmony_ci || exit 1; \ 70513498266Sopenharmony_ci fi; \ 70613498266Sopenharmony_ci done 70713498266Sopenharmony_cicheck-am: all-am 70813498266Sopenharmony_cicheck: check-recursive 70913498266Sopenharmony_ci@CURLDEBUG_FALSE@all-local: 71013498266Sopenharmony_ciall-am: Makefile all-local 71113498266Sopenharmony_ciinstalldirs: installdirs-recursive 71213498266Sopenharmony_ciinstalldirs-am: 71313498266Sopenharmony_ciinstall: install-recursive 71413498266Sopenharmony_ciinstall-exec: install-exec-recursive 71513498266Sopenharmony_ciinstall-data: install-data-recursive 71613498266Sopenharmony_ciuninstall: uninstall-recursive 71713498266Sopenharmony_ci 71813498266Sopenharmony_ciinstall-am: all-am 71913498266Sopenharmony_ci @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 72013498266Sopenharmony_ci 72113498266Sopenharmony_ciinstallcheck: installcheck-recursive 72213498266Sopenharmony_ciinstall-strip: 72313498266Sopenharmony_ci if test -z '$(STRIP)'; then \ 72413498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 72513498266Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 72613498266Sopenharmony_ci install; \ 72713498266Sopenharmony_ci else \ 72813498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 72913498266Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 73013498266Sopenharmony_ci "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 73113498266Sopenharmony_ci fi 73213498266Sopenharmony_cimostlyclean-generic: 73313498266Sopenharmony_ci 73413498266Sopenharmony_ciclean-generic: 73513498266Sopenharmony_ci -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 73613498266Sopenharmony_ci 73713498266Sopenharmony_cidistclean-generic: 73813498266Sopenharmony_ci -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 73913498266Sopenharmony_ci -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 74013498266Sopenharmony_ci -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 74113498266Sopenharmony_ci 74213498266Sopenharmony_cimaintainer-clean-generic: 74313498266Sopenharmony_ci @echo "This command is intended for maintainers to use" 74413498266Sopenharmony_ci @echo "it deletes files that may require special tools to rebuild." 74513498266Sopenharmony_ciclean: clean-recursive 74613498266Sopenharmony_ci 74713498266Sopenharmony_ciclean-am: clean-generic clean-libtool mostlyclean-am 74813498266Sopenharmony_ci 74913498266Sopenharmony_cidistclean: distclean-recursive 75013498266Sopenharmony_ci -rm -f Makefile 75113498266Sopenharmony_cidistclean-am: clean-am distclean-generic distclean-tags 75213498266Sopenharmony_ci 75313498266Sopenharmony_cidvi: dvi-recursive 75413498266Sopenharmony_ci 75513498266Sopenharmony_cidvi-am: 75613498266Sopenharmony_ci 75713498266Sopenharmony_cihtml: html-recursive 75813498266Sopenharmony_ci 75913498266Sopenharmony_cihtml-am: 76013498266Sopenharmony_ci 76113498266Sopenharmony_ciinfo: info-recursive 76213498266Sopenharmony_ci 76313498266Sopenharmony_ciinfo-am: 76413498266Sopenharmony_ci 76513498266Sopenharmony_ciinstall-data-am: 76613498266Sopenharmony_ci 76713498266Sopenharmony_ciinstall-dvi: install-dvi-recursive 76813498266Sopenharmony_ci 76913498266Sopenharmony_ciinstall-dvi-am: 77013498266Sopenharmony_ci 77113498266Sopenharmony_ciinstall-exec-am: 77213498266Sopenharmony_ci 77313498266Sopenharmony_ciinstall-html: install-html-recursive 77413498266Sopenharmony_ci 77513498266Sopenharmony_ciinstall-html-am: 77613498266Sopenharmony_ci 77713498266Sopenharmony_ciinstall-info: install-info-recursive 77813498266Sopenharmony_ci 77913498266Sopenharmony_ciinstall-info-am: 78013498266Sopenharmony_ci 78113498266Sopenharmony_ciinstall-man: 78213498266Sopenharmony_ci 78313498266Sopenharmony_ciinstall-pdf: install-pdf-recursive 78413498266Sopenharmony_ci 78513498266Sopenharmony_ciinstall-pdf-am: 78613498266Sopenharmony_ci 78713498266Sopenharmony_ciinstall-ps: install-ps-recursive 78813498266Sopenharmony_ci 78913498266Sopenharmony_ciinstall-ps-am: 79013498266Sopenharmony_ci 79113498266Sopenharmony_ciinstallcheck-am: 79213498266Sopenharmony_ci 79313498266Sopenharmony_cimaintainer-clean: maintainer-clean-recursive 79413498266Sopenharmony_ci -rm -f Makefile 79513498266Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic 79613498266Sopenharmony_ci 79713498266Sopenharmony_cimostlyclean: mostlyclean-recursive 79813498266Sopenharmony_ci 79913498266Sopenharmony_cimostlyclean-am: mostlyclean-generic mostlyclean-libtool 80013498266Sopenharmony_ci 80113498266Sopenharmony_cipdf: pdf-recursive 80213498266Sopenharmony_ci 80313498266Sopenharmony_cipdf-am: 80413498266Sopenharmony_ci 80513498266Sopenharmony_cips: ps-recursive 80613498266Sopenharmony_ci 80713498266Sopenharmony_cips-am: 80813498266Sopenharmony_ci 80913498266Sopenharmony_ciuninstall-am: 81013498266Sopenharmony_ci 81113498266Sopenharmony_ci.MAKE: $(am__recursive_targets) install-am install-strip 81213498266Sopenharmony_ci 81313498266Sopenharmony_ci.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ 81413498266Sopenharmony_ci check check-am clean clean-generic clean-libtool cscopelist-am \ 81513498266Sopenharmony_ci ctags ctags-am distclean distclean-generic distclean-libtool \ 81613498266Sopenharmony_ci distclean-tags distdir dvi dvi-am html html-am info info-am \ 81713498266Sopenharmony_ci install install-am install-data install-data-am install-dvi \ 81813498266Sopenharmony_ci install-dvi-am install-exec install-exec-am install-html \ 81913498266Sopenharmony_ci install-html-am install-info install-info-am install-man \ 82013498266Sopenharmony_ci install-pdf install-pdf-am install-ps install-ps-am \ 82113498266Sopenharmony_ci install-strip installcheck installcheck-am installdirs \ 82213498266Sopenharmony_ci installdirs-am maintainer-clean maintainer-clean-generic \ 82313498266Sopenharmony_ci mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 82413498266Sopenharmony_ci ps ps-am tags tags-am uninstall uninstall-am 82513498266Sopenharmony_ci 82613498266Sopenharmony_ci.PRECIOUS: Makefile 82713498266Sopenharmony_ci 82813498266Sopenharmony_ci 82913498266Sopenharmony_cicurl: 83013498266Sopenharmony_ci @cd $(top_builddir) && $(MAKE) 83113498266Sopenharmony_ci 83213498266Sopenharmony_ci# make sure that PERL is pointing to an executable 83313498266Sopenharmony_ciperlcheck: 83413498266Sopenharmony_ci @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi 83513498266Sopenharmony_ci 83613498266Sopenharmony_citest: perlcheck all 83713498266Sopenharmony_ci $(TEST) $(TFLAGS) 83813498266Sopenharmony_ci 83913498266Sopenharmony_ciquiet-test: perlcheck all 84013498266Sopenharmony_ci $(TEST) $(TEST_Q) $(TFLAGS) 84113498266Sopenharmony_ci 84213498266Sopenharmony_ciam-test: perlcheck all 84313498266Sopenharmony_ci $(TEST) $(TEST_AM) $(TFLAGS) 84413498266Sopenharmony_ci 84513498266Sopenharmony_cici-test: perlcheck all 84613498266Sopenharmony_ci $(TEST) $(TEST_CI) $(TFLAGS) 84713498266Sopenharmony_ci 84813498266Sopenharmony_cifull-test: perlcheck all 84913498266Sopenharmony_ci $(TEST) $(TEST_F) $(TFLAGS) 85013498266Sopenharmony_ci 85113498266Sopenharmony_cinonflaky-test: perlcheck all 85213498266Sopenharmony_ci $(TEST) $(TEST_NF) $(TFLAGS) 85313498266Sopenharmony_ci 85413498266Sopenharmony_citorture-test: perlcheck all 85513498266Sopenharmony_ci $(TEST) $(TEST_T) $(TFLAGS) 85613498266Sopenharmony_ci 85713498266Sopenharmony_cievent-test: perlcheck all 85813498266Sopenharmony_ci $(TEST) $(TEST_E) $(TFLAGS) 85913498266Sopenharmony_ci 86013498266Sopenharmony_cichecksrc: 86113498266Sopenharmony_ci (cd libtest && $(MAKE) checksrc) 86213498266Sopenharmony_ci (cd unit && $(MAKE) checksrc) 86313498266Sopenharmony_ci (cd server && $(MAKE) checksrc) 86413498266Sopenharmony_ci (cd http && $(MAKE) checksrc) 86513498266Sopenharmony_ci 86613498266Sopenharmony_ci# for debug builds, we scan the sources on all regular make invokes 86713498266Sopenharmony_ci@CURLDEBUG_TRUE@all-local: checksrc 86813498266Sopenharmony_ci 86913498266Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables. 87013498266Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded. 87113498266Sopenharmony_ci.NOEXPORT: 872