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_ci
6513498266Sopenharmony_ciVPATH = @srcdir@
6613498266Sopenharmony_ciam__is_gnu_make = { \
6713498266Sopenharmony_ci  if test -z '$(MAKELEVEL)'; then \
6813498266Sopenharmony_ci    false; \
6913498266Sopenharmony_ci  elif test -n '$(MAKE_HOST)'; then \
7013498266Sopenharmony_ci    true; \
7113498266Sopenharmony_ci  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
7213498266Sopenharmony_ci    true; \
7313498266Sopenharmony_ci  else \
7413498266Sopenharmony_ci    false; \
7513498266Sopenharmony_ci  fi; \
7613498266Sopenharmony_ci}
7713498266Sopenharmony_ciam__make_running_with_option = \
7813498266Sopenharmony_ci  case $${target_option-} in \
7913498266Sopenharmony_ci      ?) ;; \
8013498266Sopenharmony_ci      *) echo "am__make_running_with_option: internal error: invalid" \
8113498266Sopenharmony_ci              "target option '$${target_option-}' specified" >&2; \
8213498266Sopenharmony_ci         exit 1;; \
8313498266Sopenharmony_ci  esac; \
8413498266Sopenharmony_ci  has_opt=no; \
8513498266Sopenharmony_ci  sane_makeflags=$$MAKEFLAGS; \
8613498266Sopenharmony_ci  if $(am__is_gnu_make); then \
8713498266Sopenharmony_ci    sane_makeflags=$$MFLAGS; \
8813498266Sopenharmony_ci  else \
8913498266Sopenharmony_ci    case $$MAKEFLAGS in \
9013498266Sopenharmony_ci      *\\[\ \	]*) \
9113498266Sopenharmony_ci        bs=\\; \
9213498266Sopenharmony_ci        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
9313498266Sopenharmony_ci          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
9413498266Sopenharmony_ci    esac; \
9513498266Sopenharmony_ci  fi; \
9613498266Sopenharmony_ci  skip_next=no; \
9713498266Sopenharmony_ci  strip_trailopt () \
9813498266Sopenharmony_ci  { \
9913498266Sopenharmony_ci    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
10013498266Sopenharmony_ci  }; \
10113498266Sopenharmony_ci  for flg in $$sane_makeflags; do \
10213498266Sopenharmony_ci    test $$skip_next = yes && { skip_next=no; continue; }; \
10313498266Sopenharmony_ci    case $$flg in \
10413498266Sopenharmony_ci      *=*|--*) continue;; \
10513498266Sopenharmony_ci        -*I) strip_trailopt 'I'; skip_next=yes;; \
10613498266Sopenharmony_ci      -*I?*) strip_trailopt 'I';; \
10713498266Sopenharmony_ci        -*O) strip_trailopt 'O'; skip_next=yes;; \
10813498266Sopenharmony_ci      -*O?*) strip_trailopt 'O';; \
10913498266Sopenharmony_ci        -*l) strip_trailopt 'l'; skip_next=yes;; \
11013498266Sopenharmony_ci      -*l?*) strip_trailopt 'l';; \
11113498266Sopenharmony_ci      -[dEDm]) skip_next=yes;; \
11213498266Sopenharmony_ci      -[JT]) skip_next=yes;; \
11313498266Sopenharmony_ci    esac; \
11413498266Sopenharmony_ci    case $$flg in \
11513498266Sopenharmony_ci      *$$target_option*) has_opt=yes; break;; \
11613498266Sopenharmony_ci    esac; \
11713498266Sopenharmony_ci  done; \
11813498266Sopenharmony_ci  test $$has_opt = yes
11913498266Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option))
12013498266Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
12113498266Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@
12213498266Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@
12313498266Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@
12413498266Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@
12513498266Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
12613498266Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644
12713498266Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c
12813498266Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c
12913498266Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA)
13013498266Sopenharmony_citransform = $(program_transform_name)
13113498266Sopenharmony_ciNORMAL_INSTALL = :
13213498266Sopenharmony_ciPRE_INSTALL = :
13313498266Sopenharmony_ciPOST_INSTALL = :
13413498266Sopenharmony_ciNORMAL_UNINSTALL = :
13513498266Sopenharmony_ciPRE_UNINSTALL = :
13613498266Sopenharmony_ciPOST_UNINSTALL = :
13713498266Sopenharmony_cibuild_triplet = @build@
13813498266Sopenharmony_cihost_triplet = @host@
13913498266Sopenharmony_ci@CURL_LT_SHLIB_USE_VERSION_INFO_TRUE@am__append_1 = $(VERSIONINFO)
14013498266Sopenharmony_ci@CURL_LT_SHLIB_USE_NO_UNDEFINED_TRUE@am__append_2 = -no-undefined
14113498266Sopenharmony_ci@CURL_LT_SHLIB_USE_MIMPURE_TEXT_TRUE@am__append_3 = -mimpure-text
14213498266Sopenharmony_ci@CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_TRUE@am__append_4 = -Wl,--version-script=libcurl.vers
14313498266Sopenharmony_ci# if symbol-hiding is enabled, hide them!
14413498266Sopenharmony_ci@CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_FALSE@@DOING_CURL_SYMBOL_HIDING_TRUE@am__append_5 = -export-symbols-regex '^curl_.*'
14513498266Sopenharmony_ci@USE_CPPFLAG_CURL_STATICLIB_TRUE@am__append_6 = -DCURL_STATICLIB
14613498266Sopenharmony_ci@HAVE_WINDRES_TRUE@@USE_CPPFLAG_CURL_STATICLIB_FALSE@am__append_7 = $(LIB_RCFILES)
14713498266Sopenharmony_ci@DOING_CURL_SYMBOL_HIDING_TRUE@am__append_8 = -DCURL_HIDDEN_SYMBOLS
14813498266Sopenharmony_ci@DOING_CURL_SYMBOL_HIDING_TRUE@am__append_9 = $(CFLAG_CURL_SYMBOL_HIDING)
14913498266Sopenharmony_cisubdir = lib
15013498266Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4
15113498266Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
15213498266Sopenharmony_ci	$(top_srcdir)/m4/curl-bearssl.m4 \
15313498266Sopenharmony_ci	$(top_srcdir)/m4/curl-compilers.m4 \
15413498266Sopenharmony_ci	$(top_srcdir)/m4/curl-confopts.m4 \
15513498266Sopenharmony_ci	$(top_srcdir)/m4/curl-functions.m4 \
15613498266Sopenharmony_ci	$(top_srcdir)/m4/curl-gnutls.m4 \
15713498266Sopenharmony_ci	$(top_srcdir)/m4/curl-mbedtls.m4 \
15813498266Sopenharmony_ci	$(top_srcdir)/m4/curl-openssl.m4 \
15913498266Sopenharmony_ci	$(top_srcdir)/m4/curl-override.m4 \
16013498266Sopenharmony_ci	$(top_srcdir)/m4/curl-reentrant.m4 \
16113498266Sopenharmony_ci	$(top_srcdir)/m4/curl-rustls.m4 \
16213498266Sopenharmony_ci	$(top_srcdir)/m4/curl-schannel.m4 \
16313498266Sopenharmony_ci	$(top_srcdir)/m4/curl-sectransp.m4 \
16413498266Sopenharmony_ci	$(top_srcdir)/m4/curl-sysconfig.m4 \
16513498266Sopenharmony_ci	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
16613498266Sopenharmony_ci	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
16713498266Sopenharmony_ci	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
16813498266Sopenharmony_ci	$(top_srcdir)/m4/xc-am-iface.m4 \
16913498266Sopenharmony_ci	$(top_srcdir)/m4/xc-cc-check.m4 \
17013498266Sopenharmony_ci	$(top_srcdir)/m4/xc-lt-iface.m4 \
17113498266Sopenharmony_ci	$(top_srcdir)/m4/xc-translit.m4 \
17213498266Sopenharmony_ci	$(top_srcdir)/m4/xc-val-flgs.m4 \
17313498266Sopenharmony_ci	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
17413498266Sopenharmony_ci	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
17513498266Sopenharmony_ci	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
17613498266Sopenharmony_ci	$(top_srcdir)/configure.ac
17713498266Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
17813498266Sopenharmony_ci	$(ACLOCAL_M4)
17913498266Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
18013498266Sopenharmony_cimkinstalldirs = $(install_sh) -d
18113498266Sopenharmony_ciCONFIG_HEADER = curl_config.h
18213498266Sopenharmony_ciCONFIG_CLEAN_FILES = libcurl.vers libcurl.plist
18313498266Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES =
18413498266Sopenharmony_ciam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
18513498266Sopenharmony_ciam__vpath_adj = case $$p in \
18613498266Sopenharmony_ci    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
18713498266Sopenharmony_ci    *) f=$$p;; \
18813498266Sopenharmony_ci  esac;
18913498266Sopenharmony_ciam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
19013498266Sopenharmony_ciam__install_max = 40
19113498266Sopenharmony_ciam__nobase_strip_setup = \
19213498266Sopenharmony_ci  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
19313498266Sopenharmony_ciam__nobase_strip = \
19413498266Sopenharmony_ci  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
19513498266Sopenharmony_ciam__nobase_list = $(am__nobase_strip_setup); \
19613498266Sopenharmony_ci  for p in $$list; do echo "$$p $$p"; done | \
19713498266Sopenharmony_ci  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
19813498266Sopenharmony_ci  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
19913498266Sopenharmony_ci    if (++n[$$2] == $(am__install_max)) \
20013498266Sopenharmony_ci      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
20113498266Sopenharmony_ci    END { for (dir in files) print dir, files[dir] }'
20213498266Sopenharmony_ciam__base_list = \
20313498266Sopenharmony_ci  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
20413498266Sopenharmony_ci  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
20513498266Sopenharmony_ciam__uninstall_files_from_dir = { \
20613498266Sopenharmony_ci  test -z "$$files" \
20713498266Sopenharmony_ci    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
20813498266Sopenharmony_ci    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
20913498266Sopenharmony_ci         $(am__cd) "$$dir" && rm -f $$files; }; \
21013498266Sopenharmony_ci  }
21113498266Sopenharmony_ciam__installdirs = "$(DESTDIR)$(libdir)"
21213498266Sopenharmony_ciLTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
21313498266Sopenharmony_cilibcurl_la_LIBADD =
21413498266Sopenharmony_ciam__libcurl_la_SOURCES_DIST = altsvc.c amigaos.c asyn-ares.c \
21513498266Sopenharmony_ci	asyn-thread.c base64.c bufq.c bufref.c c-hyper.c cf-h1-proxy.c \
21613498266Sopenharmony_ci	cf-h2-proxy.c cf-haproxy.c cf-https-connect.c cf-socket.c \
21713498266Sopenharmony_ci	cfilters.c conncache.c connect.c content_encoding.c cookie.c \
21813498266Sopenharmony_ci	curl_addrinfo.c curl_des.c curl_endian.c curl_fnmatch.c \
21913498266Sopenharmony_ci	curl_get_line.c curl_gethostname.c curl_gssapi.c \
22013498266Sopenharmony_ci	curl_memrchr.c curl_multibyte.c curl_ntlm_core.c \
22113498266Sopenharmony_ci	curl_ntlm_wb.c curl_path.c curl_range.c curl_rtmp.c \
22213498266Sopenharmony_ci	curl_sasl.c curl_sspi.c curl_threads.c curl_trc.c dict.c doh.c \
22313498266Sopenharmony_ci	dynbuf.c dynhds.c easy.c easygetopt.c easyoptions.c escape.c \
22413498266Sopenharmony_ci	file.c fileinfo.c fopen.c formdata.c ftp.c ftplistparser.c \
22513498266Sopenharmony_ci	getenv.c getinfo.c gopher.c hash.c headers.c hmac.c hostasyn.c \
22613498266Sopenharmony_ci	hostip.c hostip4.c hostip6.c hostsyn.c hsts.c http.c http1.c \
22713498266Sopenharmony_ci	http2.c http_aws_sigv4.c http_chunks.c http_digest.c \
22813498266Sopenharmony_ci	http_negotiate.c http_ntlm.c http_proxy.c idn.c if2ip.c imap.c \
22913498266Sopenharmony_ci	inet_ntop.c inet_pton.c krb5.c ldap.c llist.c macos.c md4.c \
23013498266Sopenharmony_ci	md5.c memdebug.c mime.c mprintf.c mqtt.c multi.c netrc.c \
23113498266Sopenharmony_ci	nonblock.c noproxy.c openldap.c parsedate.c pingpong.c pop3.c \
23213498266Sopenharmony_ci	progress.c psl.c rand.c rename.c rtsp.c select.c sendf.c \
23313498266Sopenharmony_ci	setopt.c sha256.c share.c slist.c smb.c smtp.c socketpair.c \
23413498266Sopenharmony_ci	socks.c socks_gssapi.c socks_sspi.c speedcheck.c splay.c \
23513498266Sopenharmony_ci	strcase.c strdup.c strerror.c strtok.c strtoofft.c \
23613498266Sopenharmony_ci	system_win32.c telnet.c tftp.c timediff.c timeval.c transfer.c \
23713498266Sopenharmony_ci	url.c urlapi.c version.c version_win32.c warnless.c ws.c \
23813498266Sopenharmony_ci	vauth/cleartext.c vauth/cram.c vauth/digest.c \
23913498266Sopenharmony_ci	vauth/digest_sspi.c vauth/gsasl.c vauth/krb5_gssapi.c \
24013498266Sopenharmony_ci	vauth/krb5_sspi.c vauth/ntlm.c vauth/ntlm_sspi.c \
24113498266Sopenharmony_ci	vauth/oauth2.c vauth/spnego_gssapi.c vauth/spnego_sspi.c \
24213498266Sopenharmony_ci	vauth/vauth.c vtls/bearssl.c vtls/gtls.c vtls/hostcheck.c \
24313498266Sopenharmony_ci	vtls/keylog.c vtls/mbedtls.c vtls/mbedtls_threadlock.c \
24413498266Sopenharmony_ci	vtls/openssl.c vtls/rustls.c vtls/schannel.c \
24513498266Sopenharmony_ci	vtls/schannel_verify.c vtls/sectransp.c vtls/vtls.c \
24613498266Sopenharmony_ci	vtls/wolfssl.c vtls/x509asn1.c vquic/curl_msh3.c \
24713498266Sopenharmony_ci	vquic/curl_ngtcp2.c vquic/curl_osslq.c vquic/curl_quiche.c \
24813498266Sopenharmony_ci	vquic/vquic.c vquic/vquic-tls.c vssh/libssh.c vssh/libssh2.c \
24913498266Sopenharmony_ci	vssh/wolfssh.c altsvc.h amigaos.h arpa_telnet.h asyn.h bufq.h \
25013498266Sopenharmony_ci	bufref.h c-hyper.h cf-h1-proxy.h cf-h2-proxy.h cf-haproxy.h \
25113498266Sopenharmony_ci	cf-https-connect.h cf-socket.h cfilters.h conncache.h \
25213498266Sopenharmony_ci	connect.h content_encoding.h cookie.h curl_addrinfo.h \
25313498266Sopenharmony_ci	curl_base64.h curl_ctype.h curl_des.h curl_endian.h \
25413498266Sopenharmony_ci	curl_fnmatch.h curl_get_line.h curl_gethostname.h \
25513498266Sopenharmony_ci	curl_gssapi.h curl_hmac.h curl_krb5.h curl_ldap.h curl_md4.h \
25613498266Sopenharmony_ci	curl_md5.h curl_memory.h curl_memrchr.h curl_multibyte.h \
25713498266Sopenharmony_ci	curl_ntlm_core.h curl_ntlm_wb.h curl_path.h curl_printf.h \
25813498266Sopenharmony_ci	curl_range.h curl_rtmp.h curl_sasl.h curl_setup.h \
25913498266Sopenharmony_ci	curl_setup_once.h curl_sha256.h curl_sspi.h curl_threads.h \
26013498266Sopenharmony_ci	curl_trc.h curlx.h dict.h doh.h dynbuf.h dynhds.h easy_lock.h \
26113498266Sopenharmony_ci	easyif.h easyoptions.h escape.h file.h fileinfo.h fopen.h \
26213498266Sopenharmony_ci	formdata.h ftp.h ftplistparser.h functypes.h getinfo.h \
26313498266Sopenharmony_ci	gopher.h hash.h headers.h hostip.h hsts.h http.h http1.h \
26413498266Sopenharmony_ci	http2.h http_aws_sigv4.h http_chunks.h http_digest.h \
26513498266Sopenharmony_ci	http_negotiate.h http_ntlm.h http_proxy.h idn.h if2ip.h imap.h \
26613498266Sopenharmony_ci	inet_ntop.h inet_pton.h llist.h macos.h memdebug.h mime.h \
26713498266Sopenharmony_ci	mqtt.h multihandle.h multiif.h netrc.h nonblock.h noproxy.h \
26813498266Sopenharmony_ci	parsedate.h pingpong.h pop3.h progress.h psl.h rand.h rename.h \
26913498266Sopenharmony_ci	rtsp.h select.h sendf.h setopt.h setup-vms.h share.h sigpipe.h \
27013498266Sopenharmony_ci	slist.h smb.h smtp.h sockaddr.h socketpair.h socks.h \
27113498266Sopenharmony_ci	speedcheck.h splay.h strcase.h strdup.h strerror.h strtok.h \
27213498266Sopenharmony_ci	strtoofft.h system_win32.h telnet.h tftp.h timediff.h \
27313498266Sopenharmony_ci	timeval.h transfer.h url.h urlapi-int.h urldata.h \
27413498266Sopenharmony_ci	version_win32.h warnless.h ws.h vauth/digest.h vauth/ntlm.h \
27513498266Sopenharmony_ci	vauth/vauth.h vtls/bearssl.h vtls/gtls.h vtls/hostcheck.h \
27613498266Sopenharmony_ci	vtls/keylog.h vtls/mbedtls.h vtls/mbedtls_threadlock.h \
27713498266Sopenharmony_ci	vtls/openssl.h vtls/rustls.h vtls/schannel.h \
27813498266Sopenharmony_ci	vtls/schannel_int.h vtls/sectransp.h vtls/vtls.h \
27913498266Sopenharmony_ci	vtls/vtls_int.h vtls/wolfssl.h vtls/x509asn1.h \
28013498266Sopenharmony_ci	vquic/curl_msh3.h vquic/curl_ngtcp2.h vquic/curl_osslq.h \
28113498266Sopenharmony_ci	vquic/curl_quiche.h vquic/vquic.h vquic/vquic_int.h \
28213498266Sopenharmony_ci	vquic/vquic-tls.h vssh/ssh.h libcurl.rc
28313498266Sopenharmony_ciam__objects_1 = libcurl_la-altsvc.lo libcurl_la-amigaos.lo \
28413498266Sopenharmony_ci	libcurl_la-asyn-ares.lo libcurl_la-asyn-thread.lo \
28513498266Sopenharmony_ci	libcurl_la-base64.lo libcurl_la-bufq.lo libcurl_la-bufref.lo \
28613498266Sopenharmony_ci	libcurl_la-c-hyper.lo libcurl_la-cf-h1-proxy.lo \
28713498266Sopenharmony_ci	libcurl_la-cf-h2-proxy.lo libcurl_la-cf-haproxy.lo \
28813498266Sopenharmony_ci	libcurl_la-cf-https-connect.lo libcurl_la-cf-socket.lo \
28913498266Sopenharmony_ci	libcurl_la-cfilters.lo libcurl_la-conncache.lo \
29013498266Sopenharmony_ci	libcurl_la-connect.lo libcurl_la-content_encoding.lo \
29113498266Sopenharmony_ci	libcurl_la-cookie.lo libcurl_la-curl_addrinfo.lo \
29213498266Sopenharmony_ci	libcurl_la-curl_des.lo libcurl_la-curl_endian.lo \
29313498266Sopenharmony_ci	libcurl_la-curl_fnmatch.lo libcurl_la-curl_get_line.lo \
29413498266Sopenharmony_ci	libcurl_la-curl_gethostname.lo libcurl_la-curl_gssapi.lo \
29513498266Sopenharmony_ci	libcurl_la-curl_memrchr.lo libcurl_la-curl_multibyte.lo \
29613498266Sopenharmony_ci	libcurl_la-curl_ntlm_core.lo libcurl_la-curl_ntlm_wb.lo \
29713498266Sopenharmony_ci	libcurl_la-curl_path.lo libcurl_la-curl_range.lo \
29813498266Sopenharmony_ci	libcurl_la-curl_rtmp.lo libcurl_la-curl_sasl.lo \
29913498266Sopenharmony_ci	libcurl_la-curl_sspi.lo libcurl_la-curl_threads.lo \
30013498266Sopenharmony_ci	libcurl_la-curl_trc.lo libcurl_la-dict.lo libcurl_la-doh.lo \
30113498266Sopenharmony_ci	libcurl_la-dynbuf.lo libcurl_la-dynhds.lo libcurl_la-easy.lo \
30213498266Sopenharmony_ci	libcurl_la-easygetopt.lo libcurl_la-easyoptions.lo \
30313498266Sopenharmony_ci	libcurl_la-escape.lo libcurl_la-file.lo libcurl_la-fileinfo.lo \
30413498266Sopenharmony_ci	libcurl_la-fopen.lo libcurl_la-formdata.lo libcurl_la-ftp.lo \
30513498266Sopenharmony_ci	libcurl_la-ftplistparser.lo libcurl_la-getenv.lo \
30613498266Sopenharmony_ci	libcurl_la-getinfo.lo libcurl_la-gopher.lo libcurl_la-hash.lo \
30713498266Sopenharmony_ci	libcurl_la-headers.lo libcurl_la-hmac.lo \
30813498266Sopenharmony_ci	libcurl_la-hostasyn.lo libcurl_la-hostip.lo \
30913498266Sopenharmony_ci	libcurl_la-hostip4.lo libcurl_la-hostip6.lo \
31013498266Sopenharmony_ci	libcurl_la-hostsyn.lo libcurl_la-hsts.lo libcurl_la-http.lo \
31113498266Sopenharmony_ci	libcurl_la-http1.lo libcurl_la-http2.lo \
31213498266Sopenharmony_ci	libcurl_la-http_aws_sigv4.lo libcurl_la-http_chunks.lo \
31313498266Sopenharmony_ci	libcurl_la-http_digest.lo libcurl_la-http_negotiate.lo \
31413498266Sopenharmony_ci	libcurl_la-http_ntlm.lo libcurl_la-http_proxy.lo \
31513498266Sopenharmony_ci	libcurl_la-idn.lo libcurl_la-if2ip.lo libcurl_la-imap.lo \
31613498266Sopenharmony_ci	libcurl_la-inet_ntop.lo libcurl_la-inet_pton.lo \
31713498266Sopenharmony_ci	libcurl_la-krb5.lo libcurl_la-ldap.lo libcurl_la-llist.lo \
31813498266Sopenharmony_ci	libcurl_la-macos.lo libcurl_la-md4.lo libcurl_la-md5.lo \
31913498266Sopenharmony_ci	libcurl_la-memdebug.lo libcurl_la-mime.lo \
32013498266Sopenharmony_ci	libcurl_la-mprintf.lo libcurl_la-mqtt.lo libcurl_la-multi.lo \
32113498266Sopenharmony_ci	libcurl_la-netrc.lo libcurl_la-nonblock.lo \
32213498266Sopenharmony_ci	libcurl_la-noproxy.lo libcurl_la-openldap.lo \
32313498266Sopenharmony_ci	libcurl_la-parsedate.lo libcurl_la-pingpong.lo \
32413498266Sopenharmony_ci	libcurl_la-pop3.lo libcurl_la-progress.lo libcurl_la-psl.lo \
32513498266Sopenharmony_ci	libcurl_la-rand.lo libcurl_la-rename.lo libcurl_la-rtsp.lo \
32613498266Sopenharmony_ci	libcurl_la-select.lo libcurl_la-sendf.lo libcurl_la-setopt.lo \
32713498266Sopenharmony_ci	libcurl_la-sha256.lo libcurl_la-share.lo libcurl_la-slist.lo \
32813498266Sopenharmony_ci	libcurl_la-smb.lo libcurl_la-smtp.lo libcurl_la-socketpair.lo \
32913498266Sopenharmony_ci	libcurl_la-socks.lo libcurl_la-socks_gssapi.lo \
33013498266Sopenharmony_ci	libcurl_la-socks_sspi.lo libcurl_la-speedcheck.lo \
33113498266Sopenharmony_ci	libcurl_la-splay.lo libcurl_la-strcase.lo libcurl_la-strdup.lo \
33213498266Sopenharmony_ci	libcurl_la-strerror.lo libcurl_la-strtok.lo \
33313498266Sopenharmony_ci	libcurl_la-strtoofft.lo libcurl_la-system_win32.lo \
33413498266Sopenharmony_ci	libcurl_la-telnet.lo libcurl_la-tftp.lo libcurl_la-timediff.lo \
33513498266Sopenharmony_ci	libcurl_la-timeval.lo libcurl_la-transfer.lo libcurl_la-url.lo \
33613498266Sopenharmony_ci	libcurl_la-urlapi.lo libcurl_la-version.lo \
33713498266Sopenharmony_ci	libcurl_la-version_win32.lo libcurl_la-warnless.lo \
33813498266Sopenharmony_ci	libcurl_la-ws.lo
33913498266Sopenharmony_ciam__dirstamp = $(am__leading_dot)dirstamp
34013498266Sopenharmony_ciam__objects_2 = vauth/libcurl_la-cleartext.lo vauth/libcurl_la-cram.lo \
34113498266Sopenharmony_ci	vauth/libcurl_la-digest.lo vauth/libcurl_la-digest_sspi.lo \
34213498266Sopenharmony_ci	vauth/libcurl_la-gsasl.lo vauth/libcurl_la-krb5_gssapi.lo \
34313498266Sopenharmony_ci	vauth/libcurl_la-krb5_sspi.lo vauth/libcurl_la-ntlm.lo \
34413498266Sopenharmony_ci	vauth/libcurl_la-ntlm_sspi.lo vauth/libcurl_la-oauth2.lo \
34513498266Sopenharmony_ci	vauth/libcurl_la-spnego_gssapi.lo \
34613498266Sopenharmony_ci	vauth/libcurl_la-spnego_sspi.lo vauth/libcurl_la-vauth.lo
34713498266Sopenharmony_ciam__objects_3 = vtls/libcurl_la-bearssl.lo vtls/libcurl_la-gtls.lo \
34813498266Sopenharmony_ci	vtls/libcurl_la-hostcheck.lo vtls/libcurl_la-keylog.lo \
34913498266Sopenharmony_ci	vtls/libcurl_la-mbedtls.lo \
35013498266Sopenharmony_ci	vtls/libcurl_la-mbedtls_threadlock.lo \
35113498266Sopenharmony_ci	vtls/libcurl_la-openssl.lo vtls/libcurl_la-rustls.lo \
35213498266Sopenharmony_ci	vtls/libcurl_la-schannel.lo vtls/libcurl_la-schannel_verify.lo \
35313498266Sopenharmony_ci	vtls/libcurl_la-sectransp.lo vtls/libcurl_la-vtls.lo \
35413498266Sopenharmony_ci	vtls/libcurl_la-wolfssl.lo vtls/libcurl_la-x509asn1.lo
35513498266Sopenharmony_ciam__objects_4 = vquic/libcurl_la-curl_msh3.lo \
35613498266Sopenharmony_ci	vquic/libcurl_la-curl_ngtcp2.lo vquic/libcurl_la-curl_osslq.lo \
35713498266Sopenharmony_ci	vquic/libcurl_la-curl_quiche.lo vquic/libcurl_la-vquic.lo \
35813498266Sopenharmony_ci	vquic/libcurl_la-vquic-tls.lo
35913498266Sopenharmony_ciam__objects_5 = vssh/libcurl_la-libssh.lo vssh/libcurl_la-libssh2.lo \
36013498266Sopenharmony_ci	vssh/libcurl_la-wolfssh.lo
36113498266Sopenharmony_ciam__objects_6 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
36213498266Sopenharmony_ci	$(am__objects_4) $(am__objects_5)
36313498266Sopenharmony_ciam__objects_7 =
36413498266Sopenharmony_ciam__objects_8 = $(am__objects_7) $(am__objects_7) $(am__objects_7) \
36513498266Sopenharmony_ci	$(am__objects_7) $(am__objects_7)
36613498266Sopenharmony_ciam__objects_9 = libcurl.lo
36713498266Sopenharmony_ci@HAVE_WINDRES_TRUE@@USE_CPPFLAG_CURL_STATICLIB_FALSE@am__objects_10 = $(am__objects_9)
36813498266Sopenharmony_ciam_libcurl_la_OBJECTS = $(am__objects_6) $(am__objects_8) \
36913498266Sopenharmony_ci	$(am__objects_10)
37013498266Sopenharmony_cilibcurl_la_OBJECTS = $(am_libcurl_la_OBJECTS)
37113498266Sopenharmony_ciAM_V_lt = $(am__v_lt_@AM_V@)
37213498266Sopenharmony_ciam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
37313498266Sopenharmony_ciam__v_lt_0 = --silent
37413498266Sopenharmony_ciam__v_lt_1 = 
37513498266Sopenharmony_cilibcurl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
37613498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libcurl_la_CFLAGS) \
37713498266Sopenharmony_ci	$(CFLAGS) $(libcurl_la_LDFLAGS) $(LDFLAGS) -o $@
37813498266Sopenharmony_cilibcurlu_la_LIBADD =
37913498266Sopenharmony_ciam__objects_11 = libcurlu_la-altsvc.lo libcurlu_la-amigaos.lo \
38013498266Sopenharmony_ci	libcurlu_la-asyn-ares.lo libcurlu_la-asyn-thread.lo \
38113498266Sopenharmony_ci	libcurlu_la-base64.lo libcurlu_la-bufq.lo \
38213498266Sopenharmony_ci	libcurlu_la-bufref.lo libcurlu_la-c-hyper.lo \
38313498266Sopenharmony_ci	libcurlu_la-cf-h1-proxy.lo libcurlu_la-cf-h2-proxy.lo \
38413498266Sopenharmony_ci	libcurlu_la-cf-haproxy.lo libcurlu_la-cf-https-connect.lo \
38513498266Sopenharmony_ci	libcurlu_la-cf-socket.lo libcurlu_la-cfilters.lo \
38613498266Sopenharmony_ci	libcurlu_la-conncache.lo libcurlu_la-connect.lo \
38713498266Sopenharmony_ci	libcurlu_la-content_encoding.lo libcurlu_la-cookie.lo \
38813498266Sopenharmony_ci	libcurlu_la-curl_addrinfo.lo libcurlu_la-curl_des.lo \
38913498266Sopenharmony_ci	libcurlu_la-curl_endian.lo libcurlu_la-curl_fnmatch.lo \
39013498266Sopenharmony_ci	libcurlu_la-curl_get_line.lo libcurlu_la-curl_gethostname.lo \
39113498266Sopenharmony_ci	libcurlu_la-curl_gssapi.lo libcurlu_la-curl_memrchr.lo \
39213498266Sopenharmony_ci	libcurlu_la-curl_multibyte.lo libcurlu_la-curl_ntlm_core.lo \
39313498266Sopenharmony_ci	libcurlu_la-curl_ntlm_wb.lo libcurlu_la-curl_path.lo \
39413498266Sopenharmony_ci	libcurlu_la-curl_range.lo libcurlu_la-curl_rtmp.lo \
39513498266Sopenharmony_ci	libcurlu_la-curl_sasl.lo libcurlu_la-curl_sspi.lo \
39613498266Sopenharmony_ci	libcurlu_la-curl_threads.lo libcurlu_la-curl_trc.lo \
39713498266Sopenharmony_ci	libcurlu_la-dict.lo libcurlu_la-doh.lo libcurlu_la-dynbuf.lo \
39813498266Sopenharmony_ci	libcurlu_la-dynhds.lo libcurlu_la-easy.lo \
39913498266Sopenharmony_ci	libcurlu_la-easygetopt.lo libcurlu_la-easyoptions.lo \
40013498266Sopenharmony_ci	libcurlu_la-escape.lo libcurlu_la-file.lo \
40113498266Sopenharmony_ci	libcurlu_la-fileinfo.lo libcurlu_la-fopen.lo \
40213498266Sopenharmony_ci	libcurlu_la-formdata.lo libcurlu_la-ftp.lo \
40313498266Sopenharmony_ci	libcurlu_la-ftplistparser.lo libcurlu_la-getenv.lo \
40413498266Sopenharmony_ci	libcurlu_la-getinfo.lo libcurlu_la-gopher.lo \
40513498266Sopenharmony_ci	libcurlu_la-hash.lo libcurlu_la-headers.lo libcurlu_la-hmac.lo \
40613498266Sopenharmony_ci	libcurlu_la-hostasyn.lo libcurlu_la-hostip.lo \
40713498266Sopenharmony_ci	libcurlu_la-hostip4.lo libcurlu_la-hostip6.lo \
40813498266Sopenharmony_ci	libcurlu_la-hostsyn.lo libcurlu_la-hsts.lo libcurlu_la-http.lo \
40913498266Sopenharmony_ci	libcurlu_la-http1.lo libcurlu_la-http2.lo \
41013498266Sopenharmony_ci	libcurlu_la-http_aws_sigv4.lo libcurlu_la-http_chunks.lo \
41113498266Sopenharmony_ci	libcurlu_la-http_digest.lo libcurlu_la-http_negotiate.lo \
41213498266Sopenharmony_ci	libcurlu_la-http_ntlm.lo libcurlu_la-http_proxy.lo \
41313498266Sopenharmony_ci	libcurlu_la-idn.lo libcurlu_la-if2ip.lo libcurlu_la-imap.lo \
41413498266Sopenharmony_ci	libcurlu_la-inet_ntop.lo libcurlu_la-inet_pton.lo \
41513498266Sopenharmony_ci	libcurlu_la-krb5.lo libcurlu_la-ldap.lo libcurlu_la-llist.lo \
41613498266Sopenharmony_ci	libcurlu_la-macos.lo libcurlu_la-md4.lo libcurlu_la-md5.lo \
41713498266Sopenharmony_ci	libcurlu_la-memdebug.lo libcurlu_la-mime.lo \
41813498266Sopenharmony_ci	libcurlu_la-mprintf.lo libcurlu_la-mqtt.lo \
41913498266Sopenharmony_ci	libcurlu_la-multi.lo libcurlu_la-netrc.lo \
42013498266Sopenharmony_ci	libcurlu_la-nonblock.lo libcurlu_la-noproxy.lo \
42113498266Sopenharmony_ci	libcurlu_la-openldap.lo libcurlu_la-parsedate.lo \
42213498266Sopenharmony_ci	libcurlu_la-pingpong.lo libcurlu_la-pop3.lo \
42313498266Sopenharmony_ci	libcurlu_la-progress.lo libcurlu_la-psl.lo libcurlu_la-rand.lo \
42413498266Sopenharmony_ci	libcurlu_la-rename.lo libcurlu_la-rtsp.lo \
42513498266Sopenharmony_ci	libcurlu_la-select.lo libcurlu_la-sendf.lo \
42613498266Sopenharmony_ci	libcurlu_la-setopt.lo libcurlu_la-sha256.lo \
42713498266Sopenharmony_ci	libcurlu_la-share.lo libcurlu_la-slist.lo libcurlu_la-smb.lo \
42813498266Sopenharmony_ci	libcurlu_la-smtp.lo libcurlu_la-socketpair.lo \
42913498266Sopenharmony_ci	libcurlu_la-socks.lo libcurlu_la-socks_gssapi.lo \
43013498266Sopenharmony_ci	libcurlu_la-socks_sspi.lo libcurlu_la-speedcheck.lo \
43113498266Sopenharmony_ci	libcurlu_la-splay.lo libcurlu_la-strcase.lo \
43213498266Sopenharmony_ci	libcurlu_la-strdup.lo libcurlu_la-strerror.lo \
43313498266Sopenharmony_ci	libcurlu_la-strtok.lo libcurlu_la-strtoofft.lo \
43413498266Sopenharmony_ci	libcurlu_la-system_win32.lo libcurlu_la-telnet.lo \
43513498266Sopenharmony_ci	libcurlu_la-tftp.lo libcurlu_la-timediff.lo \
43613498266Sopenharmony_ci	libcurlu_la-timeval.lo libcurlu_la-transfer.lo \
43713498266Sopenharmony_ci	libcurlu_la-url.lo libcurlu_la-urlapi.lo \
43813498266Sopenharmony_ci	libcurlu_la-version.lo libcurlu_la-version_win32.lo \
43913498266Sopenharmony_ci	libcurlu_la-warnless.lo libcurlu_la-ws.lo
44013498266Sopenharmony_ciam__objects_12 = vauth/libcurlu_la-cleartext.lo \
44113498266Sopenharmony_ci	vauth/libcurlu_la-cram.lo vauth/libcurlu_la-digest.lo \
44213498266Sopenharmony_ci	vauth/libcurlu_la-digest_sspi.lo vauth/libcurlu_la-gsasl.lo \
44313498266Sopenharmony_ci	vauth/libcurlu_la-krb5_gssapi.lo \
44413498266Sopenharmony_ci	vauth/libcurlu_la-krb5_sspi.lo vauth/libcurlu_la-ntlm.lo \
44513498266Sopenharmony_ci	vauth/libcurlu_la-ntlm_sspi.lo vauth/libcurlu_la-oauth2.lo \
44613498266Sopenharmony_ci	vauth/libcurlu_la-spnego_gssapi.lo \
44713498266Sopenharmony_ci	vauth/libcurlu_la-spnego_sspi.lo vauth/libcurlu_la-vauth.lo
44813498266Sopenharmony_ciam__objects_13 = vtls/libcurlu_la-bearssl.lo vtls/libcurlu_la-gtls.lo \
44913498266Sopenharmony_ci	vtls/libcurlu_la-hostcheck.lo vtls/libcurlu_la-keylog.lo \
45013498266Sopenharmony_ci	vtls/libcurlu_la-mbedtls.lo \
45113498266Sopenharmony_ci	vtls/libcurlu_la-mbedtls_threadlock.lo \
45213498266Sopenharmony_ci	vtls/libcurlu_la-openssl.lo vtls/libcurlu_la-rustls.lo \
45313498266Sopenharmony_ci	vtls/libcurlu_la-schannel.lo \
45413498266Sopenharmony_ci	vtls/libcurlu_la-schannel_verify.lo \
45513498266Sopenharmony_ci	vtls/libcurlu_la-sectransp.lo vtls/libcurlu_la-vtls.lo \
45613498266Sopenharmony_ci	vtls/libcurlu_la-wolfssl.lo vtls/libcurlu_la-x509asn1.lo
45713498266Sopenharmony_ciam__objects_14 = vquic/libcurlu_la-curl_msh3.lo \
45813498266Sopenharmony_ci	vquic/libcurlu_la-curl_ngtcp2.lo \
45913498266Sopenharmony_ci	vquic/libcurlu_la-curl_osslq.lo \
46013498266Sopenharmony_ci	vquic/libcurlu_la-curl_quiche.lo vquic/libcurlu_la-vquic.lo \
46113498266Sopenharmony_ci	vquic/libcurlu_la-vquic-tls.lo
46213498266Sopenharmony_ciam__objects_15 = vssh/libcurlu_la-libssh.lo \
46313498266Sopenharmony_ci	vssh/libcurlu_la-libssh2.lo vssh/libcurlu_la-wolfssh.lo
46413498266Sopenharmony_ciam__objects_16 = $(am__objects_11) $(am__objects_12) $(am__objects_13) \
46513498266Sopenharmony_ci	$(am__objects_14) $(am__objects_15)
46613498266Sopenharmony_ciam_libcurlu_la_OBJECTS = $(am__objects_16) $(am__objects_8)
46713498266Sopenharmony_cilibcurlu_la_OBJECTS = $(am_libcurlu_la_OBJECTS)
46813498266Sopenharmony_cilibcurlu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
46913498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libcurlu_la_CFLAGS) \
47013498266Sopenharmony_ci	$(CFLAGS) $(libcurlu_la_LDFLAGS) $(LDFLAGS) -o $@
47113498266Sopenharmony_ci@BUILD_UNITTESTS_TRUE@am_libcurlu_la_rpath =
47213498266Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@)
47313498266Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
47413498266Sopenharmony_ciam__v_P_0 = false
47513498266Sopenharmony_ciam__v_P_1 = :
47613498266Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@)
47713498266Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
47813498266Sopenharmony_ciam__v_GEN_0 = @echo "  GEN     " $@;
47913498266Sopenharmony_ciam__v_GEN_1 = 
48013498266Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@)
48113498266Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
48213498266Sopenharmony_ciam__v_at_0 = @
48313498266Sopenharmony_ciam__v_at_1 = 
48413498266Sopenharmony_ciDEFAULT_INCLUDES = 
48513498266Sopenharmony_cidepcomp = $(SHELL) $(top_srcdir)/depcomp
48613498266Sopenharmony_ciam__maybe_remake_depfiles = depfiles
48713498266Sopenharmony_ciam__depfiles_remade = ./$(DEPDIR)/libcurl_la-altsvc.Plo \
48813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-amigaos.Plo \
48913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-asyn-ares.Plo \
49013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-asyn-thread.Plo \
49113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-base64.Plo \
49213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-bufq.Plo \
49313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-bufref.Plo \
49413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-c-hyper.Plo \
49513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-cf-h1-proxy.Plo \
49613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-cf-h2-proxy.Plo \
49713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-cf-haproxy.Plo \
49813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-cf-https-connect.Plo \
49913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-cf-socket.Plo \
50013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-cfilters.Plo \
50113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-conncache.Plo \
50213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-connect.Plo \
50313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-content_encoding.Plo \
50413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-cookie.Plo \
50513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_addrinfo.Plo \
50613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_des.Plo \
50713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_endian.Plo \
50813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_fnmatch.Plo \
50913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_get_line.Plo \
51013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_gethostname.Plo \
51113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_gssapi.Plo \
51213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_memrchr.Plo \
51313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_multibyte.Plo \
51413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_ntlm_core.Plo \
51513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_ntlm_wb.Plo \
51613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_path.Plo \
51713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_range.Plo \
51813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_rtmp.Plo \
51913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_sasl.Plo \
52013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_sspi.Plo \
52113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_threads.Plo \
52213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-curl_trc.Plo \
52313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-dict.Plo ./$(DEPDIR)/libcurl_la-doh.Plo \
52413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-dynbuf.Plo \
52513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-dynhds.Plo \
52613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-easy.Plo \
52713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-easygetopt.Plo \
52813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-easyoptions.Plo \
52913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-escape.Plo \
53013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-file.Plo \
53113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-fileinfo.Plo \
53213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-fopen.Plo \
53313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-formdata.Plo \
53413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-ftp.Plo \
53513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-ftplistparser.Plo \
53613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-getenv.Plo \
53713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-getinfo.Plo \
53813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-gopher.Plo \
53913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-hash.Plo \
54013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-headers.Plo \
54113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-hmac.Plo \
54213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-hostasyn.Plo \
54313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-hostip.Plo \
54413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-hostip4.Plo \
54513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-hostip6.Plo \
54613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-hostsyn.Plo \
54713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-hsts.Plo \
54813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http.Plo \
54913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http1.Plo \
55013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http2.Plo \
55113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http_aws_sigv4.Plo \
55213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http_chunks.Plo \
55313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http_digest.Plo \
55413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http_negotiate.Plo \
55513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http_ntlm.Plo \
55613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-http_proxy.Plo \
55713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-idn.Plo \
55813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-if2ip.Plo \
55913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-imap.Plo \
56013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-inet_ntop.Plo \
56113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-inet_pton.Plo \
56213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-krb5.Plo \
56313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-ldap.Plo \
56413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-llist.Plo \
56513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-macos.Plo \
56613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-md4.Plo ./$(DEPDIR)/libcurl_la-md5.Plo \
56713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-memdebug.Plo \
56813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-mime.Plo \
56913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-mprintf.Plo \
57013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-mqtt.Plo \
57113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-multi.Plo \
57213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-netrc.Plo \
57313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-nonblock.Plo \
57413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-noproxy.Plo \
57513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-openldap.Plo \
57613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-parsedate.Plo \
57713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-pingpong.Plo \
57813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-pop3.Plo \
57913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-progress.Plo \
58013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-psl.Plo ./$(DEPDIR)/libcurl_la-rand.Plo \
58113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-rename.Plo \
58213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-rtsp.Plo \
58313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-select.Plo \
58413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-sendf.Plo \
58513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-setopt.Plo \
58613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-sha256.Plo \
58713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-share.Plo \
58813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-slist.Plo \
58913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-smb.Plo ./$(DEPDIR)/libcurl_la-smtp.Plo \
59013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-socketpair.Plo \
59113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-socks.Plo \
59213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-socks_gssapi.Plo \
59313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-socks_sspi.Plo \
59413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-speedcheck.Plo \
59513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-splay.Plo \
59613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-strcase.Plo \
59713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-strdup.Plo \
59813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-strerror.Plo \
59913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-strtok.Plo \
60013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-strtoofft.Plo \
60113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-system_win32.Plo \
60213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-telnet.Plo \
60313498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-tftp.Plo \
60413498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-timediff.Plo \
60513498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-timeval.Plo \
60613498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-transfer.Plo \
60713498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-url.Plo \
60813498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-urlapi.Plo \
60913498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-version.Plo \
61013498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-version_win32.Plo \
61113498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-warnless.Plo \
61213498266Sopenharmony_ci	./$(DEPDIR)/libcurl_la-ws.Plo \
61313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-altsvc.Plo \
61413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-amigaos.Plo \
61513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-asyn-ares.Plo \
61613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-asyn-thread.Plo \
61713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-base64.Plo \
61813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-bufq.Plo \
61913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-bufref.Plo \
62013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-c-hyper.Plo \
62113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-cf-h1-proxy.Plo \
62213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-cf-h2-proxy.Plo \
62313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-cf-haproxy.Plo \
62413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-cf-https-connect.Plo \
62513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-cf-socket.Plo \
62613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-cfilters.Plo \
62713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-conncache.Plo \
62813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-connect.Plo \
62913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-content_encoding.Plo \
63013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-cookie.Plo \
63113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_addrinfo.Plo \
63213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_des.Plo \
63313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_endian.Plo \
63413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_fnmatch.Plo \
63513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_get_line.Plo \
63613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_gethostname.Plo \
63713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_gssapi.Plo \
63813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_memrchr.Plo \
63913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_multibyte.Plo \
64013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_ntlm_core.Plo \
64113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Plo \
64213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_path.Plo \
64313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_range.Plo \
64413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_rtmp.Plo \
64513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_sasl.Plo \
64613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_sspi.Plo \
64713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_threads.Plo \
64813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-curl_trc.Plo \
64913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-dict.Plo \
65013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-doh.Plo \
65113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-dynbuf.Plo \
65213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-dynhds.Plo \
65313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-easy.Plo \
65413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-easygetopt.Plo \
65513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-easyoptions.Plo \
65613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-escape.Plo \
65713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-file.Plo \
65813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-fileinfo.Plo \
65913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-fopen.Plo \
66013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-formdata.Plo \
66113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-ftp.Plo \
66213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-ftplistparser.Plo \
66313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-getenv.Plo \
66413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-getinfo.Plo \
66513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-gopher.Plo \
66613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-hash.Plo \
66713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-headers.Plo \
66813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-hmac.Plo \
66913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-hostasyn.Plo \
67013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-hostip.Plo \
67113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-hostip4.Plo \
67213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-hostip6.Plo \
67313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-hostsyn.Plo \
67413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-hsts.Plo \
67513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http.Plo \
67613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http1.Plo \
67713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http2.Plo \
67813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http_aws_sigv4.Plo \
67913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http_chunks.Plo \
68013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http_digest.Plo \
68113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http_negotiate.Plo \
68213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http_ntlm.Plo \
68313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-http_proxy.Plo \
68413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-idn.Plo \
68513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-if2ip.Plo \
68613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-imap.Plo \
68713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-inet_ntop.Plo \
68813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-inet_pton.Plo \
68913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-krb5.Plo \
69013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-ldap.Plo \
69113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-llist.Plo \
69213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-macos.Plo \
69313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-md4.Plo \
69413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-md5.Plo \
69513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-memdebug.Plo \
69613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-mime.Plo \
69713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-mprintf.Plo \
69813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-mqtt.Plo \
69913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-multi.Plo \
70013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-netrc.Plo \
70113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-nonblock.Plo \
70213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-noproxy.Plo \
70313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-openldap.Plo \
70413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-parsedate.Plo \
70513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-pingpong.Plo \
70613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-pop3.Plo \
70713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-progress.Plo \
70813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-psl.Plo \
70913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-rand.Plo \
71013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-rename.Plo \
71113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-rtsp.Plo \
71213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-select.Plo \
71313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-sendf.Plo \
71413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-setopt.Plo \
71513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-sha256.Plo \
71613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-share.Plo \
71713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-slist.Plo \
71813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-smb.Plo \
71913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-smtp.Plo \
72013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-socketpair.Plo \
72113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-socks.Plo \
72213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-socks_gssapi.Plo \
72313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-socks_sspi.Plo \
72413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-speedcheck.Plo \
72513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-splay.Plo \
72613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-strcase.Plo \
72713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-strdup.Plo \
72813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-strerror.Plo \
72913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-strtok.Plo \
73013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-strtoofft.Plo \
73113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-system_win32.Plo \
73213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-telnet.Plo \
73313498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-tftp.Plo \
73413498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-timediff.Plo \
73513498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-timeval.Plo \
73613498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-transfer.Plo \
73713498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-url.Plo \
73813498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-urlapi.Plo \
73913498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-version.Plo \
74013498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-version_win32.Plo \
74113498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-warnless.Plo \
74213498266Sopenharmony_ci	./$(DEPDIR)/libcurlu_la-ws.Plo \
74313498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-cleartext.Plo \
74413498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-cram.Plo \
74513498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-digest.Plo \
74613498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-digest_sspi.Plo \
74713498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-gsasl.Plo \
74813498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-krb5_gssapi.Plo \
74913498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-krb5_sspi.Plo \
75013498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-ntlm.Plo \
75113498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-ntlm_sspi.Plo \
75213498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-oauth2.Plo \
75313498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-spnego_gssapi.Plo \
75413498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-spnego_sspi.Plo \
75513498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurl_la-vauth.Plo \
75613498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-cleartext.Plo \
75713498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-cram.Plo \
75813498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-digest.Plo \
75913498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-digest_sspi.Plo \
76013498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-gsasl.Plo \
76113498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-krb5_gssapi.Plo \
76213498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-krb5_sspi.Plo \
76313498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-ntlm.Plo \
76413498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-ntlm_sspi.Plo \
76513498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-oauth2.Plo \
76613498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-spnego_gssapi.Plo \
76713498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-spnego_sspi.Plo \
76813498266Sopenharmony_ci	vauth/$(DEPDIR)/libcurlu_la-vauth.Plo \
76913498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurl_la-curl_msh3.Plo \
77013498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurl_la-curl_ngtcp2.Plo \
77113498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurl_la-curl_osslq.Plo \
77213498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurl_la-curl_quiche.Plo \
77313498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurl_la-vquic-tls.Plo \
77413498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurl_la-vquic.Plo \
77513498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurlu_la-curl_msh3.Plo \
77613498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurlu_la-curl_ngtcp2.Plo \
77713498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurlu_la-curl_osslq.Plo \
77813498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurlu_la-curl_quiche.Plo \
77913498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurlu_la-vquic-tls.Plo \
78013498266Sopenharmony_ci	vquic/$(DEPDIR)/libcurlu_la-vquic.Plo \
78113498266Sopenharmony_ci	vssh/$(DEPDIR)/libcurl_la-libssh.Plo \
78213498266Sopenharmony_ci	vssh/$(DEPDIR)/libcurl_la-libssh2.Plo \
78313498266Sopenharmony_ci	vssh/$(DEPDIR)/libcurl_la-wolfssh.Plo \
78413498266Sopenharmony_ci	vssh/$(DEPDIR)/libcurlu_la-libssh.Plo \
78513498266Sopenharmony_ci	vssh/$(DEPDIR)/libcurlu_la-libssh2.Plo \
78613498266Sopenharmony_ci	vssh/$(DEPDIR)/libcurlu_la-wolfssh.Plo \
78713498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-bearssl.Plo \
78813498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-gtls.Plo \
78913498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-hostcheck.Plo \
79013498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-keylog.Plo \
79113498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-mbedtls.Plo \
79213498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-mbedtls_threadlock.Plo \
79313498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-openssl.Plo \
79413498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-rustls.Plo \
79513498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-schannel.Plo \
79613498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-schannel_verify.Plo \
79713498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-sectransp.Plo \
79813498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-vtls.Plo \
79913498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-wolfssl.Plo \
80013498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurl_la-x509asn1.Plo \
80113498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-bearssl.Plo \
80213498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-gtls.Plo \
80313498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-hostcheck.Plo \
80413498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-keylog.Plo \
80513498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-mbedtls.Plo \
80613498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-mbedtls_threadlock.Plo \
80713498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-openssl.Plo \
80813498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-rustls.Plo \
80913498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-schannel.Plo \
81013498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-schannel_verify.Plo \
81113498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-sectransp.Plo \
81213498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-vtls.Plo \
81313498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-wolfssl.Plo \
81413498266Sopenharmony_ci	vtls/$(DEPDIR)/libcurlu_la-x509asn1.Plo
81513498266Sopenharmony_ciam__mv = mv -f
81613498266Sopenharmony_ciCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81713498266Sopenharmony_ci	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81813498266Sopenharmony_ciLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
81913498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
82013498266Sopenharmony_ci	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82113498266Sopenharmony_ci	$(AM_CFLAGS) $(CFLAGS)
82213498266Sopenharmony_ciAM_V_CC = $(am__v_CC_@AM_V@)
82313498266Sopenharmony_ciam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
82413498266Sopenharmony_ciam__v_CC_0 = @echo "  CC      " $@;
82513498266Sopenharmony_ciam__v_CC_1 = 
82613498266Sopenharmony_ciCCLD = $(CC)
82713498266Sopenharmony_ciLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
82813498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
82913498266Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
83013498266Sopenharmony_ciAM_V_CCLD = $(am__v_CCLD_@AM_V@)
83113498266Sopenharmony_ciam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
83213498266Sopenharmony_ciam__v_CCLD_0 = @echo "  CCLD    " $@;
83313498266Sopenharmony_ciam__v_CCLD_1 = 
83413498266Sopenharmony_ciSOURCES = $(libcurl_la_SOURCES) $(libcurlu_la_SOURCES)
83513498266Sopenharmony_ciDIST_SOURCES = $(am__libcurl_la_SOURCES_DIST) $(libcurlu_la_SOURCES)
83613498266Sopenharmony_ciam__can_run_installinfo = \
83713498266Sopenharmony_ci  case $$AM_UPDATE_INFO_DIR in \
83813498266Sopenharmony_ci    n|no|NO) false;; \
83913498266Sopenharmony_ci    *) (install-info --version) >/dev/null 2>&1;; \
84013498266Sopenharmony_ci  esac
84113498266Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
84213498266Sopenharmony_ci	curl_config.h.in
84313498266Sopenharmony_ci# Read a list of newline-separated strings from the standard input,
84413498266Sopenharmony_ci# and print each of them once, without duplicates.  Input order is
84513498266Sopenharmony_ci# *not* preserved.
84613498266Sopenharmony_ciam__uniquify_input = $(AWK) '\
84713498266Sopenharmony_ci  BEGIN { nonempty = 0; } \
84813498266Sopenharmony_ci  { items[$$0] = 1; nonempty = 1; } \
84913498266Sopenharmony_ci  END { if (nonempty) { for (i in items) print i; }; } \
85013498266Sopenharmony_ci'
85113498266Sopenharmony_ci# Make sure the list of sources is unique.  This is necessary because,
85213498266Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables
85313498266Sopenharmony_ci# for different programs/libraries.
85413498266Sopenharmony_ciam__define_uniq_tagged_files = \
85513498266Sopenharmony_ci  list='$(am__tagged_files)'; \
85613498266Sopenharmony_ci  unique=`for i in $$list; do \
85713498266Sopenharmony_ci    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
85813498266Sopenharmony_ci  done | $(am__uniquify_input)`
85913498266Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \
86013498266Sopenharmony_ci	$(srcdir)/Makefile.soname $(srcdir)/curl_config.h.in \
86113498266Sopenharmony_ci	$(srcdir)/libcurl.plist.in $(srcdir)/libcurl.vers.in \
86213498266Sopenharmony_ci	$(top_srcdir)/depcomp
86313498266Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86413498266Sopenharmony_ciACLOCAL = @ACLOCAL@
86513498266Sopenharmony_ciAMTAR = @AMTAR@
86613498266Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
86713498266Sopenharmony_ciAPACHECTL = @APACHECTL@
86813498266Sopenharmony_ciAPXS = @APXS@
86913498266Sopenharmony_ciAR = @AR@
87013498266Sopenharmony_ciAR_FLAGS = @AR_FLAGS@
87113498266Sopenharmony_ciAS = @AS@
87213498266Sopenharmony_ciAUTOCONF = @AUTOCONF@
87313498266Sopenharmony_ciAUTOHEADER = @AUTOHEADER@
87413498266Sopenharmony_ciAUTOMAKE = @AUTOMAKE@
87513498266Sopenharmony_ciAWK = @AWK@
87613498266Sopenharmony_ciBLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
87713498266Sopenharmony_ciCADDY = @CADDY@
87813498266Sopenharmony_ciCC = @CC@
87913498266Sopenharmony_ciCCDEPMODE = @CCDEPMODE@
88013498266Sopenharmony_ci
88113498266Sopenharmony_ci# This might hold -Werror
88213498266Sopenharmony_ciCFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@
88313498266Sopenharmony_ciCFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
88413498266Sopenharmony_ciCONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
88513498266Sopenharmony_ciCPP = @CPP@
88613498266Sopenharmony_ciCPPFLAGS = @CPPFLAGS@
88713498266Sopenharmony_ciCPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
88813498266Sopenharmony_ciCSCOPE = @CSCOPE@
88913498266Sopenharmony_ciCTAGS = @CTAGS@
89013498266Sopenharmony_ciCURLVERSION = @CURLVERSION@
89113498266Sopenharmony_ciCURL_CA_BUNDLE = @CURL_CA_BUNDLE@
89213498266Sopenharmony_ciCURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
89313498266Sopenharmony_ciCURL_DISABLE_DICT = @CURL_DISABLE_DICT@
89413498266Sopenharmony_ciCURL_DISABLE_FILE = @CURL_DISABLE_FILE@
89513498266Sopenharmony_ciCURL_DISABLE_FTP = @CURL_DISABLE_FTP@
89613498266Sopenharmony_ciCURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
89713498266Sopenharmony_ciCURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
89813498266Sopenharmony_ciCURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
89913498266Sopenharmony_ciCURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
90013498266Sopenharmony_ciCURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
90113498266Sopenharmony_ciCURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
90213498266Sopenharmony_ciCURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
90313498266Sopenharmony_ciCURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
90413498266Sopenharmony_ciCURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
90513498266Sopenharmony_ciCURL_DISABLE_SMB = @CURL_DISABLE_SMB@
90613498266Sopenharmony_ciCURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
90713498266Sopenharmony_ciCURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
90813498266Sopenharmony_ciCURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
90913498266Sopenharmony_ciCURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
91013498266Sopenharmony_ciCURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
91113498266Sopenharmony_ciCURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
91213498266Sopenharmony_ciCURL_PLIST_VERSION = @CURL_PLIST_VERSION@
91313498266Sopenharmony_ciCURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
91413498266Sopenharmony_ciCYGPATH_W = @CYGPATH_W@
91513498266Sopenharmony_ciDEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
91613498266Sopenharmony_ciDEFS = @DEFS@
91713498266Sopenharmony_ciDEPDIR = @DEPDIR@
91813498266Sopenharmony_ciDLLTOOL = @DLLTOOL@
91913498266Sopenharmony_ciDSYMUTIL = @DSYMUTIL@
92013498266Sopenharmony_ciDUMPBIN = @DUMPBIN@
92113498266Sopenharmony_ciECHO_C = @ECHO_C@
92213498266Sopenharmony_ciECHO_N = @ECHO_N@
92313498266Sopenharmony_ciECHO_T = @ECHO_T@
92413498266Sopenharmony_ciEGREP = @EGREP@
92513498266Sopenharmony_ciENABLE_SHARED = @ENABLE_SHARED@
92613498266Sopenharmony_ciENABLE_STATIC = @ENABLE_STATIC@
92713498266Sopenharmony_ciETAGS = @ETAGS@
92813498266Sopenharmony_ciEXEEXT = @EXEEXT@
92913498266Sopenharmony_ciFGREP = @FGREP@
93013498266Sopenharmony_ciFILECMD = @FILECMD@
93113498266Sopenharmony_ciFISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
93213498266Sopenharmony_ciGCOV = @GCOV@
93313498266Sopenharmony_ciGREP = @GREP@
93413498266Sopenharmony_ciHAVE_BROTLI = @HAVE_BROTLI@
93513498266Sopenharmony_ciHAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
93613498266Sopenharmony_ciHAVE_LDAP_SSL = @HAVE_LDAP_SSL@
93713498266Sopenharmony_ciHAVE_LIBZ = @HAVE_LIBZ@
93813498266Sopenharmony_ciHAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@
93913498266Sopenharmony_ciHAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
94013498266Sopenharmony_ciHAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
94113498266Sopenharmony_ciHAVE_ZSTD = @HAVE_ZSTD@
94213498266Sopenharmony_ciHTTPD = @HTTPD@
94313498266Sopenharmony_ciHTTPD_NGHTTPX = @HTTPD_NGHTTPX@
94413498266Sopenharmony_ciIDN_ENABLED = @IDN_ENABLED@
94513498266Sopenharmony_ciINSTALL = @INSTALL@
94613498266Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@
94713498266Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@
94813498266Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@
94913498266Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
95013498266Sopenharmony_ciIPV6_ENABLED = @IPV6_ENABLED@
95113498266Sopenharmony_ciLCOV = @LCOV@
95213498266Sopenharmony_ciLD = @LD@
95313498266Sopenharmony_ciLDFLAGS = @LDFLAGS@
95413498266Sopenharmony_ciLIBCURL_LIBS = @LIBCURL_LIBS@
95513498266Sopenharmony_ciLIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
95613498266Sopenharmony_ciLIBOBJS = @LIBOBJS@
95713498266Sopenharmony_ci
95813498266Sopenharmony_ci# Prevent LIBS from being used for all link targets
95913498266Sopenharmony_ciLIBS = $(BLANK_AT_MAKETIME)
96013498266Sopenharmony_ciLIBTOOL = @LIBTOOL@
96113498266Sopenharmony_ciLIPO = @LIPO@
96213498266Sopenharmony_ciLN_S = @LN_S@
96313498266Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@
96413498266Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
96513498266Sopenharmony_ciMAINT = @MAINT@
96613498266Sopenharmony_ciMAKEINFO = @MAKEINFO@
96713498266Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@
96813498266Sopenharmony_ciMANOPT = @MANOPT@
96913498266Sopenharmony_ciMKDIR_P = @MKDIR_P@
97013498266Sopenharmony_ciNM = @NM@
97113498266Sopenharmony_ciNMEDIT = @NMEDIT@
97213498266Sopenharmony_ciNROFF = @NROFF@
97313498266Sopenharmony_ciOBJDUMP = @OBJDUMP@
97413498266Sopenharmony_ciOBJEXT = @OBJEXT@
97513498266Sopenharmony_ciOTOOL = @OTOOL@
97613498266Sopenharmony_ciOTOOL64 = @OTOOL64@
97713498266Sopenharmony_ciPACKAGE = @PACKAGE@
97813498266Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97913498266Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@
98013498266Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@
98113498266Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@
98213498266Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@
98313498266Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@
98413498266Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@
98513498266Sopenharmony_ciPERL = @PERL@
98613498266Sopenharmony_ciPKGADD_NAME = @PKGADD_NAME@
98713498266Sopenharmony_ciPKGADD_PKG = @PKGADD_PKG@
98813498266Sopenharmony_ciPKGADD_VENDOR = @PKGADD_VENDOR@
98913498266Sopenharmony_ciPKGCONFIG = @PKGCONFIG@
99013498266Sopenharmony_ciRANDOM_FILE = @RANDOM_FILE@
99113498266Sopenharmony_ciRANLIB = @RANLIB@
99213498266Sopenharmony_ciRC = @RC@
99313498266Sopenharmony_ciREQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
99413498266Sopenharmony_ciSED = @SED@
99513498266Sopenharmony_ciSET_MAKE = @SET_MAKE@
99613498266Sopenharmony_ciSHELL = @SHELL@
99713498266Sopenharmony_ciSSL_BACKENDS = @SSL_BACKENDS@
99813498266Sopenharmony_ciSSL_ENABLED = @SSL_ENABLED@
99913498266Sopenharmony_ciSSL_LIBS = @SSL_LIBS@
100013498266Sopenharmony_ciSTRIP = @STRIP@
100113498266Sopenharmony_ciSUPPORT_FEATURES = @SUPPORT_FEATURES@
100213498266Sopenharmony_ciSUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
100313498266Sopenharmony_ciTEST_NGHTTPX = @TEST_NGHTTPX@
100413498266Sopenharmony_ciUSE_ARES = @USE_ARES@
100513498266Sopenharmony_ciUSE_BEARSSL = @USE_BEARSSL@
100613498266Sopenharmony_ciUSE_GNUTLS = @USE_GNUTLS@
100713498266Sopenharmony_ciUSE_HYPER = @USE_HYPER@
100813498266Sopenharmony_ciUSE_LIBRTMP = @USE_LIBRTMP@
100913498266Sopenharmony_ciUSE_LIBSSH = @USE_LIBSSH@
101013498266Sopenharmony_ciUSE_LIBSSH2 = @USE_LIBSSH2@
101113498266Sopenharmony_ciUSE_MBEDTLS = @USE_MBEDTLS@
101213498266Sopenharmony_ciUSE_MSH3 = @USE_MSH3@
101313498266Sopenharmony_ciUSE_NGHTTP2 = @USE_NGHTTP2@
101413498266Sopenharmony_ciUSE_NGHTTP3 = @USE_NGHTTP3@
101513498266Sopenharmony_ciUSE_NGTCP2 = @USE_NGTCP2@
101613498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@
101713498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
101813498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@
101913498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
102013498266Sopenharmony_ciUSE_NGTCP2_H3 = @USE_NGTCP2_H3@
102113498266Sopenharmony_ciUSE_OPENLDAP = @USE_OPENLDAP@
102213498266Sopenharmony_ciUSE_OPENSSL_H3 = @USE_OPENSSL_H3@
102313498266Sopenharmony_ciUSE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@
102413498266Sopenharmony_ciUSE_QUICHE = @USE_QUICHE@
102513498266Sopenharmony_ciUSE_RUSTLS = @USE_RUSTLS@
102613498266Sopenharmony_ciUSE_SCHANNEL = @USE_SCHANNEL@
102713498266Sopenharmony_ciUSE_SECTRANSP = @USE_SECTRANSP@
102813498266Sopenharmony_ciUSE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
102913498266Sopenharmony_ciUSE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
103013498266Sopenharmony_ciUSE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
103113498266Sopenharmony_ciUSE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
103213498266Sopenharmony_ciUSE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
103313498266Sopenharmony_ciUSE_WOLFSSH = @USE_WOLFSSH@
103413498266Sopenharmony_ciUSE_WOLFSSL = @USE_WOLFSSL@
103513498266Sopenharmony_ciVERSION = @VERSION@
103613498266Sopenharmony_ciVERSIONNUM = @VERSIONNUM@
103713498266Sopenharmony_ciZLIB_LIBS = @ZLIB_LIBS@
103813498266Sopenharmony_ciZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
103913498266Sopenharmony_ciabs_builddir = @abs_builddir@
104013498266Sopenharmony_ciabs_srcdir = @abs_srcdir@
104113498266Sopenharmony_ciabs_top_builddir = @abs_top_builddir@
104213498266Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@
104313498266Sopenharmony_ciac_ct_AR = @ac_ct_AR@
104413498266Sopenharmony_ciac_ct_CC = @ac_ct_CC@
104513498266Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@
104613498266Sopenharmony_ciam__include = @am__include@
104713498266Sopenharmony_ciam__leading_dot = @am__leading_dot@
104813498266Sopenharmony_ciam__quote = @am__quote@
104913498266Sopenharmony_ciam__tar = @am__tar@
105013498266Sopenharmony_ciam__untar = @am__untar@
105113498266Sopenharmony_cibindir = @bindir@
105213498266Sopenharmony_cibuild = @build@
105313498266Sopenharmony_cibuild_alias = @build_alias@
105413498266Sopenharmony_cibuild_cpu = @build_cpu@
105513498266Sopenharmony_cibuild_os = @build_os@
105613498266Sopenharmony_cibuild_vendor = @build_vendor@
105713498266Sopenharmony_cibuilddir = @builddir@
105813498266Sopenharmony_cidatadir = @datadir@
105913498266Sopenharmony_cidatarootdir = @datarootdir@
106013498266Sopenharmony_cidocdir = @docdir@
106113498266Sopenharmony_cidvidir = @dvidir@
106213498266Sopenharmony_ciexec_prefix = @exec_prefix@
106313498266Sopenharmony_cihost = @host@
106413498266Sopenharmony_cihost_alias = @host_alias@
106513498266Sopenharmony_cihost_cpu = @host_cpu@
106613498266Sopenharmony_cihost_os = @host_os@
106713498266Sopenharmony_cihost_vendor = @host_vendor@
106813498266Sopenharmony_cihtmldir = @htmldir@
106913498266Sopenharmony_ciincludedir = @includedir@
107013498266Sopenharmony_ciinfodir = @infodir@
107113498266Sopenharmony_ciinstall_sh = @install_sh@
107213498266Sopenharmony_cilibdir = @libdir@
107313498266Sopenharmony_cilibexecdir = @libexecdir@
107413498266Sopenharmony_cilibext = @libext@
107513498266Sopenharmony_cilocaledir = @localedir@
107613498266Sopenharmony_cilocalstatedir = @localstatedir@
107713498266Sopenharmony_cimandir = @mandir@
107813498266Sopenharmony_cimkdir_p = @mkdir_p@
107913498266Sopenharmony_cioldincludedir = @oldincludedir@
108013498266Sopenharmony_cipdfdir = @pdfdir@
108113498266Sopenharmony_ciprefix = @prefix@
108213498266Sopenharmony_ciprogram_transform_name = @program_transform_name@
108313498266Sopenharmony_cipsdir = @psdir@
108413498266Sopenharmony_cirunstatedir = @runstatedir@
108513498266Sopenharmony_cisbindir = @sbindir@
108613498266Sopenharmony_cisharedstatedir = @sharedstatedir@
108713498266Sopenharmony_cisrcdir = @srcdir@
108813498266Sopenharmony_cisysconfdir = @sysconfdir@
108913498266Sopenharmony_citarget_alias = @target_alias@
109013498266Sopenharmony_citop_build_prefix = @top_build_prefix@
109113498266Sopenharmony_citop_builddir = @top_builddir@
109213498266Sopenharmony_citop_srcdir = @top_srcdir@
109313498266Sopenharmony_ci
109413498266Sopenharmony_ci#***************************************************************************
109513498266Sopenharmony_ci#                                  _   _ ____  _
109613498266Sopenharmony_ci#  Project                     ___| | | |  _ \| |
109713498266Sopenharmony_ci#                             / __| | | | |_) | |
109813498266Sopenharmony_ci#                            | (__| |_| |  _ <| |___
109913498266Sopenharmony_ci#                             \___|\___/|_| \_\_____|
110013498266Sopenharmony_ci#
110113498266Sopenharmony_ci# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
110213498266Sopenharmony_ci#
110313498266Sopenharmony_ci# This software is licensed as described in the file COPYING, which
110413498266Sopenharmony_ci# you should have received as part of this distribution. The terms
110513498266Sopenharmony_ci# are also available at https://curl.se/docs/copyright.html.
110613498266Sopenharmony_ci#
110713498266Sopenharmony_ci# You may opt to use, copy, modify, merge, publish, distribute and/or sell
110813498266Sopenharmony_ci# copies of the Software, and permit persons to whom the Software is
110913498266Sopenharmony_ci# furnished to do so, under the terms of the COPYING file.
111013498266Sopenharmony_ci#
111113498266Sopenharmony_ci# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
111213498266Sopenharmony_ci# KIND, either express or implied.
111313498266Sopenharmony_ci#
111413498266Sopenharmony_ci# SPDX-License-Identifier: curl
111513498266Sopenharmony_ci#
111613498266Sopenharmony_ci###########################################################################
111713498266Sopenharmony_ciAUTOMAKE_OPTIONS = foreign nostdinc
111813498266Sopenharmony_ciCMAKE_DIST = CMakeLists.txt curl_config.h.cmake
111913498266Sopenharmony_ciEXTRA_DIST = Makefile.mk config-win32.h config-win32ce.h config-plan9.h    \
112013498266Sopenharmony_ci config-riscos.h config-mac.h curl_config.h.in config-dos.h                \
112113498266Sopenharmony_ci libcurl.plist libcurl.rc config-amigaos.h config-win32ce.h                \
112213498266Sopenharmony_ci config-os400.h setup-os400.h $(CMAKE_DIST) setup-win32.h .checksrc \
112313498266Sopenharmony_ci Makefile.soname
112413498266Sopenharmony_ci
112513498266Sopenharmony_cilib_LTLIBRARIES = libcurl.la
112613498266Sopenharmony_ci@BUILD_UNITTESTS_FALSE@noinst_LTLIBRARIES = 
112713498266Sopenharmony_ci@BUILD_UNITTESTS_TRUE@noinst_LTLIBRARIES = libcurlu.la
112813498266Sopenharmony_ci
112913498266Sopenharmony_ci# Specify our include paths here, and do it relative to $(top_srcdir) and
113013498266Sopenharmony_ci# $(top_builddir), to ensure that these paths which belong to the library
113113498266Sopenharmony_ci# being currently built and tested are searched before the library which
113213498266Sopenharmony_ci# might possibly already be installed in the system.
113313498266Sopenharmony_ci#
113413498266Sopenharmony_ci# $(top_srcdir)/include is for libcurl's external include files
113513498266Sopenharmony_ci# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
113613498266Sopenharmony_ci# $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "private" files
113713498266Sopenharmony_ciAM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/lib \
113813498266Sopenharmony_ci	-I$(top_srcdir)/lib -DBUILDING_LIBCURL
113913498266Sopenharmony_ciVERSIONCHANGE = 12
114013498266Sopenharmony_ciVERSIONADD = 0
114113498266Sopenharmony_ciVERSIONDEL = 8
114213498266Sopenharmony_ci
114313498266Sopenharmony_ci# libtool version:
114413498266Sopenharmony_ciVERSIONINFO = -version-info $(VERSIONCHANGE):$(VERSIONADD):$(VERSIONDEL)
114513498266Sopenharmony_ciAM_LDFLAGS = 
114613498266Sopenharmony_ciAM_CFLAGS = 
114713498266Sopenharmony_ciLIB_VAUTH_CFILES = \
114813498266Sopenharmony_ci  vauth/cleartext.c     \
114913498266Sopenharmony_ci  vauth/cram.c          \
115013498266Sopenharmony_ci  vauth/digest.c        \
115113498266Sopenharmony_ci  vauth/digest_sspi.c   \
115213498266Sopenharmony_ci  vauth/gsasl.c         \
115313498266Sopenharmony_ci  vauth/krb5_gssapi.c   \
115413498266Sopenharmony_ci  vauth/krb5_sspi.c     \
115513498266Sopenharmony_ci  vauth/ntlm.c          \
115613498266Sopenharmony_ci  vauth/ntlm_sspi.c     \
115713498266Sopenharmony_ci  vauth/oauth2.c        \
115813498266Sopenharmony_ci  vauth/spnego_gssapi.c \
115913498266Sopenharmony_ci  vauth/spnego_sspi.c   \
116013498266Sopenharmony_ci  vauth/vauth.c
116113498266Sopenharmony_ci
116213498266Sopenharmony_ciLIB_VAUTH_HFILES = \
116313498266Sopenharmony_ci  vauth/digest.h        \
116413498266Sopenharmony_ci  vauth/ntlm.h          \
116513498266Sopenharmony_ci  vauth/vauth.h
116613498266Sopenharmony_ci
116713498266Sopenharmony_ciLIB_VTLS_CFILES = \
116813498266Sopenharmony_ci  vtls/bearssl.c            \
116913498266Sopenharmony_ci  vtls/gtls.c               \
117013498266Sopenharmony_ci  vtls/hostcheck.c          \
117113498266Sopenharmony_ci  vtls/keylog.c             \
117213498266Sopenharmony_ci  vtls/mbedtls.c            \
117313498266Sopenharmony_ci  vtls/mbedtls_threadlock.c \
117413498266Sopenharmony_ci  vtls/openssl.c            \
117513498266Sopenharmony_ci  vtls/rustls.c             \
117613498266Sopenharmony_ci  vtls/schannel.c           \
117713498266Sopenharmony_ci  vtls/schannel_verify.c    \
117813498266Sopenharmony_ci  vtls/sectransp.c          \
117913498266Sopenharmony_ci  vtls/vtls.c               \
118013498266Sopenharmony_ci  vtls/wolfssl.c            \
118113498266Sopenharmony_ci  vtls/x509asn1.c
118213498266Sopenharmony_ci
118313498266Sopenharmony_ciLIB_VTLS_HFILES = \
118413498266Sopenharmony_ci  vtls/bearssl.h            \
118513498266Sopenharmony_ci  vtls/gtls.h               \
118613498266Sopenharmony_ci  vtls/hostcheck.h          \
118713498266Sopenharmony_ci  vtls/keylog.h             \
118813498266Sopenharmony_ci  vtls/mbedtls.h            \
118913498266Sopenharmony_ci  vtls/mbedtls_threadlock.h \
119013498266Sopenharmony_ci  vtls/openssl.h            \
119113498266Sopenharmony_ci  vtls/rustls.h             \
119213498266Sopenharmony_ci  vtls/schannel.h           \
119313498266Sopenharmony_ci  vtls/schannel_int.h       \
119413498266Sopenharmony_ci  vtls/sectransp.h          \
119513498266Sopenharmony_ci  vtls/vtls.h               \
119613498266Sopenharmony_ci  vtls/vtls_int.h           \
119713498266Sopenharmony_ci  vtls/wolfssl.h            \
119813498266Sopenharmony_ci  vtls/x509asn1.h
119913498266Sopenharmony_ci
120013498266Sopenharmony_ciLIB_VQUIC_CFILES = \
120113498266Sopenharmony_ci  vquic/curl_msh3.c   \
120213498266Sopenharmony_ci  vquic/curl_ngtcp2.c   \
120313498266Sopenharmony_ci  vquic/curl_osslq.c   \
120413498266Sopenharmony_ci  vquic/curl_quiche.c   \
120513498266Sopenharmony_ci  vquic/vquic.c \
120613498266Sopenharmony_ci  vquic/vquic-tls.c
120713498266Sopenharmony_ci
120813498266Sopenharmony_ciLIB_VQUIC_HFILES = \
120913498266Sopenharmony_ci  vquic/curl_msh3.h   \
121013498266Sopenharmony_ci  vquic/curl_ngtcp2.h   \
121113498266Sopenharmony_ci  vquic/curl_osslq.h   \
121213498266Sopenharmony_ci  vquic/curl_quiche.h   \
121313498266Sopenharmony_ci  vquic/vquic.h    \
121413498266Sopenharmony_ci  vquic/vquic_int.h \
121513498266Sopenharmony_ci  vquic/vquic-tls.h
121613498266Sopenharmony_ci
121713498266Sopenharmony_ciLIB_VSSH_CFILES = \
121813498266Sopenharmony_ci  vssh/libssh.c    \
121913498266Sopenharmony_ci  vssh/libssh2.c   \
122013498266Sopenharmony_ci  vssh/wolfssh.c
122113498266Sopenharmony_ci
122213498266Sopenharmony_ciLIB_VSSH_HFILES = \
122313498266Sopenharmony_ci  vssh/ssh.h
122413498266Sopenharmony_ci
122513498266Sopenharmony_ciLIB_CFILES = \
122613498266Sopenharmony_ci  altsvc.c           \
122713498266Sopenharmony_ci  amigaos.c          \
122813498266Sopenharmony_ci  asyn-ares.c        \
122913498266Sopenharmony_ci  asyn-thread.c      \
123013498266Sopenharmony_ci  base64.c           \
123113498266Sopenharmony_ci  bufq.c             \
123213498266Sopenharmony_ci  bufref.c           \
123313498266Sopenharmony_ci  c-hyper.c          \
123413498266Sopenharmony_ci  cf-h1-proxy.c      \
123513498266Sopenharmony_ci  cf-h2-proxy.c      \
123613498266Sopenharmony_ci  cf-haproxy.c       \
123713498266Sopenharmony_ci  cf-https-connect.c \
123813498266Sopenharmony_ci  cf-socket.c        \
123913498266Sopenharmony_ci  cfilters.c         \
124013498266Sopenharmony_ci  conncache.c        \
124113498266Sopenharmony_ci  connect.c          \
124213498266Sopenharmony_ci  content_encoding.c \
124313498266Sopenharmony_ci  cookie.c           \
124413498266Sopenharmony_ci  curl_addrinfo.c    \
124513498266Sopenharmony_ci  curl_des.c         \
124613498266Sopenharmony_ci  curl_endian.c      \
124713498266Sopenharmony_ci  curl_fnmatch.c     \
124813498266Sopenharmony_ci  curl_get_line.c    \
124913498266Sopenharmony_ci  curl_gethostname.c \
125013498266Sopenharmony_ci  curl_gssapi.c      \
125113498266Sopenharmony_ci  curl_memrchr.c     \
125213498266Sopenharmony_ci  curl_multibyte.c   \
125313498266Sopenharmony_ci  curl_ntlm_core.c   \
125413498266Sopenharmony_ci  curl_ntlm_wb.c     \
125513498266Sopenharmony_ci  curl_path.c        \
125613498266Sopenharmony_ci  curl_range.c       \
125713498266Sopenharmony_ci  curl_rtmp.c        \
125813498266Sopenharmony_ci  curl_sasl.c        \
125913498266Sopenharmony_ci  curl_sspi.c        \
126013498266Sopenharmony_ci  curl_threads.c     \
126113498266Sopenharmony_ci  curl_trc.c         \
126213498266Sopenharmony_ci  dict.c             \
126313498266Sopenharmony_ci  doh.c              \
126413498266Sopenharmony_ci  dynbuf.c           \
126513498266Sopenharmony_ci  dynhds.c           \
126613498266Sopenharmony_ci  easy.c             \
126713498266Sopenharmony_ci  easygetopt.c       \
126813498266Sopenharmony_ci  easyoptions.c      \
126913498266Sopenharmony_ci  escape.c           \
127013498266Sopenharmony_ci  file.c             \
127113498266Sopenharmony_ci  fileinfo.c         \
127213498266Sopenharmony_ci  fopen.c            \
127313498266Sopenharmony_ci  formdata.c         \
127413498266Sopenharmony_ci  ftp.c              \
127513498266Sopenharmony_ci  ftplistparser.c    \
127613498266Sopenharmony_ci  getenv.c           \
127713498266Sopenharmony_ci  getinfo.c          \
127813498266Sopenharmony_ci  gopher.c           \
127913498266Sopenharmony_ci  hash.c             \
128013498266Sopenharmony_ci  headers.c          \
128113498266Sopenharmony_ci  hmac.c             \
128213498266Sopenharmony_ci  hostasyn.c         \
128313498266Sopenharmony_ci  hostip.c           \
128413498266Sopenharmony_ci  hostip4.c          \
128513498266Sopenharmony_ci  hostip6.c          \
128613498266Sopenharmony_ci  hostsyn.c          \
128713498266Sopenharmony_ci  hsts.c             \
128813498266Sopenharmony_ci  http.c             \
128913498266Sopenharmony_ci  http1.c            \
129013498266Sopenharmony_ci  http2.c            \
129113498266Sopenharmony_ci  http_aws_sigv4.c   \
129213498266Sopenharmony_ci  http_chunks.c      \
129313498266Sopenharmony_ci  http_digest.c      \
129413498266Sopenharmony_ci  http_negotiate.c   \
129513498266Sopenharmony_ci  http_ntlm.c        \
129613498266Sopenharmony_ci  http_proxy.c       \
129713498266Sopenharmony_ci  idn.c              \
129813498266Sopenharmony_ci  if2ip.c            \
129913498266Sopenharmony_ci  imap.c             \
130013498266Sopenharmony_ci  inet_ntop.c        \
130113498266Sopenharmony_ci  inet_pton.c        \
130213498266Sopenharmony_ci  krb5.c             \
130313498266Sopenharmony_ci  ldap.c             \
130413498266Sopenharmony_ci  llist.c            \
130513498266Sopenharmony_ci  macos.c            \
130613498266Sopenharmony_ci  md4.c              \
130713498266Sopenharmony_ci  md5.c              \
130813498266Sopenharmony_ci  memdebug.c         \
130913498266Sopenharmony_ci  mime.c             \
131013498266Sopenharmony_ci  mprintf.c          \
131113498266Sopenharmony_ci  mqtt.c             \
131213498266Sopenharmony_ci  multi.c            \
131313498266Sopenharmony_ci  netrc.c            \
131413498266Sopenharmony_ci  nonblock.c         \
131513498266Sopenharmony_ci  noproxy.c          \
131613498266Sopenharmony_ci  openldap.c         \
131713498266Sopenharmony_ci  parsedate.c        \
131813498266Sopenharmony_ci  pingpong.c         \
131913498266Sopenharmony_ci  pop3.c             \
132013498266Sopenharmony_ci  progress.c         \
132113498266Sopenharmony_ci  psl.c              \
132213498266Sopenharmony_ci  rand.c             \
132313498266Sopenharmony_ci  rename.c           \
132413498266Sopenharmony_ci  rtsp.c             \
132513498266Sopenharmony_ci  select.c           \
132613498266Sopenharmony_ci  sendf.c            \
132713498266Sopenharmony_ci  setopt.c           \
132813498266Sopenharmony_ci  sha256.c           \
132913498266Sopenharmony_ci  share.c            \
133013498266Sopenharmony_ci  slist.c            \
133113498266Sopenharmony_ci  smb.c              \
133213498266Sopenharmony_ci  smtp.c             \
133313498266Sopenharmony_ci  socketpair.c       \
133413498266Sopenharmony_ci  socks.c            \
133513498266Sopenharmony_ci  socks_gssapi.c     \
133613498266Sopenharmony_ci  socks_sspi.c       \
133713498266Sopenharmony_ci  speedcheck.c       \
133813498266Sopenharmony_ci  splay.c            \
133913498266Sopenharmony_ci  strcase.c          \
134013498266Sopenharmony_ci  strdup.c           \
134113498266Sopenharmony_ci  strerror.c         \
134213498266Sopenharmony_ci  strtok.c           \
134313498266Sopenharmony_ci  strtoofft.c        \
134413498266Sopenharmony_ci  system_win32.c     \
134513498266Sopenharmony_ci  telnet.c           \
134613498266Sopenharmony_ci  tftp.c             \
134713498266Sopenharmony_ci  timediff.c         \
134813498266Sopenharmony_ci  timeval.c          \
134913498266Sopenharmony_ci  transfer.c         \
135013498266Sopenharmony_ci  url.c              \
135113498266Sopenharmony_ci  urlapi.c           \
135213498266Sopenharmony_ci  version.c          \
135313498266Sopenharmony_ci  version_win32.c    \
135413498266Sopenharmony_ci  warnless.c         \
135513498266Sopenharmony_ci  ws.c
135613498266Sopenharmony_ci
135713498266Sopenharmony_ciLIB_HFILES = \
135813498266Sopenharmony_ci  altsvc.h           \
135913498266Sopenharmony_ci  amigaos.h          \
136013498266Sopenharmony_ci  arpa_telnet.h      \
136113498266Sopenharmony_ci  asyn.h             \
136213498266Sopenharmony_ci  bufq.h             \
136313498266Sopenharmony_ci  bufref.h           \
136413498266Sopenharmony_ci  c-hyper.h          \
136513498266Sopenharmony_ci  cf-h1-proxy.h      \
136613498266Sopenharmony_ci  cf-h2-proxy.h      \
136713498266Sopenharmony_ci  cf-haproxy.h       \
136813498266Sopenharmony_ci  cf-https-connect.h \
136913498266Sopenharmony_ci  cf-socket.h        \
137013498266Sopenharmony_ci  cfilters.h         \
137113498266Sopenharmony_ci  conncache.h        \
137213498266Sopenharmony_ci  connect.h          \
137313498266Sopenharmony_ci  content_encoding.h \
137413498266Sopenharmony_ci  cookie.h           \
137513498266Sopenharmony_ci  curl_addrinfo.h    \
137613498266Sopenharmony_ci  curl_base64.h      \
137713498266Sopenharmony_ci  curl_ctype.h       \
137813498266Sopenharmony_ci  curl_des.h         \
137913498266Sopenharmony_ci  curl_endian.h      \
138013498266Sopenharmony_ci  curl_fnmatch.h     \
138113498266Sopenharmony_ci  curl_get_line.h    \
138213498266Sopenharmony_ci  curl_gethostname.h \
138313498266Sopenharmony_ci  curl_gssapi.h      \
138413498266Sopenharmony_ci  curl_hmac.h        \
138513498266Sopenharmony_ci  curl_krb5.h        \
138613498266Sopenharmony_ci  curl_ldap.h        \
138713498266Sopenharmony_ci  curl_md4.h         \
138813498266Sopenharmony_ci  curl_md5.h         \
138913498266Sopenharmony_ci  curl_memory.h      \
139013498266Sopenharmony_ci  curl_memrchr.h     \
139113498266Sopenharmony_ci  curl_multibyte.h   \
139213498266Sopenharmony_ci  curl_ntlm_core.h   \
139313498266Sopenharmony_ci  curl_ntlm_wb.h     \
139413498266Sopenharmony_ci  curl_path.h        \
139513498266Sopenharmony_ci  curl_printf.h      \
139613498266Sopenharmony_ci  curl_range.h       \
139713498266Sopenharmony_ci  curl_rtmp.h        \
139813498266Sopenharmony_ci  curl_sasl.h        \
139913498266Sopenharmony_ci  curl_setup.h       \
140013498266Sopenharmony_ci  curl_setup_once.h  \
140113498266Sopenharmony_ci  curl_sha256.h      \
140213498266Sopenharmony_ci  curl_sspi.h        \
140313498266Sopenharmony_ci  curl_threads.h     \
140413498266Sopenharmony_ci  curl_trc.h         \
140513498266Sopenharmony_ci  curlx.h            \
140613498266Sopenharmony_ci  dict.h             \
140713498266Sopenharmony_ci  doh.h              \
140813498266Sopenharmony_ci  dynbuf.h           \
140913498266Sopenharmony_ci  dynhds.h           \
141013498266Sopenharmony_ci  easy_lock.h        \
141113498266Sopenharmony_ci  easyif.h           \
141213498266Sopenharmony_ci  easyoptions.h      \
141313498266Sopenharmony_ci  escape.h           \
141413498266Sopenharmony_ci  file.h             \
141513498266Sopenharmony_ci  fileinfo.h         \
141613498266Sopenharmony_ci  fopen.h            \
141713498266Sopenharmony_ci  formdata.h         \
141813498266Sopenharmony_ci  ftp.h              \
141913498266Sopenharmony_ci  ftplistparser.h    \
142013498266Sopenharmony_ci  functypes.h        \
142113498266Sopenharmony_ci  getinfo.h          \
142213498266Sopenharmony_ci  gopher.h           \
142313498266Sopenharmony_ci  hash.h             \
142413498266Sopenharmony_ci  headers.h          \
142513498266Sopenharmony_ci  hostip.h           \
142613498266Sopenharmony_ci  hsts.h             \
142713498266Sopenharmony_ci  http.h             \
142813498266Sopenharmony_ci  http1.h            \
142913498266Sopenharmony_ci  http2.h            \
143013498266Sopenharmony_ci  http_aws_sigv4.h   \
143113498266Sopenharmony_ci  http_chunks.h      \
143213498266Sopenharmony_ci  http_digest.h      \
143313498266Sopenharmony_ci  http_negotiate.h   \
143413498266Sopenharmony_ci  http_ntlm.h        \
143513498266Sopenharmony_ci  http_proxy.h       \
143613498266Sopenharmony_ci  idn.h              \
143713498266Sopenharmony_ci  if2ip.h            \
143813498266Sopenharmony_ci  imap.h             \
143913498266Sopenharmony_ci  inet_ntop.h        \
144013498266Sopenharmony_ci  inet_pton.h        \
144113498266Sopenharmony_ci  llist.h            \
144213498266Sopenharmony_ci  macos.h            \
144313498266Sopenharmony_ci  memdebug.h         \
144413498266Sopenharmony_ci  mime.h             \
144513498266Sopenharmony_ci  mqtt.h             \
144613498266Sopenharmony_ci  multihandle.h      \
144713498266Sopenharmony_ci  multiif.h          \
144813498266Sopenharmony_ci  netrc.h            \
144913498266Sopenharmony_ci  nonblock.h         \
145013498266Sopenharmony_ci  noproxy.h          \
145113498266Sopenharmony_ci  parsedate.h        \
145213498266Sopenharmony_ci  pingpong.h         \
145313498266Sopenharmony_ci  pop3.h             \
145413498266Sopenharmony_ci  progress.h         \
145513498266Sopenharmony_ci  psl.h              \
145613498266Sopenharmony_ci  rand.h             \
145713498266Sopenharmony_ci  rename.h           \
145813498266Sopenharmony_ci  rtsp.h             \
145913498266Sopenharmony_ci  select.h           \
146013498266Sopenharmony_ci  sendf.h            \
146113498266Sopenharmony_ci  setopt.h           \
146213498266Sopenharmony_ci  setup-vms.h        \
146313498266Sopenharmony_ci  share.h            \
146413498266Sopenharmony_ci  sigpipe.h          \
146513498266Sopenharmony_ci  slist.h            \
146613498266Sopenharmony_ci  smb.h              \
146713498266Sopenharmony_ci  smtp.h             \
146813498266Sopenharmony_ci  sockaddr.h         \
146913498266Sopenharmony_ci  socketpair.h       \
147013498266Sopenharmony_ci  socks.h            \
147113498266Sopenharmony_ci  speedcheck.h       \
147213498266Sopenharmony_ci  splay.h            \
147313498266Sopenharmony_ci  strcase.h          \
147413498266Sopenharmony_ci  strdup.h           \
147513498266Sopenharmony_ci  strerror.h         \
147613498266Sopenharmony_ci  strtok.h           \
147713498266Sopenharmony_ci  strtoofft.h        \
147813498266Sopenharmony_ci  system_win32.h     \
147913498266Sopenharmony_ci  telnet.h           \
148013498266Sopenharmony_ci  tftp.h             \
148113498266Sopenharmony_ci  timediff.h         \
148213498266Sopenharmony_ci  timeval.h          \
148313498266Sopenharmony_ci  transfer.h         \
148413498266Sopenharmony_ci  url.h              \
148513498266Sopenharmony_ci  urlapi-int.h       \
148613498266Sopenharmony_ci  urldata.h          \
148713498266Sopenharmony_ci  version_win32.h    \
148813498266Sopenharmony_ci  warnless.h         \
148913498266Sopenharmony_ci  ws.h
149013498266Sopenharmony_ci
149113498266Sopenharmony_ciLIB_RCFILES = libcurl.rc
149213498266Sopenharmony_ciCSOURCES = $(LIB_CFILES) $(LIB_VAUTH_CFILES) $(LIB_VTLS_CFILES) \
149313498266Sopenharmony_ci  $(LIB_VQUIC_CFILES) $(LIB_VSSH_CFILES)
149413498266Sopenharmony_ci
149513498266Sopenharmony_ciHHEADERS = $(LIB_HFILES) $(LIB_VAUTH_HFILES) $(LIB_VTLS_HFILES) \
149613498266Sopenharmony_ci  $(LIB_VQUIC_HFILES) $(LIB_VSSH_HFILES)
149713498266Sopenharmony_ci
149813498266Sopenharmony_ci
149913498266Sopenharmony_ci# Makefile.inc provides the CSOURCES and HHEADERS defines
150013498266Sopenharmony_cilibcurl_la_SOURCES = $(CSOURCES) $(HHEADERS) $(am__append_7)
150113498266Sopenharmony_cilibcurlu_la_SOURCES = $(CSOURCES) $(HHEADERS)
150213498266Sopenharmony_cilibcurl_la_CPPFLAGS_EXTRA = $(am__append_6) $(am__append_8)
150313498266Sopenharmony_cilibcurl_la_LDFLAGS_EXTRA = $(am__append_1) $(am__append_2) \
150413498266Sopenharmony_ci	$(am__append_3) $(am__append_4) $(am__append_5)
150513498266Sopenharmony_cilibcurl_la_CFLAGS_EXTRA = $(am__append_9)
150613498266Sopenharmony_cilibcurl_la_CPPFLAGS = $(AM_CPPFLAGS) $(libcurl_la_CPPFLAGS_EXTRA)
150713498266Sopenharmony_cilibcurl_la_LDFLAGS = $(AM_LDFLAGS) $(libcurl_la_LDFLAGS_EXTRA) $(CURL_LDFLAGS_LIB) $(LIBCURL_LIBS)
150813498266Sopenharmony_cilibcurl_la_CFLAGS = $(AM_CFLAGS) $(libcurl_la_CFLAGS_EXTRA)
150913498266Sopenharmony_cilibcurlu_la_CPPFLAGS = $(AM_CPPFLAGS) -DCURL_STATICLIB -DUNITTESTS
151013498266Sopenharmony_cilibcurlu_la_LDFLAGS = $(AM_LDFLAGS) -static $(LIBCURL_LIBS)
151113498266Sopenharmony_cilibcurlu_la_CFLAGS = $(AM_CFLAGS)
151213498266Sopenharmony_ciCHECKSRC = $(CS_$(V))
151313498266Sopenharmony_ciCS_0 = @echo "  RUN     " $@;
151413498266Sopenharmony_ciCS_1 = 
151513498266Sopenharmony_ciCS_ = $(CS_0)
151613498266Sopenharmony_ci
151713498266Sopenharmony_ci# disable the tests that are mostly causing false positives
151813498266Sopenharmony_ciTIDYFLAGS = -checks=-clang-analyzer-security.insecureAPI.strcpy,-clang-analyzer-optin.performance.Padding,-clang-analyzer-valist.Uninitialized,-clang-analyzer-core.NonNullParamChecker,-clang-analyzer-core.NullDereference -quiet
151913498266Sopenharmony_ciTIDY := clang-tidy
152013498266Sopenharmony_ciall: curl_config.h
152113498266Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) all-am
152213498266Sopenharmony_ci
152313498266Sopenharmony_ci.SUFFIXES:
152413498266Sopenharmony_ci.SUFFIXES: .c .lo .o .obj .rc
152513498266Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.soname $(srcdir)/Makefile.inc $(am__configure_deps)
152613498266Sopenharmony_ci	@for dep in $?; do \
152713498266Sopenharmony_ci	  case '$(am__configure_deps)' in \
152813498266Sopenharmony_ci	    *$$dep*) \
152913498266Sopenharmony_ci	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
153013498266Sopenharmony_ci	        && { if test -f $@; then exit 0; else break; fi; }; \
153113498266Sopenharmony_ci	      exit 1;; \
153213498266Sopenharmony_ci	  esac; \
153313498266Sopenharmony_ci	done; \
153413498266Sopenharmony_ci	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
153513498266Sopenharmony_ci	$(am__cd) $(top_srcdir) && \
153613498266Sopenharmony_ci	  $(AUTOMAKE) --foreign lib/Makefile
153713498266Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
153813498266Sopenharmony_ci	@case '$?' in \
153913498266Sopenharmony_ci	  *config.status*) \
154013498266Sopenharmony_ci	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
154113498266Sopenharmony_ci	  *) \
154213498266Sopenharmony_ci	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
154313498266Sopenharmony_ci	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
154413498266Sopenharmony_ci	esac;
154513498266Sopenharmony_ci$(srcdir)/Makefile.soname $(srcdir)/Makefile.inc $(am__empty):
154613498266Sopenharmony_ci
154713498266Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
154813498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
154913498266Sopenharmony_ci
155013498266Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
155113498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
155213498266Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
155313498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
155413498266Sopenharmony_ci$(am__aclocal_m4_deps):
155513498266Sopenharmony_ci
155613498266Sopenharmony_cicurl_config.h: stamp-h1
155713498266Sopenharmony_ci	@test -f $@ || rm -f stamp-h1
155813498266Sopenharmony_ci	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
155913498266Sopenharmony_ci
156013498266Sopenharmony_cistamp-h1: $(srcdir)/curl_config.h.in $(top_builddir)/config.status
156113498266Sopenharmony_ci	@rm -f stamp-h1
156213498266Sopenharmony_ci	cd $(top_builddir) && $(SHELL) ./config.status lib/curl_config.h
156313498266Sopenharmony_ci$(srcdir)/curl_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
156413498266Sopenharmony_ci	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
156513498266Sopenharmony_ci	rm -f stamp-h1
156613498266Sopenharmony_ci	touch $@
156713498266Sopenharmony_ci
156813498266Sopenharmony_cidistclean-hdr:
156913498266Sopenharmony_ci	-rm -f curl_config.h stamp-h1
157013498266Sopenharmony_cilibcurl.vers: $(top_builddir)/config.status $(srcdir)/libcurl.vers.in
157113498266Sopenharmony_ci	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
157213498266Sopenharmony_cilibcurl.plist: $(top_builddir)/config.status $(srcdir)/libcurl.plist.in
157313498266Sopenharmony_ci	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
157413498266Sopenharmony_ci
157513498266Sopenharmony_ciinstall-libLTLIBRARIES: $(lib_LTLIBRARIES)
157613498266Sopenharmony_ci	@$(NORMAL_INSTALL)
157713498266Sopenharmony_ci	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
157813498266Sopenharmony_ci	list2=; for p in $$list; do \
157913498266Sopenharmony_ci	  if test -f $$p; then \
158013498266Sopenharmony_ci	    list2="$$list2 $$p"; \
158113498266Sopenharmony_ci	  else :; fi; \
158213498266Sopenharmony_ci	done; \
158313498266Sopenharmony_ci	test -z "$$list2" || { \
158413498266Sopenharmony_ci	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
158513498266Sopenharmony_ci	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
158613498266Sopenharmony_ci	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
158713498266Sopenharmony_ci	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
158813498266Sopenharmony_ci	}
158913498266Sopenharmony_ci
159013498266Sopenharmony_ciuninstall-libLTLIBRARIES:
159113498266Sopenharmony_ci	@$(NORMAL_UNINSTALL)
159213498266Sopenharmony_ci	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
159313498266Sopenharmony_ci	for p in $$list; do \
159413498266Sopenharmony_ci	  $(am__strip_dir) \
159513498266Sopenharmony_ci	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
159613498266Sopenharmony_ci	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
159713498266Sopenharmony_ci	done
159813498266Sopenharmony_ci
159913498266Sopenharmony_ciclean-libLTLIBRARIES:
160013498266Sopenharmony_ci	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
160113498266Sopenharmony_ci	@list='$(lib_LTLIBRARIES)'; \
160213498266Sopenharmony_ci	locs=`for p in $$list; do echo $$p; done | \
160313498266Sopenharmony_ci	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
160413498266Sopenharmony_ci	      sort -u`; \
160513498266Sopenharmony_ci	test -z "$$locs" || { \
160613498266Sopenharmony_ci	  echo rm -f $${locs}; \
160713498266Sopenharmony_ci	  rm -f $${locs}; \
160813498266Sopenharmony_ci	}
160913498266Sopenharmony_ci
161013498266Sopenharmony_ciclean-noinstLTLIBRARIES:
161113498266Sopenharmony_ci	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
161213498266Sopenharmony_ci	@list='$(noinst_LTLIBRARIES)'; \
161313498266Sopenharmony_ci	locs=`for p in $$list; do echo $$p; done | \
161413498266Sopenharmony_ci	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
161513498266Sopenharmony_ci	      sort -u`; \
161613498266Sopenharmony_ci	test -z "$$locs" || { \
161713498266Sopenharmony_ci	  echo rm -f $${locs}; \
161813498266Sopenharmony_ci	  rm -f $${locs}; \
161913498266Sopenharmony_ci	}
162013498266Sopenharmony_civauth/$(am__dirstamp):
162113498266Sopenharmony_ci	@$(MKDIR_P) vauth
162213498266Sopenharmony_ci	@: > vauth/$(am__dirstamp)
162313498266Sopenharmony_civauth/$(DEPDIR)/$(am__dirstamp):
162413498266Sopenharmony_ci	@$(MKDIR_P) vauth/$(DEPDIR)
162513498266Sopenharmony_ci	@: > vauth/$(DEPDIR)/$(am__dirstamp)
162613498266Sopenharmony_civauth/libcurl_la-cleartext.lo: vauth/$(am__dirstamp) \
162713498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
162813498266Sopenharmony_civauth/libcurl_la-cram.lo: vauth/$(am__dirstamp) \
162913498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
163013498266Sopenharmony_civauth/libcurl_la-digest.lo: vauth/$(am__dirstamp) \
163113498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
163213498266Sopenharmony_civauth/libcurl_la-digest_sspi.lo: vauth/$(am__dirstamp) \
163313498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
163413498266Sopenharmony_civauth/libcurl_la-gsasl.lo: vauth/$(am__dirstamp) \
163513498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
163613498266Sopenharmony_civauth/libcurl_la-krb5_gssapi.lo: vauth/$(am__dirstamp) \
163713498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
163813498266Sopenharmony_civauth/libcurl_la-krb5_sspi.lo: vauth/$(am__dirstamp) \
163913498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
164013498266Sopenharmony_civauth/libcurl_la-ntlm.lo: vauth/$(am__dirstamp) \
164113498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
164213498266Sopenharmony_civauth/libcurl_la-ntlm_sspi.lo: vauth/$(am__dirstamp) \
164313498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
164413498266Sopenharmony_civauth/libcurl_la-oauth2.lo: vauth/$(am__dirstamp) \
164513498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
164613498266Sopenharmony_civauth/libcurl_la-spnego_gssapi.lo: vauth/$(am__dirstamp) \
164713498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
164813498266Sopenharmony_civauth/libcurl_la-spnego_sspi.lo: vauth/$(am__dirstamp) \
164913498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
165013498266Sopenharmony_civauth/libcurl_la-vauth.lo: vauth/$(am__dirstamp) \
165113498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
165213498266Sopenharmony_civtls/$(am__dirstamp):
165313498266Sopenharmony_ci	@$(MKDIR_P) vtls
165413498266Sopenharmony_ci	@: > vtls/$(am__dirstamp)
165513498266Sopenharmony_civtls/$(DEPDIR)/$(am__dirstamp):
165613498266Sopenharmony_ci	@$(MKDIR_P) vtls/$(DEPDIR)
165713498266Sopenharmony_ci	@: > vtls/$(DEPDIR)/$(am__dirstamp)
165813498266Sopenharmony_civtls/libcurl_la-bearssl.lo: vtls/$(am__dirstamp) \
165913498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
166013498266Sopenharmony_civtls/libcurl_la-gtls.lo: vtls/$(am__dirstamp) \
166113498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
166213498266Sopenharmony_civtls/libcurl_la-hostcheck.lo: vtls/$(am__dirstamp) \
166313498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
166413498266Sopenharmony_civtls/libcurl_la-keylog.lo: vtls/$(am__dirstamp) \
166513498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
166613498266Sopenharmony_civtls/libcurl_la-mbedtls.lo: vtls/$(am__dirstamp) \
166713498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
166813498266Sopenharmony_civtls/libcurl_la-mbedtls_threadlock.lo: vtls/$(am__dirstamp) \
166913498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
167013498266Sopenharmony_civtls/libcurl_la-openssl.lo: vtls/$(am__dirstamp) \
167113498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
167213498266Sopenharmony_civtls/libcurl_la-rustls.lo: vtls/$(am__dirstamp) \
167313498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
167413498266Sopenharmony_civtls/libcurl_la-schannel.lo: vtls/$(am__dirstamp) \
167513498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
167613498266Sopenharmony_civtls/libcurl_la-schannel_verify.lo: vtls/$(am__dirstamp) \
167713498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
167813498266Sopenharmony_civtls/libcurl_la-sectransp.lo: vtls/$(am__dirstamp) \
167913498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
168013498266Sopenharmony_civtls/libcurl_la-vtls.lo: vtls/$(am__dirstamp) \
168113498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
168213498266Sopenharmony_civtls/libcurl_la-wolfssl.lo: vtls/$(am__dirstamp) \
168313498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
168413498266Sopenharmony_civtls/libcurl_la-x509asn1.lo: vtls/$(am__dirstamp) \
168513498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
168613498266Sopenharmony_civquic/$(am__dirstamp):
168713498266Sopenharmony_ci	@$(MKDIR_P) vquic
168813498266Sopenharmony_ci	@: > vquic/$(am__dirstamp)
168913498266Sopenharmony_civquic/$(DEPDIR)/$(am__dirstamp):
169013498266Sopenharmony_ci	@$(MKDIR_P) vquic/$(DEPDIR)
169113498266Sopenharmony_ci	@: > vquic/$(DEPDIR)/$(am__dirstamp)
169213498266Sopenharmony_civquic/libcurl_la-curl_msh3.lo: vquic/$(am__dirstamp) \
169313498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
169413498266Sopenharmony_civquic/libcurl_la-curl_ngtcp2.lo: vquic/$(am__dirstamp) \
169513498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
169613498266Sopenharmony_civquic/libcurl_la-curl_osslq.lo: vquic/$(am__dirstamp) \
169713498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
169813498266Sopenharmony_civquic/libcurl_la-curl_quiche.lo: vquic/$(am__dirstamp) \
169913498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
170013498266Sopenharmony_civquic/libcurl_la-vquic.lo: vquic/$(am__dirstamp) \
170113498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
170213498266Sopenharmony_civquic/libcurl_la-vquic-tls.lo: vquic/$(am__dirstamp) \
170313498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
170413498266Sopenharmony_civssh/$(am__dirstamp):
170513498266Sopenharmony_ci	@$(MKDIR_P) vssh
170613498266Sopenharmony_ci	@: > vssh/$(am__dirstamp)
170713498266Sopenharmony_civssh/$(DEPDIR)/$(am__dirstamp):
170813498266Sopenharmony_ci	@$(MKDIR_P) vssh/$(DEPDIR)
170913498266Sopenharmony_ci	@: > vssh/$(DEPDIR)/$(am__dirstamp)
171013498266Sopenharmony_civssh/libcurl_la-libssh.lo: vssh/$(am__dirstamp) \
171113498266Sopenharmony_ci	vssh/$(DEPDIR)/$(am__dirstamp)
171213498266Sopenharmony_civssh/libcurl_la-libssh2.lo: vssh/$(am__dirstamp) \
171313498266Sopenharmony_ci	vssh/$(DEPDIR)/$(am__dirstamp)
171413498266Sopenharmony_civssh/libcurl_la-wolfssh.lo: vssh/$(am__dirstamp) \
171513498266Sopenharmony_ci	vssh/$(DEPDIR)/$(am__dirstamp)
171613498266Sopenharmony_ci
171713498266Sopenharmony_cilibcurl.la: $(libcurl_la_OBJECTS) $(libcurl_la_DEPENDENCIES) $(EXTRA_libcurl_la_DEPENDENCIES) 
171813498266Sopenharmony_ci	$(AM_V_CCLD)$(libcurl_la_LINK) -rpath $(libdir) $(libcurl_la_OBJECTS) $(libcurl_la_LIBADD) $(LIBS)
171913498266Sopenharmony_civauth/libcurlu_la-cleartext.lo: vauth/$(am__dirstamp) \
172013498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
172113498266Sopenharmony_civauth/libcurlu_la-cram.lo: vauth/$(am__dirstamp) \
172213498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
172313498266Sopenharmony_civauth/libcurlu_la-digest.lo: vauth/$(am__dirstamp) \
172413498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
172513498266Sopenharmony_civauth/libcurlu_la-digest_sspi.lo: vauth/$(am__dirstamp) \
172613498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
172713498266Sopenharmony_civauth/libcurlu_la-gsasl.lo: vauth/$(am__dirstamp) \
172813498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
172913498266Sopenharmony_civauth/libcurlu_la-krb5_gssapi.lo: vauth/$(am__dirstamp) \
173013498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
173113498266Sopenharmony_civauth/libcurlu_la-krb5_sspi.lo: vauth/$(am__dirstamp) \
173213498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
173313498266Sopenharmony_civauth/libcurlu_la-ntlm.lo: vauth/$(am__dirstamp) \
173413498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
173513498266Sopenharmony_civauth/libcurlu_la-ntlm_sspi.lo: vauth/$(am__dirstamp) \
173613498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
173713498266Sopenharmony_civauth/libcurlu_la-oauth2.lo: vauth/$(am__dirstamp) \
173813498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
173913498266Sopenharmony_civauth/libcurlu_la-spnego_gssapi.lo: vauth/$(am__dirstamp) \
174013498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
174113498266Sopenharmony_civauth/libcurlu_la-spnego_sspi.lo: vauth/$(am__dirstamp) \
174213498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
174313498266Sopenharmony_civauth/libcurlu_la-vauth.lo: vauth/$(am__dirstamp) \
174413498266Sopenharmony_ci	vauth/$(DEPDIR)/$(am__dirstamp)
174513498266Sopenharmony_civtls/libcurlu_la-bearssl.lo: vtls/$(am__dirstamp) \
174613498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
174713498266Sopenharmony_civtls/libcurlu_la-gtls.lo: vtls/$(am__dirstamp) \
174813498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
174913498266Sopenharmony_civtls/libcurlu_la-hostcheck.lo: vtls/$(am__dirstamp) \
175013498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
175113498266Sopenharmony_civtls/libcurlu_la-keylog.lo: vtls/$(am__dirstamp) \
175213498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
175313498266Sopenharmony_civtls/libcurlu_la-mbedtls.lo: vtls/$(am__dirstamp) \
175413498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
175513498266Sopenharmony_civtls/libcurlu_la-mbedtls_threadlock.lo: vtls/$(am__dirstamp) \
175613498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
175713498266Sopenharmony_civtls/libcurlu_la-openssl.lo: vtls/$(am__dirstamp) \
175813498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
175913498266Sopenharmony_civtls/libcurlu_la-rustls.lo: vtls/$(am__dirstamp) \
176013498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
176113498266Sopenharmony_civtls/libcurlu_la-schannel.lo: vtls/$(am__dirstamp) \
176213498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
176313498266Sopenharmony_civtls/libcurlu_la-schannel_verify.lo: vtls/$(am__dirstamp) \
176413498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
176513498266Sopenharmony_civtls/libcurlu_la-sectransp.lo: vtls/$(am__dirstamp) \
176613498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
176713498266Sopenharmony_civtls/libcurlu_la-vtls.lo: vtls/$(am__dirstamp) \
176813498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
176913498266Sopenharmony_civtls/libcurlu_la-wolfssl.lo: vtls/$(am__dirstamp) \
177013498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
177113498266Sopenharmony_civtls/libcurlu_la-x509asn1.lo: vtls/$(am__dirstamp) \
177213498266Sopenharmony_ci	vtls/$(DEPDIR)/$(am__dirstamp)
177313498266Sopenharmony_civquic/libcurlu_la-curl_msh3.lo: vquic/$(am__dirstamp) \
177413498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
177513498266Sopenharmony_civquic/libcurlu_la-curl_ngtcp2.lo: vquic/$(am__dirstamp) \
177613498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
177713498266Sopenharmony_civquic/libcurlu_la-curl_osslq.lo: vquic/$(am__dirstamp) \
177813498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
177913498266Sopenharmony_civquic/libcurlu_la-curl_quiche.lo: vquic/$(am__dirstamp) \
178013498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
178113498266Sopenharmony_civquic/libcurlu_la-vquic.lo: vquic/$(am__dirstamp) \
178213498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
178313498266Sopenharmony_civquic/libcurlu_la-vquic-tls.lo: vquic/$(am__dirstamp) \
178413498266Sopenharmony_ci	vquic/$(DEPDIR)/$(am__dirstamp)
178513498266Sopenharmony_civssh/libcurlu_la-libssh.lo: vssh/$(am__dirstamp) \
178613498266Sopenharmony_ci	vssh/$(DEPDIR)/$(am__dirstamp)
178713498266Sopenharmony_civssh/libcurlu_la-libssh2.lo: vssh/$(am__dirstamp) \
178813498266Sopenharmony_ci	vssh/$(DEPDIR)/$(am__dirstamp)
178913498266Sopenharmony_civssh/libcurlu_la-wolfssh.lo: vssh/$(am__dirstamp) \
179013498266Sopenharmony_ci	vssh/$(DEPDIR)/$(am__dirstamp)
179113498266Sopenharmony_ci
179213498266Sopenharmony_cilibcurlu.la: $(libcurlu_la_OBJECTS) $(libcurlu_la_DEPENDENCIES) $(EXTRA_libcurlu_la_DEPENDENCIES) 
179313498266Sopenharmony_ci	$(AM_V_CCLD)$(libcurlu_la_LINK) $(am_libcurlu_la_rpath) $(libcurlu_la_OBJECTS) $(libcurlu_la_LIBADD) $(LIBS)
179413498266Sopenharmony_ci
179513498266Sopenharmony_cimostlyclean-compile:
179613498266Sopenharmony_ci	-rm -f *.$(OBJEXT)
179713498266Sopenharmony_ci	-rm -f vauth/*.$(OBJEXT)
179813498266Sopenharmony_ci	-rm -f vauth/*.lo
179913498266Sopenharmony_ci	-rm -f vquic/*.$(OBJEXT)
180013498266Sopenharmony_ci	-rm -f vquic/*.lo
180113498266Sopenharmony_ci	-rm -f vssh/*.$(OBJEXT)
180213498266Sopenharmony_ci	-rm -f vssh/*.lo
180313498266Sopenharmony_ci	-rm -f vtls/*.$(OBJEXT)
180413498266Sopenharmony_ci	-rm -f vtls/*.lo
180513498266Sopenharmony_ci
180613498266Sopenharmony_cidistclean-compile:
180713498266Sopenharmony_ci	-rm -f *.tab.c
180813498266Sopenharmony_ci
180913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-altsvc.Plo@am__quote@ # am--include-marker
181013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-amigaos.Plo@am__quote@ # am--include-marker
181113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-asyn-ares.Plo@am__quote@ # am--include-marker
181213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-asyn-thread.Plo@am__quote@ # am--include-marker
181313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-base64.Plo@am__quote@ # am--include-marker
181413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-bufq.Plo@am__quote@ # am--include-marker
181513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-bufref.Plo@am__quote@ # am--include-marker
181613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-c-hyper.Plo@am__quote@ # am--include-marker
181713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-cf-h1-proxy.Plo@am__quote@ # am--include-marker
181813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-cf-h2-proxy.Plo@am__quote@ # am--include-marker
181913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-cf-haproxy.Plo@am__quote@ # am--include-marker
182013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-cf-https-connect.Plo@am__quote@ # am--include-marker
182113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-cf-socket.Plo@am__quote@ # am--include-marker
182213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-cfilters.Plo@am__quote@ # am--include-marker
182313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-conncache.Plo@am__quote@ # am--include-marker
182413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-connect.Plo@am__quote@ # am--include-marker
182513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-content_encoding.Plo@am__quote@ # am--include-marker
182613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-cookie.Plo@am__quote@ # am--include-marker
182713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_addrinfo.Plo@am__quote@ # am--include-marker
182813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_des.Plo@am__quote@ # am--include-marker
182913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_endian.Plo@am__quote@ # am--include-marker
183013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_fnmatch.Plo@am__quote@ # am--include-marker
183113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_get_line.Plo@am__quote@ # am--include-marker
183213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_gethostname.Plo@am__quote@ # am--include-marker
183313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_gssapi.Plo@am__quote@ # am--include-marker
183413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_memrchr.Plo@am__quote@ # am--include-marker
183513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_multibyte.Plo@am__quote@ # am--include-marker
183613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_ntlm_core.Plo@am__quote@ # am--include-marker
183713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_ntlm_wb.Plo@am__quote@ # am--include-marker
183813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_path.Plo@am__quote@ # am--include-marker
183913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_range.Plo@am__quote@ # am--include-marker
184013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_rtmp.Plo@am__quote@ # am--include-marker
184113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_sasl.Plo@am__quote@ # am--include-marker
184213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_sspi.Plo@am__quote@ # am--include-marker
184313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_threads.Plo@am__quote@ # am--include-marker
184413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-curl_trc.Plo@am__quote@ # am--include-marker
184513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-dict.Plo@am__quote@ # am--include-marker
184613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-doh.Plo@am__quote@ # am--include-marker
184713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-dynbuf.Plo@am__quote@ # am--include-marker
184813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-dynhds.Plo@am__quote@ # am--include-marker
184913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-easy.Plo@am__quote@ # am--include-marker
185013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-easygetopt.Plo@am__quote@ # am--include-marker
185113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-easyoptions.Plo@am__quote@ # am--include-marker
185213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-escape.Plo@am__quote@ # am--include-marker
185313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-file.Plo@am__quote@ # am--include-marker
185413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-fileinfo.Plo@am__quote@ # am--include-marker
185513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-fopen.Plo@am__quote@ # am--include-marker
185613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-formdata.Plo@am__quote@ # am--include-marker
185713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ftp.Plo@am__quote@ # am--include-marker
185813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ftplistparser.Plo@am__quote@ # am--include-marker
185913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-getenv.Plo@am__quote@ # am--include-marker
186013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-getinfo.Plo@am__quote@ # am--include-marker
186113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-gopher.Plo@am__quote@ # am--include-marker
186213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hash.Plo@am__quote@ # am--include-marker
186313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-headers.Plo@am__quote@ # am--include-marker
186413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hmac.Plo@am__quote@ # am--include-marker
186513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostasyn.Plo@am__quote@ # am--include-marker
186613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostip.Plo@am__quote@ # am--include-marker
186713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostip4.Plo@am__quote@ # am--include-marker
186813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostip6.Plo@am__quote@ # am--include-marker
186913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hostsyn.Plo@am__quote@ # am--include-marker
187013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-hsts.Plo@am__quote@ # am--include-marker
187113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http.Plo@am__quote@ # am--include-marker
187213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http1.Plo@am__quote@ # am--include-marker
187313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http2.Plo@am__quote@ # am--include-marker
187413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_aws_sigv4.Plo@am__quote@ # am--include-marker
187513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_chunks.Plo@am__quote@ # am--include-marker
187613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_digest.Plo@am__quote@ # am--include-marker
187713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_negotiate.Plo@am__quote@ # am--include-marker
187813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_ntlm.Plo@am__quote@ # am--include-marker
187913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-http_proxy.Plo@am__quote@ # am--include-marker
188013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-idn.Plo@am__quote@ # am--include-marker
188113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-if2ip.Plo@am__quote@ # am--include-marker
188213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-imap.Plo@am__quote@ # am--include-marker
188313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-inet_ntop.Plo@am__quote@ # am--include-marker
188413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-inet_pton.Plo@am__quote@ # am--include-marker
188513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-krb5.Plo@am__quote@ # am--include-marker
188613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ldap.Plo@am__quote@ # am--include-marker
188713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-llist.Plo@am__quote@ # am--include-marker
188813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-macos.Plo@am__quote@ # am--include-marker
188913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-md4.Plo@am__quote@ # am--include-marker
189013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-md5.Plo@am__quote@ # am--include-marker
189113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-memdebug.Plo@am__quote@ # am--include-marker
189213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-mime.Plo@am__quote@ # am--include-marker
189313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-mprintf.Plo@am__quote@ # am--include-marker
189413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-mqtt.Plo@am__quote@ # am--include-marker
189513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-multi.Plo@am__quote@ # am--include-marker
189613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-netrc.Plo@am__quote@ # am--include-marker
189713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-nonblock.Plo@am__quote@ # am--include-marker
189813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-noproxy.Plo@am__quote@ # am--include-marker
189913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-openldap.Plo@am__quote@ # am--include-marker
190013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-parsedate.Plo@am__quote@ # am--include-marker
190113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-pingpong.Plo@am__quote@ # am--include-marker
190213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-pop3.Plo@am__quote@ # am--include-marker
190313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-progress.Plo@am__quote@ # am--include-marker
190413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-psl.Plo@am__quote@ # am--include-marker
190513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-rand.Plo@am__quote@ # am--include-marker
190613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-rename.Plo@am__quote@ # am--include-marker
190713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-rtsp.Plo@am__quote@ # am--include-marker
190813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-select.Plo@am__quote@ # am--include-marker
190913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-sendf.Plo@am__quote@ # am--include-marker
191013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-setopt.Plo@am__quote@ # am--include-marker
191113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-sha256.Plo@am__quote@ # am--include-marker
191213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-share.Plo@am__quote@ # am--include-marker
191313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-slist.Plo@am__quote@ # am--include-marker
191413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-smb.Plo@am__quote@ # am--include-marker
191513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-smtp.Plo@am__quote@ # am--include-marker
191613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-socketpair.Plo@am__quote@ # am--include-marker
191713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-socks.Plo@am__quote@ # am--include-marker
191813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-socks_gssapi.Plo@am__quote@ # am--include-marker
191913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-socks_sspi.Plo@am__quote@ # am--include-marker
192013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-speedcheck.Plo@am__quote@ # am--include-marker
192113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-splay.Plo@am__quote@ # am--include-marker
192213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strcase.Plo@am__quote@ # am--include-marker
192313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strdup.Plo@am__quote@ # am--include-marker
192413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strerror.Plo@am__quote@ # am--include-marker
192513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strtok.Plo@am__quote@ # am--include-marker
192613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-strtoofft.Plo@am__quote@ # am--include-marker
192713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-system_win32.Plo@am__quote@ # am--include-marker
192813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-telnet.Plo@am__quote@ # am--include-marker
192913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-tftp.Plo@am__quote@ # am--include-marker
193013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-timediff.Plo@am__quote@ # am--include-marker
193113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-timeval.Plo@am__quote@ # am--include-marker
193213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-transfer.Plo@am__quote@ # am--include-marker
193313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-url.Plo@am__quote@ # am--include-marker
193413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-urlapi.Plo@am__quote@ # am--include-marker
193513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-version.Plo@am__quote@ # am--include-marker
193613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-version_win32.Plo@am__quote@ # am--include-marker
193713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-warnless.Plo@am__quote@ # am--include-marker
193813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ws.Plo@am__quote@ # am--include-marker
193913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-altsvc.Plo@am__quote@ # am--include-marker
194013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-amigaos.Plo@am__quote@ # am--include-marker
194113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-asyn-ares.Plo@am__quote@ # am--include-marker
194213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-asyn-thread.Plo@am__quote@ # am--include-marker
194313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-base64.Plo@am__quote@ # am--include-marker
194413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-bufq.Plo@am__quote@ # am--include-marker
194513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-bufref.Plo@am__quote@ # am--include-marker
194613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-c-hyper.Plo@am__quote@ # am--include-marker
194713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cf-h1-proxy.Plo@am__quote@ # am--include-marker
194813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cf-h2-proxy.Plo@am__quote@ # am--include-marker
194913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cf-haproxy.Plo@am__quote@ # am--include-marker
195013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cf-https-connect.Plo@am__quote@ # am--include-marker
195113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cf-socket.Plo@am__quote@ # am--include-marker
195213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cfilters.Plo@am__quote@ # am--include-marker
195313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-conncache.Plo@am__quote@ # am--include-marker
195413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-connect.Plo@am__quote@ # am--include-marker
195513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-content_encoding.Plo@am__quote@ # am--include-marker
195613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-cookie.Plo@am__quote@ # am--include-marker
195713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_addrinfo.Plo@am__quote@ # am--include-marker
195813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_des.Plo@am__quote@ # am--include-marker
195913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_endian.Plo@am__quote@ # am--include-marker
196013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_fnmatch.Plo@am__quote@ # am--include-marker
196113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_get_line.Plo@am__quote@ # am--include-marker
196213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_gethostname.Plo@am__quote@ # am--include-marker
196313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_gssapi.Plo@am__quote@ # am--include-marker
196413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_memrchr.Plo@am__quote@ # am--include-marker
196513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_multibyte.Plo@am__quote@ # am--include-marker
196613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_ntlm_core.Plo@am__quote@ # am--include-marker
196713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Plo@am__quote@ # am--include-marker
196813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_path.Plo@am__quote@ # am--include-marker
196913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_range.Plo@am__quote@ # am--include-marker
197013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_rtmp.Plo@am__quote@ # am--include-marker
197113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_sasl.Plo@am__quote@ # am--include-marker
197213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_sspi.Plo@am__quote@ # am--include-marker
197313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_threads.Plo@am__quote@ # am--include-marker
197413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-curl_trc.Plo@am__quote@ # am--include-marker
197513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-dict.Plo@am__quote@ # am--include-marker
197613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-doh.Plo@am__quote@ # am--include-marker
197713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-dynbuf.Plo@am__quote@ # am--include-marker
197813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-dynhds.Plo@am__quote@ # am--include-marker
197913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-easy.Plo@am__quote@ # am--include-marker
198013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-easygetopt.Plo@am__quote@ # am--include-marker
198113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-easyoptions.Plo@am__quote@ # am--include-marker
198213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-escape.Plo@am__quote@ # am--include-marker
198313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-file.Plo@am__quote@ # am--include-marker
198413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-fileinfo.Plo@am__quote@ # am--include-marker
198513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-fopen.Plo@am__quote@ # am--include-marker
198613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-formdata.Plo@am__quote@ # am--include-marker
198713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ftp.Plo@am__quote@ # am--include-marker
198813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ftplistparser.Plo@am__quote@ # am--include-marker
198913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-getenv.Plo@am__quote@ # am--include-marker
199013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-getinfo.Plo@am__quote@ # am--include-marker
199113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-gopher.Plo@am__quote@ # am--include-marker
199213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hash.Plo@am__quote@ # am--include-marker
199313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-headers.Plo@am__quote@ # am--include-marker
199413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hmac.Plo@am__quote@ # am--include-marker
199513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostasyn.Plo@am__quote@ # am--include-marker
199613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip.Plo@am__quote@ # am--include-marker
199713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip4.Plo@am__quote@ # am--include-marker
199813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostip6.Plo@am__quote@ # am--include-marker
199913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hostsyn.Plo@am__quote@ # am--include-marker
200013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-hsts.Plo@am__quote@ # am--include-marker
200113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http.Plo@am__quote@ # am--include-marker
200213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http1.Plo@am__quote@ # am--include-marker
200313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http2.Plo@am__quote@ # am--include-marker
200413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_aws_sigv4.Plo@am__quote@ # am--include-marker
200513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_chunks.Plo@am__quote@ # am--include-marker
200613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_digest.Plo@am__quote@ # am--include-marker
200713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_negotiate.Plo@am__quote@ # am--include-marker
200813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_ntlm.Plo@am__quote@ # am--include-marker
200913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-http_proxy.Plo@am__quote@ # am--include-marker
201013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-idn.Plo@am__quote@ # am--include-marker
201113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-if2ip.Plo@am__quote@ # am--include-marker
201213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-imap.Plo@am__quote@ # am--include-marker
201313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-inet_ntop.Plo@am__quote@ # am--include-marker
201413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-inet_pton.Plo@am__quote@ # am--include-marker
201513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-krb5.Plo@am__quote@ # am--include-marker
201613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ldap.Plo@am__quote@ # am--include-marker
201713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-llist.Plo@am__quote@ # am--include-marker
201813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-macos.Plo@am__quote@ # am--include-marker
201913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-md4.Plo@am__quote@ # am--include-marker
202013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-md5.Plo@am__quote@ # am--include-marker
202113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-memdebug.Plo@am__quote@ # am--include-marker
202213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-mime.Plo@am__quote@ # am--include-marker
202313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-mprintf.Plo@am__quote@ # am--include-marker
202413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-mqtt.Plo@am__quote@ # am--include-marker
202513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-multi.Plo@am__quote@ # am--include-marker
202613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-netrc.Plo@am__quote@ # am--include-marker
202713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-nonblock.Plo@am__quote@ # am--include-marker
202813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-noproxy.Plo@am__quote@ # am--include-marker
202913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-openldap.Plo@am__quote@ # am--include-marker
203013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-parsedate.Plo@am__quote@ # am--include-marker
203113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-pingpong.Plo@am__quote@ # am--include-marker
203213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-pop3.Plo@am__quote@ # am--include-marker
203313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-progress.Plo@am__quote@ # am--include-marker
203413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-psl.Plo@am__quote@ # am--include-marker
203513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-rand.Plo@am__quote@ # am--include-marker
203613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-rename.Plo@am__quote@ # am--include-marker
203713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-rtsp.Plo@am__quote@ # am--include-marker
203813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-select.Plo@am__quote@ # am--include-marker
203913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-sendf.Plo@am__quote@ # am--include-marker
204013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-setopt.Plo@am__quote@ # am--include-marker
204113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-sha256.Plo@am__quote@ # am--include-marker
204213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-share.Plo@am__quote@ # am--include-marker
204313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-slist.Plo@am__quote@ # am--include-marker
204413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-smb.Plo@am__quote@ # am--include-marker
204513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-smtp.Plo@am__quote@ # am--include-marker
204613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socketpair.Plo@am__quote@ # am--include-marker
204713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks.Plo@am__quote@ # am--include-marker
204813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks_gssapi.Plo@am__quote@ # am--include-marker
204913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-socks_sspi.Plo@am__quote@ # am--include-marker
205013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-speedcheck.Plo@am__quote@ # am--include-marker
205113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-splay.Plo@am__quote@ # am--include-marker
205213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strcase.Plo@am__quote@ # am--include-marker
205313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strdup.Plo@am__quote@ # am--include-marker
205413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strerror.Plo@am__quote@ # am--include-marker
205513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strtok.Plo@am__quote@ # am--include-marker
205613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-strtoofft.Plo@am__quote@ # am--include-marker
205713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-system_win32.Plo@am__quote@ # am--include-marker
205813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-telnet.Plo@am__quote@ # am--include-marker
205913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-tftp.Plo@am__quote@ # am--include-marker
206013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-timediff.Plo@am__quote@ # am--include-marker
206113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-timeval.Plo@am__quote@ # am--include-marker
206213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-transfer.Plo@am__quote@ # am--include-marker
206313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-url.Plo@am__quote@ # am--include-marker
206413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-urlapi.Plo@am__quote@ # am--include-marker
206513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-version.Plo@am__quote@ # am--include-marker
206613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-version_win32.Plo@am__quote@ # am--include-marker
206713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-warnless.Plo@am__quote@ # am--include-marker
206813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ws.Plo@am__quote@ # am--include-marker
206913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-cleartext.Plo@am__quote@ # am--include-marker
207013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-cram.Plo@am__quote@ # am--include-marker
207113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-digest.Plo@am__quote@ # am--include-marker
207213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-digest_sspi.Plo@am__quote@ # am--include-marker
207313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-gsasl.Plo@am__quote@ # am--include-marker
207413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-krb5_gssapi.Plo@am__quote@ # am--include-marker
207513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-krb5_sspi.Plo@am__quote@ # am--include-marker
207613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-ntlm.Plo@am__quote@ # am--include-marker
207713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-ntlm_sspi.Plo@am__quote@ # am--include-marker
207813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-oauth2.Plo@am__quote@ # am--include-marker
207913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-spnego_gssapi.Plo@am__quote@ # am--include-marker
208013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-spnego_sspi.Plo@am__quote@ # am--include-marker
208113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurl_la-vauth.Plo@am__quote@ # am--include-marker
208213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-cleartext.Plo@am__quote@ # am--include-marker
208313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-cram.Plo@am__quote@ # am--include-marker
208413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-digest.Plo@am__quote@ # am--include-marker
208513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-digest_sspi.Plo@am__quote@ # am--include-marker
208613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-gsasl.Plo@am__quote@ # am--include-marker
208713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-krb5_gssapi.Plo@am__quote@ # am--include-marker
208813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-krb5_sspi.Plo@am__quote@ # am--include-marker
208913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-ntlm.Plo@am__quote@ # am--include-marker
209013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-ntlm_sspi.Plo@am__quote@ # am--include-marker
209113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-oauth2.Plo@am__quote@ # am--include-marker
209213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-spnego_gssapi.Plo@am__quote@ # am--include-marker
209313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-spnego_sspi.Plo@am__quote@ # am--include-marker
209413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vauth/$(DEPDIR)/libcurlu_la-vauth.Plo@am__quote@ # am--include-marker
209513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurl_la-curl_msh3.Plo@am__quote@ # am--include-marker
209613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurl_la-curl_ngtcp2.Plo@am__quote@ # am--include-marker
209713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurl_la-curl_osslq.Plo@am__quote@ # am--include-marker
209813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurl_la-curl_quiche.Plo@am__quote@ # am--include-marker
209913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurl_la-vquic-tls.Plo@am__quote@ # am--include-marker
210013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurl_la-vquic.Plo@am__quote@ # am--include-marker
210113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurlu_la-curl_msh3.Plo@am__quote@ # am--include-marker
210213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurlu_la-curl_ngtcp2.Plo@am__quote@ # am--include-marker
210313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurlu_la-curl_osslq.Plo@am__quote@ # am--include-marker
210413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurlu_la-curl_quiche.Plo@am__quote@ # am--include-marker
210513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurlu_la-vquic-tls.Plo@am__quote@ # am--include-marker
210613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vquic/$(DEPDIR)/libcurlu_la-vquic.Plo@am__quote@ # am--include-marker
210713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vssh/$(DEPDIR)/libcurl_la-libssh.Plo@am__quote@ # am--include-marker
210813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vssh/$(DEPDIR)/libcurl_la-libssh2.Plo@am__quote@ # am--include-marker
210913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vssh/$(DEPDIR)/libcurl_la-wolfssh.Plo@am__quote@ # am--include-marker
211013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vssh/$(DEPDIR)/libcurlu_la-libssh.Plo@am__quote@ # am--include-marker
211113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vssh/$(DEPDIR)/libcurlu_la-libssh2.Plo@am__quote@ # am--include-marker
211213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vssh/$(DEPDIR)/libcurlu_la-wolfssh.Plo@am__quote@ # am--include-marker
211313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-bearssl.Plo@am__quote@ # am--include-marker
211413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-gtls.Plo@am__quote@ # am--include-marker
211513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-hostcheck.Plo@am__quote@ # am--include-marker
211613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-keylog.Plo@am__quote@ # am--include-marker
211713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-mbedtls.Plo@am__quote@ # am--include-marker
211813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-mbedtls_threadlock.Plo@am__quote@ # am--include-marker
211913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-openssl.Plo@am__quote@ # am--include-marker
212013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-rustls.Plo@am__quote@ # am--include-marker
212113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-schannel.Plo@am__quote@ # am--include-marker
212213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-schannel_verify.Plo@am__quote@ # am--include-marker
212313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-sectransp.Plo@am__quote@ # am--include-marker
212413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-vtls.Plo@am__quote@ # am--include-marker
212513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-wolfssl.Plo@am__quote@ # am--include-marker
212613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurl_la-x509asn1.Plo@am__quote@ # am--include-marker
212713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-bearssl.Plo@am__quote@ # am--include-marker
212813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-gtls.Plo@am__quote@ # am--include-marker
212913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-hostcheck.Plo@am__quote@ # am--include-marker
213013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-keylog.Plo@am__quote@ # am--include-marker
213113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-mbedtls.Plo@am__quote@ # am--include-marker
213213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-mbedtls_threadlock.Plo@am__quote@ # am--include-marker
213313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-openssl.Plo@am__quote@ # am--include-marker
213413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-rustls.Plo@am__quote@ # am--include-marker
213513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-schannel.Plo@am__quote@ # am--include-marker
213613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-schannel_verify.Plo@am__quote@ # am--include-marker
213713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-sectransp.Plo@am__quote@ # am--include-marker
213813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-vtls.Plo@am__quote@ # am--include-marker
213913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-wolfssl.Plo@am__quote@ # am--include-marker
214013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@vtls/$(DEPDIR)/libcurlu_la-x509asn1.Plo@am__quote@ # am--include-marker
214113498266Sopenharmony_ci
214213498266Sopenharmony_ci$(am__depfiles_remade):
214313498266Sopenharmony_ci	@$(MKDIR_P) $(@D)
214413498266Sopenharmony_ci	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
214513498266Sopenharmony_ci
214613498266Sopenharmony_ciam--depfiles: $(am__depfiles_remade)
214713498266Sopenharmony_ci
214813498266Sopenharmony_ci.c.o:
214913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
215013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
215113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
215213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
215313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
215413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
215513498266Sopenharmony_ci
215613498266Sopenharmony_ci.c.obj:
215713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
215813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
215913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
216013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
216113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
216213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
216313498266Sopenharmony_ci
216413498266Sopenharmony_ci.c.lo:
216513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
216613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
216713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
216813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
216913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
217013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
217113498266Sopenharmony_ci
217213498266Sopenharmony_cilibcurl_la-altsvc.lo: altsvc.c
217313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-altsvc.lo -MD -MP -MF $(DEPDIR)/libcurl_la-altsvc.Tpo -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo '$(srcdir)/'`altsvc.c
217413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-altsvc.Tpo $(DEPDIR)/libcurl_la-altsvc.Plo
217513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='altsvc.c' object='libcurl_la-altsvc.lo' libtool=yes @AMDEPBACKSLASH@
217613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
217713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo '$(srcdir)/'`altsvc.c
217813498266Sopenharmony_ci
217913498266Sopenharmony_cilibcurl_la-amigaos.lo: amigaos.c
218013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-amigaos.lo -MD -MP -MF $(DEPDIR)/libcurl_la-amigaos.Tpo -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo '$(srcdir)/'`amigaos.c
218113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-amigaos.Tpo $(DEPDIR)/libcurl_la-amigaos.Plo
218213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='amigaos.c' object='libcurl_la-amigaos.lo' libtool=yes @AMDEPBACKSLASH@
218313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
218413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo '$(srcdir)/'`amigaos.c
218513498266Sopenharmony_ci
218613498266Sopenharmony_cilibcurl_la-asyn-ares.lo: asyn-ares.c
218713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-asyn-ares.lo -MD -MP -MF $(DEPDIR)/libcurl_la-asyn-ares.Tpo -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo '$(srcdir)/'`asyn-ares.c
218813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-asyn-ares.Tpo $(DEPDIR)/libcurl_la-asyn-ares.Plo
218913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='asyn-ares.c' object='libcurl_la-asyn-ares.lo' libtool=yes @AMDEPBACKSLASH@
219013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
219113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo '$(srcdir)/'`asyn-ares.c
219213498266Sopenharmony_ci
219313498266Sopenharmony_cilibcurl_la-asyn-thread.lo: asyn-thread.c
219413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-asyn-thread.lo -MD -MP -MF $(DEPDIR)/libcurl_la-asyn-thread.Tpo -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo '$(srcdir)/'`asyn-thread.c
219513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-asyn-thread.Tpo $(DEPDIR)/libcurl_la-asyn-thread.Plo
219613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='asyn-thread.c' object='libcurl_la-asyn-thread.lo' libtool=yes @AMDEPBACKSLASH@
219713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
219813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo '$(srcdir)/'`asyn-thread.c
219913498266Sopenharmony_ci
220013498266Sopenharmony_cilibcurl_la-base64.lo: base64.c
220113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-base64.lo -MD -MP -MF $(DEPDIR)/libcurl_la-base64.Tpo -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
220213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-base64.Tpo $(DEPDIR)/libcurl_la-base64.Plo
220313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='base64.c' object='libcurl_la-base64.lo' libtool=yes @AMDEPBACKSLASH@
220413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
220513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
220613498266Sopenharmony_ci
220713498266Sopenharmony_cilibcurl_la-bufq.lo: bufq.c
220813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-bufq.lo -MD -MP -MF $(DEPDIR)/libcurl_la-bufq.Tpo -c -o libcurl_la-bufq.lo `test -f 'bufq.c' || echo '$(srcdir)/'`bufq.c
220913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-bufq.Tpo $(DEPDIR)/libcurl_la-bufq.Plo
221013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bufq.c' object='libcurl_la-bufq.lo' libtool=yes @AMDEPBACKSLASH@
221113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
221213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-bufq.lo `test -f 'bufq.c' || echo '$(srcdir)/'`bufq.c
221313498266Sopenharmony_ci
221413498266Sopenharmony_cilibcurl_la-bufref.lo: bufref.c
221513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-bufref.lo -MD -MP -MF $(DEPDIR)/libcurl_la-bufref.Tpo -c -o libcurl_la-bufref.lo `test -f 'bufref.c' || echo '$(srcdir)/'`bufref.c
221613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-bufref.Tpo $(DEPDIR)/libcurl_la-bufref.Plo
221713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bufref.c' object='libcurl_la-bufref.lo' libtool=yes @AMDEPBACKSLASH@
221813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
221913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-bufref.lo `test -f 'bufref.c' || echo '$(srcdir)/'`bufref.c
222013498266Sopenharmony_ci
222113498266Sopenharmony_cilibcurl_la-c-hyper.lo: c-hyper.c
222213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-c-hyper.lo -MD -MP -MF $(DEPDIR)/libcurl_la-c-hyper.Tpo -c -o libcurl_la-c-hyper.lo `test -f 'c-hyper.c' || echo '$(srcdir)/'`c-hyper.c
222313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-c-hyper.Tpo $(DEPDIR)/libcurl_la-c-hyper.Plo
222413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='c-hyper.c' object='libcurl_la-c-hyper.lo' libtool=yes @AMDEPBACKSLASH@
222513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
222613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-c-hyper.lo `test -f 'c-hyper.c' || echo '$(srcdir)/'`c-hyper.c
222713498266Sopenharmony_ci
222813498266Sopenharmony_cilibcurl_la-cf-h1-proxy.lo: cf-h1-proxy.c
222913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-cf-h1-proxy.lo -MD -MP -MF $(DEPDIR)/libcurl_la-cf-h1-proxy.Tpo -c -o libcurl_la-cf-h1-proxy.lo `test -f 'cf-h1-proxy.c' || echo '$(srcdir)/'`cf-h1-proxy.c
223013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-cf-h1-proxy.Tpo $(DEPDIR)/libcurl_la-cf-h1-proxy.Plo
223113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-h1-proxy.c' object='libcurl_la-cf-h1-proxy.lo' libtool=yes @AMDEPBACKSLASH@
223213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
223313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-cf-h1-proxy.lo `test -f 'cf-h1-proxy.c' || echo '$(srcdir)/'`cf-h1-proxy.c
223413498266Sopenharmony_ci
223513498266Sopenharmony_cilibcurl_la-cf-h2-proxy.lo: cf-h2-proxy.c
223613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-cf-h2-proxy.lo -MD -MP -MF $(DEPDIR)/libcurl_la-cf-h2-proxy.Tpo -c -o libcurl_la-cf-h2-proxy.lo `test -f 'cf-h2-proxy.c' || echo '$(srcdir)/'`cf-h2-proxy.c
223713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-cf-h2-proxy.Tpo $(DEPDIR)/libcurl_la-cf-h2-proxy.Plo
223813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-h2-proxy.c' object='libcurl_la-cf-h2-proxy.lo' libtool=yes @AMDEPBACKSLASH@
223913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
224013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-cf-h2-proxy.lo `test -f 'cf-h2-proxy.c' || echo '$(srcdir)/'`cf-h2-proxy.c
224113498266Sopenharmony_ci
224213498266Sopenharmony_cilibcurl_la-cf-haproxy.lo: cf-haproxy.c
224313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-cf-haproxy.lo -MD -MP -MF $(DEPDIR)/libcurl_la-cf-haproxy.Tpo -c -o libcurl_la-cf-haproxy.lo `test -f 'cf-haproxy.c' || echo '$(srcdir)/'`cf-haproxy.c
224413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-cf-haproxy.Tpo $(DEPDIR)/libcurl_la-cf-haproxy.Plo
224513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-haproxy.c' object='libcurl_la-cf-haproxy.lo' libtool=yes @AMDEPBACKSLASH@
224613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
224713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-cf-haproxy.lo `test -f 'cf-haproxy.c' || echo '$(srcdir)/'`cf-haproxy.c
224813498266Sopenharmony_ci
224913498266Sopenharmony_cilibcurl_la-cf-https-connect.lo: cf-https-connect.c
225013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-cf-https-connect.lo -MD -MP -MF $(DEPDIR)/libcurl_la-cf-https-connect.Tpo -c -o libcurl_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo '$(srcdir)/'`cf-https-connect.c
225113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-cf-https-connect.Tpo $(DEPDIR)/libcurl_la-cf-https-connect.Plo
225213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-https-connect.c' object='libcurl_la-cf-https-connect.lo' libtool=yes @AMDEPBACKSLASH@
225313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
225413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo '$(srcdir)/'`cf-https-connect.c
225513498266Sopenharmony_ci
225613498266Sopenharmony_cilibcurl_la-cf-socket.lo: cf-socket.c
225713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-cf-socket.lo -MD -MP -MF $(DEPDIR)/libcurl_la-cf-socket.Tpo -c -o libcurl_la-cf-socket.lo `test -f 'cf-socket.c' || echo '$(srcdir)/'`cf-socket.c
225813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-cf-socket.Tpo $(DEPDIR)/libcurl_la-cf-socket.Plo
225913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-socket.c' object='libcurl_la-cf-socket.lo' libtool=yes @AMDEPBACKSLASH@
226013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
226113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-cf-socket.lo `test -f 'cf-socket.c' || echo '$(srcdir)/'`cf-socket.c
226213498266Sopenharmony_ci
226313498266Sopenharmony_cilibcurl_la-cfilters.lo: cfilters.c
226413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-cfilters.lo -MD -MP -MF $(DEPDIR)/libcurl_la-cfilters.Tpo -c -o libcurl_la-cfilters.lo `test -f 'cfilters.c' || echo '$(srcdir)/'`cfilters.c
226513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-cfilters.Tpo $(DEPDIR)/libcurl_la-cfilters.Plo
226613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cfilters.c' object='libcurl_la-cfilters.lo' libtool=yes @AMDEPBACKSLASH@
226713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
226813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-cfilters.lo `test -f 'cfilters.c' || echo '$(srcdir)/'`cfilters.c
226913498266Sopenharmony_ci
227013498266Sopenharmony_cilibcurl_la-conncache.lo: conncache.c
227113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-conncache.lo -MD -MP -MF $(DEPDIR)/libcurl_la-conncache.Tpo -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo '$(srcdir)/'`conncache.c
227213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-conncache.Tpo $(DEPDIR)/libcurl_la-conncache.Plo
227313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='conncache.c' object='libcurl_la-conncache.lo' libtool=yes @AMDEPBACKSLASH@
227413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
227513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo '$(srcdir)/'`conncache.c
227613498266Sopenharmony_ci
227713498266Sopenharmony_cilibcurl_la-connect.lo: connect.c
227813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-connect.lo -MD -MP -MF $(DEPDIR)/libcurl_la-connect.Tpo -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c
227913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-connect.Tpo $(DEPDIR)/libcurl_la-connect.Plo
228013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='connect.c' object='libcurl_la-connect.lo' libtool=yes @AMDEPBACKSLASH@
228113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
228213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c
228313498266Sopenharmony_ci
228413498266Sopenharmony_cilibcurl_la-content_encoding.lo: content_encoding.c
228513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-content_encoding.lo -MD -MP -MF $(DEPDIR)/libcurl_la-content_encoding.Tpo -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c
228613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-content_encoding.Tpo $(DEPDIR)/libcurl_la-content_encoding.Plo
228713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='content_encoding.c' object='libcurl_la-content_encoding.lo' libtool=yes @AMDEPBACKSLASH@
228813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
228913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c
229013498266Sopenharmony_ci
229113498266Sopenharmony_cilibcurl_la-cookie.lo: cookie.c
229213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-cookie.lo -MD -MP -MF $(DEPDIR)/libcurl_la-cookie.Tpo -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c
229313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-cookie.Tpo $(DEPDIR)/libcurl_la-cookie.Plo
229413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cookie.c' object='libcurl_la-cookie.lo' libtool=yes @AMDEPBACKSLASH@
229513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
229613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c
229713498266Sopenharmony_ci
229813498266Sopenharmony_cilibcurl_la-curl_addrinfo.lo: curl_addrinfo.c
229913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_addrinfo.Tpo -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c
230013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_addrinfo.Tpo $(DEPDIR)/libcurl_la-curl_addrinfo.Plo
230113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_addrinfo.c' object='libcurl_la-curl_addrinfo.lo' libtool=yes @AMDEPBACKSLASH@
230213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
230313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c
230413498266Sopenharmony_ci
230513498266Sopenharmony_cilibcurl_la-curl_des.lo: curl_des.c
230613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_des.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_des.Tpo -c -o libcurl_la-curl_des.lo `test -f 'curl_des.c' || echo '$(srcdir)/'`curl_des.c
230713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_des.Tpo $(DEPDIR)/libcurl_la-curl_des.Plo
230813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_des.c' object='libcurl_la-curl_des.lo' libtool=yes @AMDEPBACKSLASH@
230913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
231013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_des.lo `test -f 'curl_des.c' || echo '$(srcdir)/'`curl_des.c
231113498266Sopenharmony_ci
231213498266Sopenharmony_cilibcurl_la-curl_endian.lo: curl_endian.c
231313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_endian.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_endian.Tpo -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo '$(srcdir)/'`curl_endian.c
231413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_endian.Tpo $(DEPDIR)/libcurl_la-curl_endian.Plo
231513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_endian.c' object='libcurl_la-curl_endian.lo' libtool=yes @AMDEPBACKSLASH@
231613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
231713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo '$(srcdir)/'`curl_endian.c
231813498266Sopenharmony_ci
231913498266Sopenharmony_cilibcurl_la-curl_fnmatch.lo: curl_fnmatch.c
232013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_fnmatch.Tpo -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c
232113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_fnmatch.Tpo $(DEPDIR)/libcurl_la-curl_fnmatch.Plo
232213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_fnmatch.c' object='libcurl_la-curl_fnmatch.lo' libtool=yes @AMDEPBACKSLASH@
232313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
232413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c
232513498266Sopenharmony_ci
232613498266Sopenharmony_cilibcurl_la-curl_get_line.lo: curl_get_line.c
232713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_get_line.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_get_line.Tpo -c -o libcurl_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo '$(srcdir)/'`curl_get_line.c
232813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_get_line.Tpo $(DEPDIR)/libcurl_la-curl_get_line.Plo
232913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_get_line.c' object='libcurl_la-curl_get_line.lo' libtool=yes @AMDEPBACKSLASH@
233013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
233113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo '$(srcdir)/'`curl_get_line.c
233213498266Sopenharmony_ci
233313498266Sopenharmony_cilibcurl_la-curl_gethostname.lo: curl_gethostname.c
233413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_gethostname.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_gethostname.Tpo -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c
233513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_gethostname.Tpo $(DEPDIR)/libcurl_la-curl_gethostname.Plo
233613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_gethostname.c' object='libcurl_la-curl_gethostname.lo' libtool=yes @AMDEPBACKSLASH@
233713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
233813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c
233913498266Sopenharmony_ci
234013498266Sopenharmony_cilibcurl_la-curl_gssapi.lo: curl_gssapi.c
234113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_gssapi.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_gssapi.Tpo -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo '$(srcdir)/'`curl_gssapi.c
234213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_gssapi.Tpo $(DEPDIR)/libcurl_la-curl_gssapi.Plo
234313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_gssapi.c' object='libcurl_la-curl_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
234413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
234513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo '$(srcdir)/'`curl_gssapi.c
234613498266Sopenharmony_ci
234713498266Sopenharmony_cilibcurl_la-curl_memrchr.lo: curl_memrchr.c
234813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_memrchr.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_memrchr.Tpo -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c
234913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_memrchr.Tpo $(DEPDIR)/libcurl_la-curl_memrchr.Plo
235013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_memrchr.c' object='libcurl_la-curl_memrchr.lo' libtool=yes @AMDEPBACKSLASH@
235113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
235213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c
235313498266Sopenharmony_ci
235413498266Sopenharmony_cilibcurl_la-curl_multibyte.lo: curl_multibyte.c
235513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_multibyte.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_multibyte.Tpo -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo '$(srcdir)/'`curl_multibyte.c
235613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_multibyte.Tpo $(DEPDIR)/libcurl_la-curl_multibyte.Plo
235713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_multibyte.c' object='libcurl_la-curl_multibyte.lo' libtool=yes @AMDEPBACKSLASH@
235813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
235913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo '$(srcdir)/'`curl_multibyte.c
236013498266Sopenharmony_ci
236113498266Sopenharmony_cilibcurl_la-curl_ntlm_core.lo: curl_ntlm_core.c
236213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_ntlm_core.Tpo -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo '$(srcdir)/'`curl_ntlm_core.c
236313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_ntlm_core.Tpo $(DEPDIR)/libcurl_la-curl_ntlm_core.Plo
236413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_ntlm_core.c' object='libcurl_la-curl_ntlm_core.lo' libtool=yes @AMDEPBACKSLASH@
236513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo '$(srcdir)/'`curl_ntlm_core.c
236713498266Sopenharmony_ci
236813498266Sopenharmony_cilibcurl_la-curl_ntlm_wb.lo: curl_ntlm_wb.c
236913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_ntlm_wb.Tpo -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo '$(srcdir)/'`curl_ntlm_wb.c
237013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_ntlm_wb.Tpo $(DEPDIR)/libcurl_la-curl_ntlm_wb.Plo
237113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_ntlm_wb.c' object='libcurl_la-curl_ntlm_wb.lo' libtool=yes @AMDEPBACKSLASH@
237213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
237313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo '$(srcdir)/'`curl_ntlm_wb.c
237413498266Sopenharmony_ci
237513498266Sopenharmony_cilibcurl_la-curl_path.lo: curl_path.c
237613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_path.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_path.Tpo -c -o libcurl_la-curl_path.lo `test -f 'curl_path.c' || echo '$(srcdir)/'`curl_path.c
237713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_path.Tpo $(DEPDIR)/libcurl_la-curl_path.Plo
237813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_path.c' object='libcurl_la-curl_path.lo' libtool=yes @AMDEPBACKSLASH@
237913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_path.lo `test -f 'curl_path.c' || echo '$(srcdir)/'`curl_path.c
238113498266Sopenharmony_ci
238213498266Sopenharmony_cilibcurl_la-curl_range.lo: curl_range.c
238313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_range.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_range.Tpo -c -o libcurl_la-curl_range.lo `test -f 'curl_range.c' || echo '$(srcdir)/'`curl_range.c
238413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_range.Tpo $(DEPDIR)/libcurl_la-curl_range.Plo
238513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_range.c' object='libcurl_la-curl_range.lo' libtool=yes @AMDEPBACKSLASH@
238613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_range.lo `test -f 'curl_range.c' || echo '$(srcdir)/'`curl_range.c
238813498266Sopenharmony_ci
238913498266Sopenharmony_cilibcurl_la-curl_rtmp.lo: curl_rtmp.c
239013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_rtmp.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_rtmp.Tpo -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c
239113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_rtmp.Tpo $(DEPDIR)/libcurl_la-curl_rtmp.Plo
239213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_rtmp.c' object='libcurl_la-curl_rtmp.lo' libtool=yes @AMDEPBACKSLASH@
239313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
239413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c
239513498266Sopenharmony_ci
239613498266Sopenharmony_cilibcurl_la-curl_sasl.lo: curl_sasl.c
239713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_sasl.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_sasl.Tpo -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo '$(srcdir)/'`curl_sasl.c
239813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_sasl.Tpo $(DEPDIR)/libcurl_la-curl_sasl.Plo
239913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_sasl.c' object='libcurl_la-curl_sasl.lo' libtool=yes @AMDEPBACKSLASH@
240013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
240113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo '$(srcdir)/'`curl_sasl.c
240213498266Sopenharmony_ci
240313498266Sopenharmony_cilibcurl_la-curl_sspi.lo: curl_sspi.c
240413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_sspi.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_sspi.Tpo -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c
240513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_sspi.Tpo $(DEPDIR)/libcurl_la-curl_sspi.Plo
240613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_sspi.c' object='libcurl_la-curl_sspi.lo' libtool=yes @AMDEPBACKSLASH@
240713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
240813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c
240913498266Sopenharmony_ci
241013498266Sopenharmony_cilibcurl_la-curl_threads.lo: curl_threads.c
241113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_threads.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_threads.Tpo -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c
241213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_threads.Tpo $(DEPDIR)/libcurl_la-curl_threads.Plo
241313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_threads.c' object='libcurl_la-curl_threads.lo' libtool=yes @AMDEPBACKSLASH@
241413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
241513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c
241613498266Sopenharmony_ci
241713498266Sopenharmony_cilibcurl_la-curl_trc.lo: curl_trc.c
241813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-curl_trc.lo -MD -MP -MF $(DEPDIR)/libcurl_la-curl_trc.Tpo -c -o libcurl_la-curl_trc.lo `test -f 'curl_trc.c' || echo '$(srcdir)/'`curl_trc.c
241913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-curl_trc.Tpo $(DEPDIR)/libcurl_la-curl_trc.Plo
242013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_trc.c' object='libcurl_la-curl_trc.lo' libtool=yes @AMDEPBACKSLASH@
242113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-curl_trc.lo `test -f 'curl_trc.c' || echo '$(srcdir)/'`curl_trc.c
242313498266Sopenharmony_ci
242413498266Sopenharmony_cilibcurl_la-dict.lo: dict.c
242513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-dict.lo -MD -MP -MF $(DEPDIR)/libcurl_la-dict.Tpo -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
242613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-dict.Tpo $(DEPDIR)/libcurl_la-dict.Plo
242713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dict.c' object='libcurl_la-dict.lo' libtool=yes @AMDEPBACKSLASH@
242813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
243013498266Sopenharmony_ci
243113498266Sopenharmony_cilibcurl_la-doh.lo: doh.c
243213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-doh.lo -MD -MP -MF $(DEPDIR)/libcurl_la-doh.Tpo -c -o libcurl_la-doh.lo `test -f 'doh.c' || echo '$(srcdir)/'`doh.c
243313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-doh.Tpo $(DEPDIR)/libcurl_la-doh.Plo
243413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='doh.c' object='libcurl_la-doh.lo' libtool=yes @AMDEPBACKSLASH@
243513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
243613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-doh.lo `test -f 'doh.c' || echo '$(srcdir)/'`doh.c
243713498266Sopenharmony_ci
243813498266Sopenharmony_cilibcurl_la-dynbuf.lo: dynbuf.c
243913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-dynbuf.lo -MD -MP -MF $(DEPDIR)/libcurl_la-dynbuf.Tpo -c -o libcurl_la-dynbuf.lo `test -f 'dynbuf.c' || echo '$(srcdir)/'`dynbuf.c
244013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-dynbuf.Tpo $(DEPDIR)/libcurl_la-dynbuf.Plo
244113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dynbuf.c' object='libcurl_la-dynbuf.lo' libtool=yes @AMDEPBACKSLASH@
244213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
244313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-dynbuf.lo `test -f 'dynbuf.c' || echo '$(srcdir)/'`dynbuf.c
244413498266Sopenharmony_ci
244513498266Sopenharmony_cilibcurl_la-dynhds.lo: dynhds.c
244613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-dynhds.lo -MD -MP -MF $(DEPDIR)/libcurl_la-dynhds.Tpo -c -o libcurl_la-dynhds.lo `test -f 'dynhds.c' || echo '$(srcdir)/'`dynhds.c
244713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-dynhds.Tpo $(DEPDIR)/libcurl_la-dynhds.Plo
244813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dynhds.c' object='libcurl_la-dynhds.lo' libtool=yes @AMDEPBACKSLASH@
244913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-dynhds.lo `test -f 'dynhds.c' || echo '$(srcdir)/'`dynhds.c
245113498266Sopenharmony_ci
245213498266Sopenharmony_cilibcurl_la-easy.lo: easy.c
245313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-easy.lo -MD -MP -MF $(DEPDIR)/libcurl_la-easy.Tpo -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c
245413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-easy.Tpo $(DEPDIR)/libcurl_la-easy.Plo
245513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='easy.c' object='libcurl_la-easy.lo' libtool=yes @AMDEPBACKSLASH@
245613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c
245813498266Sopenharmony_ci
245913498266Sopenharmony_cilibcurl_la-easygetopt.lo: easygetopt.c
246013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-easygetopt.lo -MD -MP -MF $(DEPDIR)/libcurl_la-easygetopt.Tpo -c -o libcurl_la-easygetopt.lo `test -f 'easygetopt.c' || echo '$(srcdir)/'`easygetopt.c
246113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-easygetopt.Tpo $(DEPDIR)/libcurl_la-easygetopt.Plo
246213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='easygetopt.c' object='libcurl_la-easygetopt.lo' libtool=yes @AMDEPBACKSLASH@
246313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
246413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-easygetopt.lo `test -f 'easygetopt.c' || echo '$(srcdir)/'`easygetopt.c
246513498266Sopenharmony_ci
246613498266Sopenharmony_cilibcurl_la-easyoptions.lo: easyoptions.c
246713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-easyoptions.lo -MD -MP -MF $(DEPDIR)/libcurl_la-easyoptions.Tpo -c -o libcurl_la-easyoptions.lo `test -f 'easyoptions.c' || echo '$(srcdir)/'`easyoptions.c
246813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-easyoptions.Tpo $(DEPDIR)/libcurl_la-easyoptions.Plo
246913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='easyoptions.c' object='libcurl_la-easyoptions.lo' libtool=yes @AMDEPBACKSLASH@
247013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-easyoptions.lo `test -f 'easyoptions.c' || echo '$(srcdir)/'`easyoptions.c
247213498266Sopenharmony_ci
247313498266Sopenharmony_cilibcurl_la-escape.lo: escape.c
247413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-escape.lo -MD -MP -MF $(DEPDIR)/libcurl_la-escape.Tpo -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c
247513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-escape.Tpo $(DEPDIR)/libcurl_la-escape.Plo
247613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='escape.c' object='libcurl_la-escape.lo' libtool=yes @AMDEPBACKSLASH@
247713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c
247913498266Sopenharmony_ci
248013498266Sopenharmony_cilibcurl_la-file.lo: file.c
248113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-file.lo -MD -MP -MF $(DEPDIR)/libcurl_la-file.Tpo -c -o libcurl_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
248213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-file.Tpo $(DEPDIR)/libcurl_la-file.Plo
248313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='file.c' object='libcurl_la-file.lo' libtool=yes @AMDEPBACKSLASH@
248413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
248513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
248613498266Sopenharmony_ci
248713498266Sopenharmony_cilibcurl_la-fileinfo.lo: fileinfo.c
248813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-fileinfo.lo -MD -MP -MF $(DEPDIR)/libcurl_la-fileinfo.Tpo -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c
248913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-fileinfo.Tpo $(DEPDIR)/libcurl_la-fileinfo.Plo
249013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fileinfo.c' object='libcurl_la-fileinfo.lo' libtool=yes @AMDEPBACKSLASH@
249113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
249213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c
249313498266Sopenharmony_ci
249413498266Sopenharmony_cilibcurl_la-fopen.lo: fopen.c
249513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-fopen.lo -MD -MP -MF $(DEPDIR)/libcurl_la-fopen.Tpo -c -o libcurl_la-fopen.lo `test -f 'fopen.c' || echo '$(srcdir)/'`fopen.c
249613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-fopen.Tpo $(DEPDIR)/libcurl_la-fopen.Plo
249713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fopen.c' object='libcurl_la-fopen.lo' libtool=yes @AMDEPBACKSLASH@
249813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
249913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-fopen.lo `test -f 'fopen.c' || echo '$(srcdir)/'`fopen.c
250013498266Sopenharmony_ci
250113498266Sopenharmony_cilibcurl_la-formdata.lo: formdata.c
250213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-formdata.lo -MD -MP -MF $(DEPDIR)/libcurl_la-formdata.Tpo -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c
250313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-formdata.Tpo $(DEPDIR)/libcurl_la-formdata.Plo
250413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='formdata.c' object='libcurl_la-formdata.lo' libtool=yes @AMDEPBACKSLASH@
250513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c
250713498266Sopenharmony_ci
250813498266Sopenharmony_cilibcurl_la-ftp.lo: ftp.c
250913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ftp.lo -MD -MP -MF $(DEPDIR)/libcurl_la-ftp.Tpo -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
251013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-ftp.Tpo $(DEPDIR)/libcurl_la-ftp.Plo
251113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ftp.c' object='libcurl_la-ftp.lo' libtool=yes @AMDEPBACKSLASH@
251213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
251413498266Sopenharmony_ci
251513498266Sopenharmony_cilibcurl_la-ftplistparser.lo: ftplistparser.c
251613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ftplistparser.lo -MD -MP -MF $(DEPDIR)/libcurl_la-ftplistparser.Tpo -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c
251713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-ftplistparser.Tpo $(DEPDIR)/libcurl_la-ftplistparser.Plo
251813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ftplistparser.c' object='libcurl_la-ftplistparser.lo' libtool=yes @AMDEPBACKSLASH@
251913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c
252113498266Sopenharmony_ci
252213498266Sopenharmony_cilibcurl_la-getenv.lo: getenv.c
252313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-getenv.lo -MD -MP -MF $(DEPDIR)/libcurl_la-getenv.Tpo -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c
252413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-getenv.Tpo $(DEPDIR)/libcurl_la-getenv.Plo
252513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getenv.c' object='libcurl_la-getenv.lo' libtool=yes @AMDEPBACKSLASH@
252613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c
252813498266Sopenharmony_ci
252913498266Sopenharmony_cilibcurl_la-getinfo.lo: getinfo.c
253013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-getinfo.lo -MD -MP -MF $(DEPDIR)/libcurl_la-getinfo.Tpo -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c
253113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-getinfo.Tpo $(DEPDIR)/libcurl_la-getinfo.Plo
253213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getinfo.c' object='libcurl_la-getinfo.lo' libtool=yes @AMDEPBACKSLASH@
253313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
253413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c
253513498266Sopenharmony_ci
253613498266Sopenharmony_cilibcurl_la-gopher.lo: gopher.c
253713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-gopher.lo -MD -MP -MF $(DEPDIR)/libcurl_la-gopher.Tpo -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c
253813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-gopher.Tpo $(DEPDIR)/libcurl_la-gopher.Plo
253913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gopher.c' object='libcurl_la-gopher.lo' libtool=yes @AMDEPBACKSLASH@
254013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c
254213498266Sopenharmony_ci
254313498266Sopenharmony_cilibcurl_la-hash.lo: hash.c
254413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hash.lo -MD -MP -MF $(DEPDIR)/libcurl_la-hash.Tpo -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
254513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-hash.Tpo $(DEPDIR)/libcurl_la-hash.Plo
254613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hash.c' object='libcurl_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
254713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
254913498266Sopenharmony_ci
255013498266Sopenharmony_cilibcurl_la-headers.lo: headers.c
255113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-headers.lo -MD -MP -MF $(DEPDIR)/libcurl_la-headers.Tpo -c -o libcurl_la-headers.lo `test -f 'headers.c' || echo '$(srcdir)/'`headers.c
255213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-headers.Tpo $(DEPDIR)/libcurl_la-headers.Plo
255313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='headers.c' object='libcurl_la-headers.lo' libtool=yes @AMDEPBACKSLASH@
255413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
255513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-headers.lo `test -f 'headers.c' || echo '$(srcdir)/'`headers.c
255613498266Sopenharmony_ci
255713498266Sopenharmony_cilibcurl_la-hmac.lo: hmac.c
255813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hmac.lo -MD -MP -MF $(DEPDIR)/libcurl_la-hmac.Tpo -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
255913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-hmac.Tpo $(DEPDIR)/libcurl_la-hmac.Plo
256013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hmac.c' object='libcurl_la-hmac.lo' libtool=yes @AMDEPBACKSLASH@
256113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
256313498266Sopenharmony_ci
256413498266Sopenharmony_cilibcurl_la-hostasyn.lo: hostasyn.c
256513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostasyn.lo -MD -MP -MF $(DEPDIR)/libcurl_la-hostasyn.Tpo -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c
256613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-hostasyn.Tpo $(DEPDIR)/libcurl_la-hostasyn.Plo
256713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostasyn.c' object='libcurl_la-hostasyn.lo' libtool=yes @AMDEPBACKSLASH@
256813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c
257013498266Sopenharmony_ci
257113498266Sopenharmony_cilibcurl_la-hostip.lo: hostip.c
257213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostip.lo -MD -MP -MF $(DEPDIR)/libcurl_la-hostip.Tpo -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c
257313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-hostip.Tpo $(DEPDIR)/libcurl_la-hostip.Plo
257413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostip.c' object='libcurl_la-hostip.lo' libtool=yes @AMDEPBACKSLASH@
257513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c
257713498266Sopenharmony_ci
257813498266Sopenharmony_cilibcurl_la-hostip4.lo: hostip4.c
257913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostip4.lo -MD -MP -MF $(DEPDIR)/libcurl_la-hostip4.Tpo -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c
258013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-hostip4.Tpo $(DEPDIR)/libcurl_la-hostip4.Plo
258113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostip4.c' object='libcurl_la-hostip4.lo' libtool=yes @AMDEPBACKSLASH@
258213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c
258413498266Sopenharmony_ci
258513498266Sopenharmony_cilibcurl_la-hostip6.lo: hostip6.c
258613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostip6.lo -MD -MP -MF $(DEPDIR)/libcurl_la-hostip6.Tpo -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c
258713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-hostip6.Tpo $(DEPDIR)/libcurl_la-hostip6.Plo
258813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostip6.c' object='libcurl_la-hostip6.lo' libtool=yes @AMDEPBACKSLASH@
258913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
259013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c
259113498266Sopenharmony_ci
259213498266Sopenharmony_cilibcurl_la-hostsyn.lo: hostsyn.c
259313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hostsyn.lo -MD -MP -MF $(DEPDIR)/libcurl_la-hostsyn.Tpo -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c
259413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-hostsyn.Tpo $(DEPDIR)/libcurl_la-hostsyn.Plo
259513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostsyn.c' object='libcurl_la-hostsyn.lo' libtool=yes @AMDEPBACKSLASH@
259613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
259713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c
259813498266Sopenharmony_ci
259913498266Sopenharmony_cilibcurl_la-hsts.lo: hsts.c
260013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-hsts.lo -MD -MP -MF $(DEPDIR)/libcurl_la-hsts.Tpo -c -o libcurl_la-hsts.lo `test -f 'hsts.c' || echo '$(srcdir)/'`hsts.c
260113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-hsts.Tpo $(DEPDIR)/libcurl_la-hsts.Plo
260213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hsts.c' object='libcurl_la-hsts.lo' libtool=yes @AMDEPBACKSLASH@
260313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-hsts.lo `test -f 'hsts.c' || echo '$(srcdir)/'`hsts.c
260513498266Sopenharmony_ci
260613498266Sopenharmony_cilibcurl_la-http.lo: http.c
260713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http.Tpo -c -o libcurl_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
260813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http.Tpo $(DEPDIR)/libcurl_la-http.Plo
260913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http.c' object='libcurl_la-http.lo' libtool=yes @AMDEPBACKSLASH@
261013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
261213498266Sopenharmony_ci
261313498266Sopenharmony_cilibcurl_la-http1.lo: http1.c
261413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http1.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http1.Tpo -c -o libcurl_la-http1.lo `test -f 'http1.c' || echo '$(srcdir)/'`http1.c
261513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http1.Tpo $(DEPDIR)/libcurl_la-http1.Plo
261613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http1.c' object='libcurl_la-http1.lo' libtool=yes @AMDEPBACKSLASH@
261713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http1.lo `test -f 'http1.c' || echo '$(srcdir)/'`http1.c
261913498266Sopenharmony_ci
262013498266Sopenharmony_cilibcurl_la-http2.lo: http2.c
262113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http2.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http2.Tpo -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo '$(srcdir)/'`http2.c
262213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http2.Tpo $(DEPDIR)/libcurl_la-http2.Plo
262313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http2.c' object='libcurl_la-http2.lo' libtool=yes @AMDEPBACKSLASH@
262413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo '$(srcdir)/'`http2.c
262613498266Sopenharmony_ci
262713498266Sopenharmony_cilibcurl_la-http_aws_sigv4.lo: http_aws_sigv4.c
262813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_aws_sigv4.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http_aws_sigv4.Tpo -c -o libcurl_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo '$(srcdir)/'`http_aws_sigv4.c
262913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http_aws_sigv4.Tpo $(DEPDIR)/libcurl_la-http_aws_sigv4.Plo
263013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_aws_sigv4.c' object='libcurl_la-http_aws_sigv4.lo' libtool=yes @AMDEPBACKSLASH@
263113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo '$(srcdir)/'`http_aws_sigv4.c
263313498266Sopenharmony_ci
263413498266Sopenharmony_cilibcurl_la-http_chunks.lo: http_chunks.c
263513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_chunks.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http_chunks.Tpo -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c
263613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http_chunks.Tpo $(DEPDIR)/libcurl_la-http_chunks.Plo
263713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_chunks.c' object='libcurl_la-http_chunks.lo' libtool=yes @AMDEPBACKSLASH@
263813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c
264013498266Sopenharmony_ci
264113498266Sopenharmony_cilibcurl_la-http_digest.lo: http_digest.c
264213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_digest.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http_digest.Tpo -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c
264313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http_digest.Tpo $(DEPDIR)/libcurl_la-http_digest.Plo
264413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_digest.c' object='libcurl_la-http_digest.lo' libtool=yes @AMDEPBACKSLASH@
264513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c
264713498266Sopenharmony_ci
264813498266Sopenharmony_cilibcurl_la-http_negotiate.lo: http_negotiate.c
264913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_negotiate.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http_negotiate.Tpo -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c
265013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http_negotiate.Tpo $(DEPDIR)/libcurl_la-http_negotiate.Plo
265113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_negotiate.c' object='libcurl_la-http_negotiate.lo' libtool=yes @AMDEPBACKSLASH@
265213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
265313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c
265413498266Sopenharmony_ci
265513498266Sopenharmony_cilibcurl_la-http_ntlm.lo: http_ntlm.c
265613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_ntlm.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http_ntlm.Tpo -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo '$(srcdir)/'`http_ntlm.c
265713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http_ntlm.Tpo $(DEPDIR)/libcurl_la-http_ntlm.Plo
265813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_ntlm.c' object='libcurl_la-http_ntlm.lo' libtool=yes @AMDEPBACKSLASH@
265913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo '$(srcdir)/'`http_ntlm.c
266113498266Sopenharmony_ci
266213498266Sopenharmony_cilibcurl_la-http_proxy.lo: http_proxy.c
266313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-http_proxy.lo -MD -MP -MF $(DEPDIR)/libcurl_la-http_proxy.Tpo -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo '$(srcdir)/'`http_proxy.c
266413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-http_proxy.Tpo $(DEPDIR)/libcurl_la-http_proxy.Plo
266513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_proxy.c' object='libcurl_la-http_proxy.lo' libtool=yes @AMDEPBACKSLASH@
266613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo '$(srcdir)/'`http_proxy.c
266813498266Sopenharmony_ci
266913498266Sopenharmony_cilibcurl_la-idn.lo: idn.c
267013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-idn.lo -MD -MP -MF $(DEPDIR)/libcurl_la-idn.Tpo -c -o libcurl_la-idn.lo `test -f 'idn.c' || echo '$(srcdir)/'`idn.c
267113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-idn.Tpo $(DEPDIR)/libcurl_la-idn.Plo
267213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='idn.c' object='libcurl_la-idn.lo' libtool=yes @AMDEPBACKSLASH@
267313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-idn.lo `test -f 'idn.c' || echo '$(srcdir)/'`idn.c
267513498266Sopenharmony_ci
267613498266Sopenharmony_cilibcurl_la-if2ip.lo: if2ip.c
267713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-if2ip.lo -MD -MP -MF $(DEPDIR)/libcurl_la-if2ip.Tpo -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c
267813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-if2ip.Tpo $(DEPDIR)/libcurl_la-if2ip.Plo
267913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='if2ip.c' object='libcurl_la-if2ip.lo' libtool=yes @AMDEPBACKSLASH@
268013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c
268213498266Sopenharmony_ci
268313498266Sopenharmony_cilibcurl_la-imap.lo: imap.c
268413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-imap.lo -MD -MP -MF $(DEPDIR)/libcurl_la-imap.Tpo -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c
268513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-imap.Tpo $(DEPDIR)/libcurl_la-imap.Plo
268613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='imap.c' object='libcurl_la-imap.lo' libtool=yes @AMDEPBACKSLASH@
268713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c
268913498266Sopenharmony_ci
269013498266Sopenharmony_cilibcurl_la-inet_ntop.lo: inet_ntop.c
269113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-inet_ntop.lo -MD -MP -MF $(DEPDIR)/libcurl_la-inet_ntop.Tpo -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
269213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-inet_ntop.Tpo $(DEPDIR)/libcurl_la-inet_ntop.Plo
269313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='inet_ntop.c' object='libcurl_la-inet_ntop.lo' libtool=yes @AMDEPBACKSLASH@
269413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
269613498266Sopenharmony_ci
269713498266Sopenharmony_cilibcurl_la-inet_pton.lo: inet_pton.c
269813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-inet_pton.lo -MD -MP -MF $(DEPDIR)/libcurl_la-inet_pton.Tpo -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c
269913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-inet_pton.Tpo $(DEPDIR)/libcurl_la-inet_pton.Plo
270013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='inet_pton.c' object='libcurl_la-inet_pton.lo' libtool=yes @AMDEPBACKSLASH@
270113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c
270313498266Sopenharmony_ci
270413498266Sopenharmony_cilibcurl_la-krb5.lo: krb5.c
270513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-krb5.lo -MD -MP -MF $(DEPDIR)/libcurl_la-krb5.Tpo -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c
270613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-krb5.Tpo $(DEPDIR)/libcurl_la-krb5.Plo
270713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='krb5.c' object='libcurl_la-krb5.lo' libtool=yes @AMDEPBACKSLASH@
270813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c
271013498266Sopenharmony_ci
271113498266Sopenharmony_cilibcurl_la-ldap.lo: ldap.c
271213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ldap.lo -MD -MP -MF $(DEPDIR)/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c
271313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-ldap.Tpo $(DEPDIR)/libcurl_la-ldap.Plo
271413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ldap.c' object='libcurl_la-ldap.lo' libtool=yes @AMDEPBACKSLASH@
271513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c
271713498266Sopenharmony_ci
271813498266Sopenharmony_cilibcurl_la-llist.lo: llist.c
271913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-llist.lo -MD -MP -MF $(DEPDIR)/libcurl_la-llist.Tpo -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c
272013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-llist.Tpo $(DEPDIR)/libcurl_la-llist.Plo
272113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='llist.c' object='libcurl_la-llist.lo' libtool=yes @AMDEPBACKSLASH@
272213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c
272413498266Sopenharmony_ci
272513498266Sopenharmony_cilibcurl_la-macos.lo: macos.c
272613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-macos.lo -MD -MP -MF $(DEPDIR)/libcurl_la-macos.Tpo -c -o libcurl_la-macos.lo `test -f 'macos.c' || echo '$(srcdir)/'`macos.c
272713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-macos.Tpo $(DEPDIR)/libcurl_la-macos.Plo
272813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='macos.c' object='libcurl_la-macos.lo' libtool=yes @AMDEPBACKSLASH@
272913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-macos.lo `test -f 'macos.c' || echo '$(srcdir)/'`macos.c
273113498266Sopenharmony_ci
273213498266Sopenharmony_cilibcurl_la-md4.lo: md4.c
273313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-md4.lo -MD -MP -MF $(DEPDIR)/libcurl_la-md4.Tpo -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c
273413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-md4.Tpo $(DEPDIR)/libcurl_la-md4.Plo
273513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='md4.c' object='libcurl_la-md4.lo' libtool=yes @AMDEPBACKSLASH@
273613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c
273813498266Sopenharmony_ci
273913498266Sopenharmony_cilibcurl_la-md5.lo: md5.c
274013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-md5.lo -MD -MP -MF $(DEPDIR)/libcurl_la-md5.Tpo -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
274113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-md5.Tpo $(DEPDIR)/libcurl_la-md5.Plo
274213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='md5.c' object='libcurl_la-md5.lo' libtool=yes @AMDEPBACKSLASH@
274313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
274413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
274513498266Sopenharmony_ci
274613498266Sopenharmony_cilibcurl_la-memdebug.lo: memdebug.c
274713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-memdebug.lo -MD -MP -MF $(DEPDIR)/libcurl_la-memdebug.Tpo -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c
274813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-memdebug.Tpo $(DEPDIR)/libcurl_la-memdebug.Plo
274913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memdebug.c' object='libcurl_la-memdebug.lo' libtool=yes @AMDEPBACKSLASH@
275013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c
275213498266Sopenharmony_ci
275313498266Sopenharmony_cilibcurl_la-mime.lo: mime.c
275413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-mime.lo -MD -MP -MF $(DEPDIR)/libcurl_la-mime.Tpo -c -o libcurl_la-mime.lo `test -f 'mime.c' || echo '$(srcdir)/'`mime.c
275513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-mime.Tpo $(DEPDIR)/libcurl_la-mime.Plo
275613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mime.c' object='libcurl_la-mime.lo' libtool=yes @AMDEPBACKSLASH@
275713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-mime.lo `test -f 'mime.c' || echo '$(srcdir)/'`mime.c
275913498266Sopenharmony_ci
276013498266Sopenharmony_cilibcurl_la-mprintf.lo: mprintf.c
276113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-mprintf.lo -MD -MP -MF $(DEPDIR)/libcurl_la-mprintf.Tpo -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c
276213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-mprintf.Tpo $(DEPDIR)/libcurl_la-mprintf.Plo
276313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mprintf.c' object='libcurl_la-mprintf.lo' libtool=yes @AMDEPBACKSLASH@
276413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c
276613498266Sopenharmony_ci
276713498266Sopenharmony_cilibcurl_la-mqtt.lo: mqtt.c
276813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-mqtt.lo -MD -MP -MF $(DEPDIR)/libcurl_la-mqtt.Tpo -c -o libcurl_la-mqtt.lo `test -f 'mqtt.c' || echo '$(srcdir)/'`mqtt.c
276913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-mqtt.Tpo $(DEPDIR)/libcurl_la-mqtt.Plo
277013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mqtt.c' object='libcurl_la-mqtt.lo' libtool=yes @AMDEPBACKSLASH@
277113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-mqtt.lo `test -f 'mqtt.c' || echo '$(srcdir)/'`mqtt.c
277313498266Sopenharmony_ci
277413498266Sopenharmony_cilibcurl_la-multi.lo: multi.c
277513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-multi.lo -MD -MP -MF $(DEPDIR)/libcurl_la-multi.Tpo -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c
277613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-multi.Tpo $(DEPDIR)/libcurl_la-multi.Plo
277713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='multi.c' object='libcurl_la-multi.lo' libtool=yes @AMDEPBACKSLASH@
277813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c
278013498266Sopenharmony_ci
278113498266Sopenharmony_cilibcurl_la-netrc.lo: netrc.c
278213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-netrc.lo -MD -MP -MF $(DEPDIR)/libcurl_la-netrc.Tpo -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c
278313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-netrc.Tpo $(DEPDIR)/libcurl_la-netrc.Plo
278413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netrc.c' object='libcurl_la-netrc.lo' libtool=yes @AMDEPBACKSLASH@
278513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c
278713498266Sopenharmony_ci
278813498266Sopenharmony_cilibcurl_la-nonblock.lo: nonblock.c
278913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-nonblock.lo -MD -MP -MF $(DEPDIR)/libcurl_la-nonblock.Tpo -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c
279013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-nonblock.Tpo $(DEPDIR)/libcurl_la-nonblock.Plo
279113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='nonblock.c' object='libcurl_la-nonblock.lo' libtool=yes @AMDEPBACKSLASH@
279213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c
279413498266Sopenharmony_ci
279513498266Sopenharmony_cilibcurl_la-noproxy.lo: noproxy.c
279613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-noproxy.lo -MD -MP -MF $(DEPDIR)/libcurl_la-noproxy.Tpo -c -o libcurl_la-noproxy.lo `test -f 'noproxy.c' || echo '$(srcdir)/'`noproxy.c
279713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-noproxy.Tpo $(DEPDIR)/libcurl_la-noproxy.Plo
279813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='noproxy.c' object='libcurl_la-noproxy.lo' libtool=yes @AMDEPBACKSLASH@
279913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-noproxy.lo `test -f 'noproxy.c' || echo '$(srcdir)/'`noproxy.c
280113498266Sopenharmony_ci
280213498266Sopenharmony_cilibcurl_la-openldap.lo: openldap.c
280313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-openldap.lo -MD -MP -MF $(DEPDIR)/libcurl_la-openldap.Tpo -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c
280413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-openldap.Tpo $(DEPDIR)/libcurl_la-openldap.Plo
280513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='openldap.c' object='libcurl_la-openldap.lo' libtool=yes @AMDEPBACKSLASH@
280613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c
280813498266Sopenharmony_ci
280913498266Sopenharmony_cilibcurl_la-parsedate.lo: parsedate.c
281013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-parsedate.lo -MD -MP -MF $(DEPDIR)/libcurl_la-parsedate.Tpo -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c
281113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-parsedate.Tpo $(DEPDIR)/libcurl_la-parsedate.Plo
281213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parsedate.c' object='libcurl_la-parsedate.lo' libtool=yes @AMDEPBACKSLASH@
281313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c
281513498266Sopenharmony_ci
281613498266Sopenharmony_cilibcurl_la-pingpong.lo: pingpong.c
281713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-pingpong.lo -MD -MP -MF $(DEPDIR)/libcurl_la-pingpong.Tpo -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c
281813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-pingpong.Tpo $(DEPDIR)/libcurl_la-pingpong.Plo
281913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pingpong.c' object='libcurl_la-pingpong.lo' libtool=yes @AMDEPBACKSLASH@
282013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c
282213498266Sopenharmony_ci
282313498266Sopenharmony_cilibcurl_la-pop3.lo: pop3.c
282413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-pop3.lo -MD -MP -MF $(DEPDIR)/libcurl_la-pop3.Tpo -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c
282513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-pop3.Tpo $(DEPDIR)/libcurl_la-pop3.Plo
282613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pop3.c' object='libcurl_la-pop3.lo' libtool=yes @AMDEPBACKSLASH@
282713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c
282913498266Sopenharmony_ci
283013498266Sopenharmony_cilibcurl_la-progress.lo: progress.c
283113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-progress.lo -MD -MP -MF $(DEPDIR)/libcurl_la-progress.Tpo -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c
283213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-progress.Tpo $(DEPDIR)/libcurl_la-progress.Plo
283313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='progress.c' object='libcurl_la-progress.lo' libtool=yes @AMDEPBACKSLASH@
283413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c
283613498266Sopenharmony_ci
283713498266Sopenharmony_cilibcurl_la-psl.lo: psl.c
283813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-psl.lo -MD -MP -MF $(DEPDIR)/libcurl_la-psl.Tpo -c -o libcurl_la-psl.lo `test -f 'psl.c' || echo '$(srcdir)/'`psl.c
283913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-psl.Tpo $(DEPDIR)/libcurl_la-psl.Plo
284013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='psl.c' object='libcurl_la-psl.lo' libtool=yes @AMDEPBACKSLASH@
284113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-psl.lo `test -f 'psl.c' || echo '$(srcdir)/'`psl.c
284313498266Sopenharmony_ci
284413498266Sopenharmony_cilibcurl_la-rand.lo: rand.c
284513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-rand.lo -MD -MP -MF $(DEPDIR)/libcurl_la-rand.Tpo -c -o libcurl_la-rand.lo `test -f 'rand.c' || echo '$(srcdir)/'`rand.c
284613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-rand.Tpo $(DEPDIR)/libcurl_la-rand.Plo
284713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rand.c' object='libcurl_la-rand.lo' libtool=yes @AMDEPBACKSLASH@
284813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-rand.lo `test -f 'rand.c' || echo '$(srcdir)/'`rand.c
285013498266Sopenharmony_ci
285113498266Sopenharmony_cilibcurl_la-rename.lo: rename.c
285213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-rename.lo -MD -MP -MF $(DEPDIR)/libcurl_la-rename.Tpo -c -o libcurl_la-rename.lo `test -f 'rename.c' || echo '$(srcdir)/'`rename.c
285313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-rename.Tpo $(DEPDIR)/libcurl_la-rename.Plo
285413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rename.c' object='libcurl_la-rename.lo' libtool=yes @AMDEPBACKSLASH@
285513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-rename.lo `test -f 'rename.c' || echo '$(srcdir)/'`rename.c
285713498266Sopenharmony_ci
285813498266Sopenharmony_cilibcurl_la-rtsp.lo: rtsp.c
285913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-rtsp.lo -MD -MP -MF $(DEPDIR)/libcurl_la-rtsp.Tpo -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
286013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-rtsp.Tpo $(DEPDIR)/libcurl_la-rtsp.Plo
286113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rtsp.c' object='libcurl_la-rtsp.lo' libtool=yes @AMDEPBACKSLASH@
286213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
286413498266Sopenharmony_ci
286513498266Sopenharmony_cilibcurl_la-select.lo: select.c
286613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-select.lo -MD -MP -MF $(DEPDIR)/libcurl_la-select.Tpo -c -o libcurl_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c
286713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-select.Tpo $(DEPDIR)/libcurl_la-select.Plo
286813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='select.c' object='libcurl_la-select.lo' libtool=yes @AMDEPBACKSLASH@
286913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c
287113498266Sopenharmony_ci
287213498266Sopenharmony_cilibcurl_la-sendf.lo: sendf.c
287313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-sendf.lo -MD -MP -MF $(DEPDIR)/libcurl_la-sendf.Tpo -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c
287413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-sendf.Tpo $(DEPDIR)/libcurl_la-sendf.Plo
287513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sendf.c' object='libcurl_la-sendf.lo' libtool=yes @AMDEPBACKSLASH@
287613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c
287813498266Sopenharmony_ci
287913498266Sopenharmony_cilibcurl_la-setopt.lo: setopt.c
288013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-setopt.lo -MD -MP -MF $(DEPDIR)/libcurl_la-setopt.Tpo -c -o libcurl_la-setopt.lo `test -f 'setopt.c' || echo '$(srcdir)/'`setopt.c
288113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-setopt.Tpo $(DEPDIR)/libcurl_la-setopt.Plo
288213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='setopt.c' object='libcurl_la-setopt.lo' libtool=yes @AMDEPBACKSLASH@
288313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-setopt.lo `test -f 'setopt.c' || echo '$(srcdir)/'`setopt.c
288513498266Sopenharmony_ci
288613498266Sopenharmony_cilibcurl_la-sha256.lo: sha256.c
288713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-sha256.lo -MD -MP -MF $(DEPDIR)/libcurl_la-sha256.Tpo -c -o libcurl_la-sha256.lo `test -f 'sha256.c' || echo '$(srcdir)/'`sha256.c
288813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-sha256.Tpo $(DEPDIR)/libcurl_la-sha256.Plo
288913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sha256.c' object='libcurl_la-sha256.lo' libtool=yes @AMDEPBACKSLASH@
289013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-sha256.lo `test -f 'sha256.c' || echo '$(srcdir)/'`sha256.c
289213498266Sopenharmony_ci
289313498266Sopenharmony_cilibcurl_la-share.lo: share.c
289413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-share.lo -MD -MP -MF $(DEPDIR)/libcurl_la-share.Tpo -c -o libcurl_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c
289513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-share.Tpo $(DEPDIR)/libcurl_la-share.Plo
289613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='share.c' object='libcurl_la-share.lo' libtool=yes @AMDEPBACKSLASH@
289713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c
289913498266Sopenharmony_ci
290013498266Sopenharmony_cilibcurl_la-slist.lo: slist.c
290113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-slist.lo -MD -MP -MF $(DEPDIR)/libcurl_la-slist.Tpo -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
290213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-slist.Tpo $(DEPDIR)/libcurl_la-slist.Plo
290313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='slist.c' object='libcurl_la-slist.lo' libtool=yes @AMDEPBACKSLASH@
290413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
290613498266Sopenharmony_ci
290713498266Sopenharmony_cilibcurl_la-smb.lo: smb.c
290813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-smb.lo -MD -MP -MF $(DEPDIR)/libcurl_la-smb.Tpo -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo '$(srcdir)/'`smb.c
290913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-smb.Tpo $(DEPDIR)/libcurl_la-smb.Plo
291013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='smb.c' object='libcurl_la-smb.lo' libtool=yes @AMDEPBACKSLASH@
291113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo '$(srcdir)/'`smb.c
291313498266Sopenharmony_ci
291413498266Sopenharmony_cilibcurl_la-smtp.lo: smtp.c
291513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-smtp.lo -MD -MP -MF $(DEPDIR)/libcurl_la-smtp.Tpo -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c
291613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-smtp.Tpo $(DEPDIR)/libcurl_la-smtp.Plo
291713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='smtp.c' object='libcurl_la-smtp.lo' libtool=yes @AMDEPBACKSLASH@
291813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c
292013498266Sopenharmony_ci
292113498266Sopenharmony_cilibcurl_la-socketpair.lo: socketpair.c
292213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-socketpair.lo -MD -MP -MF $(DEPDIR)/libcurl_la-socketpair.Tpo -c -o libcurl_la-socketpair.lo `test -f 'socketpair.c' || echo '$(srcdir)/'`socketpair.c
292313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-socketpair.Tpo $(DEPDIR)/libcurl_la-socketpair.Plo
292413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socketpair.c' object='libcurl_la-socketpair.lo' libtool=yes @AMDEPBACKSLASH@
292513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-socketpair.lo `test -f 'socketpair.c' || echo '$(srcdir)/'`socketpair.c
292713498266Sopenharmony_ci
292813498266Sopenharmony_cilibcurl_la-socks.lo: socks.c
292913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-socks.lo -MD -MP -MF $(DEPDIR)/libcurl_la-socks.Tpo -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c
293013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-socks.Tpo $(DEPDIR)/libcurl_la-socks.Plo
293113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socks.c' object='libcurl_la-socks.lo' libtool=yes @AMDEPBACKSLASH@
293213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c
293413498266Sopenharmony_ci
293513498266Sopenharmony_cilibcurl_la-socks_gssapi.lo: socks_gssapi.c
293613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-socks_gssapi.lo -MD -MP -MF $(DEPDIR)/libcurl_la-socks_gssapi.Tpo -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c
293713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-socks_gssapi.Tpo $(DEPDIR)/libcurl_la-socks_gssapi.Plo
293813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socks_gssapi.c' object='libcurl_la-socks_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
293913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c
294113498266Sopenharmony_ci
294213498266Sopenharmony_cilibcurl_la-socks_sspi.lo: socks_sspi.c
294313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-socks_sspi.lo -MD -MP -MF $(DEPDIR)/libcurl_la-socks_sspi.Tpo -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c
294413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-socks_sspi.Tpo $(DEPDIR)/libcurl_la-socks_sspi.Plo
294513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socks_sspi.c' object='libcurl_la-socks_sspi.lo' libtool=yes @AMDEPBACKSLASH@
294613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c
294813498266Sopenharmony_ci
294913498266Sopenharmony_cilibcurl_la-speedcheck.lo: speedcheck.c
295013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-speedcheck.lo -MD -MP -MF $(DEPDIR)/libcurl_la-speedcheck.Tpo -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c
295113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-speedcheck.Tpo $(DEPDIR)/libcurl_la-speedcheck.Plo
295213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='speedcheck.c' object='libcurl_la-speedcheck.lo' libtool=yes @AMDEPBACKSLASH@
295313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c
295513498266Sopenharmony_ci
295613498266Sopenharmony_cilibcurl_la-splay.lo: splay.c
295713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-splay.lo -MD -MP -MF $(DEPDIR)/libcurl_la-splay.Tpo -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c
295813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-splay.Tpo $(DEPDIR)/libcurl_la-splay.Plo
295913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='splay.c' object='libcurl_la-splay.lo' libtool=yes @AMDEPBACKSLASH@
296013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c
296213498266Sopenharmony_ci
296313498266Sopenharmony_cilibcurl_la-strcase.lo: strcase.c
296413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strcase.lo -MD -MP -MF $(DEPDIR)/libcurl_la-strcase.Tpo -c -o libcurl_la-strcase.lo `test -f 'strcase.c' || echo '$(srcdir)/'`strcase.c
296513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-strcase.Tpo $(DEPDIR)/libcurl_la-strcase.Plo
296613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strcase.c' object='libcurl_la-strcase.lo' libtool=yes @AMDEPBACKSLASH@
296713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strcase.lo `test -f 'strcase.c' || echo '$(srcdir)/'`strcase.c
296913498266Sopenharmony_ci
297013498266Sopenharmony_cilibcurl_la-strdup.lo: strdup.c
297113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strdup.lo -MD -MP -MF $(DEPDIR)/libcurl_la-strdup.Tpo -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c
297213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-strdup.Tpo $(DEPDIR)/libcurl_la-strdup.Plo
297313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strdup.c' object='libcurl_la-strdup.lo' libtool=yes @AMDEPBACKSLASH@
297413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c
297613498266Sopenharmony_ci
297713498266Sopenharmony_cilibcurl_la-strerror.lo: strerror.c
297813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strerror.lo -MD -MP -MF $(DEPDIR)/libcurl_la-strerror.Tpo -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
297913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-strerror.Tpo $(DEPDIR)/libcurl_la-strerror.Plo
298013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strerror.c' object='libcurl_la-strerror.lo' libtool=yes @AMDEPBACKSLASH@
298113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
298313498266Sopenharmony_ci
298413498266Sopenharmony_cilibcurl_la-strtok.lo: strtok.c
298513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strtok.lo -MD -MP -MF $(DEPDIR)/libcurl_la-strtok.Tpo -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c
298613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-strtok.Tpo $(DEPDIR)/libcurl_la-strtok.Plo
298713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strtok.c' object='libcurl_la-strtok.lo' libtool=yes @AMDEPBACKSLASH@
298813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c
299013498266Sopenharmony_ci
299113498266Sopenharmony_cilibcurl_la-strtoofft.lo: strtoofft.c
299213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-strtoofft.lo -MD -MP -MF $(DEPDIR)/libcurl_la-strtoofft.Tpo -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c
299313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-strtoofft.Tpo $(DEPDIR)/libcurl_la-strtoofft.Plo
299413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strtoofft.c' object='libcurl_la-strtoofft.lo' libtool=yes @AMDEPBACKSLASH@
299513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c
299713498266Sopenharmony_ci
299813498266Sopenharmony_cilibcurl_la-system_win32.lo: system_win32.c
299913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-system_win32.lo -MD -MP -MF $(DEPDIR)/libcurl_la-system_win32.Tpo -c -o libcurl_la-system_win32.lo `test -f 'system_win32.c' || echo '$(srcdir)/'`system_win32.c
300013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-system_win32.Tpo $(DEPDIR)/libcurl_la-system_win32.Plo
300113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='system_win32.c' object='libcurl_la-system_win32.lo' libtool=yes @AMDEPBACKSLASH@
300213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-system_win32.lo `test -f 'system_win32.c' || echo '$(srcdir)/'`system_win32.c
300413498266Sopenharmony_ci
300513498266Sopenharmony_cilibcurl_la-telnet.lo: telnet.c
300613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-telnet.lo -MD -MP -MF $(DEPDIR)/libcurl_la-telnet.Tpo -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
300713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-telnet.Tpo $(DEPDIR)/libcurl_la-telnet.Plo
300813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='telnet.c' object='libcurl_la-telnet.lo' libtool=yes @AMDEPBACKSLASH@
300913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
301113498266Sopenharmony_ci
301213498266Sopenharmony_cilibcurl_la-tftp.lo: tftp.c
301313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-tftp.lo -MD -MP -MF $(DEPDIR)/libcurl_la-tftp.Tpo -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c
301413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-tftp.Tpo $(DEPDIR)/libcurl_la-tftp.Plo
301513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tftp.c' object='libcurl_la-tftp.lo' libtool=yes @AMDEPBACKSLASH@
301613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c
301813498266Sopenharmony_ci
301913498266Sopenharmony_cilibcurl_la-timediff.lo: timediff.c
302013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-timediff.lo -MD -MP -MF $(DEPDIR)/libcurl_la-timediff.Tpo -c -o libcurl_la-timediff.lo `test -f 'timediff.c' || echo '$(srcdir)/'`timediff.c
302113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-timediff.Tpo $(DEPDIR)/libcurl_la-timediff.Plo
302213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timediff.c' object='libcurl_la-timediff.lo' libtool=yes @AMDEPBACKSLASH@
302313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-timediff.lo `test -f 'timediff.c' || echo '$(srcdir)/'`timediff.c
302513498266Sopenharmony_ci
302613498266Sopenharmony_cilibcurl_la-timeval.lo: timeval.c
302713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-timeval.lo -MD -MP -MF $(DEPDIR)/libcurl_la-timeval.Tpo -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
302813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-timeval.Tpo $(DEPDIR)/libcurl_la-timeval.Plo
302913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timeval.c' object='libcurl_la-timeval.lo' libtool=yes @AMDEPBACKSLASH@
303013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
303213498266Sopenharmony_ci
303313498266Sopenharmony_cilibcurl_la-transfer.lo: transfer.c
303413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-transfer.lo -MD -MP -MF $(DEPDIR)/libcurl_la-transfer.Tpo -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c
303513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-transfer.Tpo $(DEPDIR)/libcurl_la-transfer.Plo
303613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='transfer.c' object='libcurl_la-transfer.lo' libtool=yes @AMDEPBACKSLASH@
303713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c
303913498266Sopenharmony_ci
304013498266Sopenharmony_cilibcurl_la-url.lo: url.c
304113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-url.lo -MD -MP -MF $(DEPDIR)/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
304213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-url.Tpo $(DEPDIR)/libcurl_la-url.Plo
304313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='url.c' object='libcurl_la-url.lo' libtool=yes @AMDEPBACKSLASH@
304413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
304613498266Sopenharmony_ci
304713498266Sopenharmony_cilibcurl_la-urlapi.lo: urlapi.c
304813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-urlapi.lo -MD -MP -MF $(DEPDIR)/libcurl_la-urlapi.Tpo -c -o libcurl_la-urlapi.lo `test -f 'urlapi.c' || echo '$(srcdir)/'`urlapi.c
304913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-urlapi.Tpo $(DEPDIR)/libcurl_la-urlapi.Plo
305013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='urlapi.c' object='libcurl_la-urlapi.lo' libtool=yes @AMDEPBACKSLASH@
305113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-urlapi.lo `test -f 'urlapi.c' || echo '$(srcdir)/'`urlapi.c
305313498266Sopenharmony_ci
305413498266Sopenharmony_cilibcurl_la-version.lo: version.c
305513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-version.lo -MD -MP -MF $(DEPDIR)/libcurl_la-version.Tpo -c -o libcurl_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
305613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-version.Tpo $(DEPDIR)/libcurl_la-version.Plo
305713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='version.c' object='libcurl_la-version.lo' libtool=yes @AMDEPBACKSLASH@
305813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
306013498266Sopenharmony_ci
306113498266Sopenharmony_cilibcurl_la-version_win32.lo: version_win32.c
306213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-version_win32.lo -MD -MP -MF $(DEPDIR)/libcurl_la-version_win32.Tpo -c -o libcurl_la-version_win32.lo `test -f 'version_win32.c' || echo '$(srcdir)/'`version_win32.c
306313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-version_win32.Tpo $(DEPDIR)/libcurl_la-version_win32.Plo
306413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='version_win32.c' object='libcurl_la-version_win32.lo' libtool=yes @AMDEPBACKSLASH@
306513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-version_win32.lo `test -f 'version_win32.c' || echo '$(srcdir)/'`version_win32.c
306713498266Sopenharmony_ci
306813498266Sopenharmony_cilibcurl_la-warnless.lo: warnless.c
306913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-warnless.lo -MD -MP -MF $(DEPDIR)/libcurl_la-warnless.Tpo -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c
307013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-warnless.Tpo $(DEPDIR)/libcurl_la-warnless.Plo
307113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='warnless.c' object='libcurl_la-warnless.lo' libtool=yes @AMDEPBACKSLASH@
307213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c
307413498266Sopenharmony_ci
307513498266Sopenharmony_cilibcurl_la-ws.lo: ws.c
307613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT libcurl_la-ws.lo -MD -MP -MF $(DEPDIR)/libcurl_la-ws.Tpo -c -o libcurl_la-ws.lo `test -f 'ws.c' || echo '$(srcdir)/'`ws.c
307713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurl_la-ws.Tpo $(DEPDIR)/libcurl_la-ws.Plo
307813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ws.c' object='libcurl_la-ws.lo' libtool=yes @AMDEPBACKSLASH@
307913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o libcurl_la-ws.lo `test -f 'ws.c' || echo '$(srcdir)/'`ws.c
308113498266Sopenharmony_ci
308213498266Sopenharmony_civauth/libcurl_la-cleartext.lo: vauth/cleartext.c
308313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-cleartext.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-cleartext.Tpo -c -o vauth/libcurl_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo '$(srcdir)/'`vauth/cleartext.c
308413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-cleartext.Tpo vauth/$(DEPDIR)/libcurl_la-cleartext.Plo
308513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/cleartext.c' object='vauth/libcurl_la-cleartext.lo' libtool=yes @AMDEPBACKSLASH@
308613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo '$(srcdir)/'`vauth/cleartext.c
308813498266Sopenharmony_ci
308913498266Sopenharmony_civauth/libcurl_la-cram.lo: vauth/cram.c
309013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-cram.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-cram.Tpo -c -o vauth/libcurl_la-cram.lo `test -f 'vauth/cram.c' || echo '$(srcdir)/'`vauth/cram.c
309113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-cram.Tpo vauth/$(DEPDIR)/libcurl_la-cram.Plo
309213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/cram.c' object='vauth/libcurl_la-cram.lo' libtool=yes @AMDEPBACKSLASH@
309313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-cram.lo `test -f 'vauth/cram.c' || echo '$(srcdir)/'`vauth/cram.c
309513498266Sopenharmony_ci
309613498266Sopenharmony_civauth/libcurl_la-digest.lo: vauth/digest.c
309713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-digest.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-digest.Tpo -c -o vauth/libcurl_la-digest.lo `test -f 'vauth/digest.c' || echo '$(srcdir)/'`vauth/digest.c
309813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-digest.Tpo vauth/$(DEPDIR)/libcurl_la-digest.Plo
309913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/digest.c' object='vauth/libcurl_la-digest.lo' libtool=yes @AMDEPBACKSLASH@
310013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-digest.lo `test -f 'vauth/digest.c' || echo '$(srcdir)/'`vauth/digest.c
310213498266Sopenharmony_ci
310313498266Sopenharmony_civauth/libcurl_la-digest_sspi.lo: vauth/digest_sspi.c
310413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-digest_sspi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-digest_sspi.Tpo -c -o vauth/libcurl_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo '$(srcdir)/'`vauth/digest_sspi.c
310513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-digest_sspi.Tpo vauth/$(DEPDIR)/libcurl_la-digest_sspi.Plo
310613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/digest_sspi.c' object='vauth/libcurl_la-digest_sspi.lo' libtool=yes @AMDEPBACKSLASH@
310713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo '$(srcdir)/'`vauth/digest_sspi.c
310913498266Sopenharmony_ci
311013498266Sopenharmony_civauth/libcurl_la-gsasl.lo: vauth/gsasl.c
311113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-gsasl.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-gsasl.Tpo -c -o vauth/libcurl_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo '$(srcdir)/'`vauth/gsasl.c
311213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-gsasl.Tpo vauth/$(DEPDIR)/libcurl_la-gsasl.Plo
311313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/gsasl.c' object='vauth/libcurl_la-gsasl.lo' libtool=yes @AMDEPBACKSLASH@
311413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo '$(srcdir)/'`vauth/gsasl.c
311613498266Sopenharmony_ci
311713498266Sopenharmony_civauth/libcurl_la-krb5_gssapi.lo: vauth/krb5_gssapi.c
311813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-krb5_gssapi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-krb5_gssapi.Tpo -c -o vauth/libcurl_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo '$(srcdir)/'`vauth/krb5_gssapi.c
311913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-krb5_gssapi.Tpo vauth/$(DEPDIR)/libcurl_la-krb5_gssapi.Plo
312013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/krb5_gssapi.c' object='vauth/libcurl_la-krb5_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
312113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo '$(srcdir)/'`vauth/krb5_gssapi.c
312313498266Sopenharmony_ci
312413498266Sopenharmony_civauth/libcurl_la-krb5_sspi.lo: vauth/krb5_sspi.c
312513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-krb5_sspi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-krb5_sspi.Tpo -c -o vauth/libcurl_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo '$(srcdir)/'`vauth/krb5_sspi.c
312613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-krb5_sspi.Tpo vauth/$(DEPDIR)/libcurl_la-krb5_sspi.Plo
312713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/krb5_sspi.c' object='vauth/libcurl_la-krb5_sspi.lo' libtool=yes @AMDEPBACKSLASH@
312813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo '$(srcdir)/'`vauth/krb5_sspi.c
313013498266Sopenharmony_ci
313113498266Sopenharmony_civauth/libcurl_la-ntlm.lo: vauth/ntlm.c
313213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-ntlm.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-ntlm.Tpo -c -o vauth/libcurl_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo '$(srcdir)/'`vauth/ntlm.c
313313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-ntlm.Tpo vauth/$(DEPDIR)/libcurl_la-ntlm.Plo
313413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/ntlm.c' object='vauth/libcurl_la-ntlm.lo' libtool=yes @AMDEPBACKSLASH@
313513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo '$(srcdir)/'`vauth/ntlm.c
313713498266Sopenharmony_ci
313813498266Sopenharmony_civauth/libcurl_la-ntlm_sspi.lo: vauth/ntlm_sspi.c
313913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-ntlm_sspi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-ntlm_sspi.Tpo -c -o vauth/libcurl_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo '$(srcdir)/'`vauth/ntlm_sspi.c
314013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-ntlm_sspi.Tpo vauth/$(DEPDIR)/libcurl_la-ntlm_sspi.Plo
314113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/ntlm_sspi.c' object='vauth/libcurl_la-ntlm_sspi.lo' libtool=yes @AMDEPBACKSLASH@
314213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo '$(srcdir)/'`vauth/ntlm_sspi.c
314413498266Sopenharmony_ci
314513498266Sopenharmony_civauth/libcurl_la-oauth2.lo: vauth/oauth2.c
314613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-oauth2.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-oauth2.Tpo -c -o vauth/libcurl_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo '$(srcdir)/'`vauth/oauth2.c
314713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-oauth2.Tpo vauth/$(DEPDIR)/libcurl_la-oauth2.Plo
314813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/oauth2.c' object='vauth/libcurl_la-oauth2.lo' libtool=yes @AMDEPBACKSLASH@
314913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo '$(srcdir)/'`vauth/oauth2.c
315113498266Sopenharmony_ci
315213498266Sopenharmony_civauth/libcurl_la-spnego_gssapi.lo: vauth/spnego_gssapi.c
315313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-spnego_gssapi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-spnego_gssapi.Tpo -c -o vauth/libcurl_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo '$(srcdir)/'`vauth/spnego_gssapi.c
315413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-spnego_gssapi.Tpo vauth/$(DEPDIR)/libcurl_la-spnego_gssapi.Plo
315513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/spnego_gssapi.c' object='vauth/libcurl_la-spnego_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
315613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo '$(srcdir)/'`vauth/spnego_gssapi.c
315813498266Sopenharmony_ci
315913498266Sopenharmony_civauth/libcurl_la-spnego_sspi.lo: vauth/spnego_sspi.c
316013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-spnego_sspi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-spnego_sspi.Tpo -c -o vauth/libcurl_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo '$(srcdir)/'`vauth/spnego_sspi.c
316113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-spnego_sspi.Tpo vauth/$(DEPDIR)/libcurl_la-spnego_sspi.Plo
316213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/spnego_sspi.c' object='vauth/libcurl_la-spnego_sspi.lo' libtool=yes @AMDEPBACKSLASH@
316313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo '$(srcdir)/'`vauth/spnego_sspi.c
316513498266Sopenharmony_ci
316613498266Sopenharmony_civauth/libcurl_la-vauth.lo: vauth/vauth.c
316713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vauth/libcurl_la-vauth.lo -MD -MP -MF vauth/$(DEPDIR)/libcurl_la-vauth.Tpo -c -o vauth/libcurl_la-vauth.lo `test -f 'vauth/vauth.c' || echo '$(srcdir)/'`vauth/vauth.c
316813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurl_la-vauth.Tpo vauth/$(DEPDIR)/libcurl_la-vauth.Plo
316913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/vauth.c' object='vauth/libcurl_la-vauth.lo' libtool=yes @AMDEPBACKSLASH@
317013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurl_la-vauth.lo `test -f 'vauth/vauth.c' || echo '$(srcdir)/'`vauth/vauth.c
317213498266Sopenharmony_ci
317313498266Sopenharmony_civtls/libcurl_la-bearssl.lo: vtls/bearssl.c
317413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-bearssl.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-bearssl.Tpo -c -o vtls/libcurl_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo '$(srcdir)/'`vtls/bearssl.c
317513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-bearssl.Tpo vtls/$(DEPDIR)/libcurl_la-bearssl.Plo
317613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/bearssl.c' object='vtls/libcurl_la-bearssl.lo' libtool=yes @AMDEPBACKSLASH@
317713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo '$(srcdir)/'`vtls/bearssl.c
317913498266Sopenharmony_ci
318013498266Sopenharmony_civtls/libcurl_la-gtls.lo: vtls/gtls.c
318113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-gtls.Tpo -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo '$(srcdir)/'`vtls/gtls.c
318213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-gtls.Tpo vtls/$(DEPDIR)/libcurl_la-gtls.Plo
318313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/gtls.c' object='vtls/libcurl_la-gtls.lo' libtool=yes @AMDEPBACKSLASH@
318413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo '$(srcdir)/'`vtls/gtls.c
318613498266Sopenharmony_ci
318713498266Sopenharmony_civtls/libcurl_la-hostcheck.lo: vtls/hostcheck.c
318813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-hostcheck.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-hostcheck.Tpo -c -o vtls/libcurl_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo '$(srcdir)/'`vtls/hostcheck.c
318913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-hostcheck.Tpo vtls/$(DEPDIR)/libcurl_la-hostcheck.Plo
319013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/hostcheck.c' object='vtls/libcurl_la-hostcheck.lo' libtool=yes @AMDEPBACKSLASH@
319113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo '$(srcdir)/'`vtls/hostcheck.c
319313498266Sopenharmony_ci
319413498266Sopenharmony_civtls/libcurl_la-keylog.lo: vtls/keylog.c
319513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-keylog.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-keylog.Tpo -c -o vtls/libcurl_la-keylog.lo `test -f 'vtls/keylog.c' || echo '$(srcdir)/'`vtls/keylog.c
319613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-keylog.Tpo vtls/$(DEPDIR)/libcurl_la-keylog.Plo
319713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/keylog.c' object='vtls/libcurl_la-keylog.lo' libtool=yes @AMDEPBACKSLASH@
319813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-keylog.lo `test -f 'vtls/keylog.c' || echo '$(srcdir)/'`vtls/keylog.c
320013498266Sopenharmony_ci
320113498266Sopenharmony_civtls/libcurl_la-mbedtls.lo: vtls/mbedtls.c
320213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-mbedtls.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-mbedtls.Tpo -c -o vtls/libcurl_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo '$(srcdir)/'`vtls/mbedtls.c
320313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-mbedtls.Tpo vtls/$(DEPDIR)/libcurl_la-mbedtls.Plo
320413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/mbedtls.c' object='vtls/libcurl_la-mbedtls.lo' libtool=yes @AMDEPBACKSLASH@
320513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo '$(srcdir)/'`vtls/mbedtls.c
320713498266Sopenharmony_ci
320813498266Sopenharmony_civtls/libcurl_la-mbedtls_threadlock.lo: vtls/mbedtls_threadlock.c
320913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-mbedtls_threadlock.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-mbedtls_threadlock.Tpo -c -o vtls/libcurl_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo '$(srcdir)/'`vtls/mbedtls_threadlock.c
321013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-mbedtls_threadlock.Tpo vtls/$(DEPDIR)/libcurl_la-mbedtls_threadlock.Plo
321113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/mbedtls_threadlock.c' object='vtls/libcurl_la-mbedtls_threadlock.lo' libtool=yes @AMDEPBACKSLASH@
321213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo '$(srcdir)/'`vtls/mbedtls_threadlock.c
321413498266Sopenharmony_ci
321513498266Sopenharmony_civtls/libcurl_la-openssl.lo: vtls/openssl.c
321613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-openssl.Tpo -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo '$(srcdir)/'`vtls/openssl.c
321713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-openssl.Tpo vtls/$(DEPDIR)/libcurl_la-openssl.Plo
321813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/openssl.c' object='vtls/libcurl_la-openssl.lo' libtool=yes @AMDEPBACKSLASH@
321913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo '$(srcdir)/'`vtls/openssl.c
322113498266Sopenharmony_ci
322213498266Sopenharmony_civtls/libcurl_la-rustls.lo: vtls/rustls.c
322313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-rustls.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-rustls.Tpo -c -o vtls/libcurl_la-rustls.lo `test -f 'vtls/rustls.c' || echo '$(srcdir)/'`vtls/rustls.c
322413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-rustls.Tpo vtls/$(DEPDIR)/libcurl_la-rustls.Plo
322513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/rustls.c' object='vtls/libcurl_la-rustls.lo' libtool=yes @AMDEPBACKSLASH@
322613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-rustls.lo `test -f 'vtls/rustls.c' || echo '$(srcdir)/'`vtls/rustls.c
322813498266Sopenharmony_ci
322913498266Sopenharmony_civtls/libcurl_la-schannel.lo: vtls/schannel.c
323013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-schannel.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-schannel.Tpo -c -o vtls/libcurl_la-schannel.lo `test -f 'vtls/schannel.c' || echo '$(srcdir)/'`vtls/schannel.c
323113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-schannel.Tpo vtls/$(DEPDIR)/libcurl_la-schannel.Plo
323213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/schannel.c' object='vtls/libcurl_la-schannel.lo' libtool=yes @AMDEPBACKSLASH@
323313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-schannel.lo `test -f 'vtls/schannel.c' || echo '$(srcdir)/'`vtls/schannel.c
323513498266Sopenharmony_ci
323613498266Sopenharmony_civtls/libcurl_la-schannel_verify.lo: vtls/schannel_verify.c
323713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-schannel_verify.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-schannel_verify.Tpo -c -o vtls/libcurl_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo '$(srcdir)/'`vtls/schannel_verify.c
323813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-schannel_verify.Tpo vtls/$(DEPDIR)/libcurl_la-schannel_verify.Plo
323913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/schannel_verify.c' object='vtls/libcurl_la-schannel_verify.lo' libtool=yes @AMDEPBACKSLASH@
324013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo '$(srcdir)/'`vtls/schannel_verify.c
324213498266Sopenharmony_ci
324313498266Sopenharmony_civtls/libcurl_la-sectransp.lo: vtls/sectransp.c
324413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-sectransp.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-sectransp.Tpo -c -o vtls/libcurl_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo '$(srcdir)/'`vtls/sectransp.c
324513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-sectransp.Tpo vtls/$(DEPDIR)/libcurl_la-sectransp.Plo
324613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/sectransp.c' object='vtls/libcurl_la-sectransp.lo' libtool=yes @AMDEPBACKSLASH@
324713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo '$(srcdir)/'`vtls/sectransp.c
324913498266Sopenharmony_ci
325013498266Sopenharmony_civtls/libcurl_la-vtls.lo: vtls/vtls.c
325113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-vtls.Tpo -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo '$(srcdir)/'`vtls/vtls.c
325213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-vtls.Tpo vtls/$(DEPDIR)/libcurl_la-vtls.Plo
325313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/vtls.c' object='vtls/libcurl_la-vtls.lo' libtool=yes @AMDEPBACKSLASH@
325413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo '$(srcdir)/'`vtls/vtls.c
325613498266Sopenharmony_ci
325713498266Sopenharmony_civtls/libcurl_la-wolfssl.lo: vtls/wolfssl.c
325813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-wolfssl.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-wolfssl.Tpo -c -o vtls/libcurl_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo '$(srcdir)/'`vtls/wolfssl.c
325913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-wolfssl.Tpo vtls/$(DEPDIR)/libcurl_la-wolfssl.Plo
326013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/wolfssl.c' object='vtls/libcurl_la-wolfssl.lo' libtool=yes @AMDEPBACKSLASH@
326113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo '$(srcdir)/'`vtls/wolfssl.c
326313498266Sopenharmony_ci
326413498266Sopenharmony_civtls/libcurl_la-x509asn1.lo: vtls/x509asn1.c
326513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vtls/libcurl_la-x509asn1.lo -MD -MP -MF vtls/$(DEPDIR)/libcurl_la-x509asn1.Tpo -c -o vtls/libcurl_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo '$(srcdir)/'`vtls/x509asn1.c
326613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurl_la-x509asn1.Tpo vtls/$(DEPDIR)/libcurl_la-x509asn1.Plo
326713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/x509asn1.c' object='vtls/libcurl_la-x509asn1.lo' libtool=yes @AMDEPBACKSLASH@
326813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurl_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo '$(srcdir)/'`vtls/x509asn1.c
327013498266Sopenharmony_ci
327113498266Sopenharmony_civquic/libcurl_la-curl_msh3.lo: vquic/curl_msh3.c
327213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vquic/libcurl_la-curl_msh3.lo -MD -MP -MF vquic/$(DEPDIR)/libcurl_la-curl_msh3.Tpo -c -o vquic/libcurl_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo '$(srcdir)/'`vquic/curl_msh3.c
327313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurl_la-curl_msh3.Tpo vquic/$(DEPDIR)/libcurl_la-curl_msh3.Plo
327413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/curl_msh3.c' object='vquic/libcurl_la-curl_msh3.lo' libtool=yes @AMDEPBACKSLASH@
327513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurl_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo '$(srcdir)/'`vquic/curl_msh3.c
327713498266Sopenharmony_ci
327813498266Sopenharmony_civquic/libcurl_la-curl_ngtcp2.lo: vquic/curl_ngtcp2.c
327913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vquic/libcurl_la-curl_ngtcp2.lo -MD -MP -MF vquic/$(DEPDIR)/libcurl_la-curl_ngtcp2.Tpo -c -o vquic/libcurl_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo '$(srcdir)/'`vquic/curl_ngtcp2.c
328013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurl_la-curl_ngtcp2.Tpo vquic/$(DEPDIR)/libcurl_la-curl_ngtcp2.Plo
328113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/curl_ngtcp2.c' object='vquic/libcurl_la-curl_ngtcp2.lo' libtool=yes @AMDEPBACKSLASH@
328213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurl_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo '$(srcdir)/'`vquic/curl_ngtcp2.c
328413498266Sopenharmony_ci
328513498266Sopenharmony_civquic/libcurl_la-curl_osslq.lo: vquic/curl_osslq.c
328613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vquic/libcurl_la-curl_osslq.lo -MD -MP -MF vquic/$(DEPDIR)/libcurl_la-curl_osslq.Tpo -c -o vquic/libcurl_la-curl_osslq.lo `test -f 'vquic/curl_osslq.c' || echo '$(srcdir)/'`vquic/curl_osslq.c
328713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurl_la-curl_osslq.Tpo vquic/$(DEPDIR)/libcurl_la-curl_osslq.Plo
328813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/curl_osslq.c' object='vquic/libcurl_la-curl_osslq.lo' libtool=yes @AMDEPBACKSLASH@
328913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurl_la-curl_osslq.lo `test -f 'vquic/curl_osslq.c' || echo '$(srcdir)/'`vquic/curl_osslq.c
329113498266Sopenharmony_ci
329213498266Sopenharmony_civquic/libcurl_la-curl_quiche.lo: vquic/curl_quiche.c
329313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vquic/libcurl_la-curl_quiche.lo -MD -MP -MF vquic/$(DEPDIR)/libcurl_la-curl_quiche.Tpo -c -o vquic/libcurl_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo '$(srcdir)/'`vquic/curl_quiche.c
329413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurl_la-curl_quiche.Tpo vquic/$(DEPDIR)/libcurl_la-curl_quiche.Plo
329513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/curl_quiche.c' object='vquic/libcurl_la-curl_quiche.lo' libtool=yes @AMDEPBACKSLASH@
329613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurl_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo '$(srcdir)/'`vquic/curl_quiche.c
329813498266Sopenharmony_ci
329913498266Sopenharmony_civquic/libcurl_la-vquic.lo: vquic/vquic.c
330013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vquic/libcurl_la-vquic.lo -MD -MP -MF vquic/$(DEPDIR)/libcurl_la-vquic.Tpo -c -o vquic/libcurl_la-vquic.lo `test -f 'vquic/vquic.c' || echo '$(srcdir)/'`vquic/vquic.c
330113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurl_la-vquic.Tpo vquic/$(DEPDIR)/libcurl_la-vquic.Plo
330213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/vquic.c' object='vquic/libcurl_la-vquic.lo' libtool=yes @AMDEPBACKSLASH@
330313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurl_la-vquic.lo `test -f 'vquic/vquic.c' || echo '$(srcdir)/'`vquic/vquic.c
330513498266Sopenharmony_ci
330613498266Sopenharmony_civquic/libcurl_la-vquic-tls.lo: vquic/vquic-tls.c
330713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vquic/libcurl_la-vquic-tls.lo -MD -MP -MF vquic/$(DEPDIR)/libcurl_la-vquic-tls.Tpo -c -o vquic/libcurl_la-vquic-tls.lo `test -f 'vquic/vquic-tls.c' || echo '$(srcdir)/'`vquic/vquic-tls.c
330813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurl_la-vquic-tls.Tpo vquic/$(DEPDIR)/libcurl_la-vquic-tls.Plo
330913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/vquic-tls.c' object='vquic/libcurl_la-vquic-tls.lo' libtool=yes @AMDEPBACKSLASH@
331013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurl_la-vquic-tls.lo `test -f 'vquic/vquic-tls.c' || echo '$(srcdir)/'`vquic/vquic-tls.c
331213498266Sopenharmony_ci
331313498266Sopenharmony_civssh/libcurl_la-libssh.lo: vssh/libssh.c
331413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vssh/libcurl_la-libssh.lo -MD -MP -MF vssh/$(DEPDIR)/libcurl_la-libssh.Tpo -c -o vssh/libcurl_la-libssh.lo `test -f 'vssh/libssh.c' || echo '$(srcdir)/'`vssh/libssh.c
331513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vssh/$(DEPDIR)/libcurl_la-libssh.Tpo vssh/$(DEPDIR)/libcurl_la-libssh.Plo
331613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vssh/libssh.c' object='vssh/libcurl_la-libssh.lo' libtool=yes @AMDEPBACKSLASH@
331713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vssh/libcurl_la-libssh.lo `test -f 'vssh/libssh.c' || echo '$(srcdir)/'`vssh/libssh.c
331913498266Sopenharmony_ci
332013498266Sopenharmony_civssh/libcurl_la-libssh2.lo: vssh/libssh2.c
332113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vssh/libcurl_la-libssh2.lo -MD -MP -MF vssh/$(DEPDIR)/libcurl_la-libssh2.Tpo -c -o vssh/libcurl_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo '$(srcdir)/'`vssh/libssh2.c
332213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vssh/$(DEPDIR)/libcurl_la-libssh2.Tpo vssh/$(DEPDIR)/libcurl_la-libssh2.Plo
332313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vssh/libssh2.c' object='vssh/libcurl_la-libssh2.lo' libtool=yes @AMDEPBACKSLASH@
332413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vssh/libcurl_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo '$(srcdir)/'`vssh/libssh2.c
332613498266Sopenharmony_ci
332713498266Sopenharmony_civssh/libcurl_la-wolfssh.lo: vssh/wolfssh.c
332813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -MT vssh/libcurl_la-wolfssh.lo -MD -MP -MF vssh/$(DEPDIR)/libcurl_la-wolfssh.Tpo -c -o vssh/libcurl_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo '$(srcdir)/'`vssh/wolfssh.c
332913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vssh/$(DEPDIR)/libcurl_la-wolfssh.Tpo vssh/$(DEPDIR)/libcurl_la-wolfssh.Plo
333013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vssh/wolfssh.c' object='vssh/libcurl_la-wolfssh.lo' libtool=yes @AMDEPBACKSLASH@
333113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurl_la_CPPFLAGS) $(CPPFLAGS) $(libcurl_la_CFLAGS) $(CFLAGS) -c -o vssh/libcurl_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo '$(srcdir)/'`vssh/wolfssh.c
333313498266Sopenharmony_ci
333413498266Sopenharmony_cilibcurlu_la-altsvc.lo: altsvc.c
333513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-altsvc.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-altsvc.Tpo -c -o libcurlu_la-altsvc.lo `test -f 'altsvc.c' || echo '$(srcdir)/'`altsvc.c
333613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-altsvc.Tpo $(DEPDIR)/libcurlu_la-altsvc.Plo
333713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='altsvc.c' object='libcurlu_la-altsvc.lo' libtool=yes @AMDEPBACKSLASH@
333813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-altsvc.lo `test -f 'altsvc.c' || echo '$(srcdir)/'`altsvc.c
334013498266Sopenharmony_ci
334113498266Sopenharmony_cilibcurlu_la-amigaos.lo: amigaos.c
334213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-amigaos.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-amigaos.Tpo -c -o libcurlu_la-amigaos.lo `test -f 'amigaos.c' || echo '$(srcdir)/'`amigaos.c
334313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-amigaos.Tpo $(DEPDIR)/libcurlu_la-amigaos.Plo
334413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='amigaos.c' object='libcurlu_la-amigaos.lo' libtool=yes @AMDEPBACKSLASH@
334513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-amigaos.lo `test -f 'amigaos.c' || echo '$(srcdir)/'`amigaos.c
334713498266Sopenharmony_ci
334813498266Sopenharmony_cilibcurlu_la-asyn-ares.lo: asyn-ares.c
334913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-asyn-ares.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-asyn-ares.Tpo -c -o libcurlu_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo '$(srcdir)/'`asyn-ares.c
335013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-asyn-ares.Tpo $(DEPDIR)/libcurlu_la-asyn-ares.Plo
335113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='asyn-ares.c' object='libcurlu_la-asyn-ares.lo' libtool=yes @AMDEPBACKSLASH@
335213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo '$(srcdir)/'`asyn-ares.c
335413498266Sopenharmony_ci
335513498266Sopenharmony_cilibcurlu_la-asyn-thread.lo: asyn-thread.c
335613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-asyn-thread.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-asyn-thread.Tpo -c -o libcurlu_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo '$(srcdir)/'`asyn-thread.c
335713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-asyn-thread.Tpo $(DEPDIR)/libcurlu_la-asyn-thread.Plo
335813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='asyn-thread.c' object='libcurlu_la-asyn-thread.lo' libtool=yes @AMDEPBACKSLASH@
335913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo '$(srcdir)/'`asyn-thread.c
336113498266Sopenharmony_ci
336213498266Sopenharmony_cilibcurlu_la-base64.lo: base64.c
336313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-base64.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-base64.Tpo -c -o libcurlu_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
336413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-base64.Tpo $(DEPDIR)/libcurlu_la-base64.Plo
336513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='base64.c' object='libcurlu_la-base64.lo' libtool=yes @AMDEPBACKSLASH@
336613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
336813498266Sopenharmony_ci
336913498266Sopenharmony_cilibcurlu_la-bufq.lo: bufq.c
337013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-bufq.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-bufq.Tpo -c -o libcurlu_la-bufq.lo `test -f 'bufq.c' || echo '$(srcdir)/'`bufq.c
337113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-bufq.Tpo $(DEPDIR)/libcurlu_la-bufq.Plo
337213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bufq.c' object='libcurlu_la-bufq.lo' libtool=yes @AMDEPBACKSLASH@
337313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-bufq.lo `test -f 'bufq.c' || echo '$(srcdir)/'`bufq.c
337513498266Sopenharmony_ci
337613498266Sopenharmony_cilibcurlu_la-bufref.lo: bufref.c
337713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-bufref.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-bufref.Tpo -c -o libcurlu_la-bufref.lo `test -f 'bufref.c' || echo '$(srcdir)/'`bufref.c
337813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-bufref.Tpo $(DEPDIR)/libcurlu_la-bufref.Plo
337913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bufref.c' object='libcurlu_la-bufref.lo' libtool=yes @AMDEPBACKSLASH@
338013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-bufref.lo `test -f 'bufref.c' || echo '$(srcdir)/'`bufref.c
338213498266Sopenharmony_ci
338313498266Sopenharmony_cilibcurlu_la-c-hyper.lo: c-hyper.c
338413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-c-hyper.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-c-hyper.Tpo -c -o libcurlu_la-c-hyper.lo `test -f 'c-hyper.c' || echo '$(srcdir)/'`c-hyper.c
338513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-c-hyper.Tpo $(DEPDIR)/libcurlu_la-c-hyper.Plo
338613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='c-hyper.c' object='libcurlu_la-c-hyper.lo' libtool=yes @AMDEPBACKSLASH@
338713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-c-hyper.lo `test -f 'c-hyper.c' || echo '$(srcdir)/'`c-hyper.c
338913498266Sopenharmony_ci
339013498266Sopenharmony_cilibcurlu_la-cf-h1-proxy.lo: cf-h1-proxy.c
339113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-cf-h1-proxy.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-cf-h1-proxy.Tpo -c -o libcurlu_la-cf-h1-proxy.lo `test -f 'cf-h1-proxy.c' || echo '$(srcdir)/'`cf-h1-proxy.c
339213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-cf-h1-proxy.Tpo $(DEPDIR)/libcurlu_la-cf-h1-proxy.Plo
339313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-h1-proxy.c' object='libcurlu_la-cf-h1-proxy.lo' libtool=yes @AMDEPBACKSLASH@
339413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cf-h1-proxy.lo `test -f 'cf-h1-proxy.c' || echo '$(srcdir)/'`cf-h1-proxy.c
339613498266Sopenharmony_ci
339713498266Sopenharmony_cilibcurlu_la-cf-h2-proxy.lo: cf-h2-proxy.c
339813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-cf-h2-proxy.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-cf-h2-proxy.Tpo -c -o libcurlu_la-cf-h2-proxy.lo `test -f 'cf-h2-proxy.c' || echo '$(srcdir)/'`cf-h2-proxy.c
339913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-cf-h2-proxy.Tpo $(DEPDIR)/libcurlu_la-cf-h2-proxy.Plo
340013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-h2-proxy.c' object='libcurlu_la-cf-h2-proxy.lo' libtool=yes @AMDEPBACKSLASH@
340113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cf-h2-proxy.lo `test -f 'cf-h2-proxy.c' || echo '$(srcdir)/'`cf-h2-proxy.c
340313498266Sopenharmony_ci
340413498266Sopenharmony_cilibcurlu_la-cf-haproxy.lo: cf-haproxy.c
340513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-cf-haproxy.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-cf-haproxy.Tpo -c -o libcurlu_la-cf-haproxy.lo `test -f 'cf-haproxy.c' || echo '$(srcdir)/'`cf-haproxy.c
340613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-cf-haproxy.Tpo $(DEPDIR)/libcurlu_la-cf-haproxy.Plo
340713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-haproxy.c' object='libcurlu_la-cf-haproxy.lo' libtool=yes @AMDEPBACKSLASH@
340813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cf-haproxy.lo `test -f 'cf-haproxy.c' || echo '$(srcdir)/'`cf-haproxy.c
341013498266Sopenharmony_ci
341113498266Sopenharmony_cilibcurlu_la-cf-https-connect.lo: cf-https-connect.c
341213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-cf-https-connect.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-cf-https-connect.Tpo -c -o libcurlu_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo '$(srcdir)/'`cf-https-connect.c
341313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-cf-https-connect.Tpo $(DEPDIR)/libcurlu_la-cf-https-connect.Plo
341413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-https-connect.c' object='libcurlu_la-cf-https-connect.lo' libtool=yes @AMDEPBACKSLASH@
341513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cf-https-connect.lo `test -f 'cf-https-connect.c' || echo '$(srcdir)/'`cf-https-connect.c
341713498266Sopenharmony_ci
341813498266Sopenharmony_cilibcurlu_la-cf-socket.lo: cf-socket.c
341913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-cf-socket.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-cf-socket.Tpo -c -o libcurlu_la-cf-socket.lo `test -f 'cf-socket.c' || echo '$(srcdir)/'`cf-socket.c
342013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-cf-socket.Tpo $(DEPDIR)/libcurlu_la-cf-socket.Plo
342113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cf-socket.c' object='libcurlu_la-cf-socket.lo' libtool=yes @AMDEPBACKSLASH@
342213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cf-socket.lo `test -f 'cf-socket.c' || echo '$(srcdir)/'`cf-socket.c
342413498266Sopenharmony_ci
342513498266Sopenharmony_cilibcurlu_la-cfilters.lo: cfilters.c
342613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-cfilters.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-cfilters.Tpo -c -o libcurlu_la-cfilters.lo `test -f 'cfilters.c' || echo '$(srcdir)/'`cfilters.c
342713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-cfilters.Tpo $(DEPDIR)/libcurlu_la-cfilters.Plo
342813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cfilters.c' object='libcurlu_la-cfilters.lo' libtool=yes @AMDEPBACKSLASH@
342913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cfilters.lo `test -f 'cfilters.c' || echo '$(srcdir)/'`cfilters.c
343113498266Sopenharmony_ci
343213498266Sopenharmony_cilibcurlu_la-conncache.lo: conncache.c
343313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-conncache.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-conncache.Tpo -c -o libcurlu_la-conncache.lo `test -f 'conncache.c' || echo '$(srcdir)/'`conncache.c
343413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-conncache.Tpo $(DEPDIR)/libcurlu_la-conncache.Plo
343513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='conncache.c' object='libcurlu_la-conncache.lo' libtool=yes @AMDEPBACKSLASH@
343613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-conncache.lo `test -f 'conncache.c' || echo '$(srcdir)/'`conncache.c
343813498266Sopenharmony_ci
343913498266Sopenharmony_cilibcurlu_la-connect.lo: connect.c
344013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-connect.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-connect.Tpo -c -o libcurlu_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c
344113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-connect.Tpo $(DEPDIR)/libcurlu_la-connect.Plo
344213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='connect.c' object='libcurlu_la-connect.lo' libtool=yes @AMDEPBACKSLASH@
344313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-connect.lo `test -f 'connect.c' || echo '$(srcdir)/'`connect.c
344513498266Sopenharmony_ci
344613498266Sopenharmony_cilibcurlu_la-content_encoding.lo: content_encoding.c
344713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-content_encoding.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-content_encoding.Tpo -c -o libcurlu_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c
344813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-content_encoding.Tpo $(DEPDIR)/libcurlu_la-content_encoding.Plo
344913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='content_encoding.c' object='libcurlu_la-content_encoding.lo' libtool=yes @AMDEPBACKSLASH@
345013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-content_encoding.lo `test -f 'content_encoding.c' || echo '$(srcdir)/'`content_encoding.c
345213498266Sopenharmony_ci
345313498266Sopenharmony_cilibcurlu_la-cookie.lo: cookie.c
345413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-cookie.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-cookie.Tpo -c -o libcurlu_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c
345513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-cookie.Tpo $(DEPDIR)/libcurlu_la-cookie.Plo
345613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cookie.c' object='libcurlu_la-cookie.lo' libtool=yes @AMDEPBACKSLASH@
345713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-cookie.lo `test -f 'cookie.c' || echo '$(srcdir)/'`cookie.c
345913498266Sopenharmony_ci
346013498266Sopenharmony_cilibcurlu_la-curl_addrinfo.lo: curl_addrinfo.c
346113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_addrinfo.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_addrinfo.Tpo -c -o libcurlu_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c
346213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_addrinfo.Tpo $(DEPDIR)/libcurlu_la-curl_addrinfo.Plo
346313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_addrinfo.c' object='libcurlu_la-curl_addrinfo.lo' libtool=yes @AMDEPBACKSLASH@
346413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo '$(srcdir)/'`curl_addrinfo.c
346613498266Sopenharmony_ci
346713498266Sopenharmony_cilibcurlu_la-curl_des.lo: curl_des.c
346813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_des.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_des.Tpo -c -o libcurlu_la-curl_des.lo `test -f 'curl_des.c' || echo '$(srcdir)/'`curl_des.c
346913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_des.Tpo $(DEPDIR)/libcurlu_la-curl_des.Plo
347013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_des.c' object='libcurlu_la-curl_des.lo' libtool=yes @AMDEPBACKSLASH@
347113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_des.lo `test -f 'curl_des.c' || echo '$(srcdir)/'`curl_des.c
347313498266Sopenharmony_ci
347413498266Sopenharmony_cilibcurlu_la-curl_endian.lo: curl_endian.c
347513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_endian.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_endian.Tpo -c -o libcurlu_la-curl_endian.lo `test -f 'curl_endian.c' || echo '$(srcdir)/'`curl_endian.c
347613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_endian.Tpo $(DEPDIR)/libcurlu_la-curl_endian.Plo
347713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_endian.c' object='libcurlu_la-curl_endian.lo' libtool=yes @AMDEPBACKSLASH@
347813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_endian.lo `test -f 'curl_endian.c' || echo '$(srcdir)/'`curl_endian.c
348013498266Sopenharmony_ci
348113498266Sopenharmony_cilibcurlu_la-curl_fnmatch.lo: curl_fnmatch.c
348213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_fnmatch.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_fnmatch.Tpo -c -o libcurlu_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c
348313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_fnmatch.Tpo $(DEPDIR)/libcurlu_la-curl_fnmatch.Plo
348413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_fnmatch.c' object='libcurlu_la-curl_fnmatch.lo' libtool=yes @AMDEPBACKSLASH@
348513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo '$(srcdir)/'`curl_fnmatch.c
348713498266Sopenharmony_ci
348813498266Sopenharmony_cilibcurlu_la-curl_get_line.lo: curl_get_line.c
348913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_get_line.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_get_line.Tpo -c -o libcurlu_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo '$(srcdir)/'`curl_get_line.c
349013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_get_line.Tpo $(DEPDIR)/libcurlu_la-curl_get_line.Plo
349113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_get_line.c' object='libcurlu_la-curl_get_line.lo' libtool=yes @AMDEPBACKSLASH@
349213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_get_line.lo `test -f 'curl_get_line.c' || echo '$(srcdir)/'`curl_get_line.c
349413498266Sopenharmony_ci
349513498266Sopenharmony_cilibcurlu_la-curl_gethostname.lo: curl_gethostname.c
349613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_gethostname.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_gethostname.Tpo -c -o libcurlu_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c
349713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_gethostname.Tpo $(DEPDIR)/libcurlu_la-curl_gethostname.Plo
349813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_gethostname.c' object='libcurlu_la-curl_gethostname.lo' libtool=yes @AMDEPBACKSLASH@
349913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo '$(srcdir)/'`curl_gethostname.c
350113498266Sopenharmony_ci
350213498266Sopenharmony_cilibcurlu_la-curl_gssapi.lo: curl_gssapi.c
350313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_gssapi.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_gssapi.Tpo -c -o libcurlu_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo '$(srcdir)/'`curl_gssapi.c
350413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_gssapi.Tpo $(DEPDIR)/libcurlu_la-curl_gssapi.Plo
350513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_gssapi.c' object='libcurlu_la-curl_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
350613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo '$(srcdir)/'`curl_gssapi.c
350813498266Sopenharmony_ci
350913498266Sopenharmony_cilibcurlu_la-curl_memrchr.lo: curl_memrchr.c
351013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_memrchr.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_memrchr.Tpo -c -o libcurlu_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c
351113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_memrchr.Tpo $(DEPDIR)/libcurlu_la-curl_memrchr.Plo
351213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_memrchr.c' object='libcurlu_la-curl_memrchr.lo' libtool=yes @AMDEPBACKSLASH@
351313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo '$(srcdir)/'`curl_memrchr.c
351513498266Sopenharmony_ci
351613498266Sopenharmony_cilibcurlu_la-curl_multibyte.lo: curl_multibyte.c
351713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_multibyte.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_multibyte.Tpo -c -o libcurlu_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo '$(srcdir)/'`curl_multibyte.c
351813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_multibyte.Tpo $(DEPDIR)/libcurlu_la-curl_multibyte.Plo
351913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_multibyte.c' object='libcurlu_la-curl_multibyte.lo' libtool=yes @AMDEPBACKSLASH@
352013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo '$(srcdir)/'`curl_multibyte.c
352213498266Sopenharmony_ci
352313498266Sopenharmony_cilibcurlu_la-curl_ntlm_core.lo: curl_ntlm_core.c
352413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_ntlm_core.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_ntlm_core.Tpo -c -o libcurlu_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo '$(srcdir)/'`curl_ntlm_core.c
352513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_ntlm_core.Tpo $(DEPDIR)/libcurlu_la-curl_ntlm_core.Plo
352613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_ntlm_core.c' object='libcurlu_la-curl_ntlm_core.lo' libtool=yes @AMDEPBACKSLASH@
352713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo '$(srcdir)/'`curl_ntlm_core.c
352913498266Sopenharmony_ci
353013498266Sopenharmony_cilibcurlu_la-curl_ntlm_wb.lo: curl_ntlm_wb.c
353113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_ntlm_wb.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_ntlm_wb.Tpo -c -o libcurlu_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo '$(srcdir)/'`curl_ntlm_wb.c
353213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_ntlm_wb.Tpo $(DEPDIR)/libcurlu_la-curl_ntlm_wb.Plo
353313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_ntlm_wb.c' object='libcurlu_la-curl_ntlm_wb.lo' libtool=yes @AMDEPBACKSLASH@
353413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo '$(srcdir)/'`curl_ntlm_wb.c
353613498266Sopenharmony_ci
353713498266Sopenharmony_cilibcurlu_la-curl_path.lo: curl_path.c
353813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_path.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_path.Tpo -c -o libcurlu_la-curl_path.lo `test -f 'curl_path.c' || echo '$(srcdir)/'`curl_path.c
353913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_path.Tpo $(DEPDIR)/libcurlu_la-curl_path.Plo
354013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_path.c' object='libcurlu_la-curl_path.lo' libtool=yes @AMDEPBACKSLASH@
354113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_path.lo `test -f 'curl_path.c' || echo '$(srcdir)/'`curl_path.c
354313498266Sopenharmony_ci
354413498266Sopenharmony_cilibcurlu_la-curl_range.lo: curl_range.c
354513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_range.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_range.Tpo -c -o libcurlu_la-curl_range.lo `test -f 'curl_range.c' || echo '$(srcdir)/'`curl_range.c
354613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_range.Tpo $(DEPDIR)/libcurlu_la-curl_range.Plo
354713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_range.c' object='libcurlu_la-curl_range.lo' libtool=yes @AMDEPBACKSLASH@
354813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_range.lo `test -f 'curl_range.c' || echo '$(srcdir)/'`curl_range.c
355013498266Sopenharmony_ci
355113498266Sopenharmony_cilibcurlu_la-curl_rtmp.lo: curl_rtmp.c
355213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_rtmp.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_rtmp.Tpo -c -o libcurlu_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c
355313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_rtmp.Tpo $(DEPDIR)/libcurlu_la-curl_rtmp.Plo
355413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_rtmp.c' object='libcurlu_la-curl_rtmp.lo' libtool=yes @AMDEPBACKSLASH@
355513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo '$(srcdir)/'`curl_rtmp.c
355713498266Sopenharmony_ci
355813498266Sopenharmony_cilibcurlu_la-curl_sasl.lo: curl_sasl.c
355913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_sasl.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_sasl.Tpo -c -o libcurlu_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo '$(srcdir)/'`curl_sasl.c
356013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_sasl.Tpo $(DEPDIR)/libcurlu_la-curl_sasl.Plo
356113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_sasl.c' object='libcurlu_la-curl_sasl.lo' libtool=yes @AMDEPBACKSLASH@
356213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo '$(srcdir)/'`curl_sasl.c
356413498266Sopenharmony_ci
356513498266Sopenharmony_cilibcurlu_la-curl_sspi.lo: curl_sspi.c
356613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_sspi.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_sspi.Tpo -c -o libcurlu_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c
356713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_sspi.Tpo $(DEPDIR)/libcurlu_la-curl_sspi.Plo
356813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_sspi.c' object='libcurlu_la-curl_sspi.lo' libtool=yes @AMDEPBACKSLASH@
356913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo '$(srcdir)/'`curl_sspi.c
357113498266Sopenharmony_ci
357213498266Sopenharmony_cilibcurlu_la-curl_threads.lo: curl_threads.c
357313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_threads.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_threads.Tpo -c -o libcurlu_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c
357413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_threads.Tpo $(DEPDIR)/libcurlu_la-curl_threads.Plo
357513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_threads.c' object='libcurlu_la-curl_threads.lo' libtool=yes @AMDEPBACKSLASH@
357613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_threads.lo `test -f 'curl_threads.c' || echo '$(srcdir)/'`curl_threads.c
357813498266Sopenharmony_ci
357913498266Sopenharmony_cilibcurlu_la-curl_trc.lo: curl_trc.c
358013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-curl_trc.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-curl_trc.Tpo -c -o libcurlu_la-curl_trc.lo `test -f 'curl_trc.c' || echo '$(srcdir)/'`curl_trc.c
358113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-curl_trc.Tpo $(DEPDIR)/libcurlu_la-curl_trc.Plo
358213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='curl_trc.c' object='libcurlu_la-curl_trc.lo' libtool=yes @AMDEPBACKSLASH@
358313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-curl_trc.lo `test -f 'curl_trc.c' || echo '$(srcdir)/'`curl_trc.c
358513498266Sopenharmony_ci
358613498266Sopenharmony_cilibcurlu_la-dict.lo: dict.c
358713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-dict.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-dict.Tpo -c -o libcurlu_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
358813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-dict.Tpo $(DEPDIR)/libcurlu_la-dict.Plo
358913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dict.c' object='libcurlu_la-dict.lo' libtool=yes @AMDEPBACKSLASH@
359013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
359213498266Sopenharmony_ci
359313498266Sopenharmony_cilibcurlu_la-doh.lo: doh.c
359413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-doh.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-doh.Tpo -c -o libcurlu_la-doh.lo `test -f 'doh.c' || echo '$(srcdir)/'`doh.c
359513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-doh.Tpo $(DEPDIR)/libcurlu_la-doh.Plo
359613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='doh.c' object='libcurlu_la-doh.lo' libtool=yes @AMDEPBACKSLASH@
359713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-doh.lo `test -f 'doh.c' || echo '$(srcdir)/'`doh.c
359913498266Sopenharmony_ci
360013498266Sopenharmony_cilibcurlu_la-dynbuf.lo: dynbuf.c
360113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-dynbuf.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-dynbuf.Tpo -c -o libcurlu_la-dynbuf.lo `test -f 'dynbuf.c' || echo '$(srcdir)/'`dynbuf.c
360213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-dynbuf.Tpo $(DEPDIR)/libcurlu_la-dynbuf.Plo
360313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dynbuf.c' object='libcurlu_la-dynbuf.lo' libtool=yes @AMDEPBACKSLASH@
360413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-dynbuf.lo `test -f 'dynbuf.c' || echo '$(srcdir)/'`dynbuf.c
360613498266Sopenharmony_ci
360713498266Sopenharmony_cilibcurlu_la-dynhds.lo: dynhds.c
360813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-dynhds.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-dynhds.Tpo -c -o libcurlu_la-dynhds.lo `test -f 'dynhds.c' || echo '$(srcdir)/'`dynhds.c
360913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-dynhds.Tpo $(DEPDIR)/libcurlu_la-dynhds.Plo
361013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dynhds.c' object='libcurlu_la-dynhds.lo' libtool=yes @AMDEPBACKSLASH@
361113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-dynhds.lo `test -f 'dynhds.c' || echo '$(srcdir)/'`dynhds.c
361313498266Sopenharmony_ci
361413498266Sopenharmony_cilibcurlu_la-easy.lo: easy.c
361513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-easy.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-easy.Tpo -c -o libcurlu_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c
361613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-easy.Tpo $(DEPDIR)/libcurlu_la-easy.Plo
361713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='easy.c' object='libcurlu_la-easy.lo' libtool=yes @AMDEPBACKSLASH@
361813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-easy.lo `test -f 'easy.c' || echo '$(srcdir)/'`easy.c
362013498266Sopenharmony_ci
362113498266Sopenharmony_cilibcurlu_la-easygetopt.lo: easygetopt.c
362213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-easygetopt.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-easygetopt.Tpo -c -o libcurlu_la-easygetopt.lo `test -f 'easygetopt.c' || echo '$(srcdir)/'`easygetopt.c
362313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-easygetopt.Tpo $(DEPDIR)/libcurlu_la-easygetopt.Plo
362413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='easygetopt.c' object='libcurlu_la-easygetopt.lo' libtool=yes @AMDEPBACKSLASH@
362513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-easygetopt.lo `test -f 'easygetopt.c' || echo '$(srcdir)/'`easygetopt.c
362713498266Sopenharmony_ci
362813498266Sopenharmony_cilibcurlu_la-easyoptions.lo: easyoptions.c
362913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-easyoptions.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-easyoptions.Tpo -c -o libcurlu_la-easyoptions.lo `test -f 'easyoptions.c' || echo '$(srcdir)/'`easyoptions.c
363013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-easyoptions.Tpo $(DEPDIR)/libcurlu_la-easyoptions.Plo
363113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='easyoptions.c' object='libcurlu_la-easyoptions.lo' libtool=yes @AMDEPBACKSLASH@
363213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-easyoptions.lo `test -f 'easyoptions.c' || echo '$(srcdir)/'`easyoptions.c
363413498266Sopenharmony_ci
363513498266Sopenharmony_cilibcurlu_la-escape.lo: escape.c
363613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-escape.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-escape.Tpo -c -o libcurlu_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c
363713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-escape.Tpo $(DEPDIR)/libcurlu_la-escape.Plo
363813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='escape.c' object='libcurlu_la-escape.lo' libtool=yes @AMDEPBACKSLASH@
363913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-escape.lo `test -f 'escape.c' || echo '$(srcdir)/'`escape.c
364113498266Sopenharmony_ci
364213498266Sopenharmony_cilibcurlu_la-file.lo: file.c
364313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-file.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-file.Tpo -c -o libcurlu_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
364413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-file.Tpo $(DEPDIR)/libcurlu_la-file.Plo
364513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='file.c' object='libcurlu_la-file.lo' libtool=yes @AMDEPBACKSLASH@
364613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
364813498266Sopenharmony_ci
364913498266Sopenharmony_cilibcurlu_la-fileinfo.lo: fileinfo.c
365013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-fileinfo.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-fileinfo.Tpo -c -o libcurlu_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c
365113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-fileinfo.Tpo $(DEPDIR)/libcurlu_la-fileinfo.Plo
365213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fileinfo.c' object='libcurlu_la-fileinfo.lo' libtool=yes @AMDEPBACKSLASH@
365313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-fileinfo.lo `test -f 'fileinfo.c' || echo '$(srcdir)/'`fileinfo.c
365513498266Sopenharmony_ci
365613498266Sopenharmony_cilibcurlu_la-fopen.lo: fopen.c
365713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-fopen.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-fopen.Tpo -c -o libcurlu_la-fopen.lo `test -f 'fopen.c' || echo '$(srcdir)/'`fopen.c
365813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-fopen.Tpo $(DEPDIR)/libcurlu_la-fopen.Plo
365913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fopen.c' object='libcurlu_la-fopen.lo' libtool=yes @AMDEPBACKSLASH@
366013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-fopen.lo `test -f 'fopen.c' || echo '$(srcdir)/'`fopen.c
366213498266Sopenharmony_ci
366313498266Sopenharmony_cilibcurlu_la-formdata.lo: formdata.c
366413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-formdata.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-formdata.Tpo -c -o libcurlu_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c
366513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-formdata.Tpo $(DEPDIR)/libcurlu_la-formdata.Plo
366613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='formdata.c' object='libcurlu_la-formdata.lo' libtool=yes @AMDEPBACKSLASH@
366713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-formdata.lo `test -f 'formdata.c' || echo '$(srcdir)/'`formdata.c
366913498266Sopenharmony_ci
367013498266Sopenharmony_cilibcurlu_la-ftp.lo: ftp.c
367113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-ftp.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-ftp.Tpo -c -o libcurlu_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
367213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-ftp.Tpo $(DEPDIR)/libcurlu_la-ftp.Plo
367313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ftp.c' object='libcurlu_la-ftp.lo' libtool=yes @AMDEPBACKSLASH@
367413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ftp.lo `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c
367613498266Sopenharmony_ci
367713498266Sopenharmony_cilibcurlu_la-ftplistparser.lo: ftplistparser.c
367813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-ftplistparser.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-ftplistparser.Tpo -c -o libcurlu_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c
367913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-ftplistparser.Tpo $(DEPDIR)/libcurlu_la-ftplistparser.Plo
368013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ftplistparser.c' object='libcurlu_la-ftplistparser.lo' libtool=yes @AMDEPBACKSLASH@
368113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo '$(srcdir)/'`ftplistparser.c
368313498266Sopenharmony_ci
368413498266Sopenharmony_cilibcurlu_la-getenv.lo: getenv.c
368513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-getenv.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-getenv.Tpo -c -o libcurlu_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c
368613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-getenv.Tpo $(DEPDIR)/libcurlu_la-getenv.Plo
368713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getenv.c' object='libcurlu_la-getenv.lo' libtool=yes @AMDEPBACKSLASH@
368813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-getenv.lo `test -f 'getenv.c' || echo '$(srcdir)/'`getenv.c
369013498266Sopenharmony_ci
369113498266Sopenharmony_cilibcurlu_la-getinfo.lo: getinfo.c
369213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-getinfo.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-getinfo.Tpo -c -o libcurlu_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c
369313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-getinfo.Tpo $(DEPDIR)/libcurlu_la-getinfo.Plo
369413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getinfo.c' object='libcurlu_la-getinfo.lo' libtool=yes @AMDEPBACKSLASH@
369513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-getinfo.lo `test -f 'getinfo.c' || echo '$(srcdir)/'`getinfo.c
369713498266Sopenharmony_ci
369813498266Sopenharmony_cilibcurlu_la-gopher.lo: gopher.c
369913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-gopher.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-gopher.Tpo -c -o libcurlu_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c
370013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-gopher.Tpo $(DEPDIR)/libcurlu_la-gopher.Plo
370113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gopher.c' object='libcurlu_la-gopher.lo' libtool=yes @AMDEPBACKSLASH@
370213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-gopher.lo `test -f 'gopher.c' || echo '$(srcdir)/'`gopher.c
370413498266Sopenharmony_ci
370513498266Sopenharmony_cilibcurlu_la-hash.lo: hash.c
370613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hash.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-hash.Tpo -c -o libcurlu_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
370713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-hash.Tpo $(DEPDIR)/libcurlu_la-hash.Plo
370813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hash.c' object='libcurlu_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
370913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
371113498266Sopenharmony_ci
371213498266Sopenharmony_cilibcurlu_la-headers.lo: headers.c
371313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-headers.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-headers.Tpo -c -o libcurlu_la-headers.lo `test -f 'headers.c' || echo '$(srcdir)/'`headers.c
371413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-headers.Tpo $(DEPDIR)/libcurlu_la-headers.Plo
371513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='headers.c' object='libcurlu_la-headers.lo' libtool=yes @AMDEPBACKSLASH@
371613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-headers.lo `test -f 'headers.c' || echo '$(srcdir)/'`headers.c
371813498266Sopenharmony_ci
371913498266Sopenharmony_cilibcurlu_la-hmac.lo: hmac.c
372013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hmac.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-hmac.Tpo -c -o libcurlu_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
372113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-hmac.Tpo $(DEPDIR)/libcurlu_la-hmac.Plo
372213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hmac.c' object='libcurlu_la-hmac.lo' libtool=yes @AMDEPBACKSLASH@
372313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hmac.lo `test -f 'hmac.c' || echo '$(srcdir)/'`hmac.c
372513498266Sopenharmony_ci
372613498266Sopenharmony_cilibcurlu_la-hostasyn.lo: hostasyn.c
372713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostasyn.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-hostasyn.Tpo -c -o libcurlu_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c
372813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-hostasyn.Tpo $(DEPDIR)/libcurlu_la-hostasyn.Plo
372913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostasyn.c' object='libcurlu_la-hostasyn.lo' libtool=yes @AMDEPBACKSLASH@
373013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostasyn.lo `test -f 'hostasyn.c' || echo '$(srcdir)/'`hostasyn.c
373213498266Sopenharmony_ci
373313498266Sopenharmony_cilibcurlu_la-hostip.lo: hostip.c
373413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostip.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-hostip.Tpo -c -o libcurlu_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c
373513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-hostip.Tpo $(DEPDIR)/libcurlu_la-hostip.Plo
373613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostip.c' object='libcurlu_la-hostip.lo' libtool=yes @AMDEPBACKSLASH@
373713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip.lo `test -f 'hostip.c' || echo '$(srcdir)/'`hostip.c
373913498266Sopenharmony_ci
374013498266Sopenharmony_cilibcurlu_la-hostip4.lo: hostip4.c
374113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostip4.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-hostip4.Tpo -c -o libcurlu_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c
374213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-hostip4.Tpo $(DEPDIR)/libcurlu_la-hostip4.Plo
374313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostip4.c' object='libcurlu_la-hostip4.lo' libtool=yes @AMDEPBACKSLASH@
374413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip4.lo `test -f 'hostip4.c' || echo '$(srcdir)/'`hostip4.c
374613498266Sopenharmony_ci
374713498266Sopenharmony_cilibcurlu_la-hostip6.lo: hostip6.c
374813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostip6.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-hostip6.Tpo -c -o libcurlu_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c
374913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-hostip6.Tpo $(DEPDIR)/libcurlu_la-hostip6.Plo
375013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostip6.c' object='libcurlu_la-hostip6.lo' libtool=yes @AMDEPBACKSLASH@
375113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostip6.lo `test -f 'hostip6.c' || echo '$(srcdir)/'`hostip6.c
375313498266Sopenharmony_ci
375413498266Sopenharmony_cilibcurlu_la-hostsyn.lo: hostsyn.c
375513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hostsyn.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-hostsyn.Tpo -c -o libcurlu_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c
375613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-hostsyn.Tpo $(DEPDIR)/libcurlu_la-hostsyn.Plo
375713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hostsyn.c' object='libcurlu_la-hostsyn.lo' libtool=yes @AMDEPBACKSLASH@
375813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hostsyn.lo `test -f 'hostsyn.c' || echo '$(srcdir)/'`hostsyn.c
376013498266Sopenharmony_ci
376113498266Sopenharmony_cilibcurlu_la-hsts.lo: hsts.c
376213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-hsts.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-hsts.Tpo -c -o libcurlu_la-hsts.lo `test -f 'hsts.c' || echo '$(srcdir)/'`hsts.c
376313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-hsts.Tpo $(DEPDIR)/libcurlu_la-hsts.Plo
376413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hsts.c' object='libcurlu_la-hsts.lo' libtool=yes @AMDEPBACKSLASH@
376513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-hsts.lo `test -f 'hsts.c' || echo '$(srcdir)/'`hsts.c
376713498266Sopenharmony_ci
376813498266Sopenharmony_cilibcurlu_la-http.lo: http.c
376913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http.Tpo -c -o libcurlu_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
377013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http.Tpo $(DEPDIR)/libcurlu_la-http.Plo
377113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http.c' object='libcurlu_la-http.lo' libtool=yes @AMDEPBACKSLASH@
377213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
377413498266Sopenharmony_ci
377513498266Sopenharmony_cilibcurlu_la-http1.lo: http1.c
377613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http1.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http1.Tpo -c -o libcurlu_la-http1.lo `test -f 'http1.c' || echo '$(srcdir)/'`http1.c
377713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http1.Tpo $(DEPDIR)/libcurlu_la-http1.Plo
377813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http1.c' object='libcurlu_la-http1.lo' libtool=yes @AMDEPBACKSLASH@
377913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http1.lo `test -f 'http1.c' || echo '$(srcdir)/'`http1.c
378113498266Sopenharmony_ci
378213498266Sopenharmony_cilibcurlu_la-http2.lo: http2.c
378313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http2.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http2.Tpo -c -o libcurlu_la-http2.lo `test -f 'http2.c' || echo '$(srcdir)/'`http2.c
378413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http2.Tpo $(DEPDIR)/libcurlu_la-http2.Plo
378513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http2.c' object='libcurlu_la-http2.lo' libtool=yes @AMDEPBACKSLASH@
378613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http2.lo `test -f 'http2.c' || echo '$(srcdir)/'`http2.c
378813498266Sopenharmony_ci
378913498266Sopenharmony_cilibcurlu_la-http_aws_sigv4.lo: http_aws_sigv4.c
379013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_aws_sigv4.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http_aws_sigv4.Tpo -c -o libcurlu_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo '$(srcdir)/'`http_aws_sigv4.c
379113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http_aws_sigv4.Tpo $(DEPDIR)/libcurlu_la-http_aws_sigv4.Plo
379213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_aws_sigv4.c' object='libcurlu_la-http_aws_sigv4.lo' libtool=yes @AMDEPBACKSLASH@
379313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_aws_sigv4.lo `test -f 'http_aws_sigv4.c' || echo '$(srcdir)/'`http_aws_sigv4.c
379513498266Sopenharmony_ci
379613498266Sopenharmony_cilibcurlu_la-http_chunks.lo: http_chunks.c
379713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_chunks.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http_chunks.Tpo -c -o libcurlu_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c
379813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http_chunks.Tpo $(DEPDIR)/libcurlu_la-http_chunks.Plo
379913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_chunks.c' object='libcurlu_la-http_chunks.lo' libtool=yes @AMDEPBACKSLASH@
380013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_chunks.lo `test -f 'http_chunks.c' || echo '$(srcdir)/'`http_chunks.c
380213498266Sopenharmony_ci
380313498266Sopenharmony_cilibcurlu_la-http_digest.lo: http_digest.c
380413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_digest.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http_digest.Tpo -c -o libcurlu_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c
380513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http_digest.Tpo $(DEPDIR)/libcurlu_la-http_digest.Plo
380613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_digest.c' object='libcurlu_la-http_digest.lo' libtool=yes @AMDEPBACKSLASH@
380713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_digest.lo `test -f 'http_digest.c' || echo '$(srcdir)/'`http_digest.c
380913498266Sopenharmony_ci
381013498266Sopenharmony_cilibcurlu_la-http_negotiate.lo: http_negotiate.c
381113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_negotiate.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http_negotiate.Tpo -c -o libcurlu_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c
381213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http_negotiate.Tpo $(DEPDIR)/libcurlu_la-http_negotiate.Plo
381313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_negotiate.c' object='libcurlu_la-http_negotiate.lo' libtool=yes @AMDEPBACKSLASH@
381413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo '$(srcdir)/'`http_negotiate.c
381613498266Sopenharmony_ci
381713498266Sopenharmony_cilibcurlu_la-http_ntlm.lo: http_ntlm.c
381813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_ntlm.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http_ntlm.Tpo -c -o libcurlu_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo '$(srcdir)/'`http_ntlm.c
381913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http_ntlm.Tpo $(DEPDIR)/libcurlu_la-http_ntlm.Plo
382013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_ntlm.c' object='libcurlu_la-http_ntlm.lo' libtool=yes @AMDEPBACKSLASH@
382113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_ntlm.lo `test -f 'http_ntlm.c' || echo '$(srcdir)/'`http_ntlm.c
382313498266Sopenharmony_ci
382413498266Sopenharmony_cilibcurlu_la-http_proxy.lo: http_proxy.c
382513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-http_proxy.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-http_proxy.Tpo -c -o libcurlu_la-http_proxy.lo `test -f 'http_proxy.c' || echo '$(srcdir)/'`http_proxy.c
382613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-http_proxy.Tpo $(DEPDIR)/libcurlu_la-http_proxy.Plo
382713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='http_proxy.c' object='libcurlu_la-http_proxy.lo' libtool=yes @AMDEPBACKSLASH@
382813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-http_proxy.lo `test -f 'http_proxy.c' || echo '$(srcdir)/'`http_proxy.c
383013498266Sopenharmony_ci
383113498266Sopenharmony_cilibcurlu_la-idn.lo: idn.c
383213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-idn.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-idn.Tpo -c -o libcurlu_la-idn.lo `test -f 'idn.c' || echo '$(srcdir)/'`idn.c
383313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-idn.Tpo $(DEPDIR)/libcurlu_la-idn.Plo
383413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='idn.c' object='libcurlu_la-idn.lo' libtool=yes @AMDEPBACKSLASH@
383513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-idn.lo `test -f 'idn.c' || echo '$(srcdir)/'`idn.c
383713498266Sopenharmony_ci
383813498266Sopenharmony_cilibcurlu_la-if2ip.lo: if2ip.c
383913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-if2ip.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-if2ip.Tpo -c -o libcurlu_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c
384013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-if2ip.Tpo $(DEPDIR)/libcurlu_la-if2ip.Plo
384113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='if2ip.c' object='libcurlu_la-if2ip.lo' libtool=yes @AMDEPBACKSLASH@
384213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-if2ip.lo `test -f 'if2ip.c' || echo '$(srcdir)/'`if2ip.c
384413498266Sopenharmony_ci
384513498266Sopenharmony_cilibcurlu_la-imap.lo: imap.c
384613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-imap.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-imap.Tpo -c -o libcurlu_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c
384713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-imap.Tpo $(DEPDIR)/libcurlu_la-imap.Plo
384813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='imap.c' object='libcurlu_la-imap.lo' libtool=yes @AMDEPBACKSLASH@
384913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-imap.lo `test -f 'imap.c' || echo '$(srcdir)/'`imap.c
385113498266Sopenharmony_ci
385213498266Sopenharmony_cilibcurlu_la-inet_ntop.lo: inet_ntop.c
385313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-inet_ntop.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-inet_ntop.Tpo -c -o libcurlu_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
385413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-inet_ntop.Tpo $(DEPDIR)/libcurlu_la-inet_ntop.Plo
385513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='inet_ntop.c' object='libcurlu_la-inet_ntop.lo' libtool=yes @AMDEPBACKSLASH@
385613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c
385813498266Sopenharmony_ci
385913498266Sopenharmony_cilibcurlu_la-inet_pton.lo: inet_pton.c
386013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-inet_pton.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-inet_pton.Tpo -c -o libcurlu_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c
386113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-inet_pton.Tpo $(DEPDIR)/libcurlu_la-inet_pton.Plo
386213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='inet_pton.c' object='libcurlu_la-inet_pton.lo' libtool=yes @AMDEPBACKSLASH@
386313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-inet_pton.lo `test -f 'inet_pton.c' || echo '$(srcdir)/'`inet_pton.c
386513498266Sopenharmony_ci
386613498266Sopenharmony_cilibcurlu_la-krb5.lo: krb5.c
386713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-krb5.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-krb5.Tpo -c -o libcurlu_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c
386813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-krb5.Tpo $(DEPDIR)/libcurlu_la-krb5.Plo
386913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='krb5.c' object='libcurlu_la-krb5.lo' libtool=yes @AMDEPBACKSLASH@
387013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-krb5.lo `test -f 'krb5.c' || echo '$(srcdir)/'`krb5.c
387213498266Sopenharmony_ci
387313498266Sopenharmony_cilibcurlu_la-ldap.lo: ldap.c
387413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-ldap.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-ldap.Tpo -c -o libcurlu_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c
387513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-ldap.Tpo $(DEPDIR)/libcurlu_la-ldap.Plo
387613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ldap.c' object='libcurlu_la-ldap.lo' libtool=yes @AMDEPBACKSLASH@
387713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ldap.lo `test -f 'ldap.c' || echo '$(srcdir)/'`ldap.c
387913498266Sopenharmony_ci
388013498266Sopenharmony_cilibcurlu_la-llist.lo: llist.c
388113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-llist.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-llist.Tpo -c -o libcurlu_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c
388213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-llist.Tpo $(DEPDIR)/libcurlu_la-llist.Plo
388313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='llist.c' object='libcurlu_la-llist.lo' libtool=yes @AMDEPBACKSLASH@
388413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-llist.lo `test -f 'llist.c' || echo '$(srcdir)/'`llist.c
388613498266Sopenharmony_ci
388713498266Sopenharmony_cilibcurlu_la-macos.lo: macos.c
388813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-macos.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-macos.Tpo -c -o libcurlu_la-macos.lo `test -f 'macos.c' || echo '$(srcdir)/'`macos.c
388913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-macos.Tpo $(DEPDIR)/libcurlu_la-macos.Plo
389013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='macos.c' object='libcurlu_la-macos.lo' libtool=yes @AMDEPBACKSLASH@
389113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-macos.lo `test -f 'macos.c' || echo '$(srcdir)/'`macos.c
389313498266Sopenharmony_ci
389413498266Sopenharmony_cilibcurlu_la-md4.lo: md4.c
389513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-md4.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-md4.Tpo -c -o libcurlu_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c
389613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-md4.Tpo $(DEPDIR)/libcurlu_la-md4.Plo
389713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='md4.c' object='libcurlu_la-md4.lo' libtool=yes @AMDEPBACKSLASH@
389813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-md4.lo `test -f 'md4.c' || echo '$(srcdir)/'`md4.c
390013498266Sopenharmony_ci
390113498266Sopenharmony_cilibcurlu_la-md5.lo: md5.c
390213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-md5.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-md5.Tpo -c -o libcurlu_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
390313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-md5.Tpo $(DEPDIR)/libcurlu_la-md5.Plo
390413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='md5.c' object='libcurlu_la-md5.lo' libtool=yes @AMDEPBACKSLASH@
390513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
390713498266Sopenharmony_ci
390813498266Sopenharmony_cilibcurlu_la-memdebug.lo: memdebug.c
390913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-memdebug.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-memdebug.Tpo -c -o libcurlu_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c
391013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-memdebug.Tpo $(DEPDIR)/libcurlu_la-memdebug.Plo
391113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memdebug.c' object='libcurlu_la-memdebug.lo' libtool=yes @AMDEPBACKSLASH@
391213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-memdebug.lo `test -f 'memdebug.c' || echo '$(srcdir)/'`memdebug.c
391413498266Sopenharmony_ci
391513498266Sopenharmony_cilibcurlu_la-mime.lo: mime.c
391613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-mime.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-mime.Tpo -c -o libcurlu_la-mime.lo `test -f 'mime.c' || echo '$(srcdir)/'`mime.c
391713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-mime.Tpo $(DEPDIR)/libcurlu_la-mime.Plo
391813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mime.c' object='libcurlu_la-mime.lo' libtool=yes @AMDEPBACKSLASH@
391913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-mime.lo `test -f 'mime.c' || echo '$(srcdir)/'`mime.c
392113498266Sopenharmony_ci
392213498266Sopenharmony_cilibcurlu_la-mprintf.lo: mprintf.c
392313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-mprintf.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-mprintf.Tpo -c -o libcurlu_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c
392413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-mprintf.Tpo $(DEPDIR)/libcurlu_la-mprintf.Plo
392513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mprintf.c' object='libcurlu_la-mprintf.lo' libtool=yes @AMDEPBACKSLASH@
392613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-mprintf.lo `test -f 'mprintf.c' || echo '$(srcdir)/'`mprintf.c
392813498266Sopenharmony_ci
392913498266Sopenharmony_cilibcurlu_la-mqtt.lo: mqtt.c
393013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-mqtt.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-mqtt.Tpo -c -o libcurlu_la-mqtt.lo `test -f 'mqtt.c' || echo '$(srcdir)/'`mqtt.c
393113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-mqtt.Tpo $(DEPDIR)/libcurlu_la-mqtt.Plo
393213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mqtt.c' object='libcurlu_la-mqtt.lo' libtool=yes @AMDEPBACKSLASH@
393313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-mqtt.lo `test -f 'mqtt.c' || echo '$(srcdir)/'`mqtt.c
393513498266Sopenharmony_ci
393613498266Sopenharmony_cilibcurlu_la-multi.lo: multi.c
393713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-multi.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-multi.Tpo -c -o libcurlu_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c
393813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-multi.Tpo $(DEPDIR)/libcurlu_la-multi.Plo
393913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='multi.c' object='libcurlu_la-multi.lo' libtool=yes @AMDEPBACKSLASH@
394013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-multi.lo `test -f 'multi.c' || echo '$(srcdir)/'`multi.c
394213498266Sopenharmony_ci
394313498266Sopenharmony_cilibcurlu_la-netrc.lo: netrc.c
394413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-netrc.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-netrc.Tpo -c -o libcurlu_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c
394513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-netrc.Tpo $(DEPDIR)/libcurlu_la-netrc.Plo
394613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netrc.c' object='libcurlu_la-netrc.lo' libtool=yes @AMDEPBACKSLASH@
394713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-netrc.lo `test -f 'netrc.c' || echo '$(srcdir)/'`netrc.c
394913498266Sopenharmony_ci
395013498266Sopenharmony_cilibcurlu_la-nonblock.lo: nonblock.c
395113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-nonblock.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-nonblock.Tpo -c -o libcurlu_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c
395213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-nonblock.Tpo $(DEPDIR)/libcurlu_la-nonblock.Plo
395313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='nonblock.c' object='libcurlu_la-nonblock.lo' libtool=yes @AMDEPBACKSLASH@
395413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-nonblock.lo `test -f 'nonblock.c' || echo '$(srcdir)/'`nonblock.c
395613498266Sopenharmony_ci
395713498266Sopenharmony_cilibcurlu_la-noproxy.lo: noproxy.c
395813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-noproxy.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-noproxy.Tpo -c -o libcurlu_la-noproxy.lo `test -f 'noproxy.c' || echo '$(srcdir)/'`noproxy.c
395913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-noproxy.Tpo $(DEPDIR)/libcurlu_la-noproxy.Plo
396013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='noproxy.c' object='libcurlu_la-noproxy.lo' libtool=yes @AMDEPBACKSLASH@
396113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-noproxy.lo `test -f 'noproxy.c' || echo '$(srcdir)/'`noproxy.c
396313498266Sopenharmony_ci
396413498266Sopenharmony_cilibcurlu_la-openldap.lo: openldap.c
396513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-openldap.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-openldap.Tpo -c -o libcurlu_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c
396613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-openldap.Tpo $(DEPDIR)/libcurlu_la-openldap.Plo
396713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='openldap.c' object='libcurlu_la-openldap.lo' libtool=yes @AMDEPBACKSLASH@
396813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-openldap.lo `test -f 'openldap.c' || echo '$(srcdir)/'`openldap.c
397013498266Sopenharmony_ci
397113498266Sopenharmony_cilibcurlu_la-parsedate.lo: parsedate.c
397213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-parsedate.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-parsedate.Tpo -c -o libcurlu_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c
397313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-parsedate.Tpo $(DEPDIR)/libcurlu_la-parsedate.Plo
397413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parsedate.c' object='libcurlu_la-parsedate.lo' libtool=yes @AMDEPBACKSLASH@
397513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-parsedate.lo `test -f 'parsedate.c' || echo '$(srcdir)/'`parsedate.c
397713498266Sopenharmony_ci
397813498266Sopenharmony_cilibcurlu_la-pingpong.lo: pingpong.c
397913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-pingpong.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-pingpong.Tpo -c -o libcurlu_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c
398013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-pingpong.Tpo $(DEPDIR)/libcurlu_la-pingpong.Plo
398113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pingpong.c' object='libcurlu_la-pingpong.lo' libtool=yes @AMDEPBACKSLASH@
398213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-pingpong.lo `test -f 'pingpong.c' || echo '$(srcdir)/'`pingpong.c
398413498266Sopenharmony_ci
398513498266Sopenharmony_cilibcurlu_la-pop3.lo: pop3.c
398613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-pop3.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-pop3.Tpo -c -o libcurlu_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c
398713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-pop3.Tpo $(DEPDIR)/libcurlu_la-pop3.Plo
398813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pop3.c' object='libcurlu_la-pop3.lo' libtool=yes @AMDEPBACKSLASH@
398913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-pop3.lo `test -f 'pop3.c' || echo '$(srcdir)/'`pop3.c
399113498266Sopenharmony_ci
399213498266Sopenharmony_cilibcurlu_la-progress.lo: progress.c
399313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-progress.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-progress.Tpo -c -o libcurlu_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c
399413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-progress.Tpo $(DEPDIR)/libcurlu_la-progress.Plo
399513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='progress.c' object='libcurlu_la-progress.lo' libtool=yes @AMDEPBACKSLASH@
399613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-progress.lo `test -f 'progress.c' || echo '$(srcdir)/'`progress.c
399813498266Sopenharmony_ci
399913498266Sopenharmony_cilibcurlu_la-psl.lo: psl.c
400013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-psl.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-psl.Tpo -c -o libcurlu_la-psl.lo `test -f 'psl.c' || echo '$(srcdir)/'`psl.c
400113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-psl.Tpo $(DEPDIR)/libcurlu_la-psl.Plo
400213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='psl.c' object='libcurlu_la-psl.lo' libtool=yes @AMDEPBACKSLASH@
400313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-psl.lo `test -f 'psl.c' || echo '$(srcdir)/'`psl.c
400513498266Sopenharmony_ci
400613498266Sopenharmony_cilibcurlu_la-rand.lo: rand.c
400713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-rand.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-rand.Tpo -c -o libcurlu_la-rand.lo `test -f 'rand.c' || echo '$(srcdir)/'`rand.c
400813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-rand.Tpo $(DEPDIR)/libcurlu_la-rand.Plo
400913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rand.c' object='libcurlu_la-rand.lo' libtool=yes @AMDEPBACKSLASH@
401013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-rand.lo `test -f 'rand.c' || echo '$(srcdir)/'`rand.c
401213498266Sopenharmony_ci
401313498266Sopenharmony_cilibcurlu_la-rename.lo: rename.c
401413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-rename.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-rename.Tpo -c -o libcurlu_la-rename.lo `test -f 'rename.c' || echo '$(srcdir)/'`rename.c
401513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-rename.Tpo $(DEPDIR)/libcurlu_la-rename.Plo
401613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rename.c' object='libcurlu_la-rename.lo' libtool=yes @AMDEPBACKSLASH@
401713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-rename.lo `test -f 'rename.c' || echo '$(srcdir)/'`rename.c
401913498266Sopenharmony_ci
402013498266Sopenharmony_cilibcurlu_la-rtsp.lo: rtsp.c
402113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-rtsp.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-rtsp.Tpo -c -o libcurlu_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
402213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-rtsp.Tpo $(DEPDIR)/libcurlu_la-rtsp.Plo
402313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rtsp.c' object='libcurlu_la-rtsp.lo' libtool=yes @AMDEPBACKSLASH@
402413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
402613498266Sopenharmony_ci
402713498266Sopenharmony_cilibcurlu_la-select.lo: select.c
402813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-select.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-select.Tpo -c -o libcurlu_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c
402913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-select.Tpo $(DEPDIR)/libcurlu_la-select.Plo
403013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='select.c' object='libcurlu_la-select.lo' libtool=yes @AMDEPBACKSLASH@
403113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-select.lo `test -f 'select.c' || echo '$(srcdir)/'`select.c
403313498266Sopenharmony_ci
403413498266Sopenharmony_cilibcurlu_la-sendf.lo: sendf.c
403513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-sendf.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-sendf.Tpo -c -o libcurlu_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c
403613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-sendf.Tpo $(DEPDIR)/libcurlu_la-sendf.Plo
403713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sendf.c' object='libcurlu_la-sendf.lo' libtool=yes @AMDEPBACKSLASH@
403813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-sendf.lo `test -f 'sendf.c' || echo '$(srcdir)/'`sendf.c
404013498266Sopenharmony_ci
404113498266Sopenharmony_cilibcurlu_la-setopt.lo: setopt.c
404213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-setopt.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-setopt.Tpo -c -o libcurlu_la-setopt.lo `test -f 'setopt.c' || echo '$(srcdir)/'`setopt.c
404313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-setopt.Tpo $(DEPDIR)/libcurlu_la-setopt.Plo
404413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='setopt.c' object='libcurlu_la-setopt.lo' libtool=yes @AMDEPBACKSLASH@
404513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-setopt.lo `test -f 'setopt.c' || echo '$(srcdir)/'`setopt.c
404713498266Sopenharmony_ci
404813498266Sopenharmony_cilibcurlu_la-sha256.lo: sha256.c
404913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-sha256.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-sha256.Tpo -c -o libcurlu_la-sha256.lo `test -f 'sha256.c' || echo '$(srcdir)/'`sha256.c
405013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-sha256.Tpo $(DEPDIR)/libcurlu_la-sha256.Plo
405113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sha256.c' object='libcurlu_la-sha256.lo' libtool=yes @AMDEPBACKSLASH@
405213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-sha256.lo `test -f 'sha256.c' || echo '$(srcdir)/'`sha256.c
405413498266Sopenharmony_ci
405513498266Sopenharmony_cilibcurlu_la-share.lo: share.c
405613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-share.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-share.Tpo -c -o libcurlu_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c
405713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-share.Tpo $(DEPDIR)/libcurlu_la-share.Plo
405813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='share.c' object='libcurlu_la-share.lo' libtool=yes @AMDEPBACKSLASH@
405913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-share.lo `test -f 'share.c' || echo '$(srcdir)/'`share.c
406113498266Sopenharmony_ci
406213498266Sopenharmony_cilibcurlu_la-slist.lo: slist.c
406313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-slist.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-slist.Tpo -c -o libcurlu_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
406413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-slist.Tpo $(DEPDIR)/libcurlu_la-slist.Plo
406513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='slist.c' object='libcurlu_la-slist.lo' libtool=yes @AMDEPBACKSLASH@
406613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-slist.lo `test -f 'slist.c' || echo '$(srcdir)/'`slist.c
406813498266Sopenharmony_ci
406913498266Sopenharmony_cilibcurlu_la-smb.lo: smb.c
407013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-smb.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-smb.Tpo -c -o libcurlu_la-smb.lo `test -f 'smb.c' || echo '$(srcdir)/'`smb.c
407113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-smb.Tpo $(DEPDIR)/libcurlu_la-smb.Plo
407213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='smb.c' object='libcurlu_la-smb.lo' libtool=yes @AMDEPBACKSLASH@
407313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-smb.lo `test -f 'smb.c' || echo '$(srcdir)/'`smb.c
407513498266Sopenharmony_ci
407613498266Sopenharmony_cilibcurlu_la-smtp.lo: smtp.c
407713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-smtp.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-smtp.Tpo -c -o libcurlu_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c
407813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-smtp.Tpo $(DEPDIR)/libcurlu_la-smtp.Plo
407913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='smtp.c' object='libcurlu_la-smtp.lo' libtool=yes @AMDEPBACKSLASH@
408013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-smtp.lo `test -f 'smtp.c' || echo '$(srcdir)/'`smtp.c
408213498266Sopenharmony_ci
408313498266Sopenharmony_cilibcurlu_la-socketpair.lo: socketpair.c
408413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-socketpair.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-socketpair.Tpo -c -o libcurlu_la-socketpair.lo `test -f 'socketpair.c' || echo '$(srcdir)/'`socketpair.c
408513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-socketpair.Tpo $(DEPDIR)/libcurlu_la-socketpair.Plo
408613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socketpair.c' object='libcurlu_la-socketpair.lo' libtool=yes @AMDEPBACKSLASH@
408713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socketpair.lo `test -f 'socketpair.c' || echo '$(srcdir)/'`socketpair.c
408913498266Sopenharmony_ci
409013498266Sopenharmony_cilibcurlu_la-socks.lo: socks.c
409113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-socks.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-socks.Tpo -c -o libcurlu_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c
409213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-socks.Tpo $(DEPDIR)/libcurlu_la-socks.Plo
409313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socks.c' object='libcurlu_la-socks.lo' libtool=yes @AMDEPBACKSLASH@
409413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks.lo `test -f 'socks.c' || echo '$(srcdir)/'`socks.c
409613498266Sopenharmony_ci
409713498266Sopenharmony_cilibcurlu_la-socks_gssapi.lo: socks_gssapi.c
409813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-socks_gssapi.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-socks_gssapi.Tpo -c -o libcurlu_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c
409913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-socks_gssapi.Tpo $(DEPDIR)/libcurlu_la-socks_gssapi.Plo
410013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socks_gssapi.c' object='libcurlu_la-socks_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
410113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo '$(srcdir)/'`socks_gssapi.c
410313498266Sopenharmony_ci
410413498266Sopenharmony_cilibcurlu_la-socks_sspi.lo: socks_sspi.c
410513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-socks_sspi.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-socks_sspi.Tpo -c -o libcurlu_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c
410613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-socks_sspi.Tpo $(DEPDIR)/libcurlu_la-socks_sspi.Plo
410713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socks_sspi.c' object='libcurlu_la-socks_sspi.lo' libtool=yes @AMDEPBACKSLASH@
410813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo '$(srcdir)/'`socks_sspi.c
411013498266Sopenharmony_ci
411113498266Sopenharmony_cilibcurlu_la-speedcheck.lo: speedcheck.c
411213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-speedcheck.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-speedcheck.Tpo -c -o libcurlu_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c
411313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-speedcheck.Tpo $(DEPDIR)/libcurlu_la-speedcheck.Plo
411413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='speedcheck.c' object='libcurlu_la-speedcheck.lo' libtool=yes @AMDEPBACKSLASH@
411513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-speedcheck.lo `test -f 'speedcheck.c' || echo '$(srcdir)/'`speedcheck.c
411713498266Sopenharmony_ci
411813498266Sopenharmony_cilibcurlu_la-splay.lo: splay.c
411913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-splay.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-splay.Tpo -c -o libcurlu_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c
412013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-splay.Tpo $(DEPDIR)/libcurlu_la-splay.Plo
412113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='splay.c' object='libcurlu_la-splay.lo' libtool=yes @AMDEPBACKSLASH@
412213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-splay.lo `test -f 'splay.c' || echo '$(srcdir)/'`splay.c
412413498266Sopenharmony_ci
412513498266Sopenharmony_cilibcurlu_la-strcase.lo: strcase.c
412613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-strcase.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-strcase.Tpo -c -o libcurlu_la-strcase.lo `test -f 'strcase.c' || echo '$(srcdir)/'`strcase.c
412713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-strcase.Tpo $(DEPDIR)/libcurlu_la-strcase.Plo
412813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strcase.c' object='libcurlu_la-strcase.lo' libtool=yes @AMDEPBACKSLASH@
412913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strcase.lo `test -f 'strcase.c' || echo '$(srcdir)/'`strcase.c
413113498266Sopenharmony_ci
413213498266Sopenharmony_cilibcurlu_la-strdup.lo: strdup.c
413313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-strdup.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-strdup.Tpo -c -o libcurlu_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c
413413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-strdup.Tpo $(DEPDIR)/libcurlu_la-strdup.Plo
413513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strdup.c' object='libcurlu_la-strdup.lo' libtool=yes @AMDEPBACKSLASH@
413613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strdup.lo `test -f 'strdup.c' || echo '$(srcdir)/'`strdup.c
413813498266Sopenharmony_ci
413913498266Sopenharmony_cilibcurlu_la-strerror.lo: strerror.c
414013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-strerror.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-strerror.Tpo -c -o libcurlu_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
414113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-strerror.Tpo $(DEPDIR)/libcurlu_la-strerror.Plo
414213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strerror.c' object='libcurlu_la-strerror.lo' libtool=yes @AMDEPBACKSLASH@
414313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
414513498266Sopenharmony_ci
414613498266Sopenharmony_cilibcurlu_la-strtok.lo: strtok.c
414713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-strtok.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-strtok.Tpo -c -o libcurlu_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c
414813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-strtok.Tpo $(DEPDIR)/libcurlu_la-strtok.Plo
414913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strtok.c' object='libcurlu_la-strtok.lo' libtool=yes @AMDEPBACKSLASH@
415013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strtok.lo `test -f 'strtok.c' || echo '$(srcdir)/'`strtok.c
415213498266Sopenharmony_ci
415313498266Sopenharmony_cilibcurlu_la-strtoofft.lo: strtoofft.c
415413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-strtoofft.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-strtoofft.Tpo -c -o libcurlu_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c
415513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-strtoofft.Tpo $(DEPDIR)/libcurlu_la-strtoofft.Plo
415613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strtoofft.c' object='libcurlu_la-strtoofft.lo' libtool=yes @AMDEPBACKSLASH@
415713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-strtoofft.lo `test -f 'strtoofft.c' || echo '$(srcdir)/'`strtoofft.c
415913498266Sopenharmony_ci
416013498266Sopenharmony_cilibcurlu_la-system_win32.lo: system_win32.c
416113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-system_win32.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-system_win32.Tpo -c -o libcurlu_la-system_win32.lo `test -f 'system_win32.c' || echo '$(srcdir)/'`system_win32.c
416213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-system_win32.Tpo $(DEPDIR)/libcurlu_la-system_win32.Plo
416313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='system_win32.c' object='libcurlu_la-system_win32.lo' libtool=yes @AMDEPBACKSLASH@
416413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-system_win32.lo `test -f 'system_win32.c' || echo '$(srcdir)/'`system_win32.c
416613498266Sopenharmony_ci
416713498266Sopenharmony_cilibcurlu_la-telnet.lo: telnet.c
416813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-telnet.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-telnet.Tpo -c -o libcurlu_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
416913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-telnet.Tpo $(DEPDIR)/libcurlu_la-telnet.Plo
417013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='telnet.c' object='libcurlu_la-telnet.lo' libtool=yes @AMDEPBACKSLASH@
417113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-telnet.lo `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
417313498266Sopenharmony_ci
417413498266Sopenharmony_cilibcurlu_la-tftp.lo: tftp.c
417513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-tftp.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-tftp.Tpo -c -o libcurlu_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c
417613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-tftp.Tpo $(DEPDIR)/libcurlu_la-tftp.Plo
417713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tftp.c' object='libcurlu_la-tftp.lo' libtool=yes @AMDEPBACKSLASH@
417813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-tftp.lo `test -f 'tftp.c' || echo '$(srcdir)/'`tftp.c
418013498266Sopenharmony_ci
418113498266Sopenharmony_cilibcurlu_la-timediff.lo: timediff.c
418213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-timediff.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-timediff.Tpo -c -o libcurlu_la-timediff.lo `test -f 'timediff.c' || echo '$(srcdir)/'`timediff.c
418313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-timediff.Tpo $(DEPDIR)/libcurlu_la-timediff.Plo
418413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timediff.c' object='libcurlu_la-timediff.lo' libtool=yes @AMDEPBACKSLASH@
418513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-timediff.lo `test -f 'timediff.c' || echo '$(srcdir)/'`timediff.c
418713498266Sopenharmony_ci
418813498266Sopenharmony_cilibcurlu_la-timeval.lo: timeval.c
418913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-timeval.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-timeval.Tpo -c -o libcurlu_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
419013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-timeval.Tpo $(DEPDIR)/libcurlu_la-timeval.Plo
419113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timeval.c' object='libcurlu_la-timeval.lo' libtool=yes @AMDEPBACKSLASH@
419213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
419413498266Sopenharmony_ci
419513498266Sopenharmony_cilibcurlu_la-transfer.lo: transfer.c
419613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-transfer.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-transfer.Tpo -c -o libcurlu_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c
419713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-transfer.Tpo $(DEPDIR)/libcurlu_la-transfer.Plo
419813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='transfer.c' object='libcurlu_la-transfer.lo' libtool=yes @AMDEPBACKSLASH@
419913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-transfer.lo `test -f 'transfer.c' || echo '$(srcdir)/'`transfer.c
420113498266Sopenharmony_ci
420213498266Sopenharmony_cilibcurlu_la-url.lo: url.c
420313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-url.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-url.Tpo -c -o libcurlu_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
420413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-url.Tpo $(DEPDIR)/libcurlu_la-url.Plo
420513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='url.c' object='libcurlu_la-url.lo' libtool=yes @AMDEPBACKSLASH@
420613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
420813498266Sopenharmony_ci
420913498266Sopenharmony_cilibcurlu_la-urlapi.lo: urlapi.c
421013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-urlapi.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-urlapi.Tpo -c -o libcurlu_la-urlapi.lo `test -f 'urlapi.c' || echo '$(srcdir)/'`urlapi.c
421113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-urlapi.Tpo $(DEPDIR)/libcurlu_la-urlapi.Plo
421213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='urlapi.c' object='libcurlu_la-urlapi.lo' libtool=yes @AMDEPBACKSLASH@
421313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-urlapi.lo `test -f 'urlapi.c' || echo '$(srcdir)/'`urlapi.c
421513498266Sopenharmony_ci
421613498266Sopenharmony_cilibcurlu_la-version.lo: version.c
421713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-version.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-version.Tpo -c -o libcurlu_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
421813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-version.Tpo $(DEPDIR)/libcurlu_la-version.Plo
421913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='version.c' object='libcurlu_la-version.lo' libtool=yes @AMDEPBACKSLASH@
422013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
422213498266Sopenharmony_ci
422313498266Sopenharmony_cilibcurlu_la-version_win32.lo: version_win32.c
422413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-version_win32.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-version_win32.Tpo -c -o libcurlu_la-version_win32.lo `test -f 'version_win32.c' || echo '$(srcdir)/'`version_win32.c
422513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-version_win32.Tpo $(DEPDIR)/libcurlu_la-version_win32.Plo
422613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='version_win32.c' object='libcurlu_la-version_win32.lo' libtool=yes @AMDEPBACKSLASH@
422713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-version_win32.lo `test -f 'version_win32.c' || echo '$(srcdir)/'`version_win32.c
422913498266Sopenharmony_ci
423013498266Sopenharmony_cilibcurlu_la-warnless.lo: warnless.c
423113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-warnless.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-warnless.Tpo -c -o libcurlu_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c
423213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-warnless.Tpo $(DEPDIR)/libcurlu_la-warnless.Plo
423313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='warnless.c' object='libcurlu_la-warnless.lo' libtool=yes @AMDEPBACKSLASH@
423413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-warnless.lo `test -f 'warnless.c' || echo '$(srcdir)/'`warnless.c
423613498266Sopenharmony_ci
423713498266Sopenharmony_cilibcurlu_la-ws.lo: ws.c
423813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT libcurlu_la-ws.lo -MD -MP -MF $(DEPDIR)/libcurlu_la-ws.Tpo -c -o libcurlu_la-ws.lo `test -f 'ws.c' || echo '$(srcdir)/'`ws.c
423913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcurlu_la-ws.Tpo $(DEPDIR)/libcurlu_la-ws.Plo
424013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ws.c' object='libcurlu_la-ws.lo' libtool=yes @AMDEPBACKSLASH@
424113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o libcurlu_la-ws.lo `test -f 'ws.c' || echo '$(srcdir)/'`ws.c
424313498266Sopenharmony_ci
424413498266Sopenharmony_civauth/libcurlu_la-cleartext.lo: vauth/cleartext.c
424513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-cleartext.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-cleartext.Tpo -c -o vauth/libcurlu_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo '$(srcdir)/'`vauth/cleartext.c
424613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-cleartext.Tpo vauth/$(DEPDIR)/libcurlu_la-cleartext.Plo
424713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/cleartext.c' object='vauth/libcurlu_la-cleartext.lo' libtool=yes @AMDEPBACKSLASH@
424813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-cleartext.lo `test -f 'vauth/cleartext.c' || echo '$(srcdir)/'`vauth/cleartext.c
425013498266Sopenharmony_ci
425113498266Sopenharmony_civauth/libcurlu_la-cram.lo: vauth/cram.c
425213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-cram.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-cram.Tpo -c -o vauth/libcurlu_la-cram.lo `test -f 'vauth/cram.c' || echo '$(srcdir)/'`vauth/cram.c
425313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-cram.Tpo vauth/$(DEPDIR)/libcurlu_la-cram.Plo
425413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/cram.c' object='vauth/libcurlu_la-cram.lo' libtool=yes @AMDEPBACKSLASH@
425513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-cram.lo `test -f 'vauth/cram.c' || echo '$(srcdir)/'`vauth/cram.c
425713498266Sopenharmony_ci
425813498266Sopenharmony_civauth/libcurlu_la-digest.lo: vauth/digest.c
425913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-digest.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-digest.Tpo -c -o vauth/libcurlu_la-digest.lo `test -f 'vauth/digest.c' || echo '$(srcdir)/'`vauth/digest.c
426013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-digest.Tpo vauth/$(DEPDIR)/libcurlu_la-digest.Plo
426113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/digest.c' object='vauth/libcurlu_la-digest.lo' libtool=yes @AMDEPBACKSLASH@
426213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-digest.lo `test -f 'vauth/digest.c' || echo '$(srcdir)/'`vauth/digest.c
426413498266Sopenharmony_ci
426513498266Sopenharmony_civauth/libcurlu_la-digest_sspi.lo: vauth/digest_sspi.c
426613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-digest_sspi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-digest_sspi.Tpo -c -o vauth/libcurlu_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo '$(srcdir)/'`vauth/digest_sspi.c
426713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-digest_sspi.Tpo vauth/$(DEPDIR)/libcurlu_la-digest_sspi.Plo
426813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/digest_sspi.c' object='vauth/libcurlu_la-digest_sspi.lo' libtool=yes @AMDEPBACKSLASH@
426913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-digest_sspi.lo `test -f 'vauth/digest_sspi.c' || echo '$(srcdir)/'`vauth/digest_sspi.c
427113498266Sopenharmony_ci
427213498266Sopenharmony_civauth/libcurlu_la-gsasl.lo: vauth/gsasl.c
427313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-gsasl.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-gsasl.Tpo -c -o vauth/libcurlu_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo '$(srcdir)/'`vauth/gsasl.c
427413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-gsasl.Tpo vauth/$(DEPDIR)/libcurlu_la-gsasl.Plo
427513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/gsasl.c' object='vauth/libcurlu_la-gsasl.lo' libtool=yes @AMDEPBACKSLASH@
427613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-gsasl.lo `test -f 'vauth/gsasl.c' || echo '$(srcdir)/'`vauth/gsasl.c
427813498266Sopenharmony_ci
427913498266Sopenharmony_civauth/libcurlu_la-krb5_gssapi.lo: vauth/krb5_gssapi.c
428013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-krb5_gssapi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-krb5_gssapi.Tpo -c -o vauth/libcurlu_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo '$(srcdir)/'`vauth/krb5_gssapi.c
428113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-krb5_gssapi.Tpo vauth/$(DEPDIR)/libcurlu_la-krb5_gssapi.Plo
428213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/krb5_gssapi.c' object='vauth/libcurlu_la-krb5_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
428313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-krb5_gssapi.lo `test -f 'vauth/krb5_gssapi.c' || echo '$(srcdir)/'`vauth/krb5_gssapi.c
428513498266Sopenharmony_ci
428613498266Sopenharmony_civauth/libcurlu_la-krb5_sspi.lo: vauth/krb5_sspi.c
428713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-krb5_sspi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-krb5_sspi.Tpo -c -o vauth/libcurlu_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo '$(srcdir)/'`vauth/krb5_sspi.c
428813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-krb5_sspi.Tpo vauth/$(DEPDIR)/libcurlu_la-krb5_sspi.Plo
428913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/krb5_sspi.c' object='vauth/libcurlu_la-krb5_sspi.lo' libtool=yes @AMDEPBACKSLASH@
429013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-krb5_sspi.lo `test -f 'vauth/krb5_sspi.c' || echo '$(srcdir)/'`vauth/krb5_sspi.c
429213498266Sopenharmony_ci
429313498266Sopenharmony_civauth/libcurlu_la-ntlm.lo: vauth/ntlm.c
429413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-ntlm.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-ntlm.Tpo -c -o vauth/libcurlu_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo '$(srcdir)/'`vauth/ntlm.c
429513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-ntlm.Tpo vauth/$(DEPDIR)/libcurlu_la-ntlm.Plo
429613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/ntlm.c' object='vauth/libcurlu_la-ntlm.lo' libtool=yes @AMDEPBACKSLASH@
429713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-ntlm.lo `test -f 'vauth/ntlm.c' || echo '$(srcdir)/'`vauth/ntlm.c
429913498266Sopenharmony_ci
430013498266Sopenharmony_civauth/libcurlu_la-ntlm_sspi.lo: vauth/ntlm_sspi.c
430113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-ntlm_sspi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-ntlm_sspi.Tpo -c -o vauth/libcurlu_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo '$(srcdir)/'`vauth/ntlm_sspi.c
430213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-ntlm_sspi.Tpo vauth/$(DEPDIR)/libcurlu_la-ntlm_sspi.Plo
430313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/ntlm_sspi.c' object='vauth/libcurlu_la-ntlm_sspi.lo' libtool=yes @AMDEPBACKSLASH@
430413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-ntlm_sspi.lo `test -f 'vauth/ntlm_sspi.c' || echo '$(srcdir)/'`vauth/ntlm_sspi.c
430613498266Sopenharmony_ci
430713498266Sopenharmony_civauth/libcurlu_la-oauth2.lo: vauth/oauth2.c
430813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-oauth2.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-oauth2.Tpo -c -o vauth/libcurlu_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo '$(srcdir)/'`vauth/oauth2.c
430913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-oauth2.Tpo vauth/$(DEPDIR)/libcurlu_la-oauth2.Plo
431013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/oauth2.c' object='vauth/libcurlu_la-oauth2.lo' libtool=yes @AMDEPBACKSLASH@
431113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-oauth2.lo `test -f 'vauth/oauth2.c' || echo '$(srcdir)/'`vauth/oauth2.c
431313498266Sopenharmony_ci
431413498266Sopenharmony_civauth/libcurlu_la-spnego_gssapi.lo: vauth/spnego_gssapi.c
431513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-spnego_gssapi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-spnego_gssapi.Tpo -c -o vauth/libcurlu_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo '$(srcdir)/'`vauth/spnego_gssapi.c
431613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-spnego_gssapi.Tpo vauth/$(DEPDIR)/libcurlu_la-spnego_gssapi.Plo
431713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/spnego_gssapi.c' object='vauth/libcurlu_la-spnego_gssapi.lo' libtool=yes @AMDEPBACKSLASH@
431813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-spnego_gssapi.lo `test -f 'vauth/spnego_gssapi.c' || echo '$(srcdir)/'`vauth/spnego_gssapi.c
432013498266Sopenharmony_ci
432113498266Sopenharmony_civauth/libcurlu_la-spnego_sspi.lo: vauth/spnego_sspi.c
432213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-spnego_sspi.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-spnego_sspi.Tpo -c -o vauth/libcurlu_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo '$(srcdir)/'`vauth/spnego_sspi.c
432313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-spnego_sspi.Tpo vauth/$(DEPDIR)/libcurlu_la-spnego_sspi.Plo
432413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/spnego_sspi.c' object='vauth/libcurlu_la-spnego_sspi.lo' libtool=yes @AMDEPBACKSLASH@
432513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-spnego_sspi.lo `test -f 'vauth/spnego_sspi.c' || echo '$(srcdir)/'`vauth/spnego_sspi.c
432713498266Sopenharmony_ci
432813498266Sopenharmony_civauth/libcurlu_la-vauth.lo: vauth/vauth.c
432913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vauth/libcurlu_la-vauth.lo -MD -MP -MF vauth/$(DEPDIR)/libcurlu_la-vauth.Tpo -c -o vauth/libcurlu_la-vauth.lo `test -f 'vauth/vauth.c' || echo '$(srcdir)/'`vauth/vauth.c
433013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vauth/$(DEPDIR)/libcurlu_la-vauth.Tpo vauth/$(DEPDIR)/libcurlu_la-vauth.Plo
433113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vauth/vauth.c' object='vauth/libcurlu_la-vauth.lo' libtool=yes @AMDEPBACKSLASH@
433213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vauth/libcurlu_la-vauth.lo `test -f 'vauth/vauth.c' || echo '$(srcdir)/'`vauth/vauth.c
433413498266Sopenharmony_ci
433513498266Sopenharmony_civtls/libcurlu_la-bearssl.lo: vtls/bearssl.c
433613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-bearssl.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-bearssl.Tpo -c -o vtls/libcurlu_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo '$(srcdir)/'`vtls/bearssl.c
433713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-bearssl.Tpo vtls/$(DEPDIR)/libcurlu_la-bearssl.Plo
433813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/bearssl.c' object='vtls/libcurlu_la-bearssl.lo' libtool=yes @AMDEPBACKSLASH@
433913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-bearssl.lo `test -f 'vtls/bearssl.c' || echo '$(srcdir)/'`vtls/bearssl.c
434113498266Sopenharmony_ci
434213498266Sopenharmony_civtls/libcurlu_la-gtls.lo: vtls/gtls.c
434313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-gtls.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-gtls.Tpo -c -o vtls/libcurlu_la-gtls.lo `test -f 'vtls/gtls.c' || echo '$(srcdir)/'`vtls/gtls.c
434413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-gtls.Tpo vtls/$(DEPDIR)/libcurlu_la-gtls.Plo
434513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/gtls.c' object='vtls/libcurlu_la-gtls.lo' libtool=yes @AMDEPBACKSLASH@
434613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-gtls.lo `test -f 'vtls/gtls.c' || echo '$(srcdir)/'`vtls/gtls.c
434813498266Sopenharmony_ci
434913498266Sopenharmony_civtls/libcurlu_la-hostcheck.lo: vtls/hostcheck.c
435013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-hostcheck.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-hostcheck.Tpo -c -o vtls/libcurlu_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo '$(srcdir)/'`vtls/hostcheck.c
435113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-hostcheck.Tpo vtls/$(DEPDIR)/libcurlu_la-hostcheck.Plo
435213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/hostcheck.c' object='vtls/libcurlu_la-hostcheck.lo' libtool=yes @AMDEPBACKSLASH@
435313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-hostcheck.lo `test -f 'vtls/hostcheck.c' || echo '$(srcdir)/'`vtls/hostcheck.c
435513498266Sopenharmony_ci
435613498266Sopenharmony_civtls/libcurlu_la-keylog.lo: vtls/keylog.c
435713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-keylog.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-keylog.Tpo -c -o vtls/libcurlu_la-keylog.lo `test -f 'vtls/keylog.c' || echo '$(srcdir)/'`vtls/keylog.c
435813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-keylog.Tpo vtls/$(DEPDIR)/libcurlu_la-keylog.Plo
435913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/keylog.c' object='vtls/libcurlu_la-keylog.lo' libtool=yes @AMDEPBACKSLASH@
436013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-keylog.lo `test -f 'vtls/keylog.c' || echo '$(srcdir)/'`vtls/keylog.c
436213498266Sopenharmony_ci
436313498266Sopenharmony_civtls/libcurlu_la-mbedtls.lo: vtls/mbedtls.c
436413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-mbedtls.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-mbedtls.Tpo -c -o vtls/libcurlu_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo '$(srcdir)/'`vtls/mbedtls.c
436513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-mbedtls.Tpo vtls/$(DEPDIR)/libcurlu_la-mbedtls.Plo
436613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/mbedtls.c' object='vtls/libcurlu_la-mbedtls.lo' libtool=yes @AMDEPBACKSLASH@
436713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-mbedtls.lo `test -f 'vtls/mbedtls.c' || echo '$(srcdir)/'`vtls/mbedtls.c
436913498266Sopenharmony_ci
437013498266Sopenharmony_civtls/libcurlu_la-mbedtls_threadlock.lo: vtls/mbedtls_threadlock.c
437113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-mbedtls_threadlock.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-mbedtls_threadlock.Tpo -c -o vtls/libcurlu_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo '$(srcdir)/'`vtls/mbedtls_threadlock.c
437213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-mbedtls_threadlock.Tpo vtls/$(DEPDIR)/libcurlu_la-mbedtls_threadlock.Plo
437313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/mbedtls_threadlock.c' object='vtls/libcurlu_la-mbedtls_threadlock.lo' libtool=yes @AMDEPBACKSLASH@
437413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-mbedtls_threadlock.lo `test -f 'vtls/mbedtls_threadlock.c' || echo '$(srcdir)/'`vtls/mbedtls_threadlock.c
437613498266Sopenharmony_ci
437713498266Sopenharmony_civtls/libcurlu_la-openssl.lo: vtls/openssl.c
437813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-openssl.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-openssl.Tpo -c -o vtls/libcurlu_la-openssl.lo `test -f 'vtls/openssl.c' || echo '$(srcdir)/'`vtls/openssl.c
437913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-openssl.Tpo vtls/$(DEPDIR)/libcurlu_la-openssl.Plo
438013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/openssl.c' object='vtls/libcurlu_la-openssl.lo' libtool=yes @AMDEPBACKSLASH@
438113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-openssl.lo `test -f 'vtls/openssl.c' || echo '$(srcdir)/'`vtls/openssl.c
438313498266Sopenharmony_ci
438413498266Sopenharmony_civtls/libcurlu_la-rustls.lo: vtls/rustls.c
438513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-rustls.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-rustls.Tpo -c -o vtls/libcurlu_la-rustls.lo `test -f 'vtls/rustls.c' || echo '$(srcdir)/'`vtls/rustls.c
438613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-rustls.Tpo vtls/$(DEPDIR)/libcurlu_la-rustls.Plo
438713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/rustls.c' object='vtls/libcurlu_la-rustls.lo' libtool=yes @AMDEPBACKSLASH@
438813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-rustls.lo `test -f 'vtls/rustls.c' || echo '$(srcdir)/'`vtls/rustls.c
439013498266Sopenharmony_ci
439113498266Sopenharmony_civtls/libcurlu_la-schannel.lo: vtls/schannel.c
439213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-schannel.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-schannel.Tpo -c -o vtls/libcurlu_la-schannel.lo `test -f 'vtls/schannel.c' || echo '$(srcdir)/'`vtls/schannel.c
439313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-schannel.Tpo vtls/$(DEPDIR)/libcurlu_la-schannel.Plo
439413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/schannel.c' object='vtls/libcurlu_la-schannel.lo' libtool=yes @AMDEPBACKSLASH@
439513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-schannel.lo `test -f 'vtls/schannel.c' || echo '$(srcdir)/'`vtls/schannel.c
439713498266Sopenharmony_ci
439813498266Sopenharmony_civtls/libcurlu_la-schannel_verify.lo: vtls/schannel_verify.c
439913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-schannel_verify.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-schannel_verify.Tpo -c -o vtls/libcurlu_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo '$(srcdir)/'`vtls/schannel_verify.c
440013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-schannel_verify.Tpo vtls/$(DEPDIR)/libcurlu_la-schannel_verify.Plo
440113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/schannel_verify.c' object='vtls/libcurlu_la-schannel_verify.lo' libtool=yes @AMDEPBACKSLASH@
440213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-schannel_verify.lo `test -f 'vtls/schannel_verify.c' || echo '$(srcdir)/'`vtls/schannel_verify.c
440413498266Sopenharmony_ci
440513498266Sopenharmony_civtls/libcurlu_la-sectransp.lo: vtls/sectransp.c
440613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-sectransp.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-sectransp.Tpo -c -o vtls/libcurlu_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo '$(srcdir)/'`vtls/sectransp.c
440713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-sectransp.Tpo vtls/$(DEPDIR)/libcurlu_la-sectransp.Plo
440813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/sectransp.c' object='vtls/libcurlu_la-sectransp.lo' libtool=yes @AMDEPBACKSLASH@
440913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-sectransp.lo `test -f 'vtls/sectransp.c' || echo '$(srcdir)/'`vtls/sectransp.c
441113498266Sopenharmony_ci
441213498266Sopenharmony_civtls/libcurlu_la-vtls.lo: vtls/vtls.c
441313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-vtls.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-vtls.Tpo -c -o vtls/libcurlu_la-vtls.lo `test -f 'vtls/vtls.c' || echo '$(srcdir)/'`vtls/vtls.c
441413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-vtls.Tpo vtls/$(DEPDIR)/libcurlu_la-vtls.Plo
441513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/vtls.c' object='vtls/libcurlu_la-vtls.lo' libtool=yes @AMDEPBACKSLASH@
441613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-vtls.lo `test -f 'vtls/vtls.c' || echo '$(srcdir)/'`vtls/vtls.c
441813498266Sopenharmony_ci
441913498266Sopenharmony_civtls/libcurlu_la-wolfssl.lo: vtls/wolfssl.c
442013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-wolfssl.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-wolfssl.Tpo -c -o vtls/libcurlu_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo '$(srcdir)/'`vtls/wolfssl.c
442113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-wolfssl.Tpo vtls/$(DEPDIR)/libcurlu_la-wolfssl.Plo
442213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/wolfssl.c' object='vtls/libcurlu_la-wolfssl.lo' libtool=yes @AMDEPBACKSLASH@
442313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-wolfssl.lo `test -f 'vtls/wolfssl.c' || echo '$(srcdir)/'`vtls/wolfssl.c
442513498266Sopenharmony_ci
442613498266Sopenharmony_civtls/libcurlu_la-x509asn1.lo: vtls/x509asn1.c
442713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vtls/libcurlu_la-x509asn1.lo -MD -MP -MF vtls/$(DEPDIR)/libcurlu_la-x509asn1.Tpo -c -o vtls/libcurlu_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo '$(srcdir)/'`vtls/x509asn1.c
442813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vtls/$(DEPDIR)/libcurlu_la-x509asn1.Tpo vtls/$(DEPDIR)/libcurlu_la-x509asn1.Plo
442913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vtls/x509asn1.c' object='vtls/libcurlu_la-x509asn1.lo' libtool=yes @AMDEPBACKSLASH@
443013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vtls/libcurlu_la-x509asn1.lo `test -f 'vtls/x509asn1.c' || echo '$(srcdir)/'`vtls/x509asn1.c
443213498266Sopenharmony_ci
443313498266Sopenharmony_civquic/libcurlu_la-curl_msh3.lo: vquic/curl_msh3.c
443413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vquic/libcurlu_la-curl_msh3.lo -MD -MP -MF vquic/$(DEPDIR)/libcurlu_la-curl_msh3.Tpo -c -o vquic/libcurlu_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo '$(srcdir)/'`vquic/curl_msh3.c
443513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurlu_la-curl_msh3.Tpo vquic/$(DEPDIR)/libcurlu_la-curl_msh3.Plo
443613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/curl_msh3.c' object='vquic/libcurlu_la-curl_msh3.lo' libtool=yes @AMDEPBACKSLASH@
443713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurlu_la-curl_msh3.lo `test -f 'vquic/curl_msh3.c' || echo '$(srcdir)/'`vquic/curl_msh3.c
443913498266Sopenharmony_ci
444013498266Sopenharmony_civquic/libcurlu_la-curl_ngtcp2.lo: vquic/curl_ngtcp2.c
444113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vquic/libcurlu_la-curl_ngtcp2.lo -MD -MP -MF vquic/$(DEPDIR)/libcurlu_la-curl_ngtcp2.Tpo -c -o vquic/libcurlu_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo '$(srcdir)/'`vquic/curl_ngtcp2.c
444213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurlu_la-curl_ngtcp2.Tpo vquic/$(DEPDIR)/libcurlu_la-curl_ngtcp2.Plo
444313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/curl_ngtcp2.c' object='vquic/libcurlu_la-curl_ngtcp2.lo' libtool=yes @AMDEPBACKSLASH@
444413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurlu_la-curl_ngtcp2.lo `test -f 'vquic/curl_ngtcp2.c' || echo '$(srcdir)/'`vquic/curl_ngtcp2.c
444613498266Sopenharmony_ci
444713498266Sopenharmony_civquic/libcurlu_la-curl_osslq.lo: vquic/curl_osslq.c
444813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vquic/libcurlu_la-curl_osslq.lo -MD -MP -MF vquic/$(DEPDIR)/libcurlu_la-curl_osslq.Tpo -c -o vquic/libcurlu_la-curl_osslq.lo `test -f 'vquic/curl_osslq.c' || echo '$(srcdir)/'`vquic/curl_osslq.c
444913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurlu_la-curl_osslq.Tpo vquic/$(DEPDIR)/libcurlu_la-curl_osslq.Plo
445013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/curl_osslq.c' object='vquic/libcurlu_la-curl_osslq.lo' libtool=yes @AMDEPBACKSLASH@
445113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurlu_la-curl_osslq.lo `test -f 'vquic/curl_osslq.c' || echo '$(srcdir)/'`vquic/curl_osslq.c
445313498266Sopenharmony_ci
445413498266Sopenharmony_civquic/libcurlu_la-curl_quiche.lo: vquic/curl_quiche.c
445513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vquic/libcurlu_la-curl_quiche.lo -MD -MP -MF vquic/$(DEPDIR)/libcurlu_la-curl_quiche.Tpo -c -o vquic/libcurlu_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo '$(srcdir)/'`vquic/curl_quiche.c
445613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurlu_la-curl_quiche.Tpo vquic/$(DEPDIR)/libcurlu_la-curl_quiche.Plo
445713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/curl_quiche.c' object='vquic/libcurlu_la-curl_quiche.lo' libtool=yes @AMDEPBACKSLASH@
445813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurlu_la-curl_quiche.lo `test -f 'vquic/curl_quiche.c' || echo '$(srcdir)/'`vquic/curl_quiche.c
446013498266Sopenharmony_ci
446113498266Sopenharmony_civquic/libcurlu_la-vquic.lo: vquic/vquic.c
446213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vquic/libcurlu_la-vquic.lo -MD -MP -MF vquic/$(DEPDIR)/libcurlu_la-vquic.Tpo -c -o vquic/libcurlu_la-vquic.lo `test -f 'vquic/vquic.c' || echo '$(srcdir)/'`vquic/vquic.c
446313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurlu_la-vquic.Tpo vquic/$(DEPDIR)/libcurlu_la-vquic.Plo
446413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/vquic.c' object='vquic/libcurlu_la-vquic.lo' libtool=yes @AMDEPBACKSLASH@
446513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurlu_la-vquic.lo `test -f 'vquic/vquic.c' || echo '$(srcdir)/'`vquic/vquic.c
446713498266Sopenharmony_ci
446813498266Sopenharmony_civquic/libcurlu_la-vquic-tls.lo: vquic/vquic-tls.c
446913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vquic/libcurlu_la-vquic-tls.lo -MD -MP -MF vquic/$(DEPDIR)/libcurlu_la-vquic-tls.Tpo -c -o vquic/libcurlu_la-vquic-tls.lo `test -f 'vquic/vquic-tls.c' || echo '$(srcdir)/'`vquic/vquic-tls.c
447013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vquic/$(DEPDIR)/libcurlu_la-vquic-tls.Tpo vquic/$(DEPDIR)/libcurlu_la-vquic-tls.Plo
447113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vquic/vquic-tls.c' object='vquic/libcurlu_la-vquic-tls.lo' libtool=yes @AMDEPBACKSLASH@
447213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vquic/libcurlu_la-vquic-tls.lo `test -f 'vquic/vquic-tls.c' || echo '$(srcdir)/'`vquic/vquic-tls.c
447413498266Sopenharmony_ci
447513498266Sopenharmony_civssh/libcurlu_la-libssh.lo: vssh/libssh.c
447613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vssh/libcurlu_la-libssh.lo -MD -MP -MF vssh/$(DEPDIR)/libcurlu_la-libssh.Tpo -c -o vssh/libcurlu_la-libssh.lo `test -f 'vssh/libssh.c' || echo '$(srcdir)/'`vssh/libssh.c
447713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vssh/$(DEPDIR)/libcurlu_la-libssh.Tpo vssh/$(DEPDIR)/libcurlu_la-libssh.Plo
447813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vssh/libssh.c' object='vssh/libcurlu_la-libssh.lo' libtool=yes @AMDEPBACKSLASH@
447913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vssh/libcurlu_la-libssh.lo `test -f 'vssh/libssh.c' || echo '$(srcdir)/'`vssh/libssh.c
448113498266Sopenharmony_ci
448213498266Sopenharmony_civssh/libcurlu_la-libssh2.lo: vssh/libssh2.c
448313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vssh/libcurlu_la-libssh2.lo -MD -MP -MF vssh/$(DEPDIR)/libcurlu_la-libssh2.Tpo -c -o vssh/libcurlu_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo '$(srcdir)/'`vssh/libssh2.c
448413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vssh/$(DEPDIR)/libcurlu_la-libssh2.Tpo vssh/$(DEPDIR)/libcurlu_la-libssh2.Plo
448513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vssh/libssh2.c' object='vssh/libcurlu_la-libssh2.lo' libtool=yes @AMDEPBACKSLASH@
448613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vssh/libcurlu_la-libssh2.lo `test -f 'vssh/libssh2.c' || echo '$(srcdir)/'`vssh/libssh2.c
448813498266Sopenharmony_ci
448913498266Sopenharmony_civssh/libcurlu_la-wolfssh.lo: vssh/wolfssh.c
449013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -MT vssh/libcurlu_la-wolfssh.lo -MD -MP -MF vssh/$(DEPDIR)/libcurlu_la-wolfssh.Tpo -c -o vssh/libcurlu_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo '$(srcdir)/'`vssh/wolfssh.c
449113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) vssh/$(DEPDIR)/libcurlu_la-wolfssh.Tpo vssh/$(DEPDIR)/libcurlu_la-wolfssh.Plo
449213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='vssh/wolfssh.c' object='vssh/libcurlu_la-wolfssh.lo' libtool=yes @AMDEPBACKSLASH@
449313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(libcurlu_la_CFLAGS) $(CFLAGS) -c -o vssh/libcurlu_la-wolfssh.lo `test -f 'vssh/wolfssh.c' || echo '$(srcdir)/'`vssh/wolfssh.c
449513498266Sopenharmony_ci
449613498266Sopenharmony_cimostlyclean-libtool:
449713498266Sopenharmony_ci	-rm -f *.lo
449813498266Sopenharmony_ci
449913498266Sopenharmony_ciclean-libtool:
450013498266Sopenharmony_ci	-rm -rf .libs _libs
450113498266Sopenharmony_ci	-rm -rf vauth/.libs vauth/_libs
450213498266Sopenharmony_ci	-rm -rf vquic/.libs vquic/_libs
450313498266Sopenharmony_ci	-rm -rf vssh/.libs vssh/_libs
450413498266Sopenharmony_ci	-rm -rf vtls/.libs vtls/_libs
450513498266Sopenharmony_ci
450613498266Sopenharmony_ciID: $(am__tagged_files)
450713498266Sopenharmony_ci	$(am__define_uniq_tagged_files); mkid -fID $$unique
450813498266Sopenharmony_citags: tags-am
450913498266Sopenharmony_ciTAGS: tags
451013498266Sopenharmony_ci
451113498266Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
451213498266Sopenharmony_ci	set x; \
451313498266Sopenharmony_ci	here=`pwd`; \
451413498266Sopenharmony_ci	$(am__define_uniq_tagged_files); \
451513498266Sopenharmony_ci	shift; \
451613498266Sopenharmony_ci	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
451713498266Sopenharmony_ci	  test -n "$$unique" || unique=$$empty_fix; \
451813498266Sopenharmony_ci	  if test $$# -gt 0; then \
451913498266Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452013498266Sopenharmony_ci	      "$$@" $$unique; \
452113498266Sopenharmony_ci	  else \
452213498266Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452313498266Sopenharmony_ci	      $$unique; \
452413498266Sopenharmony_ci	  fi; \
452513498266Sopenharmony_ci	fi
452613498266Sopenharmony_cictags: ctags-am
452713498266Sopenharmony_ci
452813498266Sopenharmony_ciCTAGS: ctags
452913498266Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
453013498266Sopenharmony_ci	$(am__define_uniq_tagged_files); \
453113498266Sopenharmony_ci	test -z "$(CTAGS_ARGS)$$unique" \
453213498266Sopenharmony_ci	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
453313498266Sopenharmony_ci	     $$unique
453413498266Sopenharmony_ci
453513498266Sopenharmony_ciGTAGS:
453613498266Sopenharmony_ci	here=`$(am__cd) $(top_builddir) && pwd` \
453713498266Sopenharmony_ci	  && $(am__cd) $(top_srcdir) \
453813498266Sopenharmony_ci	  && gtags -i $(GTAGS_ARGS) "$$here"
453913498266Sopenharmony_cicscopelist: cscopelist-am
454013498266Sopenharmony_ci
454113498266Sopenharmony_cicscopelist-am: $(am__tagged_files)
454213498266Sopenharmony_ci	list='$(am__tagged_files)'; \
454313498266Sopenharmony_ci	case "$(srcdir)" in \
454413498266Sopenharmony_ci	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
454513498266Sopenharmony_ci	  *) sdir=$(subdir)/$(srcdir) ;; \
454613498266Sopenharmony_ci	esac; \
454713498266Sopenharmony_ci	for i in $$list; do \
454813498266Sopenharmony_ci	  if test -f "$$i"; then \
454913498266Sopenharmony_ci	    echo "$(subdir)/$$i"; \
455013498266Sopenharmony_ci	  else \
455113498266Sopenharmony_ci	    echo "$$sdir/$$i"; \
455213498266Sopenharmony_ci	  fi; \
455313498266Sopenharmony_ci	done >> $(top_builddir)/cscope.files
455413498266Sopenharmony_ci
455513498266Sopenharmony_cidistclean-tags:
455613498266Sopenharmony_ci	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455713498266Sopenharmony_cidistdir: $(BUILT_SOURCES)
455813498266Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) distdir-am
455913498266Sopenharmony_ci
456013498266Sopenharmony_cidistdir-am: $(DISTFILES)
456113498266Sopenharmony_ci	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456213498266Sopenharmony_ci	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456313498266Sopenharmony_ci	list='$(DISTFILES)'; \
456413498266Sopenharmony_ci	  dist_files=`for file in $$list; do echo $$file; done | \
456513498266Sopenharmony_ci	  sed -e "s|^$$srcdirstrip/||;t" \
456613498266Sopenharmony_ci	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
456713498266Sopenharmony_ci	case $$dist_files in \
456813498266Sopenharmony_ci	  */*) $(MKDIR_P) `echo "$$dist_files" | \
456913498266Sopenharmony_ci			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
457013498266Sopenharmony_ci			   sort -u` ;; \
457113498266Sopenharmony_ci	esac; \
457213498266Sopenharmony_ci	for file in $$dist_files; do \
457313498266Sopenharmony_ci	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457413498266Sopenharmony_ci	  if test -d $$d/$$file; then \
457513498266Sopenharmony_ci	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457613498266Sopenharmony_ci	    if test -d "$(distdir)/$$file"; then \
457713498266Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457813498266Sopenharmony_ci	    fi; \
457913498266Sopenharmony_ci	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458013498266Sopenharmony_ci	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
458113498266Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458213498266Sopenharmony_ci	    fi; \
458313498266Sopenharmony_ci	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
458413498266Sopenharmony_ci	  else \
458513498266Sopenharmony_ci	    test -f "$(distdir)/$$file" \
458613498266Sopenharmony_ci	    || cp -p $$d/$$file "$(distdir)/$$file" \
458713498266Sopenharmony_ci	    || exit 1; \
458813498266Sopenharmony_ci	  fi; \
458913498266Sopenharmony_ci	done
459013498266Sopenharmony_cicheck-am: all-am
459113498266Sopenharmony_cicheck: check-am
459213498266Sopenharmony_ci@CURLDEBUG_FALSE@all-local:
459313498266Sopenharmony_ciall-am: Makefile $(LTLIBRARIES) curl_config.h all-local
459413498266Sopenharmony_ciinstalldirs:
459513498266Sopenharmony_ci	for dir in "$(DESTDIR)$(libdir)"; do \
459613498266Sopenharmony_ci	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
459713498266Sopenharmony_ci	done
459813498266Sopenharmony_ciinstall: install-am
459913498266Sopenharmony_ciinstall-exec: install-exec-am
460013498266Sopenharmony_ciinstall-data: install-data-am
460113498266Sopenharmony_ciuninstall: uninstall-am
460213498266Sopenharmony_ci
460313498266Sopenharmony_ciinstall-am: all-am
460413498266Sopenharmony_ci	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460513498266Sopenharmony_ci
460613498266Sopenharmony_ciinstallcheck: installcheck-am
460713498266Sopenharmony_ciinstall-strip:
460813498266Sopenharmony_ci	if test -z '$(STRIP)'; then \
460913498266Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461013498266Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461113498266Sopenharmony_ci	      install; \
461213498266Sopenharmony_ci	else \
461313498266Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461413498266Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461513498266Sopenharmony_ci	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
461613498266Sopenharmony_ci	fi
461713498266Sopenharmony_cimostlyclean-generic:
461813498266Sopenharmony_ci
461913498266Sopenharmony_ciclean-generic:
462013498266Sopenharmony_ci
462113498266Sopenharmony_cidistclean-generic:
462213498266Sopenharmony_ci	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
462313498266Sopenharmony_ci	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
462413498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/$(am__dirstamp)
462513498266Sopenharmony_ci	-rm -f vauth/$(am__dirstamp)
462613498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/$(am__dirstamp)
462713498266Sopenharmony_ci	-rm -f vquic/$(am__dirstamp)
462813498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/$(am__dirstamp)
462913498266Sopenharmony_ci	-rm -f vssh/$(am__dirstamp)
463013498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/$(am__dirstamp)
463113498266Sopenharmony_ci	-rm -f vtls/$(am__dirstamp)
463213498266Sopenharmony_ci
463313498266Sopenharmony_cimaintainer-clean-generic:
463413498266Sopenharmony_ci	@echo "This command is intended for maintainers to use"
463513498266Sopenharmony_ci	@echo "it deletes files that may require special tools to rebuild."
463613498266Sopenharmony_ciclean: clean-am
463713498266Sopenharmony_ci
463813498266Sopenharmony_ciclean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
463913498266Sopenharmony_ci	clean-noinstLTLIBRARIES mostlyclean-am
464013498266Sopenharmony_ci
464113498266Sopenharmony_cidistclean: distclean-am
464213498266Sopenharmony_ci		-rm -f ./$(DEPDIR)/libcurl_la-altsvc.Plo
464313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-amigaos.Plo
464413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-asyn-ares.Plo
464513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-asyn-thread.Plo
464613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-base64.Plo
464713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-bufq.Plo
464813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-bufref.Plo
464913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-c-hyper.Plo
465013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-h1-proxy.Plo
465113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-h2-proxy.Plo
465213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-haproxy.Plo
465313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-https-connect.Plo
465413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-socket.Plo
465513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cfilters.Plo
465613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-conncache.Plo
465713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-connect.Plo
465813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-content_encoding.Plo
465913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cookie.Plo
466013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_addrinfo.Plo
466113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_des.Plo
466213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_endian.Plo
466313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_fnmatch.Plo
466413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_get_line.Plo
466513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_gethostname.Plo
466613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_gssapi.Plo
466713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_memrchr.Plo
466813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_multibyte.Plo
466913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_ntlm_core.Plo
467013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_ntlm_wb.Plo
467113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_path.Plo
467213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_range.Plo
467313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_rtmp.Plo
467413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_sasl.Plo
467513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_sspi.Plo
467613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_threads.Plo
467713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_trc.Plo
467813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-dict.Plo
467913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-doh.Plo
468013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-dynbuf.Plo
468113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-dynhds.Plo
468213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-easy.Plo
468313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-easygetopt.Plo
468413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-easyoptions.Plo
468513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-escape.Plo
468613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-file.Plo
468713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-fileinfo.Plo
468813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-fopen.Plo
468913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-formdata.Plo
469013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-ftp.Plo
469113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-ftplistparser.Plo
469213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-getenv.Plo
469313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-getinfo.Plo
469413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-gopher.Plo
469513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hash.Plo
469613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-headers.Plo
469713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hmac.Plo
469813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostasyn.Plo
469913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostip.Plo
470013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostip4.Plo
470113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostip6.Plo
470213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostsyn.Plo
470313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hsts.Plo
470413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http.Plo
470513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http1.Plo
470613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http2.Plo
470713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_aws_sigv4.Plo
470813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_chunks.Plo
470913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_digest.Plo
471013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_negotiate.Plo
471113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_ntlm.Plo
471213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_proxy.Plo
471313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-idn.Plo
471413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-if2ip.Plo
471513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-imap.Plo
471613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-inet_ntop.Plo
471713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-inet_pton.Plo
471813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-krb5.Plo
471913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-ldap.Plo
472013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-llist.Plo
472113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-macos.Plo
472213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-md4.Plo
472313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-md5.Plo
472413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-memdebug.Plo
472513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-mime.Plo
472613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-mprintf.Plo
472713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-mqtt.Plo
472813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-multi.Plo
472913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-netrc.Plo
473013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-nonblock.Plo
473113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-noproxy.Plo
473213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-openldap.Plo
473313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-parsedate.Plo
473413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-pingpong.Plo
473513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-pop3.Plo
473613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-progress.Plo
473713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-psl.Plo
473813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-rand.Plo
473913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-rename.Plo
474013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-rtsp.Plo
474113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-select.Plo
474213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-sendf.Plo
474313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-setopt.Plo
474413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-sha256.Plo
474513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-share.Plo
474613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-slist.Plo
474713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-smb.Plo
474813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-smtp.Plo
474913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-socketpair.Plo
475013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-socks.Plo
475113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-socks_gssapi.Plo
475213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-socks_sspi.Plo
475313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-speedcheck.Plo
475413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-splay.Plo
475513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strcase.Plo
475613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strdup.Plo
475713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strerror.Plo
475813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strtok.Plo
475913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strtoofft.Plo
476013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-system_win32.Plo
476113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-telnet.Plo
476213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-tftp.Plo
476313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-timediff.Plo
476413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-timeval.Plo
476513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-transfer.Plo
476613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-url.Plo
476713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-urlapi.Plo
476813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-version.Plo
476913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-version_win32.Plo
477013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-warnless.Plo
477113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-ws.Plo
477213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-altsvc.Plo
477313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-amigaos.Plo
477413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-asyn-ares.Plo
477513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-asyn-thread.Plo
477613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-base64.Plo
477713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-bufq.Plo
477813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-bufref.Plo
477913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-c-hyper.Plo
478013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-h1-proxy.Plo
478113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-h2-proxy.Plo
478213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-haproxy.Plo
478313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-https-connect.Plo
478413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-socket.Plo
478513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cfilters.Plo
478613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-conncache.Plo
478713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-connect.Plo
478813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-content_encoding.Plo
478913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cookie.Plo
479013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_addrinfo.Plo
479113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_des.Plo
479213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_endian.Plo
479313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_fnmatch.Plo
479413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_get_line.Plo
479513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_gethostname.Plo
479613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_gssapi.Plo
479713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_memrchr.Plo
479813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_multibyte.Plo
479913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_ntlm_core.Plo
480013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Plo
480113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_path.Plo
480213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_range.Plo
480313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_rtmp.Plo
480413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_sasl.Plo
480513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_sspi.Plo
480613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_threads.Plo
480713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_trc.Plo
480813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-dict.Plo
480913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-doh.Plo
481013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-dynbuf.Plo
481113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-dynhds.Plo
481213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-easy.Plo
481313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-easygetopt.Plo
481413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-easyoptions.Plo
481513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-escape.Plo
481613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-file.Plo
481713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-fileinfo.Plo
481813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-fopen.Plo
481913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-formdata.Plo
482013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-ftp.Plo
482113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-ftplistparser.Plo
482213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-getenv.Plo
482313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-getinfo.Plo
482413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-gopher.Plo
482513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hash.Plo
482613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-headers.Plo
482713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hmac.Plo
482813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostasyn.Plo
482913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostip.Plo
483013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostip4.Plo
483113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostip6.Plo
483213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostsyn.Plo
483313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hsts.Plo
483413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http.Plo
483513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http1.Plo
483613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http2.Plo
483713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_aws_sigv4.Plo
483813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_chunks.Plo
483913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_digest.Plo
484013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_negotiate.Plo
484113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_ntlm.Plo
484213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_proxy.Plo
484313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-idn.Plo
484413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-if2ip.Plo
484513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-imap.Plo
484613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-inet_ntop.Plo
484713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-inet_pton.Plo
484813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-krb5.Plo
484913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-ldap.Plo
485013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-llist.Plo
485113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-macos.Plo
485213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-md4.Plo
485313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-md5.Plo
485413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-memdebug.Plo
485513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-mime.Plo
485613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-mprintf.Plo
485713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-mqtt.Plo
485813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-multi.Plo
485913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-netrc.Plo
486013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-nonblock.Plo
486113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-noproxy.Plo
486213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-openldap.Plo
486313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-parsedate.Plo
486413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-pingpong.Plo
486513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-pop3.Plo
486613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-progress.Plo
486713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-psl.Plo
486813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-rand.Plo
486913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-rename.Plo
487013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-rtsp.Plo
487113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-select.Plo
487213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-sendf.Plo
487313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-setopt.Plo
487413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-sha256.Plo
487513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-share.Plo
487613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-slist.Plo
487713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-smb.Plo
487813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-smtp.Plo
487913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-socketpair.Plo
488013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-socks.Plo
488113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-socks_gssapi.Plo
488213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-socks_sspi.Plo
488313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-speedcheck.Plo
488413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-splay.Plo
488513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strcase.Plo
488613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strdup.Plo
488713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strerror.Plo
488813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strtok.Plo
488913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strtoofft.Plo
489013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-system_win32.Plo
489113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-telnet.Plo
489213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-tftp.Plo
489313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-timediff.Plo
489413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-timeval.Plo
489513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-transfer.Plo
489613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-url.Plo
489713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-urlapi.Plo
489813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-version.Plo
489913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-version_win32.Plo
490013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-warnless.Plo
490113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-ws.Plo
490213498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-cleartext.Plo
490313498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-cram.Plo
490413498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-digest.Plo
490513498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-digest_sspi.Plo
490613498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-gsasl.Plo
490713498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-krb5_gssapi.Plo
490813498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-krb5_sspi.Plo
490913498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-ntlm.Plo
491013498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-ntlm_sspi.Plo
491113498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-oauth2.Plo
491213498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-spnego_gssapi.Plo
491313498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-spnego_sspi.Plo
491413498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-vauth.Plo
491513498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-cleartext.Plo
491613498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-cram.Plo
491713498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-digest.Plo
491813498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-digest_sspi.Plo
491913498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-gsasl.Plo
492013498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-krb5_gssapi.Plo
492113498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-krb5_sspi.Plo
492213498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-ntlm.Plo
492313498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-ntlm_sspi.Plo
492413498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-oauth2.Plo
492513498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-spnego_gssapi.Plo
492613498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-spnego_sspi.Plo
492713498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-vauth.Plo
492813498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-curl_msh3.Plo
492913498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-curl_ngtcp2.Plo
493013498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-curl_osslq.Plo
493113498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-curl_quiche.Plo
493213498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-vquic-tls.Plo
493313498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-vquic.Plo
493413498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-curl_msh3.Plo
493513498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-curl_ngtcp2.Plo
493613498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-curl_osslq.Plo
493713498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-curl_quiche.Plo
493813498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-vquic-tls.Plo
493913498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-vquic.Plo
494013498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurl_la-libssh.Plo
494113498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurl_la-libssh2.Plo
494213498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurl_la-wolfssh.Plo
494313498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurlu_la-libssh.Plo
494413498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurlu_la-libssh2.Plo
494513498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurlu_la-wolfssh.Plo
494613498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-bearssl.Plo
494713498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-gtls.Plo
494813498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-hostcheck.Plo
494913498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-keylog.Plo
495013498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-mbedtls.Plo
495113498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-mbedtls_threadlock.Plo
495213498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-openssl.Plo
495313498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-rustls.Plo
495413498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-schannel.Plo
495513498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-schannel_verify.Plo
495613498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-sectransp.Plo
495713498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-vtls.Plo
495813498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-wolfssl.Plo
495913498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-x509asn1.Plo
496013498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-bearssl.Plo
496113498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-gtls.Plo
496213498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-hostcheck.Plo
496313498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-keylog.Plo
496413498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-mbedtls.Plo
496513498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-mbedtls_threadlock.Plo
496613498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-openssl.Plo
496713498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-rustls.Plo
496813498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-schannel.Plo
496913498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-schannel_verify.Plo
497013498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-sectransp.Plo
497113498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-vtls.Plo
497213498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-wolfssl.Plo
497313498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-x509asn1.Plo
497413498266Sopenharmony_ci	-rm -f Makefile
497513498266Sopenharmony_cidistclean-am: clean-am distclean-compile distclean-generic \
497613498266Sopenharmony_ci	distclean-hdr distclean-tags
497713498266Sopenharmony_ci
497813498266Sopenharmony_cidvi: dvi-am
497913498266Sopenharmony_ci
498013498266Sopenharmony_cidvi-am:
498113498266Sopenharmony_ci
498213498266Sopenharmony_cihtml: html-am
498313498266Sopenharmony_ci
498413498266Sopenharmony_cihtml-am:
498513498266Sopenharmony_ci
498613498266Sopenharmony_ciinfo: info-am
498713498266Sopenharmony_ci
498813498266Sopenharmony_ciinfo-am:
498913498266Sopenharmony_ci
499013498266Sopenharmony_ciinstall-data-am:
499113498266Sopenharmony_ci
499213498266Sopenharmony_ciinstall-dvi: install-dvi-am
499313498266Sopenharmony_ci
499413498266Sopenharmony_ciinstall-dvi-am:
499513498266Sopenharmony_ci
499613498266Sopenharmony_ciinstall-exec-am: install-libLTLIBRARIES
499713498266Sopenharmony_ci
499813498266Sopenharmony_ciinstall-html: install-html-am
499913498266Sopenharmony_ci
500013498266Sopenharmony_ciinstall-html-am:
500113498266Sopenharmony_ci
500213498266Sopenharmony_ciinstall-info: install-info-am
500313498266Sopenharmony_ci
500413498266Sopenharmony_ciinstall-info-am:
500513498266Sopenharmony_ci
500613498266Sopenharmony_ciinstall-man:
500713498266Sopenharmony_ci
500813498266Sopenharmony_ciinstall-pdf: install-pdf-am
500913498266Sopenharmony_ci
501013498266Sopenharmony_ciinstall-pdf-am:
501113498266Sopenharmony_ci
501213498266Sopenharmony_ciinstall-ps: install-ps-am
501313498266Sopenharmony_ci
501413498266Sopenharmony_ciinstall-ps-am:
501513498266Sopenharmony_ci
501613498266Sopenharmony_ciinstallcheck-am:
501713498266Sopenharmony_ci
501813498266Sopenharmony_cimaintainer-clean: maintainer-clean-am
501913498266Sopenharmony_ci		-rm -f ./$(DEPDIR)/libcurl_la-altsvc.Plo
502013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-amigaos.Plo
502113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-asyn-ares.Plo
502213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-asyn-thread.Plo
502313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-base64.Plo
502413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-bufq.Plo
502513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-bufref.Plo
502613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-c-hyper.Plo
502713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-h1-proxy.Plo
502813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-h2-proxy.Plo
502913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-haproxy.Plo
503013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-https-connect.Plo
503113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cf-socket.Plo
503213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cfilters.Plo
503313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-conncache.Plo
503413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-connect.Plo
503513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-content_encoding.Plo
503613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-cookie.Plo
503713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_addrinfo.Plo
503813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_des.Plo
503913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_endian.Plo
504013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_fnmatch.Plo
504113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_get_line.Plo
504213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_gethostname.Plo
504313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_gssapi.Plo
504413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_memrchr.Plo
504513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_multibyte.Plo
504613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_ntlm_core.Plo
504713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_ntlm_wb.Plo
504813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_path.Plo
504913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_range.Plo
505013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_rtmp.Plo
505113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_sasl.Plo
505213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_sspi.Plo
505313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_threads.Plo
505413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-curl_trc.Plo
505513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-dict.Plo
505613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-doh.Plo
505713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-dynbuf.Plo
505813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-dynhds.Plo
505913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-easy.Plo
506013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-easygetopt.Plo
506113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-easyoptions.Plo
506213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-escape.Plo
506313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-file.Plo
506413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-fileinfo.Plo
506513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-fopen.Plo
506613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-formdata.Plo
506713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-ftp.Plo
506813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-ftplistparser.Plo
506913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-getenv.Plo
507013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-getinfo.Plo
507113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-gopher.Plo
507213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hash.Plo
507313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-headers.Plo
507413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hmac.Plo
507513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostasyn.Plo
507613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostip.Plo
507713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostip4.Plo
507813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostip6.Plo
507913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hostsyn.Plo
508013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-hsts.Plo
508113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http.Plo
508213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http1.Plo
508313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http2.Plo
508413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_aws_sigv4.Plo
508513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_chunks.Plo
508613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_digest.Plo
508713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_negotiate.Plo
508813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_ntlm.Plo
508913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-http_proxy.Plo
509013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-idn.Plo
509113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-if2ip.Plo
509213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-imap.Plo
509313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-inet_ntop.Plo
509413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-inet_pton.Plo
509513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-krb5.Plo
509613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-ldap.Plo
509713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-llist.Plo
509813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-macos.Plo
509913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-md4.Plo
510013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-md5.Plo
510113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-memdebug.Plo
510213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-mime.Plo
510313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-mprintf.Plo
510413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-mqtt.Plo
510513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-multi.Plo
510613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-netrc.Plo
510713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-nonblock.Plo
510813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-noproxy.Plo
510913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-openldap.Plo
511013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-parsedate.Plo
511113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-pingpong.Plo
511213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-pop3.Plo
511313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-progress.Plo
511413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-psl.Plo
511513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-rand.Plo
511613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-rename.Plo
511713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-rtsp.Plo
511813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-select.Plo
511913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-sendf.Plo
512013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-setopt.Plo
512113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-sha256.Plo
512213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-share.Plo
512313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-slist.Plo
512413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-smb.Plo
512513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-smtp.Plo
512613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-socketpair.Plo
512713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-socks.Plo
512813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-socks_gssapi.Plo
512913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-socks_sspi.Plo
513013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-speedcheck.Plo
513113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-splay.Plo
513213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strcase.Plo
513313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strdup.Plo
513413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strerror.Plo
513513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strtok.Plo
513613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-strtoofft.Plo
513713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-system_win32.Plo
513813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-telnet.Plo
513913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-tftp.Plo
514013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-timediff.Plo
514113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-timeval.Plo
514213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-transfer.Plo
514313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-url.Plo
514413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-urlapi.Plo
514513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-version.Plo
514613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-version_win32.Plo
514713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-warnless.Plo
514813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurl_la-ws.Plo
514913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-altsvc.Plo
515013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-amigaos.Plo
515113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-asyn-ares.Plo
515213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-asyn-thread.Plo
515313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-base64.Plo
515413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-bufq.Plo
515513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-bufref.Plo
515613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-c-hyper.Plo
515713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-h1-proxy.Plo
515813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-h2-proxy.Plo
515913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-haproxy.Plo
516013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-https-connect.Plo
516113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cf-socket.Plo
516213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cfilters.Plo
516313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-conncache.Plo
516413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-connect.Plo
516513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-content_encoding.Plo
516613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-cookie.Plo
516713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_addrinfo.Plo
516813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_des.Plo
516913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_endian.Plo
517013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_fnmatch.Plo
517113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_get_line.Plo
517213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_gethostname.Plo
517313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_gssapi.Plo
517413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_memrchr.Plo
517513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_multibyte.Plo
517613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_ntlm_core.Plo
517713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_ntlm_wb.Plo
517813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_path.Plo
517913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_range.Plo
518013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_rtmp.Plo
518113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_sasl.Plo
518213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_sspi.Plo
518313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_threads.Plo
518413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-curl_trc.Plo
518513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-dict.Plo
518613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-doh.Plo
518713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-dynbuf.Plo
518813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-dynhds.Plo
518913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-easy.Plo
519013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-easygetopt.Plo
519113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-easyoptions.Plo
519213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-escape.Plo
519313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-file.Plo
519413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-fileinfo.Plo
519513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-fopen.Plo
519613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-formdata.Plo
519713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-ftp.Plo
519813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-ftplistparser.Plo
519913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-getenv.Plo
520013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-getinfo.Plo
520113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-gopher.Plo
520213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hash.Plo
520313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-headers.Plo
520413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hmac.Plo
520513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostasyn.Plo
520613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostip.Plo
520713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostip4.Plo
520813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostip6.Plo
520913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hostsyn.Plo
521013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-hsts.Plo
521113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http.Plo
521213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http1.Plo
521313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http2.Plo
521413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_aws_sigv4.Plo
521513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_chunks.Plo
521613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_digest.Plo
521713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_negotiate.Plo
521813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_ntlm.Plo
521913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-http_proxy.Plo
522013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-idn.Plo
522113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-if2ip.Plo
522213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-imap.Plo
522313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-inet_ntop.Plo
522413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-inet_pton.Plo
522513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-krb5.Plo
522613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-ldap.Plo
522713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-llist.Plo
522813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-macos.Plo
522913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-md4.Plo
523013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-md5.Plo
523113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-memdebug.Plo
523213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-mime.Plo
523313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-mprintf.Plo
523413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-mqtt.Plo
523513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-multi.Plo
523613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-netrc.Plo
523713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-nonblock.Plo
523813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-noproxy.Plo
523913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-openldap.Plo
524013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-parsedate.Plo
524113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-pingpong.Plo
524213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-pop3.Plo
524313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-progress.Plo
524413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-psl.Plo
524513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-rand.Plo
524613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-rename.Plo
524713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-rtsp.Plo
524813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-select.Plo
524913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-sendf.Plo
525013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-setopt.Plo
525113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-sha256.Plo
525213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-share.Plo
525313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-slist.Plo
525413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-smb.Plo
525513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-smtp.Plo
525613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-socketpair.Plo
525713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-socks.Plo
525813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-socks_gssapi.Plo
525913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-socks_sspi.Plo
526013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-speedcheck.Plo
526113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-splay.Plo
526213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strcase.Plo
526313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strdup.Plo
526413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strerror.Plo
526513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strtok.Plo
526613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-strtoofft.Plo
526713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-system_win32.Plo
526813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-telnet.Plo
526913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-tftp.Plo
527013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-timediff.Plo
527113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-timeval.Plo
527213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-transfer.Plo
527313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-url.Plo
527413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-urlapi.Plo
527513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-version.Plo
527613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-version_win32.Plo
527713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-warnless.Plo
527813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/libcurlu_la-ws.Plo
527913498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-cleartext.Plo
528013498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-cram.Plo
528113498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-digest.Plo
528213498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-digest_sspi.Plo
528313498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-gsasl.Plo
528413498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-krb5_gssapi.Plo
528513498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-krb5_sspi.Plo
528613498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-ntlm.Plo
528713498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-ntlm_sspi.Plo
528813498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-oauth2.Plo
528913498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-spnego_gssapi.Plo
529013498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-spnego_sspi.Plo
529113498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurl_la-vauth.Plo
529213498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-cleartext.Plo
529313498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-cram.Plo
529413498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-digest.Plo
529513498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-digest_sspi.Plo
529613498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-gsasl.Plo
529713498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-krb5_gssapi.Plo
529813498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-krb5_sspi.Plo
529913498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-ntlm.Plo
530013498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-ntlm_sspi.Plo
530113498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-oauth2.Plo
530213498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-spnego_gssapi.Plo
530313498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-spnego_sspi.Plo
530413498266Sopenharmony_ci	-rm -f vauth/$(DEPDIR)/libcurlu_la-vauth.Plo
530513498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-curl_msh3.Plo
530613498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-curl_ngtcp2.Plo
530713498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-curl_osslq.Plo
530813498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-curl_quiche.Plo
530913498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-vquic-tls.Plo
531013498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurl_la-vquic.Plo
531113498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-curl_msh3.Plo
531213498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-curl_ngtcp2.Plo
531313498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-curl_osslq.Plo
531413498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-curl_quiche.Plo
531513498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-vquic-tls.Plo
531613498266Sopenharmony_ci	-rm -f vquic/$(DEPDIR)/libcurlu_la-vquic.Plo
531713498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurl_la-libssh.Plo
531813498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurl_la-libssh2.Plo
531913498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurl_la-wolfssh.Plo
532013498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurlu_la-libssh.Plo
532113498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurlu_la-libssh2.Plo
532213498266Sopenharmony_ci	-rm -f vssh/$(DEPDIR)/libcurlu_la-wolfssh.Plo
532313498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-bearssl.Plo
532413498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-gtls.Plo
532513498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-hostcheck.Plo
532613498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-keylog.Plo
532713498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-mbedtls.Plo
532813498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-mbedtls_threadlock.Plo
532913498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-openssl.Plo
533013498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-rustls.Plo
533113498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-schannel.Plo
533213498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-schannel_verify.Plo
533313498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-sectransp.Plo
533413498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-vtls.Plo
533513498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-wolfssl.Plo
533613498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurl_la-x509asn1.Plo
533713498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-bearssl.Plo
533813498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-gtls.Plo
533913498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-hostcheck.Plo
534013498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-keylog.Plo
534113498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-mbedtls.Plo
534213498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-mbedtls_threadlock.Plo
534313498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-openssl.Plo
534413498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-rustls.Plo
534513498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-schannel.Plo
534613498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-schannel_verify.Plo
534713498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-sectransp.Plo
534813498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-vtls.Plo
534913498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-wolfssl.Plo
535013498266Sopenharmony_ci	-rm -f vtls/$(DEPDIR)/libcurlu_la-x509asn1.Plo
535113498266Sopenharmony_ci	-rm -f Makefile
535213498266Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic
535313498266Sopenharmony_ci
535413498266Sopenharmony_cimostlyclean: mostlyclean-am
535513498266Sopenharmony_ci
535613498266Sopenharmony_cimostlyclean-am: mostlyclean-compile mostlyclean-generic \
535713498266Sopenharmony_ci	mostlyclean-libtool
535813498266Sopenharmony_ci
535913498266Sopenharmony_cipdf: pdf-am
536013498266Sopenharmony_ci
536113498266Sopenharmony_cipdf-am:
536213498266Sopenharmony_ci
536313498266Sopenharmony_cips: ps-am
536413498266Sopenharmony_ci
536513498266Sopenharmony_cips-am:
536613498266Sopenharmony_ci
536713498266Sopenharmony_ciuninstall-am: uninstall-libLTLIBRARIES
536813498266Sopenharmony_ci
536913498266Sopenharmony_ci.MAKE: all install-am install-strip
537013498266Sopenharmony_ci
537113498266Sopenharmony_ci.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
537213498266Sopenharmony_ci	check-am clean clean-generic clean-libLTLIBRARIES \
537313498266Sopenharmony_ci	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
537413498266Sopenharmony_ci	ctags-am distclean distclean-compile distclean-generic \
537513498266Sopenharmony_ci	distclean-hdr distclean-libtool distclean-tags distdir dvi \
537613498266Sopenharmony_ci	dvi-am html html-am info info-am install install-am \
537713498266Sopenharmony_ci	install-data install-data-am install-dvi install-dvi-am \
537813498266Sopenharmony_ci	install-exec install-exec-am install-html install-html-am \
537913498266Sopenharmony_ci	install-info install-info-am install-libLTLIBRARIES \
538013498266Sopenharmony_ci	install-man install-pdf install-pdf-am install-ps \
538113498266Sopenharmony_ci	install-ps-am install-strip installcheck installcheck-am \
538213498266Sopenharmony_ci	installdirs maintainer-clean maintainer-clean-generic \
538313498266Sopenharmony_ci	mostlyclean mostlyclean-compile mostlyclean-generic \
538413498266Sopenharmony_ci	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
538513498266Sopenharmony_ci	uninstall-am uninstall-libLTLIBRARIES
538613498266Sopenharmony_ci
538713498266Sopenharmony_ci.PRECIOUS: Makefile
538813498266Sopenharmony_ci
538913498266Sopenharmony_ci# This flag accepts an argument of the form current[:revision[:age]]. So,
539013498266Sopenharmony_ci# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
539113498266Sopenharmony_ci# 1.
539213498266Sopenharmony_ci#
539313498266Sopenharmony_ci# Here's the simplified rule guide on how to change -version-info:
539413498266Sopenharmony_ci# (current version is C:R:A)
539513498266Sopenharmony_ci#
539613498266Sopenharmony_ci# 1. if there are only source changes, use C:R+1:A
539713498266Sopenharmony_ci# 2. if interfaces were added use C+1:0:A+1
539813498266Sopenharmony_ci# 3. if interfaces were removed, then use C+1:0:0
539913498266Sopenharmony_ci#
540013498266Sopenharmony_ci# For the full guide on libcurl ABI rules, see docs/libcurl/ABI
540113498266Sopenharmony_ci@HAVE_WINDRES_TRUE@@USE_CPPFLAG_CURL_STATICLIB_FALSE@$(LIB_RCFILES): $(top_srcdir)/include/curl/curlver.h
540213498266Sopenharmony_ci
540313498266Sopenharmony_cichecksrc:
540413498266Sopenharmony_ci	$(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir)    \
540513498266Sopenharmony_ci	-W$(srcdir)/curl_config.h $(srcdir)/*.[ch] $(srcdir)/vauth/*.[ch]   \
540613498266Sopenharmony_ci	$(srcdir)/vtls/*.[ch] $(srcdir)/vquic/*.[ch] $(srcdir)/vssh/*.[ch])
540713498266Sopenharmony_ci
540813498266Sopenharmony_ci# for debug builds, we scan the sources on all regular make invokes
540913498266Sopenharmony_ci@CURLDEBUG_TRUE@all-local: checksrc
541013498266Sopenharmony_ci
541113498266Sopenharmony_citidy:
541213498266Sopenharmony_ci	$(TIDY) $(CSOURCES) $(TIDYFLAGS) -- $(AM_CPPFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H
541313498266Sopenharmony_ci
541413498266Sopenharmony_cioptiontable:
541513498266Sopenharmony_ci	perl optiontable.pl < $(top_srcdir)/include/curl/curl.h > easyoptions.c
541613498266Sopenharmony_ci
541713498266Sopenharmony_ci@HAVE_WINDRES_TRUE@.rc.lo:
541813498266Sopenharmony_ci@HAVE_WINDRES_TRUE@	$(LIBTOOL) --tag=RC --mode=compile $(RC) -I$(top_srcdir)/include $(RCFLAGS) -i $< -o $@
541913498266Sopenharmony_ci
542013498266Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables.
542113498266Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded.
542213498266Sopenharmony_ci.NOEXPORT:
5423