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_ci 4113498266Sopenharmony_ci#*************************************************************************** 4213498266Sopenharmony_ci# _ _ ____ _ 4313498266Sopenharmony_ci# Project ___| | | | _ \| | 4413498266Sopenharmony_ci# / __| | | | |_) | | 4513498266Sopenharmony_ci# | (__| |_| | _ <| |___ 4613498266Sopenharmony_ci# \___|\___/|_| \_\_____| 4713498266Sopenharmony_ci# 4813498266Sopenharmony_ci# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 4913498266Sopenharmony_ci# 5013498266Sopenharmony_ci# This software is licensed as described in the file COPYING, which 5113498266Sopenharmony_ci# you should have received as part of this distribution. The terms 5213498266Sopenharmony_ci# are also available at https://curl.se/docs/copyright.html. 5313498266Sopenharmony_ci# 5413498266Sopenharmony_ci# You may opt to use, copy, modify, merge, publish, distribute and/or sell 5513498266Sopenharmony_ci# copies of the Software, and permit persons to whom the Software is 5613498266Sopenharmony_ci# furnished to do so, under the terms of the COPYING file. 5713498266Sopenharmony_ci# 5813498266Sopenharmony_ci# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 5913498266Sopenharmony_ci# KIND, either express or implied. 6013498266Sopenharmony_ci# 6113498266Sopenharmony_ci# SPDX-License-Identifier: curl 6213498266Sopenharmony_ci# 6313498266Sopenharmony_ci########################################################################### 6413498266Sopenharmony_ciVPATH = @srcdir@ 6513498266Sopenharmony_ciam__is_gnu_make = { \ 6613498266Sopenharmony_ci if test -z '$(MAKELEVEL)'; then \ 6713498266Sopenharmony_ci false; \ 6813498266Sopenharmony_ci elif test -n '$(MAKE_HOST)'; then \ 6913498266Sopenharmony_ci true; \ 7013498266Sopenharmony_ci elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 7113498266Sopenharmony_ci true; \ 7213498266Sopenharmony_ci else \ 7313498266Sopenharmony_ci false; \ 7413498266Sopenharmony_ci fi; \ 7513498266Sopenharmony_ci} 7613498266Sopenharmony_ciam__make_running_with_option = \ 7713498266Sopenharmony_ci case $${target_option-} in \ 7813498266Sopenharmony_ci ?) ;; \ 7913498266Sopenharmony_ci *) echo "am__make_running_with_option: internal error: invalid" \ 8013498266Sopenharmony_ci "target option '$${target_option-}' specified" >&2; \ 8113498266Sopenharmony_ci exit 1;; \ 8213498266Sopenharmony_ci esac; \ 8313498266Sopenharmony_ci has_opt=no; \ 8413498266Sopenharmony_ci sane_makeflags=$$MAKEFLAGS; \ 8513498266Sopenharmony_ci if $(am__is_gnu_make); then \ 8613498266Sopenharmony_ci sane_makeflags=$$MFLAGS; \ 8713498266Sopenharmony_ci else \ 8813498266Sopenharmony_ci case $$MAKEFLAGS in \ 8913498266Sopenharmony_ci *\\[\ \ ]*) \ 9013498266Sopenharmony_ci bs=\\; \ 9113498266Sopenharmony_ci sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 9213498266Sopenharmony_ci | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 9313498266Sopenharmony_ci esac; \ 9413498266Sopenharmony_ci fi; \ 9513498266Sopenharmony_ci skip_next=no; \ 9613498266Sopenharmony_ci strip_trailopt () \ 9713498266Sopenharmony_ci { \ 9813498266Sopenharmony_ci flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 9913498266Sopenharmony_ci }; \ 10013498266Sopenharmony_ci for flg in $$sane_makeflags; do \ 10113498266Sopenharmony_ci test $$skip_next = yes && { skip_next=no; continue; }; \ 10213498266Sopenharmony_ci case $$flg in \ 10313498266Sopenharmony_ci *=*|--*) continue;; \ 10413498266Sopenharmony_ci -*I) strip_trailopt 'I'; skip_next=yes;; \ 10513498266Sopenharmony_ci -*I?*) strip_trailopt 'I';; \ 10613498266Sopenharmony_ci -*O) strip_trailopt 'O'; skip_next=yes;; \ 10713498266Sopenharmony_ci -*O?*) strip_trailopt 'O';; \ 10813498266Sopenharmony_ci -*l) strip_trailopt 'l'; skip_next=yes;; \ 10913498266Sopenharmony_ci -*l?*) strip_trailopt 'l';; \ 11013498266Sopenharmony_ci -[dEDm]) skip_next=yes;; \ 11113498266Sopenharmony_ci -[JT]) skip_next=yes;; \ 11213498266Sopenharmony_ci esac; \ 11313498266Sopenharmony_ci case $$flg in \ 11413498266Sopenharmony_ci *$$target_option*) has_opt=yes; break;; \ 11513498266Sopenharmony_ci esac; \ 11613498266Sopenharmony_ci done; \ 11713498266Sopenharmony_ci test $$has_opt = yes 11813498266Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 11913498266Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 12013498266Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@ 12113498266Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@ 12213498266Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@ 12313498266Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@ 12413498266Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 12513498266Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644 12613498266Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c 12713498266Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c 12813498266Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA) 12913498266Sopenharmony_citransform = $(program_transform_name) 13013498266Sopenharmony_ciNORMAL_INSTALL = : 13113498266Sopenharmony_ciPRE_INSTALL = : 13213498266Sopenharmony_ciPOST_INSTALL = : 13313498266Sopenharmony_ciNORMAL_UNINSTALL = : 13413498266Sopenharmony_ciPRE_UNINSTALL = : 13513498266Sopenharmony_ciPOST_UNINSTALL = : 13613498266Sopenharmony_cibuild_triplet = @build@ 13713498266Sopenharmony_cihost_triplet = @host@ 13813498266Sopenharmony_ci@USE_CPPFLAG_CURL_STATICLIB_TRUE@am__append_1 = -DCURL_STATICLIB 13913498266Sopenharmony_cicheck_PROGRAMS = h2-serverpush$(EXEEXT) h2-download$(EXEEXT) \ 14013498266Sopenharmony_ci ws-data$(EXEEXT) ws-pingpong$(EXEEXT) \ 14113498266Sopenharmony_ci h2-upgrade-extreme$(EXEEXT) tls-session-reuse$(EXEEXT) \ 14213498266Sopenharmony_ci h2-pausing$(EXEEXT) 14313498266Sopenharmony_cisubdir = tests/http/clients 14413498266Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4 14513498266Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 14613498266Sopenharmony_ci $(top_srcdir)/m4/curl-bearssl.m4 \ 14713498266Sopenharmony_ci $(top_srcdir)/m4/curl-compilers.m4 \ 14813498266Sopenharmony_ci $(top_srcdir)/m4/curl-confopts.m4 \ 14913498266Sopenharmony_ci $(top_srcdir)/m4/curl-functions.m4 \ 15013498266Sopenharmony_ci $(top_srcdir)/m4/curl-gnutls.m4 \ 15113498266Sopenharmony_ci $(top_srcdir)/m4/curl-mbedtls.m4 \ 15213498266Sopenharmony_ci $(top_srcdir)/m4/curl-openssl.m4 \ 15313498266Sopenharmony_ci $(top_srcdir)/m4/curl-override.m4 \ 15413498266Sopenharmony_ci $(top_srcdir)/m4/curl-reentrant.m4 \ 15513498266Sopenharmony_ci $(top_srcdir)/m4/curl-rustls.m4 \ 15613498266Sopenharmony_ci $(top_srcdir)/m4/curl-schannel.m4 \ 15713498266Sopenharmony_ci $(top_srcdir)/m4/curl-sectransp.m4 \ 15813498266Sopenharmony_ci $(top_srcdir)/m4/curl-sysconfig.m4 \ 15913498266Sopenharmony_ci $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 16013498266Sopenharmony_ci $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 16113498266Sopenharmony_ci $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 16213498266Sopenharmony_ci $(top_srcdir)/m4/xc-am-iface.m4 \ 16313498266Sopenharmony_ci $(top_srcdir)/m4/xc-cc-check.m4 \ 16413498266Sopenharmony_ci $(top_srcdir)/m4/xc-lt-iface.m4 \ 16513498266Sopenharmony_ci $(top_srcdir)/m4/xc-translit.m4 \ 16613498266Sopenharmony_ci $(top_srcdir)/m4/xc-val-flgs.m4 \ 16713498266Sopenharmony_ci $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 16813498266Sopenharmony_ci $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 16913498266Sopenharmony_ci $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 17013498266Sopenharmony_ci $(top_srcdir)/configure.ac 17113498266Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 17213498266Sopenharmony_ci $(ACLOCAL_M4) 17313498266Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 17413498266Sopenharmony_cimkinstalldirs = $(install_sh) -d 17513498266Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/lib/curl_config.h 17613498266Sopenharmony_ciCONFIG_CLEAN_FILES = 17713498266Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES = 17813498266Sopenharmony_cih2_download_SOURCES = h2-download.c 17913498266Sopenharmony_cih2_download_OBJECTS = h2-download.$(OBJEXT) 18013498266Sopenharmony_cih2_download_LDADD = $(LDADD) 18113498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@h2_download_DEPENDENCIES = \ 18213498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ $(LIBDIR)/libcurl.la 18313498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@h2_download_DEPENDENCIES = \ 18413498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ $(LIBDIR)/libcurl.la 18513498266Sopenharmony_ciAM_V_lt = $(am__v_lt_@AM_V@) 18613498266Sopenharmony_ciam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 18713498266Sopenharmony_ciam__v_lt_0 = --silent 18813498266Sopenharmony_ciam__v_lt_1 = 18913498266Sopenharmony_cih2_pausing_SOURCES = h2-pausing.c 19013498266Sopenharmony_cih2_pausing_OBJECTS = h2-pausing.$(OBJEXT) 19113498266Sopenharmony_cih2_pausing_LDADD = $(LDADD) 19213498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@h2_pausing_DEPENDENCIES = \ 19313498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ $(LIBDIR)/libcurl.la 19413498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@h2_pausing_DEPENDENCIES = \ 19513498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ $(LIBDIR)/libcurl.la 19613498266Sopenharmony_cih2_serverpush_SOURCES = h2-serverpush.c 19713498266Sopenharmony_cih2_serverpush_OBJECTS = h2-serverpush.$(OBJEXT) 19813498266Sopenharmony_cih2_serverpush_LDADD = $(LDADD) 19913498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@h2_serverpush_DEPENDENCIES = \ 20013498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ $(LIBDIR)/libcurl.la 20113498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@h2_serverpush_DEPENDENCIES = \ 20213498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ $(LIBDIR)/libcurl.la 20313498266Sopenharmony_cih2_upgrade_extreme_SOURCES = h2-upgrade-extreme.c 20413498266Sopenharmony_cih2_upgrade_extreme_OBJECTS = h2-upgrade-extreme.$(OBJEXT) 20513498266Sopenharmony_cih2_upgrade_extreme_LDADD = $(LDADD) 20613498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@h2_upgrade_extreme_DEPENDENCIES = \ 20713498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ $(LIBDIR)/libcurl.la 20813498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@h2_upgrade_extreme_DEPENDENCIES = \ 20913498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ $(LIBDIR)/libcurl.la 21013498266Sopenharmony_citls_session_reuse_SOURCES = tls-session-reuse.c 21113498266Sopenharmony_citls_session_reuse_OBJECTS = tls-session-reuse.$(OBJEXT) 21213498266Sopenharmony_citls_session_reuse_LDADD = $(LDADD) 21313498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@tls_session_reuse_DEPENDENCIES = \ 21413498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ $(LIBDIR)/libcurl.la 21513498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@tls_session_reuse_DEPENDENCIES = \ 21613498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ $(LIBDIR)/libcurl.la 21713498266Sopenharmony_ciws_data_SOURCES = ws-data.c 21813498266Sopenharmony_ciws_data_OBJECTS = ws-data.$(OBJEXT) 21913498266Sopenharmony_ciws_data_LDADD = $(LDADD) 22013498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ws_data_DEPENDENCIES = \ 22113498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ $(LIBDIR)/libcurl.la 22213498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ws_data_DEPENDENCIES = \ 22313498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ $(LIBDIR)/libcurl.la 22413498266Sopenharmony_ciws_pingpong_SOURCES = ws-pingpong.c 22513498266Sopenharmony_ciws_pingpong_OBJECTS = ws-pingpong.$(OBJEXT) 22613498266Sopenharmony_ciws_pingpong_LDADD = $(LDADD) 22713498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ws_pingpong_DEPENDENCIES = \ 22813498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@ $(LIBDIR)/libcurl.la 22913498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ws_pingpong_DEPENDENCIES = \ 23013498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@ $(LIBDIR)/libcurl.la 23113498266Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@) 23213498266Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 23313498266Sopenharmony_ciam__v_P_0 = false 23413498266Sopenharmony_ciam__v_P_1 = : 23513498266Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@) 23613498266Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 23713498266Sopenharmony_ciam__v_GEN_0 = @echo " GEN " $@; 23813498266Sopenharmony_ciam__v_GEN_1 = 23913498266Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@) 24013498266Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 24113498266Sopenharmony_ciam__v_at_0 = @ 24213498266Sopenharmony_ciam__v_at_1 = 24313498266Sopenharmony_ciDEFAULT_INCLUDES = 24413498266Sopenharmony_cidepcomp = $(SHELL) $(top_srcdir)/depcomp 24513498266Sopenharmony_ciam__maybe_remake_depfiles = depfiles 24613498266Sopenharmony_ciam__depfiles_remade = ./$(DEPDIR)/h2-download.Po \ 24713498266Sopenharmony_ci ./$(DEPDIR)/h2-pausing.Po ./$(DEPDIR)/h2-serverpush.Po \ 24813498266Sopenharmony_ci ./$(DEPDIR)/h2-upgrade-extreme.Po \ 24913498266Sopenharmony_ci ./$(DEPDIR)/tls-session-reuse.Po ./$(DEPDIR)/ws-data.Po \ 25013498266Sopenharmony_ci ./$(DEPDIR)/ws-pingpong.Po 25113498266Sopenharmony_ciam__mv = mv -f 25213498266Sopenharmony_ciCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 25313498266Sopenharmony_ci $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 25413498266Sopenharmony_ciLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 25513498266Sopenharmony_ci $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 25613498266Sopenharmony_ci $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 25713498266Sopenharmony_ci $(AM_CFLAGS) $(CFLAGS) 25813498266Sopenharmony_ciAM_V_CC = $(am__v_CC_@AM_V@) 25913498266Sopenharmony_ciam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 26013498266Sopenharmony_ciam__v_CC_0 = @echo " CC " $@; 26113498266Sopenharmony_ciam__v_CC_1 = 26213498266Sopenharmony_ciCCLD = $(CC) 26313498266Sopenharmony_ciLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 26413498266Sopenharmony_ci $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 26513498266Sopenharmony_ci $(AM_LDFLAGS) $(LDFLAGS) -o $@ 26613498266Sopenharmony_ciAM_V_CCLD = $(am__v_CCLD_@AM_V@) 26713498266Sopenharmony_ciam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 26813498266Sopenharmony_ciam__v_CCLD_0 = @echo " CCLD " $@; 26913498266Sopenharmony_ciam__v_CCLD_1 = 27013498266Sopenharmony_ciSOURCES = h2-download.c h2-pausing.c h2-serverpush.c \ 27113498266Sopenharmony_ci h2-upgrade-extreme.c tls-session-reuse.c ws-data.c \ 27213498266Sopenharmony_ci ws-pingpong.c 27313498266Sopenharmony_ciDIST_SOURCES = h2-download.c h2-pausing.c h2-serverpush.c \ 27413498266Sopenharmony_ci h2-upgrade-extreme.c tls-session-reuse.c ws-data.c \ 27513498266Sopenharmony_ci ws-pingpong.c 27613498266Sopenharmony_ciam__can_run_installinfo = \ 27713498266Sopenharmony_ci case $$AM_UPDATE_INFO_DIR in \ 27813498266Sopenharmony_ci n|no|NO) false;; \ 27913498266Sopenharmony_ci *) (install-info --version) >/dev/null 2>&1;; \ 28013498266Sopenharmony_ci esac 28113498266Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 28213498266Sopenharmony_ci# Read a list of newline-separated strings from the standard input, 28313498266Sopenharmony_ci# and print each of them once, without duplicates. Input order is 28413498266Sopenharmony_ci# *not* preserved. 28513498266Sopenharmony_ciam__uniquify_input = $(AWK) '\ 28613498266Sopenharmony_ci BEGIN { nonempty = 0; } \ 28713498266Sopenharmony_ci { items[$$0] = 1; nonempty = 1; } \ 28813498266Sopenharmony_ci END { if (nonempty) { for (i in items) print i; }; } \ 28913498266Sopenharmony_ci' 29013498266Sopenharmony_ci# Make sure the list of sources is unique. This is necessary because, 29113498266Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables 29213498266Sopenharmony_ci# for different programs/libraries. 29313498266Sopenharmony_ciam__define_uniq_tagged_files = \ 29413498266Sopenharmony_ci list='$(am__tagged_files)'; \ 29513498266Sopenharmony_ci unique=`for i in $$list; do \ 29613498266Sopenharmony_ci if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 29713498266Sopenharmony_ci done | $(am__uniquify_input)` 29813498266Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \ 29913498266Sopenharmony_ci $(top_srcdir)/depcomp 30013498266Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 30113498266Sopenharmony_ciACLOCAL = @ACLOCAL@ 30213498266Sopenharmony_ciAMTAR = @AMTAR@ 30313498266Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 30413498266Sopenharmony_ciAPACHECTL = @APACHECTL@ 30513498266Sopenharmony_ciAPXS = @APXS@ 30613498266Sopenharmony_ciAR = @AR@ 30713498266Sopenharmony_ciAR_FLAGS = @AR_FLAGS@ 30813498266Sopenharmony_ciAS = @AS@ 30913498266Sopenharmony_ciAUTOCONF = @AUTOCONF@ 31013498266Sopenharmony_ciAUTOHEADER = @AUTOHEADER@ 31113498266Sopenharmony_ciAUTOMAKE = @AUTOMAKE@ 31213498266Sopenharmony_ciAWK = @AWK@ 31313498266Sopenharmony_ciBLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 31413498266Sopenharmony_ciCADDY = @CADDY@ 31513498266Sopenharmony_ciCC = @CC@ 31613498266Sopenharmony_ciCCDEPMODE = @CCDEPMODE@ 31713498266Sopenharmony_ci 31813498266Sopenharmony_ci# This might hold -Werror 31913498266Sopenharmony_ciCFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@ 32013498266Sopenharmony_ciCFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 32113498266Sopenharmony_ciCONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 32213498266Sopenharmony_ciCPP = @CPP@ 32313498266Sopenharmony_ciCPPFLAGS = @CPPFLAGS@ 32413498266Sopenharmony_ciCPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ 32513498266Sopenharmony_ciCSCOPE = @CSCOPE@ 32613498266Sopenharmony_ciCTAGS = @CTAGS@ 32713498266Sopenharmony_ciCURLVERSION = @CURLVERSION@ 32813498266Sopenharmony_ciCURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 32913498266Sopenharmony_ciCURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 33013498266Sopenharmony_ciCURL_DISABLE_DICT = @CURL_DISABLE_DICT@ 33113498266Sopenharmony_ciCURL_DISABLE_FILE = @CURL_DISABLE_FILE@ 33213498266Sopenharmony_ciCURL_DISABLE_FTP = @CURL_DISABLE_FTP@ 33313498266Sopenharmony_ciCURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ 33413498266Sopenharmony_ciCURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ 33513498266Sopenharmony_ciCURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ 33613498266Sopenharmony_ciCURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ 33713498266Sopenharmony_ciCURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ 33813498266Sopenharmony_ciCURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ 33913498266Sopenharmony_ciCURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ 34013498266Sopenharmony_ciCURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ 34113498266Sopenharmony_ciCURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ 34213498266Sopenharmony_ciCURL_DISABLE_SMB = @CURL_DISABLE_SMB@ 34313498266Sopenharmony_ciCURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ 34413498266Sopenharmony_ciCURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ 34513498266Sopenharmony_ciCURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ 34613498266Sopenharmony_ciCURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ 34713498266Sopenharmony_ciCURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 34813498266Sopenharmony_ciCURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ 34913498266Sopenharmony_ciCURL_PLIST_VERSION = @CURL_PLIST_VERSION@ 35013498266Sopenharmony_ciCURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ 35113498266Sopenharmony_ciCYGPATH_W = @CYGPATH_W@ 35213498266Sopenharmony_ciDEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ 35313498266Sopenharmony_ciDEFS = @DEFS@ 35413498266Sopenharmony_ciDEPDIR = @DEPDIR@ 35513498266Sopenharmony_ciDLLTOOL = @DLLTOOL@ 35613498266Sopenharmony_ciDSYMUTIL = @DSYMUTIL@ 35713498266Sopenharmony_ciDUMPBIN = @DUMPBIN@ 35813498266Sopenharmony_ciECHO_C = @ECHO_C@ 35913498266Sopenharmony_ciECHO_N = @ECHO_N@ 36013498266Sopenharmony_ciECHO_T = @ECHO_T@ 36113498266Sopenharmony_ciEGREP = @EGREP@ 36213498266Sopenharmony_ciENABLE_SHARED = @ENABLE_SHARED@ 36313498266Sopenharmony_ciENABLE_STATIC = @ENABLE_STATIC@ 36413498266Sopenharmony_ciETAGS = @ETAGS@ 36513498266Sopenharmony_ciEXEEXT = @EXEEXT@ 36613498266Sopenharmony_ciFGREP = @FGREP@ 36713498266Sopenharmony_ciFILECMD = @FILECMD@ 36813498266Sopenharmony_ciFISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 36913498266Sopenharmony_ciGCOV = @GCOV@ 37013498266Sopenharmony_ciGREP = @GREP@ 37113498266Sopenharmony_ciHAVE_BROTLI = @HAVE_BROTLI@ 37213498266Sopenharmony_ciHAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ 37313498266Sopenharmony_ciHAVE_LDAP_SSL = @HAVE_LDAP_SSL@ 37413498266Sopenharmony_ciHAVE_LIBZ = @HAVE_LIBZ@ 37513498266Sopenharmony_ciHAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@ 37613498266Sopenharmony_ciHAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ 37713498266Sopenharmony_ciHAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ 37813498266Sopenharmony_ciHAVE_ZSTD = @HAVE_ZSTD@ 37913498266Sopenharmony_ciHTTPD = @HTTPD@ 38013498266Sopenharmony_ciHTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 38113498266Sopenharmony_ciIDN_ENABLED = @IDN_ENABLED@ 38213498266Sopenharmony_ciINSTALL = @INSTALL@ 38313498266Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@ 38413498266Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@ 38513498266Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@ 38613498266Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 38713498266Sopenharmony_ciIPV6_ENABLED = @IPV6_ENABLED@ 38813498266Sopenharmony_ciLCOV = @LCOV@ 38913498266Sopenharmony_ciLD = @LD@ 39013498266Sopenharmony_ciLDFLAGS = @LDFLAGS@ 39113498266Sopenharmony_ciLIBCURL_LIBS = @LIBCURL_LIBS@ 39213498266Sopenharmony_ciLIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ 39313498266Sopenharmony_ciLIBOBJS = @LIBOBJS@ 39413498266Sopenharmony_ci 39513498266Sopenharmony_ci# Prevent LIBS from being used for all link targets 39613498266Sopenharmony_ciLIBS = $(BLANK_AT_MAKETIME) 39713498266Sopenharmony_ciLIBTOOL = @LIBTOOL@ 39813498266Sopenharmony_ciLIPO = @LIPO@ 39913498266Sopenharmony_ciLN_S = @LN_S@ 40013498266Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@ 40113498266Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 40213498266Sopenharmony_ciMAINT = @MAINT@ 40313498266Sopenharmony_ciMAKEINFO = @MAKEINFO@ 40413498266Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@ 40513498266Sopenharmony_ciMANOPT = @MANOPT@ 40613498266Sopenharmony_ciMKDIR_P = @MKDIR_P@ 40713498266Sopenharmony_ciNM = @NM@ 40813498266Sopenharmony_ciNMEDIT = @NMEDIT@ 40913498266Sopenharmony_ciNROFF = @NROFF@ 41013498266Sopenharmony_ciOBJDUMP = @OBJDUMP@ 41113498266Sopenharmony_ciOBJEXT = @OBJEXT@ 41213498266Sopenharmony_ciOTOOL = @OTOOL@ 41313498266Sopenharmony_ciOTOOL64 = @OTOOL64@ 41413498266Sopenharmony_ciPACKAGE = @PACKAGE@ 41513498266Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 41613498266Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@ 41713498266Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@ 41813498266Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@ 41913498266Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@ 42013498266Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@ 42113498266Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@ 42213498266Sopenharmony_ciPERL = @PERL@ 42313498266Sopenharmony_ciPKGADD_NAME = @PKGADD_NAME@ 42413498266Sopenharmony_ciPKGADD_PKG = @PKGADD_PKG@ 42513498266Sopenharmony_ciPKGADD_VENDOR = @PKGADD_VENDOR@ 42613498266Sopenharmony_ciPKGCONFIG = @PKGCONFIG@ 42713498266Sopenharmony_ciRANDOM_FILE = @RANDOM_FILE@ 42813498266Sopenharmony_ciRANLIB = @RANLIB@ 42913498266Sopenharmony_ciRC = @RC@ 43013498266Sopenharmony_ciREQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ 43113498266Sopenharmony_ciSED = @SED@ 43213498266Sopenharmony_ciSET_MAKE = @SET_MAKE@ 43313498266Sopenharmony_ciSHELL = @SHELL@ 43413498266Sopenharmony_ciSSL_BACKENDS = @SSL_BACKENDS@ 43513498266Sopenharmony_ciSSL_ENABLED = @SSL_ENABLED@ 43613498266Sopenharmony_ciSSL_LIBS = @SSL_LIBS@ 43713498266Sopenharmony_ciSTRIP = @STRIP@ 43813498266Sopenharmony_ciSUPPORT_FEATURES = @SUPPORT_FEATURES@ 43913498266Sopenharmony_ciSUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 44013498266Sopenharmony_ciTEST_NGHTTPX = @TEST_NGHTTPX@ 44113498266Sopenharmony_ciUSE_ARES = @USE_ARES@ 44213498266Sopenharmony_ciUSE_BEARSSL = @USE_BEARSSL@ 44313498266Sopenharmony_ciUSE_GNUTLS = @USE_GNUTLS@ 44413498266Sopenharmony_ciUSE_HYPER = @USE_HYPER@ 44513498266Sopenharmony_ciUSE_LIBRTMP = @USE_LIBRTMP@ 44613498266Sopenharmony_ciUSE_LIBSSH = @USE_LIBSSH@ 44713498266Sopenharmony_ciUSE_LIBSSH2 = @USE_LIBSSH2@ 44813498266Sopenharmony_ciUSE_MBEDTLS = @USE_MBEDTLS@ 44913498266Sopenharmony_ciUSE_MSH3 = @USE_MSH3@ 45013498266Sopenharmony_ciUSE_NGHTTP2 = @USE_NGHTTP2@ 45113498266Sopenharmony_ciUSE_NGHTTP3 = @USE_NGHTTP3@ 45213498266Sopenharmony_ciUSE_NGTCP2 = @USE_NGTCP2@ 45313498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@ 45413498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ 45513498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@ 45613498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ 45713498266Sopenharmony_ciUSE_NGTCP2_H3 = @USE_NGTCP2_H3@ 45813498266Sopenharmony_ciUSE_OPENLDAP = @USE_OPENLDAP@ 45913498266Sopenharmony_ciUSE_OPENSSL_H3 = @USE_OPENSSL_H3@ 46013498266Sopenharmony_ciUSE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@ 46113498266Sopenharmony_ciUSE_QUICHE = @USE_QUICHE@ 46213498266Sopenharmony_ciUSE_RUSTLS = @USE_RUSTLS@ 46313498266Sopenharmony_ciUSE_SCHANNEL = @USE_SCHANNEL@ 46413498266Sopenharmony_ciUSE_SECTRANSP = @USE_SECTRANSP@ 46513498266Sopenharmony_ciUSE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ 46613498266Sopenharmony_ciUSE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ 46713498266Sopenharmony_ciUSE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ 46813498266Sopenharmony_ciUSE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ 46913498266Sopenharmony_ciUSE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ 47013498266Sopenharmony_ciUSE_WOLFSSH = @USE_WOLFSSH@ 47113498266Sopenharmony_ciUSE_WOLFSSL = @USE_WOLFSSL@ 47213498266Sopenharmony_ciVERSION = @VERSION@ 47313498266Sopenharmony_ciVERSIONNUM = @VERSIONNUM@ 47413498266Sopenharmony_ciZLIB_LIBS = @ZLIB_LIBS@ 47513498266Sopenharmony_ciZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 47613498266Sopenharmony_ciabs_builddir = @abs_builddir@ 47713498266Sopenharmony_ciabs_srcdir = @abs_srcdir@ 47813498266Sopenharmony_ciabs_top_builddir = @abs_top_builddir@ 47913498266Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@ 48013498266Sopenharmony_ciac_ct_AR = @ac_ct_AR@ 48113498266Sopenharmony_ciac_ct_CC = @ac_ct_CC@ 48213498266Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 48313498266Sopenharmony_ciam__include = @am__include@ 48413498266Sopenharmony_ciam__leading_dot = @am__leading_dot@ 48513498266Sopenharmony_ciam__quote = @am__quote@ 48613498266Sopenharmony_ciam__tar = @am__tar@ 48713498266Sopenharmony_ciam__untar = @am__untar@ 48813498266Sopenharmony_cibindir = @bindir@ 48913498266Sopenharmony_cibuild = @build@ 49013498266Sopenharmony_cibuild_alias = @build_alias@ 49113498266Sopenharmony_cibuild_cpu = @build_cpu@ 49213498266Sopenharmony_cibuild_os = @build_os@ 49313498266Sopenharmony_cibuild_vendor = @build_vendor@ 49413498266Sopenharmony_cibuilddir = @builddir@ 49513498266Sopenharmony_cidatadir = @datadir@ 49613498266Sopenharmony_cidatarootdir = @datarootdir@ 49713498266Sopenharmony_cidocdir = @docdir@ 49813498266Sopenharmony_cidvidir = @dvidir@ 49913498266Sopenharmony_ciexec_prefix = @exec_prefix@ 50013498266Sopenharmony_cihost = @host@ 50113498266Sopenharmony_cihost_alias = @host_alias@ 50213498266Sopenharmony_cihost_cpu = @host_cpu@ 50313498266Sopenharmony_cihost_os = @host_os@ 50413498266Sopenharmony_cihost_vendor = @host_vendor@ 50513498266Sopenharmony_cihtmldir = @htmldir@ 50613498266Sopenharmony_ciincludedir = @includedir@ 50713498266Sopenharmony_ciinfodir = @infodir@ 50813498266Sopenharmony_ciinstall_sh = @install_sh@ 50913498266Sopenharmony_cilibdir = @libdir@ 51013498266Sopenharmony_cilibexecdir = @libexecdir@ 51113498266Sopenharmony_cilibext = @libext@ 51213498266Sopenharmony_cilocaledir = @localedir@ 51313498266Sopenharmony_cilocalstatedir = @localstatedir@ 51413498266Sopenharmony_cimandir = @mandir@ 51513498266Sopenharmony_cimkdir_p = @mkdir_p@ 51613498266Sopenharmony_cioldincludedir = @oldincludedir@ 51713498266Sopenharmony_cipdfdir = @pdfdir@ 51813498266Sopenharmony_ciprefix = @prefix@ 51913498266Sopenharmony_ciprogram_transform_name = @program_transform_name@ 52013498266Sopenharmony_cipsdir = @psdir@ 52113498266Sopenharmony_cirunstatedir = @runstatedir@ 52213498266Sopenharmony_cisbindir = @sbindir@ 52313498266Sopenharmony_cisharedstatedir = @sharedstatedir@ 52413498266Sopenharmony_cisrcdir = @srcdir@ 52513498266Sopenharmony_cisysconfdir = @sysconfdir@ 52613498266Sopenharmony_citarget_alias = @target_alias@ 52713498266Sopenharmony_citop_build_prefix = @top_build_prefix@ 52813498266Sopenharmony_citop_builddir = @top_builddir@ 52913498266Sopenharmony_citop_srcdir = @top_srcdir@ 53013498266Sopenharmony_ciAUTOMAKE_OPTIONS = foreign nostdinc 53113498266Sopenharmony_ci 53213498266Sopenharmony_ci# Specify our include paths here, and do it relative to $(top_srcdir) and 53313498266Sopenharmony_ci# $(top_builddir), to ensure that these paths which belong to the library 53413498266Sopenharmony_ci# being currently built and tested are searched before the library which 53513498266Sopenharmony_ci# might possibly already be installed in the system. 53613498266Sopenharmony_ci# 53713498266Sopenharmony_ci# $(top_srcdir)/include is for libcurl's external include files 53813498266Sopenharmony_ci 53913498266Sopenharmony_ci# Avoid libcurl obsolete stuff 54013498266Sopenharmony_ciAM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/lib \ 54113498266Sopenharmony_ci -I$(top_srcdir)/lib -DCURL_DISABLE_DEPRECATION \ 54213498266Sopenharmony_ci -DCURL_NO_OLDIES $(am__append_1) 54313498266Sopenharmony_ciLIBDIR = $(top_builddir)/lib 54413498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_FALSE@LDADD = $(LIBDIR)/libcurl.la 54513498266Sopenharmony_ci 54613498266Sopenharmony_ci# Dependencies 54713498266Sopenharmony_ci@USE_EXPLICIT_LIB_DEPS_TRUE@LDADD = $(LIBDIR)/libcurl.la @LIBCURL_LIBS@ 54813498266Sopenharmony_ciCHECKSRC = $(CS_$(V)) 54913498266Sopenharmony_ciCS_0 = @echo " RUN " $@; 55013498266Sopenharmony_ciCS_1 = 55113498266Sopenharmony_ciCS_ = $(CS_0) 55213498266Sopenharmony_ciall: all-am 55313498266Sopenharmony_ci 55413498266Sopenharmony_ci.SUFFIXES: 55513498266Sopenharmony_ci.SUFFIXES: .c .lo .o .obj 55613498266Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 55713498266Sopenharmony_ci @for dep in $?; do \ 55813498266Sopenharmony_ci case '$(am__configure_deps)' in \ 55913498266Sopenharmony_ci *$$dep*) \ 56013498266Sopenharmony_ci ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 56113498266Sopenharmony_ci && { if test -f $@; then exit 0; else break; fi; }; \ 56213498266Sopenharmony_ci exit 1;; \ 56313498266Sopenharmony_ci esac; \ 56413498266Sopenharmony_ci done; \ 56513498266Sopenharmony_ci echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/http/clients/Makefile'; \ 56613498266Sopenharmony_ci $(am__cd) $(top_srcdir) && \ 56713498266Sopenharmony_ci $(AUTOMAKE) --foreign tests/http/clients/Makefile 56813498266Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 56913498266Sopenharmony_ci @case '$?' in \ 57013498266Sopenharmony_ci *config.status*) \ 57113498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 57213498266Sopenharmony_ci *) \ 57313498266Sopenharmony_ci echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 57413498266Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 57513498266Sopenharmony_ci esac; 57613498266Sopenharmony_ci$(srcdir)/Makefile.inc $(am__empty): 57713498266Sopenharmony_ci 57813498266Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 57913498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 58013498266Sopenharmony_ci 58113498266Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 58213498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 58313498266Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 58413498266Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 58513498266Sopenharmony_ci$(am__aclocal_m4_deps): 58613498266Sopenharmony_ci 58713498266Sopenharmony_ciclean-checkPROGRAMS: 58813498266Sopenharmony_ci @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 58913498266Sopenharmony_ci echo " rm -f" $$list; \ 59013498266Sopenharmony_ci rm -f $$list || exit $$?; \ 59113498266Sopenharmony_ci test -n "$(EXEEXT)" || exit 0; \ 59213498266Sopenharmony_ci list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 59313498266Sopenharmony_ci echo " rm -f" $$list; \ 59413498266Sopenharmony_ci rm -f $$list 59513498266Sopenharmony_ci 59613498266Sopenharmony_cih2-download$(EXEEXT): $(h2_download_OBJECTS) $(h2_download_DEPENDENCIES) $(EXTRA_h2_download_DEPENDENCIES) 59713498266Sopenharmony_ci @rm -f h2-download$(EXEEXT) 59813498266Sopenharmony_ci $(AM_V_CCLD)$(LINK) $(h2_download_OBJECTS) $(h2_download_LDADD) $(LIBS) 59913498266Sopenharmony_ci 60013498266Sopenharmony_cih2-pausing$(EXEEXT): $(h2_pausing_OBJECTS) $(h2_pausing_DEPENDENCIES) $(EXTRA_h2_pausing_DEPENDENCIES) 60113498266Sopenharmony_ci @rm -f h2-pausing$(EXEEXT) 60213498266Sopenharmony_ci $(AM_V_CCLD)$(LINK) $(h2_pausing_OBJECTS) $(h2_pausing_LDADD) $(LIBS) 60313498266Sopenharmony_ci 60413498266Sopenharmony_cih2-serverpush$(EXEEXT): $(h2_serverpush_OBJECTS) $(h2_serverpush_DEPENDENCIES) $(EXTRA_h2_serverpush_DEPENDENCIES) 60513498266Sopenharmony_ci @rm -f h2-serverpush$(EXEEXT) 60613498266Sopenharmony_ci $(AM_V_CCLD)$(LINK) $(h2_serverpush_OBJECTS) $(h2_serverpush_LDADD) $(LIBS) 60713498266Sopenharmony_ci 60813498266Sopenharmony_cih2-upgrade-extreme$(EXEEXT): $(h2_upgrade_extreme_OBJECTS) $(h2_upgrade_extreme_DEPENDENCIES) $(EXTRA_h2_upgrade_extreme_DEPENDENCIES) 60913498266Sopenharmony_ci @rm -f h2-upgrade-extreme$(EXEEXT) 61013498266Sopenharmony_ci $(AM_V_CCLD)$(LINK) $(h2_upgrade_extreme_OBJECTS) $(h2_upgrade_extreme_LDADD) $(LIBS) 61113498266Sopenharmony_ci 61213498266Sopenharmony_citls-session-reuse$(EXEEXT): $(tls_session_reuse_OBJECTS) $(tls_session_reuse_DEPENDENCIES) $(EXTRA_tls_session_reuse_DEPENDENCIES) 61313498266Sopenharmony_ci @rm -f tls-session-reuse$(EXEEXT) 61413498266Sopenharmony_ci $(AM_V_CCLD)$(LINK) $(tls_session_reuse_OBJECTS) $(tls_session_reuse_LDADD) $(LIBS) 61513498266Sopenharmony_ci 61613498266Sopenharmony_ciws-data$(EXEEXT): $(ws_data_OBJECTS) $(ws_data_DEPENDENCIES) $(EXTRA_ws_data_DEPENDENCIES) 61713498266Sopenharmony_ci @rm -f ws-data$(EXEEXT) 61813498266Sopenharmony_ci $(AM_V_CCLD)$(LINK) $(ws_data_OBJECTS) $(ws_data_LDADD) $(LIBS) 61913498266Sopenharmony_ci 62013498266Sopenharmony_ciws-pingpong$(EXEEXT): $(ws_pingpong_OBJECTS) $(ws_pingpong_DEPENDENCIES) $(EXTRA_ws_pingpong_DEPENDENCIES) 62113498266Sopenharmony_ci @rm -f ws-pingpong$(EXEEXT) 62213498266Sopenharmony_ci $(AM_V_CCLD)$(LINK) $(ws_pingpong_OBJECTS) $(ws_pingpong_LDADD) $(LIBS) 62313498266Sopenharmony_ci 62413498266Sopenharmony_cimostlyclean-compile: 62513498266Sopenharmony_ci -rm -f *.$(OBJEXT) 62613498266Sopenharmony_ci 62713498266Sopenharmony_cidistclean-compile: 62813498266Sopenharmony_ci -rm -f *.tab.c 62913498266Sopenharmony_ci 63013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h2-download.Po@am__quote@ # am--include-marker 63113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h2-pausing.Po@am__quote@ # am--include-marker 63213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h2-serverpush.Po@am__quote@ # am--include-marker 63313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h2-upgrade-extreme.Po@am__quote@ # am--include-marker 63413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls-session-reuse.Po@am__quote@ # am--include-marker 63513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ws-data.Po@am__quote@ # am--include-marker 63613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ws-pingpong.Po@am__quote@ # am--include-marker 63713498266Sopenharmony_ci 63813498266Sopenharmony_ci$(am__depfiles_remade): 63913498266Sopenharmony_ci @$(MKDIR_P) $(@D) 64013498266Sopenharmony_ci @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 64113498266Sopenharmony_ci 64213498266Sopenharmony_ciam--depfiles: $(am__depfiles_remade) 64313498266Sopenharmony_ci 64413498266Sopenharmony_ci.c.o: 64513498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 64613498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 64713498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 64813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 64913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 65013498266Sopenharmony_ci@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 65113498266Sopenharmony_ci 65213498266Sopenharmony_ci.c.obj: 65313498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 65413498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 65513498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 65613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 65713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 65813498266Sopenharmony_ci@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 65913498266Sopenharmony_ci 66013498266Sopenharmony_ci.c.lo: 66113498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 66213498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 66313498266Sopenharmony_ci@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 66413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 66513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 66613498266Sopenharmony_ci@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 66713498266Sopenharmony_ci 66813498266Sopenharmony_cimostlyclean-libtool: 66913498266Sopenharmony_ci -rm -f *.lo 67013498266Sopenharmony_ci 67113498266Sopenharmony_ciclean-libtool: 67213498266Sopenharmony_ci -rm -rf .libs _libs 67313498266Sopenharmony_ci 67413498266Sopenharmony_ciID: $(am__tagged_files) 67513498266Sopenharmony_ci $(am__define_uniq_tagged_files); mkid -fID $$unique 67613498266Sopenharmony_citags: tags-am 67713498266Sopenharmony_ciTAGS: tags 67813498266Sopenharmony_ci 67913498266Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 68013498266Sopenharmony_ci set x; \ 68113498266Sopenharmony_ci here=`pwd`; \ 68213498266Sopenharmony_ci $(am__define_uniq_tagged_files); \ 68313498266Sopenharmony_ci shift; \ 68413498266Sopenharmony_ci if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 68513498266Sopenharmony_ci test -n "$$unique" || unique=$$empty_fix; \ 68613498266Sopenharmony_ci if test $$# -gt 0; then \ 68713498266Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 68813498266Sopenharmony_ci "$$@" $$unique; \ 68913498266Sopenharmony_ci else \ 69013498266Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 69113498266Sopenharmony_ci $$unique; \ 69213498266Sopenharmony_ci fi; \ 69313498266Sopenharmony_ci fi 69413498266Sopenharmony_cictags: ctags-am 69513498266Sopenharmony_ci 69613498266Sopenharmony_ciCTAGS: ctags 69713498266Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 69813498266Sopenharmony_ci $(am__define_uniq_tagged_files); \ 69913498266Sopenharmony_ci test -z "$(CTAGS_ARGS)$$unique" \ 70013498266Sopenharmony_ci || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 70113498266Sopenharmony_ci $$unique 70213498266Sopenharmony_ci 70313498266Sopenharmony_ciGTAGS: 70413498266Sopenharmony_ci here=`$(am__cd) $(top_builddir) && pwd` \ 70513498266Sopenharmony_ci && $(am__cd) $(top_srcdir) \ 70613498266Sopenharmony_ci && gtags -i $(GTAGS_ARGS) "$$here" 70713498266Sopenharmony_cicscopelist: cscopelist-am 70813498266Sopenharmony_ci 70913498266Sopenharmony_cicscopelist-am: $(am__tagged_files) 71013498266Sopenharmony_ci list='$(am__tagged_files)'; \ 71113498266Sopenharmony_ci case "$(srcdir)" in \ 71213498266Sopenharmony_ci [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 71313498266Sopenharmony_ci *) sdir=$(subdir)/$(srcdir) ;; \ 71413498266Sopenharmony_ci esac; \ 71513498266Sopenharmony_ci for i in $$list; do \ 71613498266Sopenharmony_ci if test -f "$$i"; then \ 71713498266Sopenharmony_ci echo "$(subdir)/$$i"; \ 71813498266Sopenharmony_ci else \ 71913498266Sopenharmony_ci echo "$$sdir/$$i"; \ 72013498266Sopenharmony_ci fi; \ 72113498266Sopenharmony_ci done >> $(top_builddir)/cscope.files 72213498266Sopenharmony_ci 72313498266Sopenharmony_cidistclean-tags: 72413498266Sopenharmony_ci -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 72513498266Sopenharmony_cidistdir: $(BUILT_SOURCES) 72613498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) distdir-am 72713498266Sopenharmony_ci 72813498266Sopenharmony_cidistdir-am: $(DISTFILES) 72913498266Sopenharmony_ci @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 73013498266Sopenharmony_ci topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 73113498266Sopenharmony_ci list='$(DISTFILES)'; \ 73213498266Sopenharmony_ci dist_files=`for file in $$list; do echo $$file; done | \ 73313498266Sopenharmony_ci sed -e "s|^$$srcdirstrip/||;t" \ 73413498266Sopenharmony_ci -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 73513498266Sopenharmony_ci case $$dist_files in \ 73613498266Sopenharmony_ci */*) $(MKDIR_P) `echo "$$dist_files" | \ 73713498266Sopenharmony_ci sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 73813498266Sopenharmony_ci sort -u` ;; \ 73913498266Sopenharmony_ci esac; \ 74013498266Sopenharmony_ci for file in $$dist_files; do \ 74113498266Sopenharmony_ci if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 74213498266Sopenharmony_ci if test -d $$d/$$file; then \ 74313498266Sopenharmony_ci dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 74413498266Sopenharmony_ci if test -d "$(distdir)/$$file"; then \ 74513498266Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 74613498266Sopenharmony_ci fi; \ 74713498266Sopenharmony_ci if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 74813498266Sopenharmony_ci cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 74913498266Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 75013498266Sopenharmony_ci fi; \ 75113498266Sopenharmony_ci cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 75213498266Sopenharmony_ci else \ 75313498266Sopenharmony_ci test -f "$(distdir)/$$file" \ 75413498266Sopenharmony_ci || cp -p $$d/$$file "$(distdir)/$$file" \ 75513498266Sopenharmony_ci || exit 1; \ 75613498266Sopenharmony_ci fi; \ 75713498266Sopenharmony_ci done 75813498266Sopenharmony_cicheck-am: all-am 75913498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 76013498266Sopenharmony_cicheck: check-am 76113498266Sopenharmony_ciall-am: Makefile 76213498266Sopenharmony_ciinstalldirs: 76313498266Sopenharmony_ciinstall: install-am 76413498266Sopenharmony_ciinstall-exec: install-exec-am 76513498266Sopenharmony_ciinstall-data: install-data-am 76613498266Sopenharmony_ciuninstall: uninstall-am 76713498266Sopenharmony_ci 76813498266Sopenharmony_ciinstall-am: all-am 76913498266Sopenharmony_ci @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 77013498266Sopenharmony_ci 77113498266Sopenharmony_ciinstallcheck: installcheck-am 77213498266Sopenharmony_ciinstall-strip: 77313498266Sopenharmony_ci if test -z '$(STRIP)'; then \ 77413498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 77513498266Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 77613498266Sopenharmony_ci install; \ 77713498266Sopenharmony_ci else \ 77813498266Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 77913498266Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 78013498266Sopenharmony_ci "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 78113498266Sopenharmony_ci fi 78213498266Sopenharmony_cimostlyclean-generic: 78313498266Sopenharmony_ci 78413498266Sopenharmony_ciclean-generic: 78513498266Sopenharmony_ci 78613498266Sopenharmony_cidistclean-generic: 78713498266Sopenharmony_ci -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 78813498266Sopenharmony_ci -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 78913498266Sopenharmony_ci 79013498266Sopenharmony_cimaintainer-clean-generic: 79113498266Sopenharmony_ci @echo "This command is intended for maintainers to use" 79213498266Sopenharmony_ci @echo "it deletes files that may require special tools to rebuild." 79313498266Sopenharmony_ciclean: clean-am 79413498266Sopenharmony_ci 79513498266Sopenharmony_ciclean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 79613498266Sopenharmony_ci mostlyclean-am 79713498266Sopenharmony_ci 79813498266Sopenharmony_cidistclean: distclean-am 79913498266Sopenharmony_ci -rm -f ./$(DEPDIR)/h2-download.Po 80013498266Sopenharmony_ci -rm -f ./$(DEPDIR)/h2-pausing.Po 80113498266Sopenharmony_ci -rm -f ./$(DEPDIR)/h2-serverpush.Po 80213498266Sopenharmony_ci -rm -f ./$(DEPDIR)/h2-upgrade-extreme.Po 80313498266Sopenharmony_ci -rm -f ./$(DEPDIR)/tls-session-reuse.Po 80413498266Sopenharmony_ci -rm -f ./$(DEPDIR)/ws-data.Po 80513498266Sopenharmony_ci -rm -f ./$(DEPDIR)/ws-pingpong.Po 80613498266Sopenharmony_ci -rm -f Makefile 80713498266Sopenharmony_cidistclean-am: clean-am distclean-compile distclean-generic \ 80813498266Sopenharmony_ci distclean-tags 80913498266Sopenharmony_ci 81013498266Sopenharmony_cidvi: dvi-am 81113498266Sopenharmony_ci 81213498266Sopenharmony_cidvi-am: 81313498266Sopenharmony_ci 81413498266Sopenharmony_cihtml: html-am 81513498266Sopenharmony_ci 81613498266Sopenharmony_cihtml-am: 81713498266Sopenharmony_ci 81813498266Sopenharmony_ciinfo: info-am 81913498266Sopenharmony_ci 82013498266Sopenharmony_ciinfo-am: 82113498266Sopenharmony_ci 82213498266Sopenharmony_ciinstall-data-am: 82313498266Sopenharmony_ci 82413498266Sopenharmony_ciinstall-dvi: install-dvi-am 82513498266Sopenharmony_ci 82613498266Sopenharmony_ciinstall-dvi-am: 82713498266Sopenharmony_ci 82813498266Sopenharmony_ciinstall-exec-am: 82913498266Sopenharmony_ci 83013498266Sopenharmony_ciinstall-html: install-html-am 83113498266Sopenharmony_ci 83213498266Sopenharmony_ciinstall-html-am: 83313498266Sopenharmony_ci 83413498266Sopenharmony_ciinstall-info: install-info-am 83513498266Sopenharmony_ci 83613498266Sopenharmony_ciinstall-info-am: 83713498266Sopenharmony_ci 83813498266Sopenharmony_ciinstall-man: 83913498266Sopenharmony_ci 84013498266Sopenharmony_ciinstall-pdf: install-pdf-am 84113498266Sopenharmony_ci 84213498266Sopenharmony_ciinstall-pdf-am: 84313498266Sopenharmony_ci 84413498266Sopenharmony_ciinstall-ps: install-ps-am 84513498266Sopenharmony_ci 84613498266Sopenharmony_ciinstall-ps-am: 84713498266Sopenharmony_ci 84813498266Sopenharmony_ciinstallcheck-am: 84913498266Sopenharmony_ci 85013498266Sopenharmony_cimaintainer-clean: maintainer-clean-am 85113498266Sopenharmony_ci -rm -f ./$(DEPDIR)/h2-download.Po 85213498266Sopenharmony_ci -rm -f ./$(DEPDIR)/h2-pausing.Po 85313498266Sopenharmony_ci -rm -f ./$(DEPDIR)/h2-serverpush.Po 85413498266Sopenharmony_ci -rm -f ./$(DEPDIR)/h2-upgrade-extreme.Po 85513498266Sopenharmony_ci -rm -f ./$(DEPDIR)/tls-session-reuse.Po 85613498266Sopenharmony_ci -rm -f ./$(DEPDIR)/ws-data.Po 85713498266Sopenharmony_ci -rm -f ./$(DEPDIR)/ws-pingpong.Po 85813498266Sopenharmony_ci -rm -f Makefile 85913498266Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic 86013498266Sopenharmony_ci 86113498266Sopenharmony_cimostlyclean: mostlyclean-am 86213498266Sopenharmony_ci 86313498266Sopenharmony_cimostlyclean-am: mostlyclean-compile mostlyclean-generic \ 86413498266Sopenharmony_ci mostlyclean-libtool 86513498266Sopenharmony_ci 86613498266Sopenharmony_cipdf: pdf-am 86713498266Sopenharmony_ci 86813498266Sopenharmony_cipdf-am: 86913498266Sopenharmony_ci 87013498266Sopenharmony_cips: ps-am 87113498266Sopenharmony_ci 87213498266Sopenharmony_cips-am: 87313498266Sopenharmony_ci 87413498266Sopenharmony_ciuninstall-am: 87513498266Sopenharmony_ci 87613498266Sopenharmony_ci.MAKE: check-am install-am install-strip 87713498266Sopenharmony_ci 87813498266Sopenharmony_ci.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 87913498266Sopenharmony_ci clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ 88013498266Sopenharmony_ci ctags ctags-am distclean distclean-compile distclean-generic \ 88113498266Sopenharmony_ci distclean-libtool distclean-tags distdir dvi dvi-am html \ 88213498266Sopenharmony_ci html-am info info-am install install-am install-data \ 88313498266Sopenharmony_ci install-data-am install-dvi install-dvi-am install-exec \ 88413498266Sopenharmony_ci install-exec-am install-html install-html-am install-info \ 88513498266Sopenharmony_ci install-info-am install-man install-pdf install-pdf-am \ 88613498266Sopenharmony_ci install-ps install-ps-am install-strip installcheck \ 88713498266Sopenharmony_ci installcheck-am installdirs maintainer-clean \ 88813498266Sopenharmony_ci maintainer-clean-generic mostlyclean mostlyclean-compile \ 88913498266Sopenharmony_ci mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 89013498266Sopenharmony_ci tags tags-am uninstall uninstall-am 89113498266Sopenharmony_ci 89213498266Sopenharmony_ci.PRECIOUS: Makefile 89313498266Sopenharmony_ci 89413498266Sopenharmony_ci 89513498266Sopenharmony_ci# Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines 89613498266Sopenharmony_ci 89713498266Sopenharmony_ciall: $(check_PROGRAMS) 89813498266Sopenharmony_ci 89913498266Sopenharmony_cichecksrc: 90013498266Sopenharmony_ci $(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/*.c) 90113498266Sopenharmony_ci 90213498266Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables. 90313498266Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded. 90413498266Sopenharmony_ci.NOEXPORT: 905