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