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_ciVPATH = @srcdir@
4213498266Sopenharmony_ciam__is_gnu_make = { \
4313498266Sopenharmony_ci  if test -z '$(MAKELEVEL)'; then \
4413498266Sopenharmony_ci    false; \
4513498266Sopenharmony_ci  elif test -n '$(MAKE_HOST)'; then \
4613498266Sopenharmony_ci    true; \
4713498266Sopenharmony_ci  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
4813498266Sopenharmony_ci    true; \
4913498266Sopenharmony_ci  else \
5013498266Sopenharmony_ci    false; \
5113498266Sopenharmony_ci  fi; \
5213498266Sopenharmony_ci}
5313498266Sopenharmony_ciam__make_running_with_option = \
5413498266Sopenharmony_ci  case $${target_option-} in \
5513498266Sopenharmony_ci      ?) ;; \
5613498266Sopenharmony_ci      *) echo "am__make_running_with_option: internal error: invalid" \
5713498266Sopenharmony_ci              "target option '$${target_option-}' specified" >&2; \
5813498266Sopenharmony_ci         exit 1;; \
5913498266Sopenharmony_ci  esac; \
6013498266Sopenharmony_ci  has_opt=no; \
6113498266Sopenharmony_ci  sane_makeflags=$$MAKEFLAGS; \
6213498266Sopenharmony_ci  if $(am__is_gnu_make); then \
6313498266Sopenharmony_ci    sane_makeflags=$$MFLAGS; \
6413498266Sopenharmony_ci  else \
6513498266Sopenharmony_ci    case $$MAKEFLAGS in \
6613498266Sopenharmony_ci      *\\[\ \	]*) \
6713498266Sopenharmony_ci        bs=\\; \
6813498266Sopenharmony_ci        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
6913498266Sopenharmony_ci          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
7013498266Sopenharmony_ci    esac; \
7113498266Sopenharmony_ci  fi; \
7213498266Sopenharmony_ci  skip_next=no; \
7313498266Sopenharmony_ci  strip_trailopt () \
7413498266Sopenharmony_ci  { \
7513498266Sopenharmony_ci    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
7613498266Sopenharmony_ci  }; \
7713498266Sopenharmony_ci  for flg in $$sane_makeflags; do \
7813498266Sopenharmony_ci    test $$skip_next = yes && { skip_next=no; continue; }; \
7913498266Sopenharmony_ci    case $$flg in \
8013498266Sopenharmony_ci      *=*|--*) continue;; \
8113498266Sopenharmony_ci        -*I) strip_trailopt 'I'; skip_next=yes;; \
8213498266Sopenharmony_ci      -*I?*) strip_trailopt 'I';; \
8313498266Sopenharmony_ci        -*O) strip_trailopt 'O'; skip_next=yes;; \
8413498266Sopenharmony_ci      -*O?*) strip_trailopt 'O';; \
8513498266Sopenharmony_ci        -*l) strip_trailopt 'l'; skip_next=yes;; \
8613498266Sopenharmony_ci      -*l?*) strip_trailopt 'l';; \
8713498266Sopenharmony_ci      -[dEDm]) skip_next=yes;; \
8813498266Sopenharmony_ci      -[JT]) skip_next=yes;; \
8913498266Sopenharmony_ci    esac; \
9013498266Sopenharmony_ci    case $$flg in \
9113498266Sopenharmony_ci      *$$target_option*) has_opt=yes; break;; \
9213498266Sopenharmony_ci    esac; \
9313498266Sopenharmony_ci  done; \
9413498266Sopenharmony_ci  test $$has_opt = yes
9513498266Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option))
9613498266Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
9713498266Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@
9813498266Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@
9913498266Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@
10013498266Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@
10113498266Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
10213498266Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644
10313498266Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c
10413498266Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c
10513498266Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA)
10613498266Sopenharmony_citransform = $(program_transform_name)
10713498266Sopenharmony_ciNORMAL_INSTALL = :
10813498266Sopenharmony_ciPRE_INSTALL = :
10913498266Sopenharmony_ciPOST_INSTALL = :
11013498266Sopenharmony_ciNORMAL_UNINSTALL = :
11113498266Sopenharmony_ciPRE_UNINSTALL = :
11213498266Sopenharmony_ciPOST_UNINSTALL = :
11313498266Sopenharmony_cibuild_triplet = @build@
11413498266Sopenharmony_cihost_triplet = @host@
11513498266Sopenharmony_ci@DOING_NATIVE_WINDOWS_TRUE@am__append_1 = -DCURL_STATICLIB
11613498266Sopenharmony_cinoinst_PROGRAMS = getpart$(EXEEXT) resolve$(EXEEXT) rtspd$(EXEEXT) \
11713498266Sopenharmony_ci	sockfilt$(EXEEXT) sws$(EXEEXT) tftpd$(EXEEXT) \
11813498266Sopenharmony_ci	fake_ntlm$(EXEEXT) socksd$(EXEEXT) disabled$(EXEEXT) \
11913498266Sopenharmony_ci	mqttd$(EXEEXT)
12013498266Sopenharmony_cisubdir = tests/server
12113498266Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4
12213498266Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
12313498266Sopenharmony_ci	$(top_srcdir)/m4/curl-bearssl.m4 \
12413498266Sopenharmony_ci	$(top_srcdir)/m4/curl-compilers.m4 \
12513498266Sopenharmony_ci	$(top_srcdir)/m4/curl-confopts.m4 \
12613498266Sopenharmony_ci	$(top_srcdir)/m4/curl-functions.m4 \
12713498266Sopenharmony_ci	$(top_srcdir)/m4/curl-gnutls.m4 \
12813498266Sopenharmony_ci	$(top_srcdir)/m4/curl-mbedtls.m4 \
12913498266Sopenharmony_ci	$(top_srcdir)/m4/curl-openssl.m4 \
13013498266Sopenharmony_ci	$(top_srcdir)/m4/curl-override.m4 \
13113498266Sopenharmony_ci	$(top_srcdir)/m4/curl-reentrant.m4 \
13213498266Sopenharmony_ci	$(top_srcdir)/m4/curl-rustls.m4 \
13313498266Sopenharmony_ci	$(top_srcdir)/m4/curl-schannel.m4 \
13413498266Sopenharmony_ci	$(top_srcdir)/m4/curl-sectransp.m4 \
13513498266Sopenharmony_ci	$(top_srcdir)/m4/curl-sysconfig.m4 \
13613498266Sopenharmony_ci	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
13713498266Sopenharmony_ci	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
13813498266Sopenharmony_ci	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
13913498266Sopenharmony_ci	$(top_srcdir)/m4/xc-am-iface.m4 \
14013498266Sopenharmony_ci	$(top_srcdir)/m4/xc-cc-check.m4 \
14113498266Sopenharmony_ci	$(top_srcdir)/m4/xc-lt-iface.m4 \
14213498266Sopenharmony_ci	$(top_srcdir)/m4/xc-translit.m4 \
14313498266Sopenharmony_ci	$(top_srcdir)/m4/xc-val-flgs.m4 \
14413498266Sopenharmony_ci	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
14513498266Sopenharmony_ci	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
14613498266Sopenharmony_ci	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
14713498266Sopenharmony_ci	$(top_srcdir)/configure.ac
14813498266Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
14913498266Sopenharmony_ci	$(ACLOCAL_M4)
15013498266Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
15113498266Sopenharmony_cimkinstalldirs = $(install_sh) -d
15213498266Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/lib/curl_config.h
15313498266Sopenharmony_ciCONFIG_CLEAN_FILES =
15413498266Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES =
15513498266Sopenharmony_ciPROGRAMS = $(noinst_PROGRAMS)
15613498266Sopenharmony_ciam_disabled_OBJECTS = disabled-disabled.$(OBJEXT)
15713498266Sopenharmony_cidisabled_OBJECTS = $(am_disabled_OBJECTS)
15813498266Sopenharmony_cidisabled_LDADD = $(LDADD)
15913498266Sopenharmony_ciAM_V_lt = $(am__v_lt_@AM_V@)
16013498266Sopenharmony_ciam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
16113498266Sopenharmony_ciam__v_lt_0 = --silent
16213498266Sopenharmony_ciam__v_lt_1 = 
16313498266Sopenharmony_ciam__dirstamp = $(am__leading_dot)dirstamp
16413498266Sopenharmony_ciam__objects_1 = ../../lib/fake_ntlm-mprintf.$(OBJEXT) \
16513498266Sopenharmony_ci	../../lib/fake_ntlm-nonblock.$(OBJEXT) \
16613498266Sopenharmony_ci	../../lib/fake_ntlm-strtoofft.$(OBJEXT) \
16713498266Sopenharmony_ci	../../lib/fake_ntlm-warnless.$(OBJEXT) \
16813498266Sopenharmony_ci	../../lib/fake_ntlm-timediff.$(OBJEXT) \
16913498266Sopenharmony_ci	../../lib/fake_ntlm-dynbuf.$(OBJEXT) \
17013498266Sopenharmony_ci	../../lib/fake_ntlm-strdup.$(OBJEXT) \
17113498266Sopenharmony_ci	../../lib/fake_ntlm-strcase.$(OBJEXT) \
17213498266Sopenharmony_ci	../../lib/fake_ntlm-curl_multibyte.$(OBJEXT)
17313498266Sopenharmony_ciam__objects_2 =
17413498266Sopenharmony_ciam__objects_3 = fake_ntlm-getpart.$(OBJEXT) \
17513498266Sopenharmony_ci	../../lib/fake_ntlm-base64.$(OBJEXT) \
17613498266Sopenharmony_ci	../../lib/fake_ntlm-memdebug.$(OBJEXT)
17713498266Sopenharmony_ciam__objects_4 = fake_ntlm-util.$(OBJEXT)
17813498266Sopenharmony_ciam_fake_ntlm_OBJECTS = $(am__objects_1) $(am__objects_2) \
17913498266Sopenharmony_ci	$(am__objects_3) $(am__objects_4) \
18013498266Sopenharmony_ci	fake_ntlm-fake_ntlm.$(OBJEXT)
18113498266Sopenharmony_cifake_ntlm_OBJECTS = $(am_fake_ntlm_OBJECTS)
18213498266Sopenharmony_cifake_ntlm_DEPENDENCIES =
18313498266Sopenharmony_cifake_ntlm_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
18413498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(fake_ntlm_CFLAGS) \
18513498266Sopenharmony_ci	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
18613498266Sopenharmony_ciam__objects_5 = ../../lib/getpart-mprintf.$(OBJEXT) \
18713498266Sopenharmony_ci	../../lib/getpart-nonblock.$(OBJEXT) \
18813498266Sopenharmony_ci	../../lib/getpart-strtoofft.$(OBJEXT) \
18913498266Sopenharmony_ci	../../lib/getpart-warnless.$(OBJEXT) \
19013498266Sopenharmony_ci	../../lib/getpart-timediff.$(OBJEXT) \
19113498266Sopenharmony_ci	../../lib/getpart-dynbuf.$(OBJEXT) \
19213498266Sopenharmony_ci	../../lib/getpart-strdup.$(OBJEXT) \
19313498266Sopenharmony_ci	../../lib/getpart-strcase.$(OBJEXT) \
19413498266Sopenharmony_ci	../../lib/getpart-curl_multibyte.$(OBJEXT)
19513498266Sopenharmony_ciam__objects_6 = getpart-getpart.$(OBJEXT) \
19613498266Sopenharmony_ci	../../lib/getpart-base64.$(OBJEXT) \
19713498266Sopenharmony_ci	../../lib/getpart-memdebug.$(OBJEXT)
19813498266Sopenharmony_ciam_getpart_OBJECTS = $(am__objects_5) $(am__objects_2) \
19913498266Sopenharmony_ci	$(am__objects_6) getpart-testpart.$(OBJEXT)
20013498266Sopenharmony_cigetpart_OBJECTS = $(am_getpart_OBJECTS)
20113498266Sopenharmony_cigetpart_DEPENDENCIES =
20213498266Sopenharmony_cigetpart_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
20313498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(getpart_CFLAGS) \
20413498266Sopenharmony_ci	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
20513498266Sopenharmony_ciam__objects_7 = ../../lib/mqttd-mprintf.$(OBJEXT) \
20613498266Sopenharmony_ci	../../lib/mqttd-nonblock.$(OBJEXT) \
20713498266Sopenharmony_ci	../../lib/mqttd-strtoofft.$(OBJEXT) \
20813498266Sopenharmony_ci	../../lib/mqttd-warnless.$(OBJEXT) \
20913498266Sopenharmony_ci	../../lib/mqttd-timediff.$(OBJEXT) \
21013498266Sopenharmony_ci	../../lib/mqttd-dynbuf.$(OBJEXT) \
21113498266Sopenharmony_ci	../../lib/mqttd-strdup.$(OBJEXT) \
21213498266Sopenharmony_ci	../../lib/mqttd-strcase.$(OBJEXT) \
21313498266Sopenharmony_ci	../../lib/mqttd-curl_multibyte.$(OBJEXT)
21413498266Sopenharmony_ciam__objects_8 = mqttd-getpart.$(OBJEXT) \
21513498266Sopenharmony_ci	../../lib/mqttd-base64.$(OBJEXT) \
21613498266Sopenharmony_ci	../../lib/mqttd-memdebug.$(OBJEXT)
21713498266Sopenharmony_ciam__objects_9 = mqttd-util.$(OBJEXT)
21813498266Sopenharmony_ciam_mqttd_OBJECTS = $(am__objects_7) $(am__objects_2) $(am__objects_8) \
21913498266Sopenharmony_ci	$(am__objects_9) mqttd-mqttd.$(OBJEXT) \
22013498266Sopenharmony_ci	../../lib/mqttd-inet_pton.$(OBJEXT)
22113498266Sopenharmony_cimqttd_OBJECTS = $(am_mqttd_OBJECTS)
22213498266Sopenharmony_cimqttd_DEPENDENCIES =
22313498266Sopenharmony_cimqttd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
22413498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(mqttd_CFLAGS) $(CFLAGS) \
22513498266Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
22613498266Sopenharmony_ciam__objects_10 = ../../lib/resolve-mprintf.$(OBJEXT) \
22713498266Sopenharmony_ci	../../lib/resolve-nonblock.$(OBJEXT) \
22813498266Sopenharmony_ci	../../lib/resolve-strtoofft.$(OBJEXT) \
22913498266Sopenharmony_ci	../../lib/resolve-warnless.$(OBJEXT) \
23013498266Sopenharmony_ci	../../lib/resolve-timediff.$(OBJEXT) \
23113498266Sopenharmony_ci	../../lib/resolve-dynbuf.$(OBJEXT) \
23213498266Sopenharmony_ci	../../lib/resolve-strdup.$(OBJEXT) \
23313498266Sopenharmony_ci	../../lib/resolve-strcase.$(OBJEXT) \
23413498266Sopenharmony_ci	../../lib/resolve-curl_multibyte.$(OBJEXT)
23513498266Sopenharmony_ciam__objects_11 = resolve-getpart.$(OBJEXT) \
23613498266Sopenharmony_ci	../../lib/resolve-base64.$(OBJEXT) \
23713498266Sopenharmony_ci	../../lib/resolve-memdebug.$(OBJEXT)
23813498266Sopenharmony_ciam__objects_12 = resolve-util.$(OBJEXT)
23913498266Sopenharmony_ciam_resolve_OBJECTS = $(am__objects_10) $(am__objects_2) \
24013498266Sopenharmony_ci	$(am__objects_11) $(am__objects_12) resolve-resolve.$(OBJEXT)
24113498266Sopenharmony_ciresolve_OBJECTS = $(am_resolve_OBJECTS)
24213498266Sopenharmony_ciresolve_DEPENDENCIES =
24313498266Sopenharmony_ciresolve_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
24413498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(resolve_CFLAGS) \
24513498266Sopenharmony_ci	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
24613498266Sopenharmony_ciam__objects_13 = ../../lib/rtspd-mprintf.$(OBJEXT) \
24713498266Sopenharmony_ci	../../lib/rtspd-nonblock.$(OBJEXT) \
24813498266Sopenharmony_ci	../../lib/rtspd-strtoofft.$(OBJEXT) \
24913498266Sopenharmony_ci	../../lib/rtspd-warnless.$(OBJEXT) \
25013498266Sopenharmony_ci	../../lib/rtspd-timediff.$(OBJEXT) \
25113498266Sopenharmony_ci	../../lib/rtspd-dynbuf.$(OBJEXT) \
25213498266Sopenharmony_ci	../../lib/rtspd-strdup.$(OBJEXT) \
25313498266Sopenharmony_ci	../../lib/rtspd-strcase.$(OBJEXT) \
25413498266Sopenharmony_ci	../../lib/rtspd-curl_multibyte.$(OBJEXT)
25513498266Sopenharmony_ciam__objects_14 = rtspd-getpart.$(OBJEXT) \
25613498266Sopenharmony_ci	../../lib/rtspd-base64.$(OBJEXT) \
25713498266Sopenharmony_ci	../../lib/rtspd-memdebug.$(OBJEXT)
25813498266Sopenharmony_ciam__objects_15 = rtspd-util.$(OBJEXT)
25913498266Sopenharmony_ciam_rtspd_OBJECTS = $(am__objects_13) $(am__objects_2) \
26013498266Sopenharmony_ci	$(am__objects_14) $(am__objects_15) rtspd-rtspd.$(OBJEXT)
26113498266Sopenharmony_cirtspd_OBJECTS = $(am_rtspd_OBJECTS)
26213498266Sopenharmony_cirtspd_DEPENDENCIES =
26313498266Sopenharmony_cirtspd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
26413498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(rtspd_CFLAGS) $(CFLAGS) \
26513498266Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
26613498266Sopenharmony_ciam__objects_16 = ../../lib/sockfilt-mprintf.$(OBJEXT) \
26713498266Sopenharmony_ci	../../lib/sockfilt-nonblock.$(OBJEXT) \
26813498266Sopenharmony_ci	../../lib/sockfilt-strtoofft.$(OBJEXT) \
26913498266Sopenharmony_ci	../../lib/sockfilt-warnless.$(OBJEXT) \
27013498266Sopenharmony_ci	../../lib/sockfilt-timediff.$(OBJEXT) \
27113498266Sopenharmony_ci	../../lib/sockfilt-dynbuf.$(OBJEXT) \
27213498266Sopenharmony_ci	../../lib/sockfilt-strdup.$(OBJEXT) \
27313498266Sopenharmony_ci	../../lib/sockfilt-strcase.$(OBJEXT) \
27413498266Sopenharmony_ci	../../lib/sockfilt-curl_multibyte.$(OBJEXT)
27513498266Sopenharmony_ciam__objects_17 = sockfilt-getpart.$(OBJEXT) \
27613498266Sopenharmony_ci	../../lib/sockfilt-base64.$(OBJEXT) \
27713498266Sopenharmony_ci	../../lib/sockfilt-memdebug.$(OBJEXT)
27813498266Sopenharmony_ciam__objects_18 = sockfilt-util.$(OBJEXT)
27913498266Sopenharmony_ciam_sockfilt_OBJECTS = $(am__objects_16) $(am__objects_2) \
28013498266Sopenharmony_ci	$(am__objects_17) $(am__objects_18) \
28113498266Sopenharmony_ci	sockfilt-sockfilt.$(OBJEXT) \
28213498266Sopenharmony_ci	../../lib/sockfilt-inet_pton.$(OBJEXT)
28313498266Sopenharmony_cisockfilt_OBJECTS = $(am_sockfilt_OBJECTS)
28413498266Sopenharmony_cisockfilt_DEPENDENCIES =
28513498266Sopenharmony_cisockfilt_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
28613498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(sockfilt_CFLAGS) \
28713498266Sopenharmony_ci	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
28813498266Sopenharmony_ciam__objects_19 = ../../lib/socksd-mprintf.$(OBJEXT) \
28913498266Sopenharmony_ci	../../lib/socksd-nonblock.$(OBJEXT) \
29013498266Sopenharmony_ci	../../lib/socksd-strtoofft.$(OBJEXT) \
29113498266Sopenharmony_ci	../../lib/socksd-warnless.$(OBJEXT) \
29213498266Sopenharmony_ci	../../lib/socksd-timediff.$(OBJEXT) \
29313498266Sopenharmony_ci	../../lib/socksd-dynbuf.$(OBJEXT) \
29413498266Sopenharmony_ci	../../lib/socksd-strdup.$(OBJEXT) \
29513498266Sopenharmony_ci	../../lib/socksd-strcase.$(OBJEXT) \
29613498266Sopenharmony_ci	../../lib/socksd-curl_multibyte.$(OBJEXT)
29713498266Sopenharmony_ciam__objects_20 = socksd-getpart.$(OBJEXT) \
29813498266Sopenharmony_ci	../../lib/socksd-base64.$(OBJEXT) \
29913498266Sopenharmony_ci	../../lib/socksd-memdebug.$(OBJEXT)
30013498266Sopenharmony_ciam__objects_21 = socksd-util.$(OBJEXT)
30113498266Sopenharmony_ciam_socksd_OBJECTS = $(am__objects_19) $(am__objects_2) \
30213498266Sopenharmony_ci	$(am__objects_20) $(am__objects_21) socksd-socksd.$(OBJEXT) \
30313498266Sopenharmony_ci	../../lib/socksd-inet_pton.$(OBJEXT)
30413498266Sopenharmony_cisocksd_OBJECTS = $(am_socksd_OBJECTS)
30513498266Sopenharmony_cisocksd_DEPENDENCIES =
30613498266Sopenharmony_cisocksd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
30713498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(socksd_CFLAGS) $(CFLAGS) \
30813498266Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
30913498266Sopenharmony_ciam__objects_22 = ../../lib/sws-mprintf.$(OBJEXT) \
31013498266Sopenharmony_ci	../../lib/sws-nonblock.$(OBJEXT) \
31113498266Sopenharmony_ci	../../lib/sws-strtoofft.$(OBJEXT) \
31213498266Sopenharmony_ci	../../lib/sws-warnless.$(OBJEXT) \
31313498266Sopenharmony_ci	../../lib/sws-timediff.$(OBJEXT) \
31413498266Sopenharmony_ci	../../lib/sws-dynbuf.$(OBJEXT) ../../lib/sws-strdup.$(OBJEXT) \
31513498266Sopenharmony_ci	../../lib/sws-strcase.$(OBJEXT) \
31613498266Sopenharmony_ci	../../lib/sws-curl_multibyte.$(OBJEXT)
31713498266Sopenharmony_ciam__objects_23 = sws-getpart.$(OBJEXT) ../../lib/sws-base64.$(OBJEXT) \
31813498266Sopenharmony_ci	../../lib/sws-memdebug.$(OBJEXT)
31913498266Sopenharmony_ciam__objects_24 = sws-util.$(OBJEXT)
32013498266Sopenharmony_ciam_sws_OBJECTS = $(am__objects_22) $(am__objects_2) $(am__objects_23) \
32113498266Sopenharmony_ci	$(am__objects_24) sws-sws.$(OBJEXT) \
32213498266Sopenharmony_ci	../../lib/sws-inet_pton.$(OBJEXT)
32313498266Sopenharmony_cisws_OBJECTS = $(am_sws_OBJECTS)
32413498266Sopenharmony_cisws_DEPENDENCIES =
32513498266Sopenharmony_cisws_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
32613498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(sws_CFLAGS) $(CFLAGS) \
32713498266Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
32813498266Sopenharmony_ciam__objects_25 = ../../lib/tftpd-mprintf.$(OBJEXT) \
32913498266Sopenharmony_ci	../../lib/tftpd-nonblock.$(OBJEXT) \
33013498266Sopenharmony_ci	../../lib/tftpd-strtoofft.$(OBJEXT) \
33113498266Sopenharmony_ci	../../lib/tftpd-warnless.$(OBJEXT) \
33213498266Sopenharmony_ci	../../lib/tftpd-timediff.$(OBJEXT) \
33313498266Sopenharmony_ci	../../lib/tftpd-dynbuf.$(OBJEXT) \
33413498266Sopenharmony_ci	../../lib/tftpd-strdup.$(OBJEXT) \
33513498266Sopenharmony_ci	../../lib/tftpd-strcase.$(OBJEXT) \
33613498266Sopenharmony_ci	../../lib/tftpd-curl_multibyte.$(OBJEXT)
33713498266Sopenharmony_ciam__objects_26 = tftpd-getpart.$(OBJEXT) \
33813498266Sopenharmony_ci	../../lib/tftpd-base64.$(OBJEXT) \
33913498266Sopenharmony_ci	../../lib/tftpd-memdebug.$(OBJEXT)
34013498266Sopenharmony_ciam__objects_27 = tftpd-util.$(OBJEXT)
34113498266Sopenharmony_ciam_tftpd_OBJECTS = $(am__objects_25) $(am__objects_2) \
34213498266Sopenharmony_ci	$(am__objects_26) $(am__objects_27) tftpd-tftpd.$(OBJEXT)
34313498266Sopenharmony_citftpd_OBJECTS = $(am_tftpd_OBJECTS)
34413498266Sopenharmony_citftpd_DEPENDENCIES =
34513498266Sopenharmony_citftpd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
34613498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(tftpd_CFLAGS) $(CFLAGS) \
34713498266Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
34813498266Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@)
34913498266Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
35013498266Sopenharmony_ciam__v_P_0 = false
35113498266Sopenharmony_ciam__v_P_1 = :
35213498266Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@)
35313498266Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
35413498266Sopenharmony_ciam__v_GEN_0 = @echo "  GEN     " $@;
35513498266Sopenharmony_ciam__v_GEN_1 = 
35613498266Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@)
35713498266Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
35813498266Sopenharmony_ciam__v_at_0 = @
35913498266Sopenharmony_ciam__v_at_1 = 
36013498266Sopenharmony_ciDEFAULT_INCLUDES = 
36113498266Sopenharmony_cidepcomp = $(SHELL) $(top_srcdir)/depcomp
36213498266Sopenharmony_ciam__maybe_remake_depfiles = depfiles
36313498266Sopenharmony_ciam__depfiles_remade = ../../lib/$(DEPDIR)/fake_ntlm-base64.Po \
36413498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Po \
36513498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Po \
36613498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-memdebug.Po \
36713498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-mprintf.Po \
36813498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-nonblock.Po \
36913498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-strcase.Po \
37013498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-strdup.Po \
37113498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Po \
37213498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-timediff.Po \
37313498266Sopenharmony_ci	../../lib/$(DEPDIR)/fake_ntlm-warnless.Po \
37413498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-base64.Po \
37513498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-curl_multibyte.Po \
37613498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-dynbuf.Po \
37713498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-memdebug.Po \
37813498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-mprintf.Po \
37913498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-nonblock.Po \
38013498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-strcase.Po \
38113498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-strdup.Po \
38213498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-strtoofft.Po \
38313498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-timediff.Po \
38413498266Sopenharmony_ci	../../lib/$(DEPDIR)/getpart-warnless.Po \
38513498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-base64.Po \
38613498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-curl_multibyte.Po \
38713498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-dynbuf.Po \
38813498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-inet_pton.Po \
38913498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-memdebug.Po \
39013498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-mprintf.Po \
39113498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-nonblock.Po \
39213498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-strcase.Po \
39313498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-strdup.Po \
39413498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-strtoofft.Po \
39513498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-timediff.Po \
39613498266Sopenharmony_ci	../../lib/$(DEPDIR)/mqttd-warnless.Po \
39713498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-base64.Po \
39813498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-curl_multibyte.Po \
39913498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-dynbuf.Po \
40013498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-memdebug.Po \
40113498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-mprintf.Po \
40213498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-nonblock.Po \
40313498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-strcase.Po \
40413498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-strdup.Po \
40513498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-strtoofft.Po \
40613498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-timediff.Po \
40713498266Sopenharmony_ci	../../lib/$(DEPDIR)/resolve-warnless.Po \
40813498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-base64.Po \
40913498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-curl_multibyte.Po \
41013498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-dynbuf.Po \
41113498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-memdebug.Po \
41213498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-mprintf.Po \
41313498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-nonblock.Po \
41413498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-strcase.Po \
41513498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-strdup.Po \
41613498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-strtoofft.Po \
41713498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-timediff.Po \
41813498266Sopenharmony_ci	../../lib/$(DEPDIR)/rtspd-warnless.Po \
41913498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-base64.Po \
42013498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Po \
42113498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-dynbuf.Po \
42213498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-inet_pton.Po \
42313498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-memdebug.Po \
42413498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-mprintf.Po \
42513498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-nonblock.Po \
42613498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-strcase.Po \
42713498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-strdup.Po \
42813498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-strtoofft.Po \
42913498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-timediff.Po \
43013498266Sopenharmony_ci	../../lib/$(DEPDIR)/sockfilt-warnless.Po \
43113498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-base64.Po \
43213498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-curl_multibyte.Po \
43313498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-dynbuf.Po \
43413498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-inet_pton.Po \
43513498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-memdebug.Po \
43613498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-mprintf.Po \
43713498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-nonblock.Po \
43813498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-strcase.Po \
43913498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-strdup.Po \
44013498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-strtoofft.Po \
44113498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-timediff.Po \
44213498266Sopenharmony_ci	../../lib/$(DEPDIR)/socksd-warnless.Po \
44313498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-base64.Po \
44413498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-curl_multibyte.Po \
44513498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-dynbuf.Po \
44613498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-inet_pton.Po \
44713498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-memdebug.Po \
44813498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-mprintf.Po \
44913498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-nonblock.Po \
45013498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-strcase.Po \
45113498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-strdup.Po \
45213498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-strtoofft.Po \
45313498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-timediff.Po \
45413498266Sopenharmony_ci	../../lib/$(DEPDIR)/sws-warnless.Po \
45513498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-base64.Po \
45613498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-curl_multibyte.Po \
45713498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-dynbuf.Po \
45813498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-memdebug.Po \
45913498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-mprintf.Po \
46013498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-nonblock.Po \
46113498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-strcase.Po \
46213498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-strdup.Po \
46313498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-strtoofft.Po \
46413498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-timediff.Po \
46513498266Sopenharmony_ci	../../lib/$(DEPDIR)/tftpd-warnless.Po \
46613498266Sopenharmony_ci	./$(DEPDIR)/disabled-disabled.Po \
46713498266Sopenharmony_ci	./$(DEPDIR)/fake_ntlm-fake_ntlm.Po \
46813498266Sopenharmony_ci	./$(DEPDIR)/fake_ntlm-getpart.Po ./$(DEPDIR)/fake_ntlm-util.Po \
46913498266Sopenharmony_ci	./$(DEPDIR)/getpart-getpart.Po ./$(DEPDIR)/getpart-testpart.Po \
47013498266Sopenharmony_ci	./$(DEPDIR)/mqttd-getpart.Po ./$(DEPDIR)/mqttd-mqttd.Po \
47113498266Sopenharmony_ci	./$(DEPDIR)/mqttd-util.Po ./$(DEPDIR)/resolve-getpart.Po \
47213498266Sopenharmony_ci	./$(DEPDIR)/resolve-resolve.Po ./$(DEPDIR)/resolve-util.Po \
47313498266Sopenharmony_ci	./$(DEPDIR)/rtspd-getpart.Po ./$(DEPDIR)/rtspd-rtspd.Po \
47413498266Sopenharmony_ci	./$(DEPDIR)/rtspd-util.Po ./$(DEPDIR)/sockfilt-getpart.Po \
47513498266Sopenharmony_ci	./$(DEPDIR)/sockfilt-sockfilt.Po ./$(DEPDIR)/sockfilt-util.Po \
47613498266Sopenharmony_ci	./$(DEPDIR)/socksd-getpart.Po ./$(DEPDIR)/socksd-socksd.Po \
47713498266Sopenharmony_ci	./$(DEPDIR)/socksd-util.Po ./$(DEPDIR)/sws-getpart.Po \
47813498266Sopenharmony_ci	./$(DEPDIR)/sws-sws.Po ./$(DEPDIR)/sws-util.Po \
47913498266Sopenharmony_ci	./$(DEPDIR)/tftpd-getpart.Po ./$(DEPDIR)/tftpd-tftpd.Po \
48013498266Sopenharmony_ci	./$(DEPDIR)/tftpd-util.Po
48113498266Sopenharmony_ciam__mv = mv -f
48213498266Sopenharmony_ciCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
48313498266Sopenharmony_ci	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
48413498266Sopenharmony_ciLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
48513498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
48613498266Sopenharmony_ci	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
48713498266Sopenharmony_ci	$(AM_CFLAGS) $(CFLAGS)
48813498266Sopenharmony_ciAM_V_CC = $(am__v_CC_@AM_V@)
48913498266Sopenharmony_ciam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
49013498266Sopenharmony_ciam__v_CC_0 = @echo "  CC      " $@;
49113498266Sopenharmony_ciam__v_CC_1 = 
49213498266Sopenharmony_ciCCLD = $(CC)
49313498266Sopenharmony_ciLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
49413498266Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
49513498266Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
49613498266Sopenharmony_ciAM_V_CCLD = $(am__v_CCLD_@AM_V@)
49713498266Sopenharmony_ciam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
49813498266Sopenharmony_ciam__v_CCLD_0 = @echo "  CCLD    " $@;
49913498266Sopenharmony_ciam__v_CCLD_1 = 
50013498266Sopenharmony_ciSOURCES = $(disabled_SOURCES) $(fake_ntlm_SOURCES) $(getpart_SOURCES) \
50113498266Sopenharmony_ci	$(mqttd_SOURCES) $(resolve_SOURCES) $(rtspd_SOURCES) \
50213498266Sopenharmony_ci	$(sockfilt_SOURCES) $(socksd_SOURCES) $(sws_SOURCES) \
50313498266Sopenharmony_ci	$(tftpd_SOURCES)
50413498266Sopenharmony_ciDIST_SOURCES = $(disabled_SOURCES) $(fake_ntlm_SOURCES) \
50513498266Sopenharmony_ci	$(getpart_SOURCES) $(mqttd_SOURCES) $(resolve_SOURCES) \
50613498266Sopenharmony_ci	$(rtspd_SOURCES) $(sockfilt_SOURCES) $(socksd_SOURCES) \
50713498266Sopenharmony_ci	$(sws_SOURCES) $(tftpd_SOURCES)
50813498266Sopenharmony_ciam__can_run_installinfo = \
50913498266Sopenharmony_ci  case $$AM_UPDATE_INFO_DIR in \
51013498266Sopenharmony_ci    n|no|NO) false;; \
51113498266Sopenharmony_ci    *) (install-info --version) >/dev/null 2>&1;; \
51213498266Sopenharmony_ci  esac
51313498266Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
51413498266Sopenharmony_ci# Read a list of newline-separated strings from the standard input,
51513498266Sopenharmony_ci# and print each of them once, without duplicates.  Input order is
51613498266Sopenharmony_ci# *not* preserved.
51713498266Sopenharmony_ciam__uniquify_input = $(AWK) '\
51813498266Sopenharmony_ci  BEGIN { nonempty = 0; } \
51913498266Sopenharmony_ci  { items[$$0] = 1; nonempty = 1; } \
52013498266Sopenharmony_ci  END { if (nonempty) { for (i in items) print i; }; } \
52113498266Sopenharmony_ci'
52213498266Sopenharmony_ci# Make sure the list of sources is unique.  This is necessary because,
52313498266Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables
52413498266Sopenharmony_ci# for different programs/libraries.
52513498266Sopenharmony_ciam__define_uniq_tagged_files = \
52613498266Sopenharmony_ci  list='$(am__tagged_files)'; \
52713498266Sopenharmony_ci  unique=`for i in $$list; do \
52813498266Sopenharmony_ci    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
52913498266Sopenharmony_ci  done | $(am__uniquify_input)`
53013498266Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \
53113498266Sopenharmony_ci	$(top_srcdir)/depcomp
53213498266Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
53313498266Sopenharmony_ciACLOCAL = @ACLOCAL@
53413498266Sopenharmony_ciAMTAR = @AMTAR@
53513498266Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
53613498266Sopenharmony_ciAPACHECTL = @APACHECTL@
53713498266Sopenharmony_ciAPXS = @APXS@
53813498266Sopenharmony_ciAR = @AR@
53913498266Sopenharmony_ciAR_FLAGS = @AR_FLAGS@
54013498266Sopenharmony_ciAS = @AS@
54113498266Sopenharmony_ciAUTOCONF = @AUTOCONF@
54213498266Sopenharmony_ciAUTOHEADER = @AUTOHEADER@
54313498266Sopenharmony_ciAUTOMAKE = @AUTOMAKE@
54413498266Sopenharmony_ciAWK = @AWK@
54513498266Sopenharmony_ciBLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
54613498266Sopenharmony_ciCADDY = @CADDY@
54713498266Sopenharmony_ciCC = @CC@
54813498266Sopenharmony_ciCCDEPMODE = @CCDEPMODE@
54913498266Sopenharmony_ciCFLAGS = @CFLAGS@
55013498266Sopenharmony_ciCFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
55113498266Sopenharmony_ciCONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
55213498266Sopenharmony_ciCPP = @CPP@
55313498266Sopenharmony_ciCPPFLAGS = @CPPFLAGS@
55413498266Sopenharmony_ciCPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
55513498266Sopenharmony_ciCSCOPE = @CSCOPE@
55613498266Sopenharmony_ciCTAGS = @CTAGS@
55713498266Sopenharmony_ciCURLVERSION = @CURLVERSION@
55813498266Sopenharmony_ciCURL_CA_BUNDLE = @CURL_CA_BUNDLE@
55913498266Sopenharmony_ciCURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
56013498266Sopenharmony_ciCURL_DISABLE_DICT = @CURL_DISABLE_DICT@
56113498266Sopenharmony_ciCURL_DISABLE_FILE = @CURL_DISABLE_FILE@
56213498266Sopenharmony_ciCURL_DISABLE_FTP = @CURL_DISABLE_FTP@
56313498266Sopenharmony_ciCURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
56413498266Sopenharmony_ciCURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
56513498266Sopenharmony_ciCURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
56613498266Sopenharmony_ciCURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
56713498266Sopenharmony_ciCURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
56813498266Sopenharmony_ciCURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
56913498266Sopenharmony_ciCURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
57013498266Sopenharmony_ciCURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
57113498266Sopenharmony_ciCURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
57213498266Sopenharmony_ciCURL_DISABLE_SMB = @CURL_DISABLE_SMB@
57313498266Sopenharmony_ciCURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
57413498266Sopenharmony_ciCURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
57513498266Sopenharmony_ciCURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
57613498266Sopenharmony_ciCURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
57713498266Sopenharmony_ciCURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
57813498266Sopenharmony_ciCURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
57913498266Sopenharmony_ciCURL_PLIST_VERSION = @CURL_PLIST_VERSION@
58013498266Sopenharmony_ciCURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
58113498266Sopenharmony_ciCYGPATH_W = @CYGPATH_W@
58213498266Sopenharmony_ciDEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
58313498266Sopenharmony_ciDEFS = @DEFS@
58413498266Sopenharmony_ciDEPDIR = @DEPDIR@
58513498266Sopenharmony_ciDLLTOOL = @DLLTOOL@
58613498266Sopenharmony_ciDSYMUTIL = @DSYMUTIL@
58713498266Sopenharmony_ciDUMPBIN = @DUMPBIN@
58813498266Sopenharmony_ciECHO_C = @ECHO_C@
58913498266Sopenharmony_ciECHO_N = @ECHO_N@
59013498266Sopenharmony_ciECHO_T = @ECHO_T@
59113498266Sopenharmony_ciEGREP = @EGREP@
59213498266Sopenharmony_ciENABLE_SHARED = @ENABLE_SHARED@
59313498266Sopenharmony_ciENABLE_STATIC = @ENABLE_STATIC@
59413498266Sopenharmony_ciETAGS = @ETAGS@
59513498266Sopenharmony_ciEXEEXT = @EXEEXT@
59613498266Sopenharmony_ciFGREP = @FGREP@
59713498266Sopenharmony_ciFILECMD = @FILECMD@
59813498266Sopenharmony_ciFISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
59913498266Sopenharmony_ciGCOV = @GCOV@
60013498266Sopenharmony_ciGREP = @GREP@
60113498266Sopenharmony_ciHAVE_BROTLI = @HAVE_BROTLI@
60213498266Sopenharmony_ciHAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
60313498266Sopenharmony_ciHAVE_LDAP_SSL = @HAVE_LDAP_SSL@
60413498266Sopenharmony_ciHAVE_LIBZ = @HAVE_LIBZ@
60513498266Sopenharmony_ciHAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@
60613498266Sopenharmony_ciHAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
60713498266Sopenharmony_ciHAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
60813498266Sopenharmony_ciHAVE_ZSTD = @HAVE_ZSTD@
60913498266Sopenharmony_ciHTTPD = @HTTPD@
61013498266Sopenharmony_ciHTTPD_NGHTTPX = @HTTPD_NGHTTPX@
61113498266Sopenharmony_ciIDN_ENABLED = @IDN_ENABLED@
61213498266Sopenharmony_ciINSTALL = @INSTALL@
61313498266Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@
61413498266Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@
61513498266Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@
61613498266Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
61713498266Sopenharmony_ciIPV6_ENABLED = @IPV6_ENABLED@
61813498266Sopenharmony_ciLCOV = @LCOV@
61913498266Sopenharmony_ciLD = @LD@
62013498266Sopenharmony_ciLDFLAGS = @LDFLAGS@
62113498266Sopenharmony_ciLIBCURL_LIBS = @LIBCURL_LIBS@
62213498266Sopenharmony_ciLIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
62313498266Sopenharmony_ciLIBOBJS = @LIBOBJS@
62413498266Sopenharmony_ci
62513498266Sopenharmony_ci# Prevent LIBS from being used for all link targets
62613498266Sopenharmony_ciLIBS = $(BLANK_AT_MAKETIME)
62713498266Sopenharmony_ciLIBTOOL = @LIBTOOL@
62813498266Sopenharmony_ciLIPO = @LIPO@
62913498266Sopenharmony_ciLN_S = @LN_S@
63013498266Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@
63113498266Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
63213498266Sopenharmony_ciMAINT = @MAINT@
63313498266Sopenharmony_ciMAKEINFO = @MAKEINFO@
63413498266Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@
63513498266Sopenharmony_ciMANOPT = @MANOPT@
63613498266Sopenharmony_ciMKDIR_P = @MKDIR_P@
63713498266Sopenharmony_ciNM = @NM@
63813498266Sopenharmony_ciNMEDIT = @NMEDIT@
63913498266Sopenharmony_ciNROFF = @NROFF@
64013498266Sopenharmony_ciOBJDUMP = @OBJDUMP@
64113498266Sopenharmony_ciOBJEXT = @OBJEXT@
64213498266Sopenharmony_ciOTOOL = @OTOOL@
64313498266Sopenharmony_ciOTOOL64 = @OTOOL64@
64413498266Sopenharmony_ciPACKAGE = @PACKAGE@
64513498266Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
64613498266Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@
64713498266Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@
64813498266Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@
64913498266Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@
65013498266Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@
65113498266Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@
65213498266Sopenharmony_ciPERL = @PERL@
65313498266Sopenharmony_ciPKGADD_NAME = @PKGADD_NAME@
65413498266Sopenharmony_ciPKGADD_PKG = @PKGADD_PKG@
65513498266Sopenharmony_ciPKGADD_VENDOR = @PKGADD_VENDOR@
65613498266Sopenharmony_ciPKGCONFIG = @PKGCONFIG@
65713498266Sopenharmony_ciRANDOM_FILE = @RANDOM_FILE@
65813498266Sopenharmony_ciRANLIB = @RANLIB@
65913498266Sopenharmony_ciRC = @RC@
66013498266Sopenharmony_ciREQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
66113498266Sopenharmony_ciSED = @SED@
66213498266Sopenharmony_ciSET_MAKE = @SET_MAKE@
66313498266Sopenharmony_ciSHELL = @SHELL@
66413498266Sopenharmony_ciSSL_BACKENDS = @SSL_BACKENDS@
66513498266Sopenharmony_ciSSL_ENABLED = @SSL_ENABLED@
66613498266Sopenharmony_ciSSL_LIBS = @SSL_LIBS@
66713498266Sopenharmony_ciSTRIP = @STRIP@
66813498266Sopenharmony_ciSUPPORT_FEATURES = @SUPPORT_FEATURES@
66913498266Sopenharmony_ciSUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
67013498266Sopenharmony_ciTEST_NGHTTPX = @TEST_NGHTTPX@
67113498266Sopenharmony_ciUSE_ARES = @USE_ARES@
67213498266Sopenharmony_ciUSE_BEARSSL = @USE_BEARSSL@
67313498266Sopenharmony_ciUSE_GNUTLS = @USE_GNUTLS@
67413498266Sopenharmony_ciUSE_HYPER = @USE_HYPER@
67513498266Sopenharmony_ciUSE_LIBRTMP = @USE_LIBRTMP@
67613498266Sopenharmony_ciUSE_LIBSSH = @USE_LIBSSH@
67713498266Sopenharmony_ciUSE_LIBSSH2 = @USE_LIBSSH2@
67813498266Sopenharmony_ciUSE_MBEDTLS = @USE_MBEDTLS@
67913498266Sopenharmony_ciUSE_MSH3 = @USE_MSH3@
68013498266Sopenharmony_ciUSE_NGHTTP2 = @USE_NGHTTP2@
68113498266Sopenharmony_ciUSE_NGHTTP3 = @USE_NGHTTP3@
68213498266Sopenharmony_ciUSE_NGTCP2 = @USE_NGTCP2@
68313498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@
68413498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
68513498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@
68613498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
68713498266Sopenharmony_ciUSE_NGTCP2_H3 = @USE_NGTCP2_H3@
68813498266Sopenharmony_ciUSE_OPENLDAP = @USE_OPENLDAP@
68913498266Sopenharmony_ciUSE_OPENSSL_H3 = @USE_OPENSSL_H3@
69013498266Sopenharmony_ciUSE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@
69113498266Sopenharmony_ciUSE_QUICHE = @USE_QUICHE@
69213498266Sopenharmony_ciUSE_RUSTLS = @USE_RUSTLS@
69313498266Sopenharmony_ciUSE_SCHANNEL = @USE_SCHANNEL@
69413498266Sopenharmony_ciUSE_SECTRANSP = @USE_SECTRANSP@
69513498266Sopenharmony_ciUSE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
69613498266Sopenharmony_ciUSE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
69713498266Sopenharmony_ciUSE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
69813498266Sopenharmony_ciUSE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
69913498266Sopenharmony_ciUSE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
70013498266Sopenharmony_ciUSE_WOLFSSH = @USE_WOLFSSH@
70113498266Sopenharmony_ciUSE_WOLFSSL = @USE_WOLFSSL@
70213498266Sopenharmony_ciVERSION = @VERSION@
70313498266Sopenharmony_ciVERSIONNUM = @VERSIONNUM@
70413498266Sopenharmony_ciZLIB_LIBS = @ZLIB_LIBS@
70513498266Sopenharmony_ciZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
70613498266Sopenharmony_ciabs_builddir = @abs_builddir@
70713498266Sopenharmony_ciabs_srcdir = @abs_srcdir@
70813498266Sopenharmony_ciabs_top_builddir = @abs_top_builddir@
70913498266Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@
71013498266Sopenharmony_ciac_ct_AR = @ac_ct_AR@
71113498266Sopenharmony_ciac_ct_CC = @ac_ct_CC@
71213498266Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@
71313498266Sopenharmony_ciam__include = @am__include@
71413498266Sopenharmony_ciam__leading_dot = @am__leading_dot@
71513498266Sopenharmony_ciam__quote = @am__quote@
71613498266Sopenharmony_ciam__tar = @am__tar@
71713498266Sopenharmony_ciam__untar = @am__untar@
71813498266Sopenharmony_cibindir = @bindir@
71913498266Sopenharmony_cibuild = @build@
72013498266Sopenharmony_cibuild_alias = @build_alias@
72113498266Sopenharmony_cibuild_cpu = @build_cpu@
72213498266Sopenharmony_cibuild_os = @build_os@
72313498266Sopenharmony_cibuild_vendor = @build_vendor@
72413498266Sopenharmony_cibuilddir = @builddir@
72513498266Sopenharmony_cidatadir = @datadir@
72613498266Sopenharmony_cidatarootdir = @datarootdir@
72713498266Sopenharmony_cidocdir = @docdir@
72813498266Sopenharmony_cidvidir = @dvidir@
72913498266Sopenharmony_ciexec_prefix = @exec_prefix@
73013498266Sopenharmony_cihost = @host@
73113498266Sopenharmony_cihost_alias = @host_alias@
73213498266Sopenharmony_cihost_cpu = @host_cpu@
73313498266Sopenharmony_cihost_os = @host_os@
73413498266Sopenharmony_cihost_vendor = @host_vendor@
73513498266Sopenharmony_cihtmldir = @htmldir@
73613498266Sopenharmony_ciincludedir = @includedir@
73713498266Sopenharmony_ciinfodir = @infodir@
73813498266Sopenharmony_ciinstall_sh = @install_sh@
73913498266Sopenharmony_cilibdir = @libdir@
74013498266Sopenharmony_cilibexecdir = @libexecdir@
74113498266Sopenharmony_cilibext = @libext@
74213498266Sopenharmony_cilocaledir = @localedir@
74313498266Sopenharmony_cilocalstatedir = @localstatedir@
74413498266Sopenharmony_cimandir = @mandir@
74513498266Sopenharmony_cimkdir_p = @mkdir_p@
74613498266Sopenharmony_cioldincludedir = @oldincludedir@
74713498266Sopenharmony_cipdfdir = @pdfdir@
74813498266Sopenharmony_ciprefix = @prefix@
74913498266Sopenharmony_ciprogram_transform_name = @program_transform_name@
75013498266Sopenharmony_cipsdir = @psdir@
75113498266Sopenharmony_cirunstatedir = @runstatedir@
75213498266Sopenharmony_cisbindir = @sbindir@
75313498266Sopenharmony_cisharedstatedir = @sharedstatedir@
75413498266Sopenharmony_cisrcdir = @srcdir@
75513498266Sopenharmony_cisysconfdir = @sysconfdir@
75613498266Sopenharmony_citarget_alias = @target_alias@
75713498266Sopenharmony_citop_build_prefix = @top_build_prefix@
75813498266Sopenharmony_citop_builddir = @top_builddir@
75913498266Sopenharmony_citop_srcdir = @top_srcdir@
76013498266Sopenharmony_ci
76113498266Sopenharmony_ci#***************************************************************************
76213498266Sopenharmony_ci#                                  _   _ ____  _
76313498266Sopenharmony_ci#  Project                     ___| | | |  _ \| |
76413498266Sopenharmony_ci#                             / __| | | | |_) | |
76513498266Sopenharmony_ci#                            | (__| |_| |  _ <| |___
76613498266Sopenharmony_ci#                             \___|\___/|_| \_\_____|
76713498266Sopenharmony_ci#
76813498266Sopenharmony_ci# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
76913498266Sopenharmony_ci#
77013498266Sopenharmony_ci# This software is licensed as described in the file COPYING, which
77113498266Sopenharmony_ci# you should have received as part of this distribution. The terms
77213498266Sopenharmony_ci# are also available at https://curl.se/docs/copyright.html.
77313498266Sopenharmony_ci#
77413498266Sopenharmony_ci# You may opt to use, copy, modify, merge, publish, distribute and/or sell
77513498266Sopenharmony_ci# copies of the Software, and permit persons to whom the Software is
77613498266Sopenharmony_ci# furnished to do so, under the terms of the COPYING file.
77713498266Sopenharmony_ci#
77813498266Sopenharmony_ci# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
77913498266Sopenharmony_ci# KIND, either express or implied.
78013498266Sopenharmony_ci#
78113498266Sopenharmony_ci# SPDX-License-Identifier: curl
78213498266Sopenharmony_ci#
78313498266Sopenharmony_ci###########################################################################
78413498266Sopenharmony_ciAUTOMAKE_OPTIONS = foreign nostdinc
78513498266Sopenharmony_ci
78613498266Sopenharmony_ci# Specify our include paths here, and do it relative to $(top_srcdir) and
78713498266Sopenharmony_ci# $(top_builddir), to ensure that these paths which belong to the library
78813498266Sopenharmony_ci# being currently built and tested are searched before the library which
78913498266Sopenharmony_ci# might possibly already be installed in the system.
79013498266Sopenharmony_ci#
79113498266Sopenharmony_ci# $(top_srcdir)/include is for libcurl's external include files
79213498266Sopenharmony_ci# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
79313498266Sopenharmony_ci# $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "borrowed" files
79413498266Sopenharmony_ciAM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/lib \
79513498266Sopenharmony_ci	-I$(top_srcdir)/lib $(am__append_1)
79613498266Sopenharmony_cidisabled_CPPFLAGS = $(AM_CPPFLAGS) \
79713498266Sopenharmony_ci              -I$(top_srcdir)/src
79813498266Sopenharmony_ci
79913498266Sopenharmony_ciCURLX_SRCS = \
80013498266Sopenharmony_ci ../../lib/mprintf.c \
80113498266Sopenharmony_ci ../../lib/nonblock.c \
80213498266Sopenharmony_ci ../../lib/strtoofft.c \
80313498266Sopenharmony_ci ../../lib/warnless.c \
80413498266Sopenharmony_ci ../../lib/timediff.c \
80513498266Sopenharmony_ci ../../lib/dynbuf.c \
80613498266Sopenharmony_ci ../../lib/strdup.c \
80713498266Sopenharmony_ci ../../lib/strcase.c \
80813498266Sopenharmony_ci ../../lib/curl_multibyte.c
80913498266Sopenharmony_ci
81013498266Sopenharmony_ciCURLX_HDRS = \
81113498266Sopenharmony_ci ../../lib/curlx.h \
81213498266Sopenharmony_ci ../../lib/nonblock.h \
81313498266Sopenharmony_ci ../../lib/strtoofft.h \
81413498266Sopenharmony_ci ../../lib/warnless.h \
81513498266Sopenharmony_ci ../../lib/timediff.h \
81613498266Sopenharmony_ci ../../lib/curl_ctype.h \
81713498266Sopenharmony_ci ../../lib/dynbuf.h \
81813498266Sopenharmony_ci ../../lib/strdup.h \
81913498266Sopenharmony_ci ../../lib/curl_multibyte.h
82013498266Sopenharmony_ci
82113498266Sopenharmony_ciUSEFUL = \
82213498266Sopenharmony_ci getpart.c \
82313498266Sopenharmony_ci getpart.h \
82413498266Sopenharmony_ci server_setup.h \
82513498266Sopenharmony_ci ../../lib/base64.c \
82613498266Sopenharmony_ci ../../lib/curl_base64.h \
82713498266Sopenharmony_ci ../../lib/memdebug.c \
82813498266Sopenharmony_ci ../../lib/memdebug.h
82913498266Sopenharmony_ci
83013498266Sopenharmony_ciUTIL = \
83113498266Sopenharmony_ci util.c \
83213498266Sopenharmony_ci util.h
83313498266Sopenharmony_ci
83413498266Sopenharmony_cigetpart_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) \
83513498266Sopenharmony_ci testpart.c
83613498266Sopenharmony_ci
83713498266Sopenharmony_cigetpart_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
83813498266Sopenharmony_cigetpart_CFLAGS = $(AM_CFLAGS)
83913498266Sopenharmony_ciresolve_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
84013498266Sopenharmony_ci resolve.c
84113498266Sopenharmony_ci
84213498266Sopenharmony_ciresolve_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
84313498266Sopenharmony_ciresolve_CFLAGS = $(AM_CFLAGS)
84413498266Sopenharmony_cirtspd_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
84513498266Sopenharmony_ci server_sockaddr.h \
84613498266Sopenharmony_ci rtspd.c
84713498266Sopenharmony_ci
84813498266Sopenharmony_cirtspd_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
84913498266Sopenharmony_cirtspd_CFLAGS = $(AM_CFLAGS)
85013498266Sopenharmony_cisockfilt_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
85113498266Sopenharmony_ci server_sockaddr.h \
85213498266Sopenharmony_ci sockfilt.c \
85313498266Sopenharmony_ci ../../lib/inet_pton.c
85413498266Sopenharmony_ci
85513498266Sopenharmony_cisockfilt_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
85613498266Sopenharmony_cisockfilt_CFLAGS = $(AM_CFLAGS)
85713498266Sopenharmony_cisocksd_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
85813498266Sopenharmony_ci server_sockaddr.h socksd.c \
85913498266Sopenharmony_ci ../../lib/inet_pton.c
86013498266Sopenharmony_ci
86113498266Sopenharmony_cisocksd_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
86213498266Sopenharmony_cisocksd_CFLAGS = $(AM_CFLAGS)
86313498266Sopenharmony_cimqttd_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
86413498266Sopenharmony_ci server_sockaddr.h mqttd.c \
86513498266Sopenharmony_ci ../../lib/inet_pton.c
86613498266Sopenharmony_ci
86713498266Sopenharmony_cimqttd_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
86813498266Sopenharmony_cimqttd_CFLAGS = $(AM_CFLAGS)
86913498266Sopenharmony_cisws_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
87013498266Sopenharmony_ci server_sockaddr.h \
87113498266Sopenharmony_ci sws.c \
87213498266Sopenharmony_ci ../../lib/inet_pton.c
87313498266Sopenharmony_ci
87413498266Sopenharmony_cisws_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
87513498266Sopenharmony_cisws_CFLAGS = $(AM_CFLAGS)
87613498266Sopenharmony_citftpd_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
87713498266Sopenharmony_ci server_sockaddr.h \
87813498266Sopenharmony_ci tftpd.c \
87913498266Sopenharmony_ci tftp.h
88013498266Sopenharmony_ci
88113498266Sopenharmony_citftpd_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
88213498266Sopenharmony_citftpd_CFLAGS = $(AM_CFLAGS)
88313498266Sopenharmony_cifake_ntlm_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
88413498266Sopenharmony_ci fake_ntlm.c
88513498266Sopenharmony_ci
88613498266Sopenharmony_cifake_ntlm_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
88713498266Sopenharmony_cifake_ntlm_CFLAGS = $(AM_CFLAGS)
88813498266Sopenharmony_cidisabled_SOURCES = disabled.c
88913498266Sopenharmony_ci
89013498266Sopenharmony_ci# Makefile.inc provides neat definitions
89113498266Sopenharmony_ciEXTRA_DIST = base64.pl Makefile.inc CMakeLists.txt
89213498266Sopenharmony_ciCHECKSRC = $(CS_$(V))
89313498266Sopenharmony_ciCS_0 = @echo "  RUN     " $@;
89413498266Sopenharmony_ciCS_1 = 
89513498266Sopenharmony_ciCS_ = $(CS_0)
89613498266Sopenharmony_ciall: all-am
89713498266Sopenharmony_ci
89813498266Sopenharmony_ci.SUFFIXES:
89913498266Sopenharmony_ci.SUFFIXES: .c .lo .o .obj
90013498266Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
90113498266Sopenharmony_ci	@for dep in $?; do \
90213498266Sopenharmony_ci	  case '$(am__configure_deps)' in \
90313498266Sopenharmony_ci	    *$$dep*) \
90413498266Sopenharmony_ci	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
90513498266Sopenharmony_ci	        && { if test -f $@; then exit 0; else break; fi; }; \
90613498266Sopenharmony_ci	      exit 1;; \
90713498266Sopenharmony_ci	  esac; \
90813498266Sopenharmony_ci	done; \
90913498266Sopenharmony_ci	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/server/Makefile'; \
91013498266Sopenharmony_ci	$(am__cd) $(top_srcdir) && \
91113498266Sopenharmony_ci	  $(AUTOMAKE) --foreign tests/server/Makefile
91213498266Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
91313498266Sopenharmony_ci	@case '$?' in \
91413498266Sopenharmony_ci	  *config.status*) \
91513498266Sopenharmony_ci	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
91613498266Sopenharmony_ci	  *) \
91713498266Sopenharmony_ci	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
91813498266Sopenharmony_ci	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
91913498266Sopenharmony_ci	esac;
92013498266Sopenharmony_ci$(srcdir)/Makefile.inc $(am__empty):
92113498266Sopenharmony_ci
92213498266Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
92313498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
92413498266Sopenharmony_ci
92513498266Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
92613498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
92713498266Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
92813498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
92913498266Sopenharmony_ci$(am__aclocal_m4_deps):
93013498266Sopenharmony_ci
93113498266Sopenharmony_ciclean-noinstPROGRAMS:
93213498266Sopenharmony_ci	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
93313498266Sopenharmony_ci	echo " rm -f" $$list; \
93413498266Sopenharmony_ci	rm -f $$list || exit $$?; \
93513498266Sopenharmony_ci	test -n "$(EXEEXT)" || exit 0; \
93613498266Sopenharmony_ci	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
93713498266Sopenharmony_ci	echo " rm -f" $$list; \
93813498266Sopenharmony_ci	rm -f $$list
93913498266Sopenharmony_ci
94013498266Sopenharmony_cidisabled$(EXEEXT): $(disabled_OBJECTS) $(disabled_DEPENDENCIES) $(EXTRA_disabled_DEPENDENCIES) 
94113498266Sopenharmony_ci	@rm -f disabled$(EXEEXT)
94213498266Sopenharmony_ci	$(AM_V_CCLD)$(LINK) $(disabled_OBJECTS) $(disabled_LDADD) $(LIBS)
94313498266Sopenharmony_ci../../lib/$(am__dirstamp):
94413498266Sopenharmony_ci	@$(MKDIR_P) ../../lib
94513498266Sopenharmony_ci	@: > ../../lib/$(am__dirstamp)
94613498266Sopenharmony_ci../../lib/$(DEPDIR)/$(am__dirstamp):
94713498266Sopenharmony_ci	@$(MKDIR_P) ../../lib/$(DEPDIR)
94813498266Sopenharmony_ci	@: > ../../lib/$(DEPDIR)/$(am__dirstamp)
94913498266Sopenharmony_ci../../lib/fake_ntlm-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
95013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
95113498266Sopenharmony_ci../../lib/fake_ntlm-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
95213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
95313498266Sopenharmony_ci../../lib/fake_ntlm-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
95413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
95513498266Sopenharmony_ci../../lib/fake_ntlm-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
95613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
95713498266Sopenharmony_ci../../lib/fake_ntlm-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
95813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
95913498266Sopenharmony_ci../../lib/fake_ntlm-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
96013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
96113498266Sopenharmony_ci../../lib/fake_ntlm-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
96213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
96313498266Sopenharmony_ci../../lib/fake_ntlm-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
96413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
96513498266Sopenharmony_ci../../lib/fake_ntlm-curl_multibyte.$(OBJEXT):  \
96613498266Sopenharmony_ci	../../lib/$(am__dirstamp) ../../lib/$(DEPDIR)/$(am__dirstamp)
96713498266Sopenharmony_ci../../lib/fake_ntlm-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
96813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
96913498266Sopenharmony_ci../../lib/fake_ntlm-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
97013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
97113498266Sopenharmony_ci
97213498266Sopenharmony_cifake_ntlm$(EXEEXT): $(fake_ntlm_OBJECTS) $(fake_ntlm_DEPENDENCIES) $(EXTRA_fake_ntlm_DEPENDENCIES) 
97313498266Sopenharmony_ci	@rm -f fake_ntlm$(EXEEXT)
97413498266Sopenharmony_ci	$(AM_V_CCLD)$(fake_ntlm_LINK) $(fake_ntlm_OBJECTS) $(fake_ntlm_LDADD) $(LIBS)
97513498266Sopenharmony_ci../../lib/getpart-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
97613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
97713498266Sopenharmony_ci../../lib/getpart-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
97813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
97913498266Sopenharmony_ci../../lib/getpart-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
98013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
98113498266Sopenharmony_ci../../lib/getpart-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
98213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
98313498266Sopenharmony_ci../../lib/getpart-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
98413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
98513498266Sopenharmony_ci../../lib/getpart-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
98613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
98713498266Sopenharmony_ci../../lib/getpart-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
98813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
98913498266Sopenharmony_ci../../lib/getpart-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
99013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
99113498266Sopenharmony_ci../../lib/getpart-curl_multibyte.$(OBJEXT): ../../lib/$(am__dirstamp) \
99213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
99313498266Sopenharmony_ci../../lib/getpart-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
99413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
99513498266Sopenharmony_ci../../lib/getpart-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
99613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
99713498266Sopenharmony_ci
99813498266Sopenharmony_cigetpart$(EXEEXT): $(getpart_OBJECTS) $(getpart_DEPENDENCIES) $(EXTRA_getpart_DEPENDENCIES) 
99913498266Sopenharmony_ci	@rm -f getpart$(EXEEXT)
100013498266Sopenharmony_ci	$(AM_V_CCLD)$(getpart_LINK) $(getpart_OBJECTS) $(getpart_LDADD) $(LIBS)
100113498266Sopenharmony_ci../../lib/mqttd-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
100213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
100313498266Sopenharmony_ci../../lib/mqttd-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
100413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
100513498266Sopenharmony_ci../../lib/mqttd-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
100613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
100713498266Sopenharmony_ci../../lib/mqttd-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
100813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
100913498266Sopenharmony_ci../../lib/mqttd-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
101013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
101113498266Sopenharmony_ci../../lib/mqttd-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
101213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
101313498266Sopenharmony_ci../../lib/mqttd-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
101413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
101513498266Sopenharmony_ci../../lib/mqttd-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
101613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
101713498266Sopenharmony_ci../../lib/mqttd-curl_multibyte.$(OBJEXT): ../../lib/$(am__dirstamp) \
101813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
101913498266Sopenharmony_ci../../lib/mqttd-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
102013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
102113498266Sopenharmony_ci../../lib/mqttd-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
102213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
102313498266Sopenharmony_ci../../lib/mqttd-inet_pton.$(OBJEXT): ../../lib/$(am__dirstamp) \
102413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
102513498266Sopenharmony_ci
102613498266Sopenharmony_cimqttd$(EXEEXT): $(mqttd_OBJECTS) $(mqttd_DEPENDENCIES) $(EXTRA_mqttd_DEPENDENCIES) 
102713498266Sopenharmony_ci	@rm -f mqttd$(EXEEXT)
102813498266Sopenharmony_ci	$(AM_V_CCLD)$(mqttd_LINK) $(mqttd_OBJECTS) $(mqttd_LDADD) $(LIBS)
102913498266Sopenharmony_ci../../lib/resolve-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
103013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
103113498266Sopenharmony_ci../../lib/resolve-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
103213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
103313498266Sopenharmony_ci../../lib/resolve-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
103413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
103513498266Sopenharmony_ci../../lib/resolve-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
103613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
103713498266Sopenharmony_ci../../lib/resolve-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
103813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
103913498266Sopenharmony_ci../../lib/resolve-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
104013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
104113498266Sopenharmony_ci../../lib/resolve-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
104213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
104313498266Sopenharmony_ci../../lib/resolve-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
104413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
104513498266Sopenharmony_ci../../lib/resolve-curl_multibyte.$(OBJEXT): ../../lib/$(am__dirstamp) \
104613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
104713498266Sopenharmony_ci../../lib/resolve-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
104813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
104913498266Sopenharmony_ci../../lib/resolve-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
105013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
105113498266Sopenharmony_ci
105213498266Sopenharmony_ciresolve$(EXEEXT): $(resolve_OBJECTS) $(resolve_DEPENDENCIES) $(EXTRA_resolve_DEPENDENCIES) 
105313498266Sopenharmony_ci	@rm -f resolve$(EXEEXT)
105413498266Sopenharmony_ci	$(AM_V_CCLD)$(resolve_LINK) $(resolve_OBJECTS) $(resolve_LDADD) $(LIBS)
105513498266Sopenharmony_ci../../lib/rtspd-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
105613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
105713498266Sopenharmony_ci../../lib/rtspd-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
105813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
105913498266Sopenharmony_ci../../lib/rtspd-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
106013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
106113498266Sopenharmony_ci../../lib/rtspd-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
106213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
106313498266Sopenharmony_ci../../lib/rtspd-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
106413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
106513498266Sopenharmony_ci../../lib/rtspd-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
106613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
106713498266Sopenharmony_ci../../lib/rtspd-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
106813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
106913498266Sopenharmony_ci../../lib/rtspd-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
107013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
107113498266Sopenharmony_ci../../lib/rtspd-curl_multibyte.$(OBJEXT): ../../lib/$(am__dirstamp) \
107213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
107313498266Sopenharmony_ci../../lib/rtspd-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
107413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
107513498266Sopenharmony_ci../../lib/rtspd-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
107613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
107713498266Sopenharmony_ci
107813498266Sopenharmony_cirtspd$(EXEEXT): $(rtspd_OBJECTS) $(rtspd_DEPENDENCIES) $(EXTRA_rtspd_DEPENDENCIES) 
107913498266Sopenharmony_ci	@rm -f rtspd$(EXEEXT)
108013498266Sopenharmony_ci	$(AM_V_CCLD)$(rtspd_LINK) $(rtspd_OBJECTS) $(rtspd_LDADD) $(LIBS)
108113498266Sopenharmony_ci../../lib/sockfilt-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
108213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
108313498266Sopenharmony_ci../../lib/sockfilt-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
108413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
108513498266Sopenharmony_ci../../lib/sockfilt-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
108613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
108713498266Sopenharmony_ci../../lib/sockfilt-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
108813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
108913498266Sopenharmony_ci../../lib/sockfilt-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
109013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
109113498266Sopenharmony_ci../../lib/sockfilt-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
109213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
109313498266Sopenharmony_ci../../lib/sockfilt-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
109413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
109513498266Sopenharmony_ci../../lib/sockfilt-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
109613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
109713498266Sopenharmony_ci../../lib/sockfilt-curl_multibyte.$(OBJEXT):  \
109813498266Sopenharmony_ci	../../lib/$(am__dirstamp) ../../lib/$(DEPDIR)/$(am__dirstamp)
109913498266Sopenharmony_ci../../lib/sockfilt-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
110013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
110113498266Sopenharmony_ci../../lib/sockfilt-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
110213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
110313498266Sopenharmony_ci../../lib/sockfilt-inet_pton.$(OBJEXT): ../../lib/$(am__dirstamp) \
110413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
110513498266Sopenharmony_ci
110613498266Sopenharmony_cisockfilt$(EXEEXT): $(sockfilt_OBJECTS) $(sockfilt_DEPENDENCIES) $(EXTRA_sockfilt_DEPENDENCIES) 
110713498266Sopenharmony_ci	@rm -f sockfilt$(EXEEXT)
110813498266Sopenharmony_ci	$(AM_V_CCLD)$(sockfilt_LINK) $(sockfilt_OBJECTS) $(sockfilt_LDADD) $(LIBS)
110913498266Sopenharmony_ci../../lib/socksd-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
111013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
111113498266Sopenharmony_ci../../lib/socksd-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
111213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
111313498266Sopenharmony_ci../../lib/socksd-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
111413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
111513498266Sopenharmony_ci../../lib/socksd-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
111613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
111713498266Sopenharmony_ci../../lib/socksd-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
111813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
111913498266Sopenharmony_ci../../lib/socksd-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
112013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
112113498266Sopenharmony_ci../../lib/socksd-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
112213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
112313498266Sopenharmony_ci../../lib/socksd-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
112413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
112513498266Sopenharmony_ci../../lib/socksd-curl_multibyte.$(OBJEXT): ../../lib/$(am__dirstamp) \
112613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
112713498266Sopenharmony_ci../../lib/socksd-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
112813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
112913498266Sopenharmony_ci../../lib/socksd-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
113013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
113113498266Sopenharmony_ci../../lib/socksd-inet_pton.$(OBJEXT): ../../lib/$(am__dirstamp) \
113213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
113313498266Sopenharmony_ci
113413498266Sopenharmony_cisocksd$(EXEEXT): $(socksd_OBJECTS) $(socksd_DEPENDENCIES) $(EXTRA_socksd_DEPENDENCIES) 
113513498266Sopenharmony_ci	@rm -f socksd$(EXEEXT)
113613498266Sopenharmony_ci	$(AM_V_CCLD)$(socksd_LINK) $(socksd_OBJECTS) $(socksd_LDADD) $(LIBS)
113713498266Sopenharmony_ci../../lib/sws-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
113813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
113913498266Sopenharmony_ci../../lib/sws-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
114013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
114113498266Sopenharmony_ci../../lib/sws-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
114213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
114313498266Sopenharmony_ci../../lib/sws-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
114413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
114513498266Sopenharmony_ci../../lib/sws-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
114613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
114713498266Sopenharmony_ci../../lib/sws-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
114813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
114913498266Sopenharmony_ci../../lib/sws-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
115013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
115113498266Sopenharmony_ci../../lib/sws-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
115213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
115313498266Sopenharmony_ci../../lib/sws-curl_multibyte.$(OBJEXT): ../../lib/$(am__dirstamp) \
115413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
115513498266Sopenharmony_ci../../lib/sws-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
115613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
115713498266Sopenharmony_ci../../lib/sws-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
115813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
115913498266Sopenharmony_ci../../lib/sws-inet_pton.$(OBJEXT): ../../lib/$(am__dirstamp) \
116013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
116113498266Sopenharmony_ci
116213498266Sopenharmony_cisws$(EXEEXT): $(sws_OBJECTS) $(sws_DEPENDENCIES) $(EXTRA_sws_DEPENDENCIES) 
116313498266Sopenharmony_ci	@rm -f sws$(EXEEXT)
116413498266Sopenharmony_ci	$(AM_V_CCLD)$(sws_LINK) $(sws_OBJECTS) $(sws_LDADD) $(LIBS)
116513498266Sopenharmony_ci../../lib/tftpd-mprintf.$(OBJEXT): ../../lib/$(am__dirstamp) \
116613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
116713498266Sopenharmony_ci../../lib/tftpd-nonblock.$(OBJEXT): ../../lib/$(am__dirstamp) \
116813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
116913498266Sopenharmony_ci../../lib/tftpd-strtoofft.$(OBJEXT): ../../lib/$(am__dirstamp) \
117013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
117113498266Sopenharmony_ci../../lib/tftpd-warnless.$(OBJEXT): ../../lib/$(am__dirstamp) \
117213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
117313498266Sopenharmony_ci../../lib/tftpd-timediff.$(OBJEXT): ../../lib/$(am__dirstamp) \
117413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
117513498266Sopenharmony_ci../../lib/tftpd-dynbuf.$(OBJEXT): ../../lib/$(am__dirstamp) \
117613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
117713498266Sopenharmony_ci../../lib/tftpd-strdup.$(OBJEXT): ../../lib/$(am__dirstamp) \
117813498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
117913498266Sopenharmony_ci../../lib/tftpd-strcase.$(OBJEXT): ../../lib/$(am__dirstamp) \
118013498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
118113498266Sopenharmony_ci../../lib/tftpd-curl_multibyte.$(OBJEXT): ../../lib/$(am__dirstamp) \
118213498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
118313498266Sopenharmony_ci../../lib/tftpd-base64.$(OBJEXT): ../../lib/$(am__dirstamp) \
118413498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
118513498266Sopenharmony_ci../../lib/tftpd-memdebug.$(OBJEXT): ../../lib/$(am__dirstamp) \
118613498266Sopenharmony_ci	../../lib/$(DEPDIR)/$(am__dirstamp)
118713498266Sopenharmony_ci
118813498266Sopenharmony_citftpd$(EXEEXT): $(tftpd_OBJECTS) $(tftpd_DEPENDENCIES) $(EXTRA_tftpd_DEPENDENCIES) 
118913498266Sopenharmony_ci	@rm -f tftpd$(EXEEXT)
119013498266Sopenharmony_ci	$(AM_V_CCLD)$(tftpd_LINK) $(tftpd_OBJECTS) $(tftpd_LDADD) $(LIBS)
119113498266Sopenharmony_ci
119213498266Sopenharmony_cimostlyclean-compile:
119313498266Sopenharmony_ci	-rm -f *.$(OBJEXT)
119413498266Sopenharmony_ci	-rm -f ../../lib/*.$(OBJEXT)
119513498266Sopenharmony_ci
119613498266Sopenharmony_cidistclean-compile:
119713498266Sopenharmony_ci	-rm -f *.tab.c
119813498266Sopenharmony_ci
119913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-base64.Po@am__quote@ # am--include-marker
120013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Po@am__quote@ # am--include-marker
120113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Po@am__quote@ # am--include-marker
120213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-memdebug.Po@am__quote@ # am--include-marker
120313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-mprintf.Po@am__quote@ # am--include-marker
120413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-nonblock.Po@am__quote@ # am--include-marker
120513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-strcase.Po@am__quote@ # am--include-marker
120613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-strdup.Po@am__quote@ # am--include-marker
120713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Po@am__quote@ # am--include-marker
120813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-timediff.Po@am__quote@ # am--include-marker
120913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/fake_ntlm-warnless.Po@am__quote@ # am--include-marker
121013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-base64.Po@am__quote@ # am--include-marker
121113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-curl_multibyte.Po@am__quote@ # am--include-marker
121213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-dynbuf.Po@am__quote@ # am--include-marker
121313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-memdebug.Po@am__quote@ # am--include-marker
121413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-mprintf.Po@am__quote@ # am--include-marker
121513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-nonblock.Po@am__quote@ # am--include-marker
121613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-strcase.Po@am__quote@ # am--include-marker
121713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-strdup.Po@am__quote@ # am--include-marker
121813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-strtoofft.Po@am__quote@ # am--include-marker
121913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-timediff.Po@am__quote@ # am--include-marker
122013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/getpart-warnless.Po@am__quote@ # am--include-marker
122113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-base64.Po@am__quote@ # am--include-marker
122213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-curl_multibyte.Po@am__quote@ # am--include-marker
122313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-dynbuf.Po@am__quote@ # am--include-marker
122413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-inet_pton.Po@am__quote@ # am--include-marker
122513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-memdebug.Po@am__quote@ # am--include-marker
122613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-mprintf.Po@am__quote@ # am--include-marker
122713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-nonblock.Po@am__quote@ # am--include-marker
122813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-strcase.Po@am__quote@ # am--include-marker
122913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-strdup.Po@am__quote@ # am--include-marker
123013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-strtoofft.Po@am__quote@ # am--include-marker
123113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-timediff.Po@am__quote@ # am--include-marker
123213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/mqttd-warnless.Po@am__quote@ # am--include-marker
123313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-base64.Po@am__quote@ # am--include-marker
123413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-curl_multibyte.Po@am__quote@ # am--include-marker
123513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-dynbuf.Po@am__quote@ # am--include-marker
123613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-memdebug.Po@am__quote@ # am--include-marker
123713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-mprintf.Po@am__quote@ # am--include-marker
123813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-nonblock.Po@am__quote@ # am--include-marker
123913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-strcase.Po@am__quote@ # am--include-marker
124013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-strdup.Po@am__quote@ # am--include-marker
124113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-strtoofft.Po@am__quote@ # am--include-marker
124213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-timediff.Po@am__quote@ # am--include-marker
124313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/resolve-warnless.Po@am__quote@ # am--include-marker
124413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-base64.Po@am__quote@ # am--include-marker
124513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-curl_multibyte.Po@am__quote@ # am--include-marker
124613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-dynbuf.Po@am__quote@ # am--include-marker
124713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-memdebug.Po@am__quote@ # am--include-marker
124813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-mprintf.Po@am__quote@ # am--include-marker
124913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-nonblock.Po@am__quote@ # am--include-marker
125013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-strcase.Po@am__quote@ # am--include-marker
125113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-strdup.Po@am__quote@ # am--include-marker
125213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-strtoofft.Po@am__quote@ # am--include-marker
125313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-timediff.Po@am__quote@ # am--include-marker
125413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/rtspd-warnless.Po@am__quote@ # am--include-marker
125513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-base64.Po@am__quote@ # am--include-marker
125613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Po@am__quote@ # am--include-marker
125713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-dynbuf.Po@am__quote@ # am--include-marker
125813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-inet_pton.Po@am__quote@ # am--include-marker
125913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-memdebug.Po@am__quote@ # am--include-marker
126013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-mprintf.Po@am__quote@ # am--include-marker
126113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-nonblock.Po@am__quote@ # am--include-marker
126213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-strcase.Po@am__quote@ # am--include-marker
126313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-strdup.Po@am__quote@ # am--include-marker
126413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-strtoofft.Po@am__quote@ # am--include-marker
126513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-timediff.Po@am__quote@ # am--include-marker
126613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sockfilt-warnless.Po@am__quote@ # am--include-marker
126713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-base64.Po@am__quote@ # am--include-marker
126813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-curl_multibyte.Po@am__quote@ # am--include-marker
126913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-dynbuf.Po@am__quote@ # am--include-marker
127013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-inet_pton.Po@am__quote@ # am--include-marker
127113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-memdebug.Po@am__quote@ # am--include-marker
127213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-mprintf.Po@am__quote@ # am--include-marker
127313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-nonblock.Po@am__quote@ # am--include-marker
127413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-strcase.Po@am__quote@ # am--include-marker
127513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-strdup.Po@am__quote@ # am--include-marker
127613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-strtoofft.Po@am__quote@ # am--include-marker
127713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-timediff.Po@am__quote@ # am--include-marker
127813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/socksd-warnless.Po@am__quote@ # am--include-marker
127913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-base64.Po@am__quote@ # am--include-marker
128013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-curl_multibyte.Po@am__quote@ # am--include-marker
128113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-dynbuf.Po@am__quote@ # am--include-marker
128213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-inet_pton.Po@am__quote@ # am--include-marker
128313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-memdebug.Po@am__quote@ # am--include-marker
128413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-mprintf.Po@am__quote@ # am--include-marker
128513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-nonblock.Po@am__quote@ # am--include-marker
128613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-strcase.Po@am__quote@ # am--include-marker
128713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-strdup.Po@am__quote@ # am--include-marker
128813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-strtoofft.Po@am__quote@ # am--include-marker
128913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-timediff.Po@am__quote@ # am--include-marker
129013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/sws-warnless.Po@am__quote@ # am--include-marker
129113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-base64.Po@am__quote@ # am--include-marker
129213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-curl_multibyte.Po@am__quote@ # am--include-marker
129313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-dynbuf.Po@am__quote@ # am--include-marker
129413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-memdebug.Po@am__quote@ # am--include-marker
129513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-mprintf.Po@am__quote@ # am--include-marker
129613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-nonblock.Po@am__quote@ # am--include-marker
129713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-strcase.Po@am__quote@ # am--include-marker
129813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-strdup.Po@am__quote@ # am--include-marker
129913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-strtoofft.Po@am__quote@ # am--include-marker
130013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-timediff.Po@am__quote@ # am--include-marker
130113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@../../lib/$(DEPDIR)/tftpd-warnless.Po@am__quote@ # am--include-marker
130213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disabled-disabled.Po@am__quote@ # am--include-marker
130313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fake_ntlm-fake_ntlm.Po@am__quote@ # am--include-marker
130413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fake_ntlm-getpart.Po@am__quote@ # am--include-marker
130513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fake_ntlm-util.Po@am__quote@ # am--include-marker
130613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpart-getpart.Po@am__quote@ # am--include-marker
130713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpart-testpart.Po@am__quote@ # am--include-marker
130813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mqttd-getpart.Po@am__quote@ # am--include-marker
130913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mqttd-mqttd.Po@am__quote@ # am--include-marker
131013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mqttd-util.Po@am__quote@ # am--include-marker
131113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve-getpart.Po@am__quote@ # am--include-marker
131213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve-resolve.Po@am__quote@ # am--include-marker
131313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve-util.Po@am__quote@ # am--include-marker
131413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtspd-getpart.Po@am__quote@ # am--include-marker
131513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtspd-rtspd.Po@am__quote@ # am--include-marker
131613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtspd-util.Po@am__quote@ # am--include-marker
131713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockfilt-getpart.Po@am__quote@ # am--include-marker
131813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockfilt-sockfilt.Po@am__quote@ # am--include-marker
131913498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockfilt-util.Po@am__quote@ # am--include-marker
132013498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socksd-getpart.Po@am__quote@ # am--include-marker
132113498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socksd-socksd.Po@am__quote@ # am--include-marker
132213498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socksd-util.Po@am__quote@ # am--include-marker
132313498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sws-getpart.Po@am__quote@ # am--include-marker
132413498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sws-sws.Po@am__quote@ # am--include-marker
132513498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sws-util.Po@am__quote@ # am--include-marker
132613498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tftpd-getpart.Po@am__quote@ # am--include-marker
132713498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tftpd-tftpd.Po@am__quote@ # am--include-marker
132813498266Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tftpd-util.Po@am__quote@ # am--include-marker
132913498266Sopenharmony_ci
133013498266Sopenharmony_ci$(am__depfiles_remade):
133113498266Sopenharmony_ci	@$(MKDIR_P) $(@D)
133213498266Sopenharmony_ci	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
133313498266Sopenharmony_ci
133413498266Sopenharmony_ciam--depfiles: $(am__depfiles_remade)
133513498266Sopenharmony_ci
133613498266Sopenharmony_ci.c.o:
133713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
133813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
133913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
134013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
134113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
134213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
134313498266Sopenharmony_ci
134413498266Sopenharmony_ci.c.obj:
134513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
134613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
134713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
134813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
134913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
135013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
135113498266Sopenharmony_ci
135213498266Sopenharmony_ci.c.lo:
135313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
135413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
135513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
135613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
135713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
135813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
135913498266Sopenharmony_ci
136013498266Sopenharmony_cidisabled-disabled.o: disabled.c
136113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(disabled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT disabled-disabled.o -MD -MP -MF $(DEPDIR)/disabled-disabled.Tpo -c -o disabled-disabled.o `test -f 'disabled.c' || echo '$(srcdir)/'`disabled.c
136213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/disabled-disabled.Tpo $(DEPDIR)/disabled-disabled.Po
136313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='disabled.c' object='disabled-disabled.o' libtool=no @AMDEPBACKSLASH@
136413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
136513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(disabled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o disabled-disabled.o `test -f 'disabled.c' || echo '$(srcdir)/'`disabled.c
136613498266Sopenharmony_ci
136713498266Sopenharmony_cidisabled-disabled.obj: disabled.c
136813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(disabled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT disabled-disabled.obj -MD -MP -MF $(DEPDIR)/disabled-disabled.Tpo -c -o disabled-disabled.obj `if test -f 'disabled.c'; then $(CYGPATH_W) 'disabled.c'; else $(CYGPATH_W) '$(srcdir)/disabled.c'; fi`
136913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/disabled-disabled.Tpo $(DEPDIR)/disabled-disabled.Po
137013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='disabled.c' object='disabled-disabled.obj' libtool=no @AMDEPBACKSLASH@
137113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
137213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(disabled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o disabled-disabled.obj `if test -f 'disabled.c'; then $(CYGPATH_W) 'disabled.c'; else $(CYGPATH_W) '$(srcdir)/disabled.c'; fi`
137313498266Sopenharmony_ci
137413498266Sopenharmony_ci../../lib/fake_ntlm-mprintf.o: ../../lib/mprintf.c
137513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-mprintf.Tpo -c -o ../../lib/fake_ntlm-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
137613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-mprintf.Tpo ../../lib/$(DEPDIR)/fake_ntlm-mprintf.Po
137713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/fake_ntlm-mprintf.o' libtool=no @AMDEPBACKSLASH@
137813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
137913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
138013498266Sopenharmony_ci
138113498266Sopenharmony_ci../../lib/fake_ntlm-mprintf.obj: ../../lib/mprintf.c
138213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-mprintf.Tpo -c -o ../../lib/fake_ntlm-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
138313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-mprintf.Tpo ../../lib/$(DEPDIR)/fake_ntlm-mprintf.Po
138413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/fake_ntlm-mprintf.obj' libtool=no @AMDEPBACKSLASH@
138513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
138613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
138713498266Sopenharmony_ci
138813498266Sopenharmony_ci../../lib/fake_ntlm-nonblock.o: ../../lib/nonblock.c
138913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-nonblock.Tpo -c -o ../../lib/fake_ntlm-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
139013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-nonblock.Tpo ../../lib/$(DEPDIR)/fake_ntlm-nonblock.Po
139113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/fake_ntlm-nonblock.o' libtool=no @AMDEPBACKSLASH@
139213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
139313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
139413498266Sopenharmony_ci
139513498266Sopenharmony_ci../../lib/fake_ntlm-nonblock.obj: ../../lib/nonblock.c
139613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-nonblock.Tpo -c -o ../../lib/fake_ntlm-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
139713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-nonblock.Tpo ../../lib/$(DEPDIR)/fake_ntlm-nonblock.Po
139813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/fake_ntlm-nonblock.obj' libtool=no @AMDEPBACKSLASH@
139913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
140013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
140113498266Sopenharmony_ci
140213498266Sopenharmony_ci../../lib/fake_ntlm-strtoofft.o: ../../lib/strtoofft.c
140313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Tpo -c -o ../../lib/fake_ntlm-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
140413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Tpo ../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Po
140513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/fake_ntlm-strtoofft.o' libtool=no @AMDEPBACKSLASH@
140613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
140713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
140813498266Sopenharmony_ci
140913498266Sopenharmony_ci../../lib/fake_ntlm-strtoofft.obj: ../../lib/strtoofft.c
141013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Tpo -c -o ../../lib/fake_ntlm-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
141113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Tpo ../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Po
141213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/fake_ntlm-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
141313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
141413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
141513498266Sopenharmony_ci
141613498266Sopenharmony_ci../../lib/fake_ntlm-warnless.o: ../../lib/warnless.c
141713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-warnless.Tpo -c -o ../../lib/fake_ntlm-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
141813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-warnless.Tpo ../../lib/$(DEPDIR)/fake_ntlm-warnless.Po
141913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/fake_ntlm-warnless.o' libtool=no @AMDEPBACKSLASH@
142013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
142113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
142213498266Sopenharmony_ci
142313498266Sopenharmony_ci../../lib/fake_ntlm-warnless.obj: ../../lib/warnless.c
142413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-warnless.Tpo -c -o ../../lib/fake_ntlm-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
142513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-warnless.Tpo ../../lib/$(DEPDIR)/fake_ntlm-warnless.Po
142613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/fake_ntlm-warnless.obj' libtool=no @AMDEPBACKSLASH@
142713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
142813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
142913498266Sopenharmony_ci
143013498266Sopenharmony_ci../../lib/fake_ntlm-timediff.o: ../../lib/timediff.c
143113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-timediff.Tpo -c -o ../../lib/fake_ntlm-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
143213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-timediff.Tpo ../../lib/$(DEPDIR)/fake_ntlm-timediff.Po
143313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/fake_ntlm-timediff.o' libtool=no @AMDEPBACKSLASH@
143413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
143513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
143613498266Sopenharmony_ci
143713498266Sopenharmony_ci../../lib/fake_ntlm-timediff.obj: ../../lib/timediff.c
143813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-timediff.Tpo -c -o ../../lib/fake_ntlm-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
143913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-timediff.Tpo ../../lib/$(DEPDIR)/fake_ntlm-timediff.Po
144013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/fake_ntlm-timediff.obj' libtool=no @AMDEPBACKSLASH@
144113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
144213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
144313498266Sopenharmony_ci
144413498266Sopenharmony_ci../../lib/fake_ntlm-dynbuf.o: ../../lib/dynbuf.c
144513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Tpo -c -o ../../lib/fake_ntlm-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
144613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Tpo ../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Po
144713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/fake_ntlm-dynbuf.o' libtool=no @AMDEPBACKSLASH@
144813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
144913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
145013498266Sopenharmony_ci
145113498266Sopenharmony_ci../../lib/fake_ntlm-dynbuf.obj: ../../lib/dynbuf.c
145213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Tpo -c -o ../../lib/fake_ntlm-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
145313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Tpo ../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Po
145413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/fake_ntlm-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
145513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
145613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
145713498266Sopenharmony_ci
145813498266Sopenharmony_ci../../lib/fake_ntlm-strdup.o: ../../lib/strdup.c
145913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-strdup.Tpo -c -o ../../lib/fake_ntlm-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
146013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-strdup.Tpo ../../lib/$(DEPDIR)/fake_ntlm-strdup.Po
146113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/fake_ntlm-strdup.o' libtool=no @AMDEPBACKSLASH@
146213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
146313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
146413498266Sopenharmony_ci
146513498266Sopenharmony_ci../../lib/fake_ntlm-strdup.obj: ../../lib/strdup.c
146613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-strdup.Tpo -c -o ../../lib/fake_ntlm-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
146713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-strdup.Tpo ../../lib/$(DEPDIR)/fake_ntlm-strdup.Po
146813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/fake_ntlm-strdup.obj' libtool=no @AMDEPBACKSLASH@
146913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
147013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
147113498266Sopenharmony_ci
147213498266Sopenharmony_ci../../lib/fake_ntlm-strcase.o: ../../lib/strcase.c
147313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-strcase.Tpo -c -o ../../lib/fake_ntlm-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
147413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-strcase.Tpo ../../lib/$(DEPDIR)/fake_ntlm-strcase.Po
147513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/fake_ntlm-strcase.o' libtool=no @AMDEPBACKSLASH@
147613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
147713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
147813498266Sopenharmony_ci
147913498266Sopenharmony_ci../../lib/fake_ntlm-strcase.obj: ../../lib/strcase.c
148013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-strcase.Tpo -c -o ../../lib/fake_ntlm-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
148113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-strcase.Tpo ../../lib/$(DEPDIR)/fake_ntlm-strcase.Po
148213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/fake_ntlm-strcase.obj' libtool=no @AMDEPBACKSLASH@
148313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
148413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
148513498266Sopenharmony_ci
148613498266Sopenharmony_ci../../lib/fake_ntlm-curl_multibyte.o: ../../lib/curl_multibyte.c
148713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Tpo -c -o ../../lib/fake_ntlm-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
148813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Tpo ../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Po
148913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/fake_ntlm-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
149013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
149113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
149213498266Sopenharmony_ci
149313498266Sopenharmony_ci../../lib/fake_ntlm-curl_multibyte.obj: ../../lib/curl_multibyte.c
149413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Tpo -c -o ../../lib/fake_ntlm-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
149513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Tpo ../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Po
149613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/fake_ntlm-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
149713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
149813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
149913498266Sopenharmony_ci
150013498266Sopenharmony_cifake_ntlm-getpart.o: getpart.c
150113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT fake_ntlm-getpart.o -MD -MP -MF $(DEPDIR)/fake_ntlm-getpart.Tpo -c -o fake_ntlm-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
150213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fake_ntlm-getpart.Tpo $(DEPDIR)/fake_ntlm-getpart.Po
150313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='fake_ntlm-getpart.o' libtool=no @AMDEPBACKSLASH@
150413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
150513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o fake_ntlm-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
150613498266Sopenharmony_ci
150713498266Sopenharmony_cifake_ntlm-getpart.obj: getpart.c
150813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT fake_ntlm-getpart.obj -MD -MP -MF $(DEPDIR)/fake_ntlm-getpart.Tpo -c -o fake_ntlm-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
150913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fake_ntlm-getpart.Tpo $(DEPDIR)/fake_ntlm-getpart.Po
151013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='fake_ntlm-getpart.obj' libtool=no @AMDEPBACKSLASH@
151113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
151213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o fake_ntlm-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
151313498266Sopenharmony_ci
151413498266Sopenharmony_ci../../lib/fake_ntlm-base64.o: ../../lib/base64.c
151513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-base64.Tpo -c -o ../../lib/fake_ntlm-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
151613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-base64.Tpo ../../lib/$(DEPDIR)/fake_ntlm-base64.Po
151713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/fake_ntlm-base64.o' libtool=no @AMDEPBACKSLASH@
151813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
151913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
152013498266Sopenharmony_ci
152113498266Sopenharmony_ci../../lib/fake_ntlm-base64.obj: ../../lib/base64.c
152213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-base64.Tpo -c -o ../../lib/fake_ntlm-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
152313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-base64.Tpo ../../lib/$(DEPDIR)/fake_ntlm-base64.Po
152413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/fake_ntlm-base64.obj' libtool=no @AMDEPBACKSLASH@
152513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
152613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
152713498266Sopenharmony_ci
152813498266Sopenharmony_ci../../lib/fake_ntlm-memdebug.o: ../../lib/memdebug.c
152913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-memdebug.Tpo -c -o ../../lib/fake_ntlm-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
153013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-memdebug.Tpo ../../lib/$(DEPDIR)/fake_ntlm-memdebug.Po
153113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/fake_ntlm-memdebug.o' libtool=no @AMDEPBACKSLASH@
153213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
153313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
153413498266Sopenharmony_ci
153513498266Sopenharmony_ci../../lib/fake_ntlm-memdebug.obj: ../../lib/memdebug.c
153613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT ../../lib/fake_ntlm-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/fake_ntlm-memdebug.Tpo -c -o ../../lib/fake_ntlm-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
153713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/fake_ntlm-memdebug.Tpo ../../lib/$(DEPDIR)/fake_ntlm-memdebug.Po
153813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/fake_ntlm-memdebug.obj' libtool=no @AMDEPBACKSLASH@
153913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
154013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o ../../lib/fake_ntlm-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
154113498266Sopenharmony_ci
154213498266Sopenharmony_cifake_ntlm-util.o: util.c
154313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT fake_ntlm-util.o -MD -MP -MF $(DEPDIR)/fake_ntlm-util.Tpo -c -o fake_ntlm-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
154413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fake_ntlm-util.Tpo $(DEPDIR)/fake_ntlm-util.Po
154513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='fake_ntlm-util.o' libtool=no @AMDEPBACKSLASH@
154613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
154713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o fake_ntlm-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
154813498266Sopenharmony_ci
154913498266Sopenharmony_cifake_ntlm-util.obj: util.c
155013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT fake_ntlm-util.obj -MD -MP -MF $(DEPDIR)/fake_ntlm-util.Tpo -c -o fake_ntlm-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
155113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fake_ntlm-util.Tpo $(DEPDIR)/fake_ntlm-util.Po
155213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='fake_ntlm-util.obj' libtool=no @AMDEPBACKSLASH@
155313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
155413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o fake_ntlm-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
155513498266Sopenharmony_ci
155613498266Sopenharmony_cifake_ntlm-fake_ntlm.o: fake_ntlm.c
155713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT fake_ntlm-fake_ntlm.o -MD -MP -MF $(DEPDIR)/fake_ntlm-fake_ntlm.Tpo -c -o fake_ntlm-fake_ntlm.o `test -f 'fake_ntlm.c' || echo '$(srcdir)/'`fake_ntlm.c
155813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fake_ntlm-fake_ntlm.Tpo $(DEPDIR)/fake_ntlm-fake_ntlm.Po
155913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fake_ntlm.c' object='fake_ntlm-fake_ntlm.o' libtool=no @AMDEPBACKSLASH@
156013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
156113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o fake_ntlm-fake_ntlm.o `test -f 'fake_ntlm.c' || echo '$(srcdir)/'`fake_ntlm.c
156213498266Sopenharmony_ci
156313498266Sopenharmony_cifake_ntlm-fake_ntlm.obj: fake_ntlm.c
156413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -MT fake_ntlm-fake_ntlm.obj -MD -MP -MF $(DEPDIR)/fake_ntlm-fake_ntlm.Tpo -c -o fake_ntlm-fake_ntlm.obj `if test -f 'fake_ntlm.c'; then $(CYGPATH_W) 'fake_ntlm.c'; else $(CYGPATH_W) '$(srcdir)/fake_ntlm.c'; fi`
156513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fake_ntlm-fake_ntlm.Tpo $(DEPDIR)/fake_ntlm-fake_ntlm.Po
156613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fake_ntlm.c' object='fake_ntlm-fake_ntlm.obj' libtool=no @AMDEPBACKSLASH@
156713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
156813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fake_ntlm_CFLAGS) $(CFLAGS) -c -o fake_ntlm-fake_ntlm.obj `if test -f 'fake_ntlm.c'; then $(CYGPATH_W) 'fake_ntlm.c'; else $(CYGPATH_W) '$(srcdir)/fake_ntlm.c'; fi`
156913498266Sopenharmony_ci
157013498266Sopenharmony_ci../../lib/getpart-mprintf.o: ../../lib/mprintf.c
157113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-mprintf.Tpo -c -o ../../lib/getpart-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
157213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-mprintf.Tpo ../../lib/$(DEPDIR)/getpart-mprintf.Po
157313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/getpart-mprintf.o' libtool=no @AMDEPBACKSLASH@
157413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
157513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
157613498266Sopenharmony_ci
157713498266Sopenharmony_ci../../lib/getpart-mprintf.obj: ../../lib/mprintf.c
157813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-mprintf.Tpo -c -o ../../lib/getpart-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
157913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-mprintf.Tpo ../../lib/$(DEPDIR)/getpart-mprintf.Po
158013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/getpart-mprintf.obj' libtool=no @AMDEPBACKSLASH@
158113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
158213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
158313498266Sopenharmony_ci
158413498266Sopenharmony_ci../../lib/getpart-nonblock.o: ../../lib/nonblock.c
158513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-nonblock.Tpo -c -o ../../lib/getpart-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
158613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-nonblock.Tpo ../../lib/$(DEPDIR)/getpart-nonblock.Po
158713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/getpart-nonblock.o' libtool=no @AMDEPBACKSLASH@
158813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
158913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
159013498266Sopenharmony_ci
159113498266Sopenharmony_ci../../lib/getpart-nonblock.obj: ../../lib/nonblock.c
159213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-nonblock.Tpo -c -o ../../lib/getpart-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
159313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-nonblock.Tpo ../../lib/$(DEPDIR)/getpart-nonblock.Po
159413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/getpart-nonblock.obj' libtool=no @AMDEPBACKSLASH@
159513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
159613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
159713498266Sopenharmony_ci
159813498266Sopenharmony_ci../../lib/getpart-strtoofft.o: ../../lib/strtoofft.c
159913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-strtoofft.Tpo -c -o ../../lib/getpart-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
160013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-strtoofft.Tpo ../../lib/$(DEPDIR)/getpart-strtoofft.Po
160113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/getpart-strtoofft.o' libtool=no @AMDEPBACKSLASH@
160213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
160313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
160413498266Sopenharmony_ci
160513498266Sopenharmony_ci../../lib/getpart-strtoofft.obj: ../../lib/strtoofft.c
160613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-strtoofft.Tpo -c -o ../../lib/getpart-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
160713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-strtoofft.Tpo ../../lib/$(DEPDIR)/getpart-strtoofft.Po
160813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/getpart-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
160913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
161013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
161113498266Sopenharmony_ci
161213498266Sopenharmony_ci../../lib/getpart-warnless.o: ../../lib/warnless.c
161313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-warnless.Tpo -c -o ../../lib/getpart-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
161413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-warnless.Tpo ../../lib/$(DEPDIR)/getpart-warnless.Po
161513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/getpart-warnless.o' libtool=no @AMDEPBACKSLASH@
161613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
161713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
161813498266Sopenharmony_ci
161913498266Sopenharmony_ci../../lib/getpart-warnless.obj: ../../lib/warnless.c
162013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-warnless.Tpo -c -o ../../lib/getpart-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
162113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-warnless.Tpo ../../lib/$(DEPDIR)/getpart-warnless.Po
162213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/getpart-warnless.obj' libtool=no @AMDEPBACKSLASH@
162313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
162413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
162513498266Sopenharmony_ci
162613498266Sopenharmony_ci../../lib/getpart-timediff.o: ../../lib/timediff.c
162713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-timediff.Tpo -c -o ../../lib/getpart-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
162813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-timediff.Tpo ../../lib/$(DEPDIR)/getpart-timediff.Po
162913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/getpart-timediff.o' libtool=no @AMDEPBACKSLASH@
163013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
163113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
163213498266Sopenharmony_ci
163313498266Sopenharmony_ci../../lib/getpart-timediff.obj: ../../lib/timediff.c
163413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-timediff.Tpo -c -o ../../lib/getpart-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
163513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-timediff.Tpo ../../lib/$(DEPDIR)/getpart-timediff.Po
163613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/getpart-timediff.obj' libtool=no @AMDEPBACKSLASH@
163713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
163813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
163913498266Sopenharmony_ci
164013498266Sopenharmony_ci../../lib/getpart-dynbuf.o: ../../lib/dynbuf.c
164113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-dynbuf.Tpo -c -o ../../lib/getpart-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
164213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-dynbuf.Tpo ../../lib/$(DEPDIR)/getpart-dynbuf.Po
164313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/getpart-dynbuf.o' libtool=no @AMDEPBACKSLASH@
164413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
164513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
164613498266Sopenharmony_ci
164713498266Sopenharmony_ci../../lib/getpart-dynbuf.obj: ../../lib/dynbuf.c
164813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-dynbuf.Tpo -c -o ../../lib/getpart-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
164913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-dynbuf.Tpo ../../lib/$(DEPDIR)/getpart-dynbuf.Po
165013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/getpart-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
165113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
165213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
165313498266Sopenharmony_ci
165413498266Sopenharmony_ci../../lib/getpart-strdup.o: ../../lib/strdup.c
165513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-strdup.Tpo -c -o ../../lib/getpart-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
165613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-strdup.Tpo ../../lib/$(DEPDIR)/getpart-strdup.Po
165713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/getpart-strdup.o' libtool=no @AMDEPBACKSLASH@
165813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
165913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
166013498266Sopenharmony_ci
166113498266Sopenharmony_ci../../lib/getpart-strdup.obj: ../../lib/strdup.c
166213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-strdup.Tpo -c -o ../../lib/getpart-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
166313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-strdup.Tpo ../../lib/$(DEPDIR)/getpart-strdup.Po
166413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/getpart-strdup.obj' libtool=no @AMDEPBACKSLASH@
166513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
166613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
166713498266Sopenharmony_ci
166813498266Sopenharmony_ci../../lib/getpart-strcase.o: ../../lib/strcase.c
166913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-strcase.Tpo -c -o ../../lib/getpart-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
167013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-strcase.Tpo ../../lib/$(DEPDIR)/getpart-strcase.Po
167113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/getpart-strcase.o' libtool=no @AMDEPBACKSLASH@
167213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
167313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
167413498266Sopenharmony_ci
167513498266Sopenharmony_ci../../lib/getpart-strcase.obj: ../../lib/strcase.c
167613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-strcase.Tpo -c -o ../../lib/getpart-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
167713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-strcase.Tpo ../../lib/$(DEPDIR)/getpart-strcase.Po
167813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/getpart-strcase.obj' libtool=no @AMDEPBACKSLASH@
167913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
168013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
168113498266Sopenharmony_ci
168213498266Sopenharmony_ci../../lib/getpart-curl_multibyte.o: ../../lib/curl_multibyte.c
168313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-curl_multibyte.Tpo -c -o ../../lib/getpart-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
168413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-curl_multibyte.Tpo ../../lib/$(DEPDIR)/getpart-curl_multibyte.Po
168513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/getpart-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
168613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
168713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
168813498266Sopenharmony_ci
168913498266Sopenharmony_ci../../lib/getpart-curl_multibyte.obj: ../../lib/curl_multibyte.c
169013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-curl_multibyte.Tpo -c -o ../../lib/getpart-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
169113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-curl_multibyte.Tpo ../../lib/$(DEPDIR)/getpart-curl_multibyte.Po
169213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/getpart-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
169313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
169413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
169513498266Sopenharmony_ci
169613498266Sopenharmony_cigetpart-getpart.o: getpart.c
169713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT getpart-getpart.o -MD -MP -MF $(DEPDIR)/getpart-getpart.Tpo -c -o getpart-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
169813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/getpart-getpart.Tpo $(DEPDIR)/getpart-getpart.Po
169913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='getpart-getpart.o' libtool=no @AMDEPBACKSLASH@
170013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
170113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o getpart-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
170213498266Sopenharmony_ci
170313498266Sopenharmony_cigetpart-getpart.obj: getpart.c
170413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT getpart-getpart.obj -MD -MP -MF $(DEPDIR)/getpart-getpart.Tpo -c -o getpart-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
170513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/getpart-getpart.Tpo $(DEPDIR)/getpart-getpart.Po
170613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='getpart-getpart.obj' libtool=no @AMDEPBACKSLASH@
170713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
170813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o getpart-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
170913498266Sopenharmony_ci
171013498266Sopenharmony_ci../../lib/getpart-base64.o: ../../lib/base64.c
171113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-base64.Tpo -c -o ../../lib/getpart-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
171213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-base64.Tpo ../../lib/$(DEPDIR)/getpart-base64.Po
171313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/getpart-base64.o' libtool=no @AMDEPBACKSLASH@
171413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
171513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
171613498266Sopenharmony_ci
171713498266Sopenharmony_ci../../lib/getpart-base64.obj: ../../lib/base64.c
171813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-base64.Tpo -c -o ../../lib/getpart-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
171913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-base64.Tpo ../../lib/$(DEPDIR)/getpart-base64.Po
172013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/getpart-base64.obj' libtool=no @AMDEPBACKSLASH@
172113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
172213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
172313498266Sopenharmony_ci
172413498266Sopenharmony_ci../../lib/getpart-memdebug.o: ../../lib/memdebug.c
172513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/getpart-memdebug.Tpo -c -o ../../lib/getpart-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
172613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-memdebug.Tpo ../../lib/$(DEPDIR)/getpart-memdebug.Po
172713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/getpart-memdebug.o' libtool=no @AMDEPBACKSLASH@
172813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
172913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
173013498266Sopenharmony_ci
173113498266Sopenharmony_ci../../lib/getpart-memdebug.obj: ../../lib/memdebug.c
173213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT ../../lib/getpart-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/getpart-memdebug.Tpo -c -o ../../lib/getpart-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
173313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/getpart-memdebug.Tpo ../../lib/$(DEPDIR)/getpart-memdebug.Po
173413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/getpart-memdebug.obj' libtool=no @AMDEPBACKSLASH@
173513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
173613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o ../../lib/getpart-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
173713498266Sopenharmony_ci
173813498266Sopenharmony_cigetpart-testpart.o: testpart.c
173913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT getpart-testpart.o -MD -MP -MF $(DEPDIR)/getpart-testpart.Tpo -c -o getpart-testpart.o `test -f 'testpart.c' || echo '$(srcdir)/'`testpart.c
174013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/getpart-testpart.Tpo $(DEPDIR)/getpart-testpart.Po
174113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='testpart.c' object='getpart-testpart.o' libtool=no @AMDEPBACKSLASH@
174213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
174313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o getpart-testpart.o `test -f 'testpart.c' || echo '$(srcdir)/'`testpart.c
174413498266Sopenharmony_ci
174513498266Sopenharmony_cigetpart-testpart.obj: testpart.c
174613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -MT getpart-testpart.obj -MD -MP -MF $(DEPDIR)/getpart-testpart.Tpo -c -o getpart-testpart.obj `if test -f 'testpart.c'; then $(CYGPATH_W) 'testpart.c'; else $(CYGPATH_W) '$(srcdir)/testpart.c'; fi`
174713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/getpart-testpart.Tpo $(DEPDIR)/getpart-testpart.Po
174813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='testpart.c' object='getpart-testpart.obj' libtool=no @AMDEPBACKSLASH@
174913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
175013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(getpart_CFLAGS) $(CFLAGS) -c -o getpart-testpart.obj `if test -f 'testpart.c'; then $(CYGPATH_W) 'testpart.c'; else $(CYGPATH_W) '$(srcdir)/testpart.c'; fi`
175113498266Sopenharmony_ci
175213498266Sopenharmony_ci../../lib/mqttd-mprintf.o: ../../lib/mprintf.c
175313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-mprintf.Tpo -c -o ../../lib/mqttd-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
175413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-mprintf.Tpo ../../lib/$(DEPDIR)/mqttd-mprintf.Po
175513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/mqttd-mprintf.o' libtool=no @AMDEPBACKSLASH@
175613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
175713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
175813498266Sopenharmony_ci
175913498266Sopenharmony_ci../../lib/mqttd-mprintf.obj: ../../lib/mprintf.c
176013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-mprintf.Tpo -c -o ../../lib/mqttd-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
176113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-mprintf.Tpo ../../lib/$(DEPDIR)/mqttd-mprintf.Po
176213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/mqttd-mprintf.obj' libtool=no @AMDEPBACKSLASH@
176313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
176413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
176513498266Sopenharmony_ci
176613498266Sopenharmony_ci../../lib/mqttd-nonblock.o: ../../lib/nonblock.c
176713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-nonblock.Tpo -c -o ../../lib/mqttd-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
176813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-nonblock.Tpo ../../lib/$(DEPDIR)/mqttd-nonblock.Po
176913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/mqttd-nonblock.o' libtool=no @AMDEPBACKSLASH@
177013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
177113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
177213498266Sopenharmony_ci
177313498266Sopenharmony_ci../../lib/mqttd-nonblock.obj: ../../lib/nonblock.c
177413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-nonblock.Tpo -c -o ../../lib/mqttd-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
177513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-nonblock.Tpo ../../lib/$(DEPDIR)/mqttd-nonblock.Po
177613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/mqttd-nonblock.obj' libtool=no @AMDEPBACKSLASH@
177713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
177813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
177913498266Sopenharmony_ci
178013498266Sopenharmony_ci../../lib/mqttd-strtoofft.o: ../../lib/strtoofft.c
178113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-strtoofft.Tpo -c -o ../../lib/mqttd-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
178213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-strtoofft.Tpo ../../lib/$(DEPDIR)/mqttd-strtoofft.Po
178313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/mqttd-strtoofft.o' libtool=no @AMDEPBACKSLASH@
178413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
178513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
178613498266Sopenharmony_ci
178713498266Sopenharmony_ci../../lib/mqttd-strtoofft.obj: ../../lib/strtoofft.c
178813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-strtoofft.Tpo -c -o ../../lib/mqttd-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
178913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-strtoofft.Tpo ../../lib/$(DEPDIR)/mqttd-strtoofft.Po
179013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/mqttd-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
179113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
179213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
179313498266Sopenharmony_ci
179413498266Sopenharmony_ci../../lib/mqttd-warnless.o: ../../lib/warnless.c
179513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-warnless.Tpo -c -o ../../lib/mqttd-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
179613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-warnless.Tpo ../../lib/$(DEPDIR)/mqttd-warnless.Po
179713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/mqttd-warnless.o' libtool=no @AMDEPBACKSLASH@
179813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
179913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
180013498266Sopenharmony_ci
180113498266Sopenharmony_ci../../lib/mqttd-warnless.obj: ../../lib/warnless.c
180213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-warnless.Tpo -c -o ../../lib/mqttd-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
180313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-warnless.Tpo ../../lib/$(DEPDIR)/mqttd-warnless.Po
180413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/mqttd-warnless.obj' libtool=no @AMDEPBACKSLASH@
180513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
180613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
180713498266Sopenharmony_ci
180813498266Sopenharmony_ci../../lib/mqttd-timediff.o: ../../lib/timediff.c
180913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-timediff.Tpo -c -o ../../lib/mqttd-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
181013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-timediff.Tpo ../../lib/$(DEPDIR)/mqttd-timediff.Po
181113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/mqttd-timediff.o' libtool=no @AMDEPBACKSLASH@
181213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
181313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
181413498266Sopenharmony_ci
181513498266Sopenharmony_ci../../lib/mqttd-timediff.obj: ../../lib/timediff.c
181613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-timediff.Tpo -c -o ../../lib/mqttd-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
181713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-timediff.Tpo ../../lib/$(DEPDIR)/mqttd-timediff.Po
181813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/mqttd-timediff.obj' libtool=no @AMDEPBACKSLASH@
181913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
182013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
182113498266Sopenharmony_ci
182213498266Sopenharmony_ci../../lib/mqttd-dynbuf.o: ../../lib/dynbuf.c
182313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-dynbuf.Tpo -c -o ../../lib/mqttd-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
182413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-dynbuf.Tpo ../../lib/$(DEPDIR)/mqttd-dynbuf.Po
182513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/mqttd-dynbuf.o' libtool=no @AMDEPBACKSLASH@
182613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
182713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
182813498266Sopenharmony_ci
182913498266Sopenharmony_ci../../lib/mqttd-dynbuf.obj: ../../lib/dynbuf.c
183013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-dynbuf.Tpo -c -o ../../lib/mqttd-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
183113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-dynbuf.Tpo ../../lib/$(DEPDIR)/mqttd-dynbuf.Po
183213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/mqttd-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
183313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
183413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
183513498266Sopenharmony_ci
183613498266Sopenharmony_ci../../lib/mqttd-strdup.o: ../../lib/strdup.c
183713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-strdup.Tpo -c -o ../../lib/mqttd-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
183813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-strdup.Tpo ../../lib/$(DEPDIR)/mqttd-strdup.Po
183913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/mqttd-strdup.o' libtool=no @AMDEPBACKSLASH@
184013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
184113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
184213498266Sopenharmony_ci
184313498266Sopenharmony_ci../../lib/mqttd-strdup.obj: ../../lib/strdup.c
184413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-strdup.Tpo -c -o ../../lib/mqttd-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
184513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-strdup.Tpo ../../lib/$(DEPDIR)/mqttd-strdup.Po
184613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/mqttd-strdup.obj' libtool=no @AMDEPBACKSLASH@
184713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
184813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
184913498266Sopenharmony_ci
185013498266Sopenharmony_ci../../lib/mqttd-strcase.o: ../../lib/strcase.c
185113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-strcase.Tpo -c -o ../../lib/mqttd-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
185213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-strcase.Tpo ../../lib/$(DEPDIR)/mqttd-strcase.Po
185313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/mqttd-strcase.o' libtool=no @AMDEPBACKSLASH@
185413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
185513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
185613498266Sopenharmony_ci
185713498266Sopenharmony_ci../../lib/mqttd-strcase.obj: ../../lib/strcase.c
185813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-strcase.Tpo -c -o ../../lib/mqttd-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
185913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-strcase.Tpo ../../lib/$(DEPDIR)/mqttd-strcase.Po
186013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/mqttd-strcase.obj' libtool=no @AMDEPBACKSLASH@
186113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
186213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
186313498266Sopenharmony_ci
186413498266Sopenharmony_ci../../lib/mqttd-curl_multibyte.o: ../../lib/curl_multibyte.c
186513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-curl_multibyte.Tpo -c -o ../../lib/mqttd-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
186613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-curl_multibyte.Tpo ../../lib/$(DEPDIR)/mqttd-curl_multibyte.Po
186713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/mqttd-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
186813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
186913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
187013498266Sopenharmony_ci
187113498266Sopenharmony_ci../../lib/mqttd-curl_multibyte.obj: ../../lib/curl_multibyte.c
187213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-curl_multibyte.Tpo -c -o ../../lib/mqttd-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
187313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-curl_multibyte.Tpo ../../lib/$(DEPDIR)/mqttd-curl_multibyte.Po
187413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/mqttd-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
187513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
187613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
187713498266Sopenharmony_ci
187813498266Sopenharmony_cimqttd-getpart.o: getpart.c
187913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT mqttd-getpart.o -MD -MP -MF $(DEPDIR)/mqttd-getpart.Tpo -c -o mqttd-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
188013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mqttd-getpart.Tpo $(DEPDIR)/mqttd-getpart.Po
188113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='mqttd-getpart.o' libtool=no @AMDEPBACKSLASH@
188213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
188313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o mqttd-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
188413498266Sopenharmony_ci
188513498266Sopenharmony_cimqttd-getpart.obj: getpart.c
188613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT mqttd-getpart.obj -MD -MP -MF $(DEPDIR)/mqttd-getpart.Tpo -c -o mqttd-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
188713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mqttd-getpart.Tpo $(DEPDIR)/mqttd-getpart.Po
188813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='mqttd-getpart.obj' libtool=no @AMDEPBACKSLASH@
188913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
189013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o mqttd-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
189113498266Sopenharmony_ci
189213498266Sopenharmony_ci../../lib/mqttd-base64.o: ../../lib/base64.c
189313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-base64.Tpo -c -o ../../lib/mqttd-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
189413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-base64.Tpo ../../lib/$(DEPDIR)/mqttd-base64.Po
189513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/mqttd-base64.o' libtool=no @AMDEPBACKSLASH@
189613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
189713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
189813498266Sopenharmony_ci
189913498266Sopenharmony_ci../../lib/mqttd-base64.obj: ../../lib/base64.c
190013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-base64.Tpo -c -o ../../lib/mqttd-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
190113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-base64.Tpo ../../lib/$(DEPDIR)/mqttd-base64.Po
190213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/mqttd-base64.obj' libtool=no @AMDEPBACKSLASH@
190313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
190413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
190513498266Sopenharmony_ci
190613498266Sopenharmony_ci../../lib/mqttd-memdebug.o: ../../lib/memdebug.c
190713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-memdebug.Tpo -c -o ../../lib/mqttd-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
190813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-memdebug.Tpo ../../lib/$(DEPDIR)/mqttd-memdebug.Po
190913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/mqttd-memdebug.o' libtool=no @AMDEPBACKSLASH@
191013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
191113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
191213498266Sopenharmony_ci
191313498266Sopenharmony_ci../../lib/mqttd-memdebug.obj: ../../lib/memdebug.c
191413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-memdebug.Tpo -c -o ../../lib/mqttd-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
191513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-memdebug.Tpo ../../lib/$(DEPDIR)/mqttd-memdebug.Po
191613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/mqttd-memdebug.obj' libtool=no @AMDEPBACKSLASH@
191713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
191813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
191913498266Sopenharmony_ci
192013498266Sopenharmony_cimqttd-util.o: util.c
192113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT mqttd-util.o -MD -MP -MF $(DEPDIR)/mqttd-util.Tpo -c -o mqttd-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
192213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mqttd-util.Tpo $(DEPDIR)/mqttd-util.Po
192313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='mqttd-util.o' libtool=no @AMDEPBACKSLASH@
192413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
192513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o mqttd-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
192613498266Sopenharmony_ci
192713498266Sopenharmony_cimqttd-util.obj: util.c
192813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT mqttd-util.obj -MD -MP -MF $(DEPDIR)/mqttd-util.Tpo -c -o mqttd-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
192913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mqttd-util.Tpo $(DEPDIR)/mqttd-util.Po
193013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='mqttd-util.obj' libtool=no @AMDEPBACKSLASH@
193113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
193213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o mqttd-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
193313498266Sopenharmony_ci
193413498266Sopenharmony_cimqttd-mqttd.o: mqttd.c
193513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT mqttd-mqttd.o -MD -MP -MF $(DEPDIR)/mqttd-mqttd.Tpo -c -o mqttd-mqttd.o `test -f 'mqttd.c' || echo '$(srcdir)/'`mqttd.c
193613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mqttd-mqttd.Tpo $(DEPDIR)/mqttd-mqttd.Po
193713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mqttd.c' object='mqttd-mqttd.o' libtool=no @AMDEPBACKSLASH@
193813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
193913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o mqttd-mqttd.o `test -f 'mqttd.c' || echo '$(srcdir)/'`mqttd.c
194013498266Sopenharmony_ci
194113498266Sopenharmony_cimqttd-mqttd.obj: mqttd.c
194213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT mqttd-mqttd.obj -MD -MP -MF $(DEPDIR)/mqttd-mqttd.Tpo -c -o mqttd-mqttd.obj `if test -f 'mqttd.c'; then $(CYGPATH_W) 'mqttd.c'; else $(CYGPATH_W) '$(srcdir)/mqttd.c'; fi`
194313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mqttd-mqttd.Tpo $(DEPDIR)/mqttd-mqttd.Po
194413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mqttd.c' object='mqttd-mqttd.obj' libtool=no @AMDEPBACKSLASH@
194513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
194613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o mqttd-mqttd.obj `if test -f 'mqttd.c'; then $(CYGPATH_W) 'mqttd.c'; else $(CYGPATH_W) '$(srcdir)/mqttd.c'; fi`
194713498266Sopenharmony_ci
194813498266Sopenharmony_ci../../lib/mqttd-inet_pton.o: ../../lib/inet_pton.c
194913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-inet_pton.o -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-inet_pton.Tpo -c -o ../../lib/mqttd-inet_pton.o `test -f '../../lib/inet_pton.c' || echo '$(srcdir)/'`../../lib/inet_pton.c
195013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-inet_pton.Tpo ../../lib/$(DEPDIR)/mqttd-inet_pton.Po
195113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/inet_pton.c' object='../../lib/mqttd-inet_pton.o' libtool=no @AMDEPBACKSLASH@
195213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
195313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-inet_pton.o `test -f '../../lib/inet_pton.c' || echo '$(srcdir)/'`../../lib/inet_pton.c
195413498266Sopenharmony_ci
195513498266Sopenharmony_ci../../lib/mqttd-inet_pton.obj: ../../lib/inet_pton.c
195613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -MT ../../lib/mqttd-inet_pton.obj -MD -MP -MF ../../lib/$(DEPDIR)/mqttd-inet_pton.Tpo -c -o ../../lib/mqttd-inet_pton.obj `if test -f '../../lib/inet_pton.c'; then $(CYGPATH_W) '../../lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/inet_pton.c'; fi`
195713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/mqttd-inet_pton.Tpo ../../lib/$(DEPDIR)/mqttd-inet_pton.Po
195813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/inet_pton.c' object='../../lib/mqttd-inet_pton.obj' libtool=no @AMDEPBACKSLASH@
195913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
196013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mqttd_CFLAGS) $(CFLAGS) -c -o ../../lib/mqttd-inet_pton.obj `if test -f '../../lib/inet_pton.c'; then $(CYGPATH_W) '../../lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/inet_pton.c'; fi`
196113498266Sopenharmony_ci
196213498266Sopenharmony_ci../../lib/resolve-mprintf.o: ../../lib/mprintf.c
196313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-mprintf.Tpo -c -o ../../lib/resolve-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
196413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-mprintf.Tpo ../../lib/$(DEPDIR)/resolve-mprintf.Po
196513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/resolve-mprintf.o' libtool=no @AMDEPBACKSLASH@
196613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
196713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
196813498266Sopenharmony_ci
196913498266Sopenharmony_ci../../lib/resolve-mprintf.obj: ../../lib/mprintf.c
197013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-mprintf.Tpo -c -o ../../lib/resolve-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
197113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-mprintf.Tpo ../../lib/$(DEPDIR)/resolve-mprintf.Po
197213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/resolve-mprintf.obj' libtool=no @AMDEPBACKSLASH@
197313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
197413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
197513498266Sopenharmony_ci
197613498266Sopenharmony_ci../../lib/resolve-nonblock.o: ../../lib/nonblock.c
197713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-nonblock.Tpo -c -o ../../lib/resolve-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
197813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-nonblock.Tpo ../../lib/$(DEPDIR)/resolve-nonblock.Po
197913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/resolve-nonblock.o' libtool=no @AMDEPBACKSLASH@
198013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
198113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
198213498266Sopenharmony_ci
198313498266Sopenharmony_ci../../lib/resolve-nonblock.obj: ../../lib/nonblock.c
198413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-nonblock.Tpo -c -o ../../lib/resolve-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
198513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-nonblock.Tpo ../../lib/$(DEPDIR)/resolve-nonblock.Po
198613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/resolve-nonblock.obj' libtool=no @AMDEPBACKSLASH@
198713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
198813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
198913498266Sopenharmony_ci
199013498266Sopenharmony_ci../../lib/resolve-strtoofft.o: ../../lib/strtoofft.c
199113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-strtoofft.Tpo -c -o ../../lib/resolve-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
199213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-strtoofft.Tpo ../../lib/$(DEPDIR)/resolve-strtoofft.Po
199313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/resolve-strtoofft.o' libtool=no @AMDEPBACKSLASH@
199413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
199513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
199613498266Sopenharmony_ci
199713498266Sopenharmony_ci../../lib/resolve-strtoofft.obj: ../../lib/strtoofft.c
199813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-strtoofft.Tpo -c -o ../../lib/resolve-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
199913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-strtoofft.Tpo ../../lib/$(DEPDIR)/resolve-strtoofft.Po
200013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/resolve-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
200113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
200213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
200313498266Sopenharmony_ci
200413498266Sopenharmony_ci../../lib/resolve-warnless.o: ../../lib/warnless.c
200513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-warnless.Tpo -c -o ../../lib/resolve-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
200613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-warnless.Tpo ../../lib/$(DEPDIR)/resolve-warnless.Po
200713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/resolve-warnless.o' libtool=no @AMDEPBACKSLASH@
200813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
200913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
201013498266Sopenharmony_ci
201113498266Sopenharmony_ci../../lib/resolve-warnless.obj: ../../lib/warnless.c
201213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-warnless.Tpo -c -o ../../lib/resolve-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
201313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-warnless.Tpo ../../lib/$(DEPDIR)/resolve-warnless.Po
201413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/resolve-warnless.obj' libtool=no @AMDEPBACKSLASH@
201513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
201613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
201713498266Sopenharmony_ci
201813498266Sopenharmony_ci../../lib/resolve-timediff.o: ../../lib/timediff.c
201913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-timediff.Tpo -c -o ../../lib/resolve-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
202013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-timediff.Tpo ../../lib/$(DEPDIR)/resolve-timediff.Po
202113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/resolve-timediff.o' libtool=no @AMDEPBACKSLASH@
202213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
202313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
202413498266Sopenharmony_ci
202513498266Sopenharmony_ci../../lib/resolve-timediff.obj: ../../lib/timediff.c
202613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-timediff.Tpo -c -o ../../lib/resolve-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
202713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-timediff.Tpo ../../lib/$(DEPDIR)/resolve-timediff.Po
202813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/resolve-timediff.obj' libtool=no @AMDEPBACKSLASH@
202913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
203013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
203113498266Sopenharmony_ci
203213498266Sopenharmony_ci../../lib/resolve-dynbuf.o: ../../lib/dynbuf.c
203313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-dynbuf.Tpo -c -o ../../lib/resolve-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
203413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-dynbuf.Tpo ../../lib/$(DEPDIR)/resolve-dynbuf.Po
203513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/resolve-dynbuf.o' libtool=no @AMDEPBACKSLASH@
203613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
203713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
203813498266Sopenharmony_ci
203913498266Sopenharmony_ci../../lib/resolve-dynbuf.obj: ../../lib/dynbuf.c
204013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-dynbuf.Tpo -c -o ../../lib/resolve-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
204113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-dynbuf.Tpo ../../lib/$(DEPDIR)/resolve-dynbuf.Po
204213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/resolve-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
204313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
204413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
204513498266Sopenharmony_ci
204613498266Sopenharmony_ci../../lib/resolve-strdup.o: ../../lib/strdup.c
204713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-strdup.Tpo -c -o ../../lib/resolve-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
204813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-strdup.Tpo ../../lib/$(DEPDIR)/resolve-strdup.Po
204913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/resolve-strdup.o' libtool=no @AMDEPBACKSLASH@
205013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
205113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
205213498266Sopenharmony_ci
205313498266Sopenharmony_ci../../lib/resolve-strdup.obj: ../../lib/strdup.c
205413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-strdup.Tpo -c -o ../../lib/resolve-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
205513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-strdup.Tpo ../../lib/$(DEPDIR)/resolve-strdup.Po
205613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/resolve-strdup.obj' libtool=no @AMDEPBACKSLASH@
205713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
205813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
205913498266Sopenharmony_ci
206013498266Sopenharmony_ci../../lib/resolve-strcase.o: ../../lib/strcase.c
206113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-strcase.Tpo -c -o ../../lib/resolve-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
206213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-strcase.Tpo ../../lib/$(DEPDIR)/resolve-strcase.Po
206313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/resolve-strcase.o' libtool=no @AMDEPBACKSLASH@
206413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
206513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
206613498266Sopenharmony_ci
206713498266Sopenharmony_ci../../lib/resolve-strcase.obj: ../../lib/strcase.c
206813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-strcase.Tpo -c -o ../../lib/resolve-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
206913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-strcase.Tpo ../../lib/$(DEPDIR)/resolve-strcase.Po
207013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/resolve-strcase.obj' libtool=no @AMDEPBACKSLASH@
207113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
207213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
207313498266Sopenharmony_ci
207413498266Sopenharmony_ci../../lib/resolve-curl_multibyte.o: ../../lib/curl_multibyte.c
207513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-curl_multibyte.Tpo -c -o ../../lib/resolve-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
207613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-curl_multibyte.Tpo ../../lib/$(DEPDIR)/resolve-curl_multibyte.Po
207713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/resolve-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
207813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
207913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
208013498266Sopenharmony_ci
208113498266Sopenharmony_ci../../lib/resolve-curl_multibyte.obj: ../../lib/curl_multibyte.c
208213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-curl_multibyte.Tpo -c -o ../../lib/resolve-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
208313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-curl_multibyte.Tpo ../../lib/$(DEPDIR)/resolve-curl_multibyte.Po
208413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/resolve-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
208513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
208613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
208713498266Sopenharmony_ci
208813498266Sopenharmony_ciresolve-getpart.o: getpart.c
208913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT resolve-getpart.o -MD -MP -MF $(DEPDIR)/resolve-getpart.Tpo -c -o resolve-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
209013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resolve-getpart.Tpo $(DEPDIR)/resolve-getpart.Po
209113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='resolve-getpart.o' libtool=no @AMDEPBACKSLASH@
209213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
209313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o resolve-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
209413498266Sopenharmony_ci
209513498266Sopenharmony_ciresolve-getpart.obj: getpart.c
209613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT resolve-getpart.obj -MD -MP -MF $(DEPDIR)/resolve-getpart.Tpo -c -o resolve-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
209713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resolve-getpart.Tpo $(DEPDIR)/resolve-getpart.Po
209813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='resolve-getpart.obj' libtool=no @AMDEPBACKSLASH@
209913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
210013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o resolve-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
210113498266Sopenharmony_ci
210213498266Sopenharmony_ci../../lib/resolve-base64.o: ../../lib/base64.c
210313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-base64.Tpo -c -o ../../lib/resolve-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
210413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-base64.Tpo ../../lib/$(DEPDIR)/resolve-base64.Po
210513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/resolve-base64.o' libtool=no @AMDEPBACKSLASH@
210613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
210713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
210813498266Sopenharmony_ci
210913498266Sopenharmony_ci../../lib/resolve-base64.obj: ../../lib/base64.c
211013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-base64.Tpo -c -o ../../lib/resolve-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
211113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-base64.Tpo ../../lib/$(DEPDIR)/resolve-base64.Po
211213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/resolve-base64.obj' libtool=no @AMDEPBACKSLASH@
211313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
211413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
211513498266Sopenharmony_ci
211613498266Sopenharmony_ci../../lib/resolve-memdebug.o: ../../lib/memdebug.c
211713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/resolve-memdebug.Tpo -c -o ../../lib/resolve-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
211813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-memdebug.Tpo ../../lib/$(DEPDIR)/resolve-memdebug.Po
211913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/resolve-memdebug.o' libtool=no @AMDEPBACKSLASH@
212013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
212113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
212213498266Sopenharmony_ci
212313498266Sopenharmony_ci../../lib/resolve-memdebug.obj: ../../lib/memdebug.c
212413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT ../../lib/resolve-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/resolve-memdebug.Tpo -c -o ../../lib/resolve-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
212513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/resolve-memdebug.Tpo ../../lib/$(DEPDIR)/resolve-memdebug.Po
212613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/resolve-memdebug.obj' libtool=no @AMDEPBACKSLASH@
212713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
212813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o ../../lib/resolve-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
212913498266Sopenharmony_ci
213013498266Sopenharmony_ciresolve-util.o: util.c
213113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT resolve-util.o -MD -MP -MF $(DEPDIR)/resolve-util.Tpo -c -o resolve-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
213213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resolve-util.Tpo $(DEPDIR)/resolve-util.Po
213313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='resolve-util.o' libtool=no @AMDEPBACKSLASH@
213413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
213513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o resolve-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
213613498266Sopenharmony_ci
213713498266Sopenharmony_ciresolve-util.obj: util.c
213813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT resolve-util.obj -MD -MP -MF $(DEPDIR)/resolve-util.Tpo -c -o resolve-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
213913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resolve-util.Tpo $(DEPDIR)/resolve-util.Po
214013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='resolve-util.obj' libtool=no @AMDEPBACKSLASH@
214113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
214213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o resolve-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
214313498266Sopenharmony_ci
214413498266Sopenharmony_ciresolve-resolve.o: resolve.c
214513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT resolve-resolve.o -MD -MP -MF $(DEPDIR)/resolve-resolve.Tpo -c -o resolve-resolve.o `test -f 'resolve.c' || echo '$(srcdir)/'`resolve.c
214613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resolve-resolve.Tpo $(DEPDIR)/resolve-resolve.Po
214713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='resolve.c' object='resolve-resolve.o' libtool=no @AMDEPBACKSLASH@
214813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
214913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o resolve-resolve.o `test -f 'resolve.c' || echo '$(srcdir)/'`resolve.c
215013498266Sopenharmony_ci
215113498266Sopenharmony_ciresolve-resolve.obj: resolve.c
215213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -MT resolve-resolve.obj -MD -MP -MF $(DEPDIR)/resolve-resolve.Tpo -c -o resolve-resolve.obj `if test -f 'resolve.c'; then $(CYGPATH_W) 'resolve.c'; else $(CYGPATH_W) '$(srcdir)/resolve.c'; fi`
215313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/resolve-resolve.Tpo $(DEPDIR)/resolve-resolve.Po
215413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='resolve.c' object='resolve-resolve.obj' libtool=no @AMDEPBACKSLASH@
215513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
215613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(resolve_CFLAGS) $(CFLAGS) -c -o resolve-resolve.obj `if test -f 'resolve.c'; then $(CYGPATH_W) 'resolve.c'; else $(CYGPATH_W) '$(srcdir)/resolve.c'; fi`
215713498266Sopenharmony_ci
215813498266Sopenharmony_ci../../lib/rtspd-mprintf.o: ../../lib/mprintf.c
215913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-mprintf.Tpo -c -o ../../lib/rtspd-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
216013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-mprintf.Tpo ../../lib/$(DEPDIR)/rtspd-mprintf.Po
216113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/rtspd-mprintf.o' libtool=no @AMDEPBACKSLASH@
216213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
216313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
216413498266Sopenharmony_ci
216513498266Sopenharmony_ci../../lib/rtspd-mprintf.obj: ../../lib/mprintf.c
216613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-mprintf.Tpo -c -o ../../lib/rtspd-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
216713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-mprintf.Tpo ../../lib/$(DEPDIR)/rtspd-mprintf.Po
216813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/rtspd-mprintf.obj' libtool=no @AMDEPBACKSLASH@
216913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
217013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
217113498266Sopenharmony_ci
217213498266Sopenharmony_ci../../lib/rtspd-nonblock.o: ../../lib/nonblock.c
217313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-nonblock.Tpo -c -o ../../lib/rtspd-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
217413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-nonblock.Tpo ../../lib/$(DEPDIR)/rtspd-nonblock.Po
217513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/rtspd-nonblock.o' libtool=no @AMDEPBACKSLASH@
217613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
217713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
217813498266Sopenharmony_ci
217913498266Sopenharmony_ci../../lib/rtspd-nonblock.obj: ../../lib/nonblock.c
218013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-nonblock.Tpo -c -o ../../lib/rtspd-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
218113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-nonblock.Tpo ../../lib/$(DEPDIR)/rtspd-nonblock.Po
218213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/rtspd-nonblock.obj' libtool=no @AMDEPBACKSLASH@
218313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
218413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
218513498266Sopenharmony_ci
218613498266Sopenharmony_ci../../lib/rtspd-strtoofft.o: ../../lib/strtoofft.c
218713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-strtoofft.Tpo -c -o ../../lib/rtspd-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
218813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-strtoofft.Tpo ../../lib/$(DEPDIR)/rtspd-strtoofft.Po
218913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/rtspd-strtoofft.o' libtool=no @AMDEPBACKSLASH@
219013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
219113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
219213498266Sopenharmony_ci
219313498266Sopenharmony_ci../../lib/rtspd-strtoofft.obj: ../../lib/strtoofft.c
219413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-strtoofft.Tpo -c -o ../../lib/rtspd-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
219513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-strtoofft.Tpo ../../lib/$(DEPDIR)/rtspd-strtoofft.Po
219613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/rtspd-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
219713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
219813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
219913498266Sopenharmony_ci
220013498266Sopenharmony_ci../../lib/rtspd-warnless.o: ../../lib/warnless.c
220113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-warnless.Tpo -c -o ../../lib/rtspd-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
220213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-warnless.Tpo ../../lib/$(DEPDIR)/rtspd-warnless.Po
220313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/rtspd-warnless.o' libtool=no @AMDEPBACKSLASH@
220413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
220513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
220613498266Sopenharmony_ci
220713498266Sopenharmony_ci../../lib/rtspd-warnless.obj: ../../lib/warnless.c
220813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-warnless.Tpo -c -o ../../lib/rtspd-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
220913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-warnless.Tpo ../../lib/$(DEPDIR)/rtspd-warnless.Po
221013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/rtspd-warnless.obj' libtool=no @AMDEPBACKSLASH@
221113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
221213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
221313498266Sopenharmony_ci
221413498266Sopenharmony_ci../../lib/rtspd-timediff.o: ../../lib/timediff.c
221513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-timediff.Tpo -c -o ../../lib/rtspd-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
221613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-timediff.Tpo ../../lib/$(DEPDIR)/rtspd-timediff.Po
221713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/rtspd-timediff.o' libtool=no @AMDEPBACKSLASH@
221813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
221913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
222013498266Sopenharmony_ci
222113498266Sopenharmony_ci../../lib/rtspd-timediff.obj: ../../lib/timediff.c
222213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-timediff.Tpo -c -o ../../lib/rtspd-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
222313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-timediff.Tpo ../../lib/$(DEPDIR)/rtspd-timediff.Po
222413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/rtspd-timediff.obj' libtool=no @AMDEPBACKSLASH@
222513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
222613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
222713498266Sopenharmony_ci
222813498266Sopenharmony_ci../../lib/rtspd-dynbuf.o: ../../lib/dynbuf.c
222913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-dynbuf.Tpo -c -o ../../lib/rtspd-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
223013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-dynbuf.Tpo ../../lib/$(DEPDIR)/rtspd-dynbuf.Po
223113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/rtspd-dynbuf.o' libtool=no @AMDEPBACKSLASH@
223213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
223313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
223413498266Sopenharmony_ci
223513498266Sopenharmony_ci../../lib/rtspd-dynbuf.obj: ../../lib/dynbuf.c
223613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-dynbuf.Tpo -c -o ../../lib/rtspd-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
223713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-dynbuf.Tpo ../../lib/$(DEPDIR)/rtspd-dynbuf.Po
223813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/rtspd-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
223913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
224013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
224113498266Sopenharmony_ci
224213498266Sopenharmony_ci../../lib/rtspd-strdup.o: ../../lib/strdup.c
224313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-strdup.Tpo -c -o ../../lib/rtspd-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
224413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-strdup.Tpo ../../lib/$(DEPDIR)/rtspd-strdup.Po
224513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/rtspd-strdup.o' libtool=no @AMDEPBACKSLASH@
224613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
224713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
224813498266Sopenharmony_ci
224913498266Sopenharmony_ci../../lib/rtspd-strdup.obj: ../../lib/strdup.c
225013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-strdup.Tpo -c -o ../../lib/rtspd-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
225113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-strdup.Tpo ../../lib/$(DEPDIR)/rtspd-strdup.Po
225213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/rtspd-strdup.obj' libtool=no @AMDEPBACKSLASH@
225313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
225413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
225513498266Sopenharmony_ci
225613498266Sopenharmony_ci../../lib/rtspd-strcase.o: ../../lib/strcase.c
225713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-strcase.Tpo -c -o ../../lib/rtspd-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
225813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-strcase.Tpo ../../lib/$(DEPDIR)/rtspd-strcase.Po
225913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/rtspd-strcase.o' libtool=no @AMDEPBACKSLASH@
226013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
226113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
226213498266Sopenharmony_ci
226313498266Sopenharmony_ci../../lib/rtspd-strcase.obj: ../../lib/strcase.c
226413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-strcase.Tpo -c -o ../../lib/rtspd-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
226513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-strcase.Tpo ../../lib/$(DEPDIR)/rtspd-strcase.Po
226613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/rtspd-strcase.obj' libtool=no @AMDEPBACKSLASH@
226713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
226813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
226913498266Sopenharmony_ci
227013498266Sopenharmony_ci../../lib/rtspd-curl_multibyte.o: ../../lib/curl_multibyte.c
227113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-curl_multibyte.Tpo -c -o ../../lib/rtspd-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
227213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-curl_multibyte.Tpo ../../lib/$(DEPDIR)/rtspd-curl_multibyte.Po
227313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/rtspd-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
227413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
227513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
227613498266Sopenharmony_ci
227713498266Sopenharmony_ci../../lib/rtspd-curl_multibyte.obj: ../../lib/curl_multibyte.c
227813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-curl_multibyte.Tpo -c -o ../../lib/rtspd-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
227913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-curl_multibyte.Tpo ../../lib/$(DEPDIR)/rtspd-curl_multibyte.Po
228013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/rtspd-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
228113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
228213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
228313498266Sopenharmony_ci
228413498266Sopenharmony_cirtspd-getpart.o: getpart.c
228513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT rtspd-getpart.o -MD -MP -MF $(DEPDIR)/rtspd-getpart.Tpo -c -o rtspd-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
228613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/rtspd-getpart.Tpo $(DEPDIR)/rtspd-getpart.Po
228713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='rtspd-getpart.o' libtool=no @AMDEPBACKSLASH@
228813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
228913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o rtspd-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
229013498266Sopenharmony_ci
229113498266Sopenharmony_cirtspd-getpart.obj: getpart.c
229213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT rtspd-getpart.obj -MD -MP -MF $(DEPDIR)/rtspd-getpart.Tpo -c -o rtspd-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
229313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/rtspd-getpart.Tpo $(DEPDIR)/rtspd-getpart.Po
229413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='rtspd-getpart.obj' libtool=no @AMDEPBACKSLASH@
229513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
229613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o rtspd-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
229713498266Sopenharmony_ci
229813498266Sopenharmony_ci../../lib/rtspd-base64.o: ../../lib/base64.c
229913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-base64.Tpo -c -o ../../lib/rtspd-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
230013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-base64.Tpo ../../lib/$(DEPDIR)/rtspd-base64.Po
230113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/rtspd-base64.o' libtool=no @AMDEPBACKSLASH@
230213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
230313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
230413498266Sopenharmony_ci
230513498266Sopenharmony_ci../../lib/rtspd-base64.obj: ../../lib/base64.c
230613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-base64.Tpo -c -o ../../lib/rtspd-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
230713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-base64.Tpo ../../lib/$(DEPDIR)/rtspd-base64.Po
230813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/rtspd-base64.obj' libtool=no @AMDEPBACKSLASH@
230913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
231013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
231113498266Sopenharmony_ci
231213498266Sopenharmony_ci../../lib/rtspd-memdebug.o: ../../lib/memdebug.c
231313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-memdebug.Tpo -c -o ../../lib/rtspd-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
231413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-memdebug.Tpo ../../lib/$(DEPDIR)/rtspd-memdebug.Po
231513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/rtspd-memdebug.o' libtool=no @AMDEPBACKSLASH@
231613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
231713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
231813498266Sopenharmony_ci
231913498266Sopenharmony_ci../../lib/rtspd-memdebug.obj: ../../lib/memdebug.c
232013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT ../../lib/rtspd-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/rtspd-memdebug.Tpo -c -o ../../lib/rtspd-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
232113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/rtspd-memdebug.Tpo ../../lib/$(DEPDIR)/rtspd-memdebug.Po
232213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/rtspd-memdebug.obj' libtool=no @AMDEPBACKSLASH@
232313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
232413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o ../../lib/rtspd-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
232513498266Sopenharmony_ci
232613498266Sopenharmony_cirtspd-util.o: util.c
232713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT rtspd-util.o -MD -MP -MF $(DEPDIR)/rtspd-util.Tpo -c -o rtspd-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
232813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/rtspd-util.Tpo $(DEPDIR)/rtspd-util.Po
232913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='rtspd-util.o' libtool=no @AMDEPBACKSLASH@
233013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
233113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o rtspd-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
233213498266Sopenharmony_ci
233313498266Sopenharmony_cirtspd-util.obj: util.c
233413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT rtspd-util.obj -MD -MP -MF $(DEPDIR)/rtspd-util.Tpo -c -o rtspd-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
233513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/rtspd-util.Tpo $(DEPDIR)/rtspd-util.Po
233613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='rtspd-util.obj' libtool=no @AMDEPBACKSLASH@
233713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
233813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o rtspd-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
233913498266Sopenharmony_ci
234013498266Sopenharmony_cirtspd-rtspd.o: rtspd.c
234113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT rtspd-rtspd.o -MD -MP -MF $(DEPDIR)/rtspd-rtspd.Tpo -c -o rtspd-rtspd.o `test -f 'rtspd.c' || echo '$(srcdir)/'`rtspd.c
234213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/rtspd-rtspd.Tpo $(DEPDIR)/rtspd-rtspd.Po
234313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rtspd.c' object='rtspd-rtspd.o' libtool=no @AMDEPBACKSLASH@
234413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
234513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o rtspd-rtspd.o `test -f 'rtspd.c' || echo '$(srcdir)/'`rtspd.c
234613498266Sopenharmony_ci
234713498266Sopenharmony_cirtspd-rtspd.obj: rtspd.c
234813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -MT rtspd-rtspd.obj -MD -MP -MF $(DEPDIR)/rtspd-rtspd.Tpo -c -o rtspd-rtspd.obj `if test -f 'rtspd.c'; then $(CYGPATH_W) 'rtspd.c'; else $(CYGPATH_W) '$(srcdir)/rtspd.c'; fi`
234913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/rtspd-rtspd.Tpo $(DEPDIR)/rtspd-rtspd.Po
235013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rtspd.c' object='rtspd-rtspd.obj' libtool=no @AMDEPBACKSLASH@
235113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
235213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rtspd_CFLAGS) $(CFLAGS) -c -o rtspd-rtspd.obj `if test -f 'rtspd.c'; then $(CYGPATH_W) 'rtspd.c'; else $(CYGPATH_W) '$(srcdir)/rtspd.c'; fi`
235313498266Sopenharmony_ci
235413498266Sopenharmony_ci../../lib/sockfilt-mprintf.o: ../../lib/mprintf.c
235513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-mprintf.Tpo -c -o ../../lib/sockfilt-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
235613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-mprintf.Tpo ../../lib/$(DEPDIR)/sockfilt-mprintf.Po
235713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/sockfilt-mprintf.o' libtool=no @AMDEPBACKSLASH@
235813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
235913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
236013498266Sopenharmony_ci
236113498266Sopenharmony_ci../../lib/sockfilt-mprintf.obj: ../../lib/mprintf.c
236213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-mprintf.Tpo -c -o ../../lib/sockfilt-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
236313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-mprintf.Tpo ../../lib/$(DEPDIR)/sockfilt-mprintf.Po
236413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/sockfilt-mprintf.obj' libtool=no @AMDEPBACKSLASH@
236513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
236713498266Sopenharmony_ci
236813498266Sopenharmony_ci../../lib/sockfilt-nonblock.o: ../../lib/nonblock.c
236913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-nonblock.Tpo -c -o ../../lib/sockfilt-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
237013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-nonblock.Tpo ../../lib/$(DEPDIR)/sockfilt-nonblock.Po
237113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/sockfilt-nonblock.o' libtool=no @AMDEPBACKSLASH@
237213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
237313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
237413498266Sopenharmony_ci
237513498266Sopenharmony_ci../../lib/sockfilt-nonblock.obj: ../../lib/nonblock.c
237613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-nonblock.Tpo -c -o ../../lib/sockfilt-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
237713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-nonblock.Tpo ../../lib/$(DEPDIR)/sockfilt-nonblock.Po
237813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/sockfilt-nonblock.obj' libtool=no @AMDEPBACKSLASH@
237913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
238113498266Sopenharmony_ci
238213498266Sopenharmony_ci../../lib/sockfilt-strtoofft.o: ../../lib/strtoofft.c
238313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-strtoofft.Tpo -c -o ../../lib/sockfilt-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
238413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-strtoofft.Tpo ../../lib/$(DEPDIR)/sockfilt-strtoofft.Po
238513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/sockfilt-strtoofft.o' libtool=no @AMDEPBACKSLASH@
238613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
238813498266Sopenharmony_ci
238913498266Sopenharmony_ci../../lib/sockfilt-strtoofft.obj: ../../lib/strtoofft.c
239013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-strtoofft.Tpo -c -o ../../lib/sockfilt-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
239113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-strtoofft.Tpo ../../lib/$(DEPDIR)/sockfilt-strtoofft.Po
239213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/sockfilt-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
239313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
239413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
239513498266Sopenharmony_ci
239613498266Sopenharmony_ci../../lib/sockfilt-warnless.o: ../../lib/warnless.c
239713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-warnless.Tpo -c -o ../../lib/sockfilt-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
239813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-warnless.Tpo ../../lib/$(DEPDIR)/sockfilt-warnless.Po
239913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/sockfilt-warnless.o' libtool=no @AMDEPBACKSLASH@
240013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
240113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
240213498266Sopenharmony_ci
240313498266Sopenharmony_ci../../lib/sockfilt-warnless.obj: ../../lib/warnless.c
240413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-warnless.Tpo -c -o ../../lib/sockfilt-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
240513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-warnless.Tpo ../../lib/$(DEPDIR)/sockfilt-warnless.Po
240613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/sockfilt-warnless.obj' libtool=no @AMDEPBACKSLASH@
240713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
240813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
240913498266Sopenharmony_ci
241013498266Sopenharmony_ci../../lib/sockfilt-timediff.o: ../../lib/timediff.c
241113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-timediff.Tpo -c -o ../../lib/sockfilt-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
241213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-timediff.Tpo ../../lib/$(DEPDIR)/sockfilt-timediff.Po
241313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/sockfilt-timediff.o' libtool=no @AMDEPBACKSLASH@
241413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
241513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
241613498266Sopenharmony_ci
241713498266Sopenharmony_ci../../lib/sockfilt-timediff.obj: ../../lib/timediff.c
241813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-timediff.Tpo -c -o ../../lib/sockfilt-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
241913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-timediff.Tpo ../../lib/$(DEPDIR)/sockfilt-timediff.Po
242013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/sockfilt-timediff.obj' libtool=no @AMDEPBACKSLASH@
242113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
242313498266Sopenharmony_ci
242413498266Sopenharmony_ci../../lib/sockfilt-dynbuf.o: ../../lib/dynbuf.c
242513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-dynbuf.Tpo -c -o ../../lib/sockfilt-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
242613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-dynbuf.Tpo ../../lib/$(DEPDIR)/sockfilt-dynbuf.Po
242713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/sockfilt-dynbuf.o' libtool=no @AMDEPBACKSLASH@
242813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
242913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
243013498266Sopenharmony_ci
243113498266Sopenharmony_ci../../lib/sockfilt-dynbuf.obj: ../../lib/dynbuf.c
243213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-dynbuf.Tpo -c -o ../../lib/sockfilt-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
243313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-dynbuf.Tpo ../../lib/$(DEPDIR)/sockfilt-dynbuf.Po
243413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/sockfilt-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
243513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
243613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
243713498266Sopenharmony_ci
243813498266Sopenharmony_ci../../lib/sockfilt-strdup.o: ../../lib/strdup.c
243913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-strdup.Tpo -c -o ../../lib/sockfilt-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
244013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-strdup.Tpo ../../lib/$(DEPDIR)/sockfilt-strdup.Po
244113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/sockfilt-strdup.o' libtool=no @AMDEPBACKSLASH@
244213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
244313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
244413498266Sopenharmony_ci
244513498266Sopenharmony_ci../../lib/sockfilt-strdup.obj: ../../lib/strdup.c
244613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-strdup.Tpo -c -o ../../lib/sockfilt-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
244713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-strdup.Tpo ../../lib/$(DEPDIR)/sockfilt-strdup.Po
244813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/sockfilt-strdup.obj' libtool=no @AMDEPBACKSLASH@
244913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
245113498266Sopenharmony_ci
245213498266Sopenharmony_ci../../lib/sockfilt-strcase.o: ../../lib/strcase.c
245313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-strcase.Tpo -c -o ../../lib/sockfilt-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
245413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-strcase.Tpo ../../lib/$(DEPDIR)/sockfilt-strcase.Po
245513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/sockfilt-strcase.o' libtool=no @AMDEPBACKSLASH@
245613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
245813498266Sopenharmony_ci
245913498266Sopenharmony_ci../../lib/sockfilt-strcase.obj: ../../lib/strcase.c
246013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-strcase.Tpo -c -o ../../lib/sockfilt-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
246113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-strcase.Tpo ../../lib/$(DEPDIR)/sockfilt-strcase.Po
246213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/sockfilt-strcase.obj' libtool=no @AMDEPBACKSLASH@
246313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
246413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
246513498266Sopenharmony_ci
246613498266Sopenharmony_ci../../lib/sockfilt-curl_multibyte.o: ../../lib/curl_multibyte.c
246713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Tpo -c -o ../../lib/sockfilt-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
246813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Tpo ../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Po
246913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/sockfilt-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
247013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
247213498266Sopenharmony_ci
247313498266Sopenharmony_ci../../lib/sockfilt-curl_multibyte.obj: ../../lib/curl_multibyte.c
247413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Tpo -c -o ../../lib/sockfilt-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
247513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Tpo ../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Po
247613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/sockfilt-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
247713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
247813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
247913498266Sopenharmony_ci
248013498266Sopenharmony_cisockfilt-getpart.o: getpart.c
248113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT sockfilt-getpart.o -MD -MP -MF $(DEPDIR)/sockfilt-getpart.Tpo -c -o sockfilt-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
248213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sockfilt-getpart.Tpo $(DEPDIR)/sockfilt-getpart.Po
248313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='sockfilt-getpart.o' libtool=no @AMDEPBACKSLASH@
248413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
248513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o sockfilt-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
248613498266Sopenharmony_ci
248713498266Sopenharmony_cisockfilt-getpart.obj: getpart.c
248813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT sockfilt-getpart.obj -MD -MP -MF $(DEPDIR)/sockfilt-getpart.Tpo -c -o sockfilt-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
248913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sockfilt-getpart.Tpo $(DEPDIR)/sockfilt-getpart.Po
249013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='sockfilt-getpart.obj' libtool=no @AMDEPBACKSLASH@
249113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
249213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o sockfilt-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
249313498266Sopenharmony_ci
249413498266Sopenharmony_ci../../lib/sockfilt-base64.o: ../../lib/base64.c
249513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-base64.Tpo -c -o ../../lib/sockfilt-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
249613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-base64.Tpo ../../lib/$(DEPDIR)/sockfilt-base64.Po
249713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/sockfilt-base64.o' libtool=no @AMDEPBACKSLASH@
249813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
249913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
250013498266Sopenharmony_ci
250113498266Sopenharmony_ci../../lib/sockfilt-base64.obj: ../../lib/base64.c
250213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-base64.Tpo -c -o ../../lib/sockfilt-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
250313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-base64.Tpo ../../lib/$(DEPDIR)/sockfilt-base64.Po
250413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/sockfilt-base64.obj' libtool=no @AMDEPBACKSLASH@
250513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
250713498266Sopenharmony_ci
250813498266Sopenharmony_ci../../lib/sockfilt-memdebug.o: ../../lib/memdebug.c
250913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-memdebug.Tpo -c -o ../../lib/sockfilt-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
251013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-memdebug.Tpo ../../lib/$(DEPDIR)/sockfilt-memdebug.Po
251113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/sockfilt-memdebug.o' libtool=no @AMDEPBACKSLASH@
251213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
251413498266Sopenharmony_ci
251513498266Sopenharmony_ci../../lib/sockfilt-memdebug.obj: ../../lib/memdebug.c
251613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-memdebug.Tpo -c -o ../../lib/sockfilt-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
251713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-memdebug.Tpo ../../lib/$(DEPDIR)/sockfilt-memdebug.Po
251813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/sockfilt-memdebug.obj' libtool=no @AMDEPBACKSLASH@
251913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
252113498266Sopenharmony_ci
252213498266Sopenharmony_cisockfilt-util.o: util.c
252313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT sockfilt-util.o -MD -MP -MF $(DEPDIR)/sockfilt-util.Tpo -c -o sockfilt-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
252413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sockfilt-util.Tpo $(DEPDIR)/sockfilt-util.Po
252513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='sockfilt-util.o' libtool=no @AMDEPBACKSLASH@
252613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o sockfilt-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
252813498266Sopenharmony_ci
252913498266Sopenharmony_cisockfilt-util.obj: util.c
253013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT sockfilt-util.obj -MD -MP -MF $(DEPDIR)/sockfilt-util.Tpo -c -o sockfilt-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
253113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sockfilt-util.Tpo $(DEPDIR)/sockfilt-util.Po
253213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='sockfilt-util.obj' libtool=no @AMDEPBACKSLASH@
253313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
253413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o sockfilt-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
253513498266Sopenharmony_ci
253613498266Sopenharmony_cisockfilt-sockfilt.o: sockfilt.c
253713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT sockfilt-sockfilt.o -MD -MP -MF $(DEPDIR)/sockfilt-sockfilt.Tpo -c -o sockfilt-sockfilt.o `test -f 'sockfilt.c' || echo '$(srcdir)/'`sockfilt.c
253813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sockfilt-sockfilt.Tpo $(DEPDIR)/sockfilt-sockfilt.Po
253913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sockfilt.c' object='sockfilt-sockfilt.o' libtool=no @AMDEPBACKSLASH@
254013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o sockfilt-sockfilt.o `test -f 'sockfilt.c' || echo '$(srcdir)/'`sockfilt.c
254213498266Sopenharmony_ci
254313498266Sopenharmony_cisockfilt-sockfilt.obj: sockfilt.c
254413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT sockfilt-sockfilt.obj -MD -MP -MF $(DEPDIR)/sockfilt-sockfilt.Tpo -c -o sockfilt-sockfilt.obj `if test -f 'sockfilt.c'; then $(CYGPATH_W) 'sockfilt.c'; else $(CYGPATH_W) '$(srcdir)/sockfilt.c'; fi`
254513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sockfilt-sockfilt.Tpo $(DEPDIR)/sockfilt-sockfilt.Po
254613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sockfilt.c' object='sockfilt-sockfilt.obj' libtool=no @AMDEPBACKSLASH@
254713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
254813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o sockfilt-sockfilt.obj `if test -f 'sockfilt.c'; then $(CYGPATH_W) 'sockfilt.c'; else $(CYGPATH_W) '$(srcdir)/sockfilt.c'; fi`
254913498266Sopenharmony_ci
255013498266Sopenharmony_ci../../lib/sockfilt-inet_pton.o: ../../lib/inet_pton.c
255113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-inet_pton.o -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-inet_pton.Tpo -c -o ../../lib/sockfilt-inet_pton.o `test -f '../../lib/inet_pton.c' || echo '$(srcdir)/'`../../lib/inet_pton.c
255213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-inet_pton.Tpo ../../lib/$(DEPDIR)/sockfilt-inet_pton.Po
255313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/inet_pton.c' object='../../lib/sockfilt-inet_pton.o' libtool=no @AMDEPBACKSLASH@
255413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
255513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-inet_pton.o `test -f '../../lib/inet_pton.c' || echo '$(srcdir)/'`../../lib/inet_pton.c
255613498266Sopenharmony_ci
255713498266Sopenharmony_ci../../lib/sockfilt-inet_pton.obj: ../../lib/inet_pton.c
255813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -MT ../../lib/sockfilt-inet_pton.obj -MD -MP -MF ../../lib/$(DEPDIR)/sockfilt-inet_pton.Tpo -c -o ../../lib/sockfilt-inet_pton.obj `if test -f '../../lib/inet_pton.c'; then $(CYGPATH_W) '../../lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/inet_pton.c'; fi`
255913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sockfilt-inet_pton.Tpo ../../lib/$(DEPDIR)/sockfilt-inet_pton.Po
256013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/inet_pton.c' object='../../lib/sockfilt-inet_pton.obj' libtool=no @AMDEPBACKSLASH@
256113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sockfilt_CFLAGS) $(CFLAGS) -c -o ../../lib/sockfilt-inet_pton.obj `if test -f '../../lib/inet_pton.c'; then $(CYGPATH_W) '../../lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/inet_pton.c'; fi`
256313498266Sopenharmony_ci
256413498266Sopenharmony_ci../../lib/socksd-mprintf.o: ../../lib/mprintf.c
256513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-mprintf.Tpo -c -o ../../lib/socksd-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
256613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-mprintf.Tpo ../../lib/$(DEPDIR)/socksd-mprintf.Po
256713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/socksd-mprintf.o' libtool=no @AMDEPBACKSLASH@
256813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
257013498266Sopenharmony_ci
257113498266Sopenharmony_ci../../lib/socksd-mprintf.obj: ../../lib/mprintf.c
257213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-mprintf.Tpo -c -o ../../lib/socksd-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
257313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-mprintf.Tpo ../../lib/$(DEPDIR)/socksd-mprintf.Po
257413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/socksd-mprintf.obj' libtool=no @AMDEPBACKSLASH@
257513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
257713498266Sopenharmony_ci
257813498266Sopenharmony_ci../../lib/socksd-nonblock.o: ../../lib/nonblock.c
257913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-nonblock.Tpo -c -o ../../lib/socksd-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
258013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-nonblock.Tpo ../../lib/$(DEPDIR)/socksd-nonblock.Po
258113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/socksd-nonblock.o' libtool=no @AMDEPBACKSLASH@
258213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
258413498266Sopenharmony_ci
258513498266Sopenharmony_ci../../lib/socksd-nonblock.obj: ../../lib/nonblock.c
258613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-nonblock.Tpo -c -o ../../lib/socksd-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
258713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-nonblock.Tpo ../../lib/$(DEPDIR)/socksd-nonblock.Po
258813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/socksd-nonblock.obj' libtool=no @AMDEPBACKSLASH@
258913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
259013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
259113498266Sopenharmony_ci
259213498266Sopenharmony_ci../../lib/socksd-strtoofft.o: ../../lib/strtoofft.c
259313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-strtoofft.Tpo -c -o ../../lib/socksd-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
259413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-strtoofft.Tpo ../../lib/$(DEPDIR)/socksd-strtoofft.Po
259513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/socksd-strtoofft.o' libtool=no @AMDEPBACKSLASH@
259613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
259713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
259813498266Sopenharmony_ci
259913498266Sopenharmony_ci../../lib/socksd-strtoofft.obj: ../../lib/strtoofft.c
260013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-strtoofft.Tpo -c -o ../../lib/socksd-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
260113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-strtoofft.Tpo ../../lib/$(DEPDIR)/socksd-strtoofft.Po
260213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/socksd-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
260313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
260513498266Sopenharmony_ci
260613498266Sopenharmony_ci../../lib/socksd-warnless.o: ../../lib/warnless.c
260713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-warnless.Tpo -c -o ../../lib/socksd-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
260813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-warnless.Tpo ../../lib/$(DEPDIR)/socksd-warnless.Po
260913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/socksd-warnless.o' libtool=no @AMDEPBACKSLASH@
261013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
261213498266Sopenharmony_ci
261313498266Sopenharmony_ci../../lib/socksd-warnless.obj: ../../lib/warnless.c
261413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-warnless.Tpo -c -o ../../lib/socksd-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
261513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-warnless.Tpo ../../lib/$(DEPDIR)/socksd-warnless.Po
261613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/socksd-warnless.obj' libtool=no @AMDEPBACKSLASH@
261713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
261913498266Sopenharmony_ci
262013498266Sopenharmony_ci../../lib/socksd-timediff.o: ../../lib/timediff.c
262113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-timediff.Tpo -c -o ../../lib/socksd-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
262213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-timediff.Tpo ../../lib/$(DEPDIR)/socksd-timediff.Po
262313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/socksd-timediff.o' libtool=no @AMDEPBACKSLASH@
262413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
262613498266Sopenharmony_ci
262713498266Sopenharmony_ci../../lib/socksd-timediff.obj: ../../lib/timediff.c
262813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-timediff.Tpo -c -o ../../lib/socksd-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
262913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-timediff.Tpo ../../lib/$(DEPDIR)/socksd-timediff.Po
263013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/socksd-timediff.obj' libtool=no @AMDEPBACKSLASH@
263113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
263313498266Sopenharmony_ci
263413498266Sopenharmony_ci../../lib/socksd-dynbuf.o: ../../lib/dynbuf.c
263513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-dynbuf.Tpo -c -o ../../lib/socksd-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
263613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-dynbuf.Tpo ../../lib/$(DEPDIR)/socksd-dynbuf.Po
263713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/socksd-dynbuf.o' libtool=no @AMDEPBACKSLASH@
263813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
264013498266Sopenharmony_ci
264113498266Sopenharmony_ci../../lib/socksd-dynbuf.obj: ../../lib/dynbuf.c
264213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-dynbuf.Tpo -c -o ../../lib/socksd-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
264313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-dynbuf.Tpo ../../lib/$(DEPDIR)/socksd-dynbuf.Po
264413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/socksd-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
264513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
264713498266Sopenharmony_ci
264813498266Sopenharmony_ci../../lib/socksd-strdup.o: ../../lib/strdup.c
264913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-strdup.Tpo -c -o ../../lib/socksd-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
265013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-strdup.Tpo ../../lib/$(DEPDIR)/socksd-strdup.Po
265113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/socksd-strdup.o' libtool=no @AMDEPBACKSLASH@
265213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
265313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
265413498266Sopenharmony_ci
265513498266Sopenharmony_ci../../lib/socksd-strdup.obj: ../../lib/strdup.c
265613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-strdup.Tpo -c -o ../../lib/socksd-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
265713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-strdup.Tpo ../../lib/$(DEPDIR)/socksd-strdup.Po
265813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/socksd-strdup.obj' libtool=no @AMDEPBACKSLASH@
265913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
266113498266Sopenharmony_ci
266213498266Sopenharmony_ci../../lib/socksd-strcase.o: ../../lib/strcase.c
266313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-strcase.Tpo -c -o ../../lib/socksd-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
266413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-strcase.Tpo ../../lib/$(DEPDIR)/socksd-strcase.Po
266513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/socksd-strcase.o' libtool=no @AMDEPBACKSLASH@
266613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
266713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
266813498266Sopenharmony_ci
266913498266Sopenharmony_ci../../lib/socksd-strcase.obj: ../../lib/strcase.c
267013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-strcase.Tpo -c -o ../../lib/socksd-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
267113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-strcase.Tpo ../../lib/$(DEPDIR)/socksd-strcase.Po
267213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/socksd-strcase.obj' libtool=no @AMDEPBACKSLASH@
267313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
267513498266Sopenharmony_ci
267613498266Sopenharmony_ci../../lib/socksd-curl_multibyte.o: ../../lib/curl_multibyte.c
267713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-curl_multibyte.Tpo -c -o ../../lib/socksd-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
267813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-curl_multibyte.Tpo ../../lib/$(DEPDIR)/socksd-curl_multibyte.Po
267913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/socksd-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
268013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
268213498266Sopenharmony_ci
268313498266Sopenharmony_ci../../lib/socksd-curl_multibyte.obj: ../../lib/curl_multibyte.c
268413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-curl_multibyte.Tpo -c -o ../../lib/socksd-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
268513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-curl_multibyte.Tpo ../../lib/$(DEPDIR)/socksd-curl_multibyte.Po
268613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/socksd-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
268713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
268913498266Sopenharmony_ci
269013498266Sopenharmony_cisocksd-getpart.o: getpart.c
269113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT socksd-getpart.o -MD -MP -MF $(DEPDIR)/socksd-getpart.Tpo -c -o socksd-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
269213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/socksd-getpart.Tpo $(DEPDIR)/socksd-getpart.Po
269313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='socksd-getpart.o' libtool=no @AMDEPBACKSLASH@
269413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o socksd-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
269613498266Sopenharmony_ci
269713498266Sopenharmony_cisocksd-getpart.obj: getpart.c
269813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT socksd-getpart.obj -MD -MP -MF $(DEPDIR)/socksd-getpart.Tpo -c -o socksd-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
269913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/socksd-getpart.Tpo $(DEPDIR)/socksd-getpart.Po
270013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='socksd-getpart.obj' libtool=no @AMDEPBACKSLASH@
270113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o socksd-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
270313498266Sopenharmony_ci
270413498266Sopenharmony_ci../../lib/socksd-base64.o: ../../lib/base64.c
270513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-base64.Tpo -c -o ../../lib/socksd-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
270613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-base64.Tpo ../../lib/$(DEPDIR)/socksd-base64.Po
270713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/socksd-base64.o' libtool=no @AMDEPBACKSLASH@
270813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
271013498266Sopenharmony_ci
271113498266Sopenharmony_ci../../lib/socksd-base64.obj: ../../lib/base64.c
271213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-base64.Tpo -c -o ../../lib/socksd-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
271313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-base64.Tpo ../../lib/$(DEPDIR)/socksd-base64.Po
271413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/socksd-base64.obj' libtool=no @AMDEPBACKSLASH@
271513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
271713498266Sopenharmony_ci
271813498266Sopenharmony_ci../../lib/socksd-memdebug.o: ../../lib/memdebug.c
271913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-memdebug.Tpo -c -o ../../lib/socksd-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
272013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-memdebug.Tpo ../../lib/$(DEPDIR)/socksd-memdebug.Po
272113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/socksd-memdebug.o' libtool=no @AMDEPBACKSLASH@
272213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
272413498266Sopenharmony_ci
272513498266Sopenharmony_ci../../lib/socksd-memdebug.obj: ../../lib/memdebug.c
272613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-memdebug.Tpo -c -o ../../lib/socksd-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
272713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-memdebug.Tpo ../../lib/$(DEPDIR)/socksd-memdebug.Po
272813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/socksd-memdebug.obj' libtool=no @AMDEPBACKSLASH@
272913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
273113498266Sopenharmony_ci
273213498266Sopenharmony_cisocksd-util.o: util.c
273313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT socksd-util.o -MD -MP -MF $(DEPDIR)/socksd-util.Tpo -c -o socksd-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
273413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/socksd-util.Tpo $(DEPDIR)/socksd-util.Po
273513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='socksd-util.o' libtool=no @AMDEPBACKSLASH@
273613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o socksd-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
273813498266Sopenharmony_ci
273913498266Sopenharmony_cisocksd-util.obj: util.c
274013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT socksd-util.obj -MD -MP -MF $(DEPDIR)/socksd-util.Tpo -c -o socksd-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
274113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/socksd-util.Tpo $(DEPDIR)/socksd-util.Po
274213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='socksd-util.obj' libtool=no @AMDEPBACKSLASH@
274313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
274413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o socksd-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
274513498266Sopenharmony_ci
274613498266Sopenharmony_cisocksd-socksd.o: socksd.c
274713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT socksd-socksd.o -MD -MP -MF $(DEPDIR)/socksd-socksd.Tpo -c -o socksd-socksd.o `test -f 'socksd.c' || echo '$(srcdir)/'`socksd.c
274813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/socksd-socksd.Tpo $(DEPDIR)/socksd-socksd.Po
274913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socksd.c' object='socksd-socksd.o' libtool=no @AMDEPBACKSLASH@
275013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o socksd-socksd.o `test -f 'socksd.c' || echo '$(srcdir)/'`socksd.c
275213498266Sopenharmony_ci
275313498266Sopenharmony_cisocksd-socksd.obj: socksd.c
275413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT socksd-socksd.obj -MD -MP -MF $(DEPDIR)/socksd-socksd.Tpo -c -o socksd-socksd.obj `if test -f 'socksd.c'; then $(CYGPATH_W) 'socksd.c'; else $(CYGPATH_W) '$(srcdir)/socksd.c'; fi`
275513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/socksd-socksd.Tpo $(DEPDIR)/socksd-socksd.Po
275613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socksd.c' object='socksd-socksd.obj' libtool=no @AMDEPBACKSLASH@
275713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o socksd-socksd.obj `if test -f 'socksd.c'; then $(CYGPATH_W) 'socksd.c'; else $(CYGPATH_W) '$(srcdir)/socksd.c'; fi`
275913498266Sopenharmony_ci
276013498266Sopenharmony_ci../../lib/socksd-inet_pton.o: ../../lib/inet_pton.c
276113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-inet_pton.o -MD -MP -MF ../../lib/$(DEPDIR)/socksd-inet_pton.Tpo -c -o ../../lib/socksd-inet_pton.o `test -f '../../lib/inet_pton.c' || echo '$(srcdir)/'`../../lib/inet_pton.c
276213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-inet_pton.Tpo ../../lib/$(DEPDIR)/socksd-inet_pton.Po
276313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/inet_pton.c' object='../../lib/socksd-inet_pton.o' libtool=no @AMDEPBACKSLASH@
276413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-inet_pton.o `test -f '../../lib/inet_pton.c' || echo '$(srcdir)/'`../../lib/inet_pton.c
276613498266Sopenharmony_ci
276713498266Sopenharmony_ci../../lib/socksd-inet_pton.obj: ../../lib/inet_pton.c
276813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -MT ../../lib/socksd-inet_pton.obj -MD -MP -MF ../../lib/$(DEPDIR)/socksd-inet_pton.Tpo -c -o ../../lib/socksd-inet_pton.obj `if test -f '../../lib/inet_pton.c'; then $(CYGPATH_W) '../../lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/inet_pton.c'; fi`
276913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/socksd-inet_pton.Tpo ../../lib/$(DEPDIR)/socksd-inet_pton.Po
277013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/inet_pton.c' object='../../lib/socksd-inet_pton.obj' libtool=no @AMDEPBACKSLASH@
277113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(socksd_CFLAGS) $(CFLAGS) -c -o ../../lib/socksd-inet_pton.obj `if test -f '../../lib/inet_pton.c'; then $(CYGPATH_W) '../../lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/inet_pton.c'; fi`
277313498266Sopenharmony_ci
277413498266Sopenharmony_ci../../lib/sws-mprintf.o: ../../lib/mprintf.c
277513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-mprintf.Tpo -c -o ../../lib/sws-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
277613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-mprintf.Tpo ../../lib/$(DEPDIR)/sws-mprintf.Po
277713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/sws-mprintf.o' libtool=no @AMDEPBACKSLASH@
277813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
278013498266Sopenharmony_ci
278113498266Sopenharmony_ci../../lib/sws-mprintf.obj: ../../lib/mprintf.c
278213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-mprintf.Tpo -c -o ../../lib/sws-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
278313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-mprintf.Tpo ../../lib/$(DEPDIR)/sws-mprintf.Po
278413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/sws-mprintf.obj' libtool=no @AMDEPBACKSLASH@
278513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
278613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
278713498266Sopenharmony_ci
278813498266Sopenharmony_ci../../lib/sws-nonblock.o: ../../lib/nonblock.c
278913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-nonblock.Tpo -c -o ../../lib/sws-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
279013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-nonblock.Tpo ../../lib/$(DEPDIR)/sws-nonblock.Po
279113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/sws-nonblock.o' libtool=no @AMDEPBACKSLASH@
279213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
279413498266Sopenharmony_ci
279513498266Sopenharmony_ci../../lib/sws-nonblock.obj: ../../lib/nonblock.c
279613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-nonblock.Tpo -c -o ../../lib/sws-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
279713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-nonblock.Tpo ../../lib/$(DEPDIR)/sws-nonblock.Po
279813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/sws-nonblock.obj' libtool=no @AMDEPBACKSLASH@
279913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
280113498266Sopenharmony_ci
280213498266Sopenharmony_ci../../lib/sws-strtoofft.o: ../../lib/strtoofft.c
280313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-strtoofft.Tpo -c -o ../../lib/sws-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
280413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-strtoofft.Tpo ../../lib/$(DEPDIR)/sws-strtoofft.Po
280513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/sws-strtoofft.o' libtool=no @AMDEPBACKSLASH@
280613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
280813498266Sopenharmony_ci
280913498266Sopenharmony_ci../../lib/sws-strtoofft.obj: ../../lib/strtoofft.c
281013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-strtoofft.Tpo -c -o ../../lib/sws-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
281113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-strtoofft.Tpo ../../lib/$(DEPDIR)/sws-strtoofft.Po
281213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/sws-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
281313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
281513498266Sopenharmony_ci
281613498266Sopenharmony_ci../../lib/sws-warnless.o: ../../lib/warnless.c
281713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-warnless.Tpo -c -o ../../lib/sws-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
281813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-warnless.Tpo ../../lib/$(DEPDIR)/sws-warnless.Po
281913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/sws-warnless.o' libtool=no @AMDEPBACKSLASH@
282013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
282213498266Sopenharmony_ci
282313498266Sopenharmony_ci../../lib/sws-warnless.obj: ../../lib/warnless.c
282413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-warnless.Tpo -c -o ../../lib/sws-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
282513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-warnless.Tpo ../../lib/$(DEPDIR)/sws-warnless.Po
282613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/sws-warnless.obj' libtool=no @AMDEPBACKSLASH@
282713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
282913498266Sopenharmony_ci
283013498266Sopenharmony_ci../../lib/sws-timediff.o: ../../lib/timediff.c
283113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-timediff.Tpo -c -o ../../lib/sws-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
283213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-timediff.Tpo ../../lib/$(DEPDIR)/sws-timediff.Po
283313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/sws-timediff.o' libtool=no @AMDEPBACKSLASH@
283413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
283613498266Sopenharmony_ci
283713498266Sopenharmony_ci../../lib/sws-timediff.obj: ../../lib/timediff.c
283813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-timediff.Tpo -c -o ../../lib/sws-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
283913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-timediff.Tpo ../../lib/$(DEPDIR)/sws-timediff.Po
284013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/sws-timediff.obj' libtool=no @AMDEPBACKSLASH@
284113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
284313498266Sopenharmony_ci
284413498266Sopenharmony_ci../../lib/sws-dynbuf.o: ../../lib/dynbuf.c
284513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-dynbuf.Tpo -c -o ../../lib/sws-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
284613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-dynbuf.Tpo ../../lib/$(DEPDIR)/sws-dynbuf.Po
284713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/sws-dynbuf.o' libtool=no @AMDEPBACKSLASH@
284813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
285013498266Sopenharmony_ci
285113498266Sopenharmony_ci../../lib/sws-dynbuf.obj: ../../lib/dynbuf.c
285213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-dynbuf.Tpo -c -o ../../lib/sws-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
285313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-dynbuf.Tpo ../../lib/$(DEPDIR)/sws-dynbuf.Po
285413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/sws-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
285513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
285713498266Sopenharmony_ci
285813498266Sopenharmony_ci../../lib/sws-strdup.o: ../../lib/strdup.c
285913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-strdup.Tpo -c -o ../../lib/sws-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
286013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-strdup.Tpo ../../lib/$(DEPDIR)/sws-strdup.Po
286113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/sws-strdup.o' libtool=no @AMDEPBACKSLASH@
286213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
286413498266Sopenharmony_ci
286513498266Sopenharmony_ci../../lib/sws-strdup.obj: ../../lib/strdup.c
286613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-strdup.Tpo -c -o ../../lib/sws-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
286713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-strdup.Tpo ../../lib/$(DEPDIR)/sws-strdup.Po
286813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/sws-strdup.obj' libtool=no @AMDEPBACKSLASH@
286913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
287113498266Sopenharmony_ci
287213498266Sopenharmony_ci../../lib/sws-strcase.o: ../../lib/strcase.c
287313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-strcase.Tpo -c -o ../../lib/sws-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
287413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-strcase.Tpo ../../lib/$(DEPDIR)/sws-strcase.Po
287513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/sws-strcase.o' libtool=no @AMDEPBACKSLASH@
287613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
287813498266Sopenharmony_ci
287913498266Sopenharmony_ci../../lib/sws-strcase.obj: ../../lib/strcase.c
288013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-strcase.Tpo -c -o ../../lib/sws-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
288113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-strcase.Tpo ../../lib/$(DEPDIR)/sws-strcase.Po
288213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/sws-strcase.obj' libtool=no @AMDEPBACKSLASH@
288313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
288513498266Sopenharmony_ci
288613498266Sopenharmony_ci../../lib/sws-curl_multibyte.o: ../../lib/curl_multibyte.c
288713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-curl_multibyte.Tpo -c -o ../../lib/sws-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
288813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-curl_multibyte.Tpo ../../lib/$(DEPDIR)/sws-curl_multibyte.Po
288913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/sws-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
289013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
289213498266Sopenharmony_ci
289313498266Sopenharmony_ci../../lib/sws-curl_multibyte.obj: ../../lib/curl_multibyte.c
289413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-curl_multibyte.Tpo -c -o ../../lib/sws-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
289513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-curl_multibyte.Tpo ../../lib/$(DEPDIR)/sws-curl_multibyte.Po
289613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/sws-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
289713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
289913498266Sopenharmony_ci
290013498266Sopenharmony_cisws-getpart.o: getpart.c
290113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT sws-getpart.o -MD -MP -MF $(DEPDIR)/sws-getpart.Tpo -c -o sws-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
290213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sws-getpart.Tpo $(DEPDIR)/sws-getpart.Po
290313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='sws-getpart.o' libtool=no @AMDEPBACKSLASH@
290413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o sws-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
290613498266Sopenharmony_ci
290713498266Sopenharmony_cisws-getpart.obj: getpart.c
290813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT sws-getpart.obj -MD -MP -MF $(DEPDIR)/sws-getpart.Tpo -c -o sws-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
290913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sws-getpart.Tpo $(DEPDIR)/sws-getpart.Po
291013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='sws-getpart.obj' libtool=no @AMDEPBACKSLASH@
291113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o sws-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
291313498266Sopenharmony_ci
291413498266Sopenharmony_ci../../lib/sws-base64.o: ../../lib/base64.c
291513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-base64.Tpo -c -o ../../lib/sws-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
291613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-base64.Tpo ../../lib/$(DEPDIR)/sws-base64.Po
291713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/sws-base64.o' libtool=no @AMDEPBACKSLASH@
291813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
292013498266Sopenharmony_ci
292113498266Sopenharmony_ci../../lib/sws-base64.obj: ../../lib/base64.c
292213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-base64.Tpo -c -o ../../lib/sws-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
292313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-base64.Tpo ../../lib/$(DEPDIR)/sws-base64.Po
292413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/sws-base64.obj' libtool=no @AMDEPBACKSLASH@
292513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
292713498266Sopenharmony_ci
292813498266Sopenharmony_ci../../lib/sws-memdebug.o: ../../lib/memdebug.c
292913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-memdebug.Tpo -c -o ../../lib/sws-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
293013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-memdebug.Tpo ../../lib/$(DEPDIR)/sws-memdebug.Po
293113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/sws-memdebug.o' libtool=no @AMDEPBACKSLASH@
293213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
293413498266Sopenharmony_ci
293513498266Sopenharmony_ci../../lib/sws-memdebug.obj: ../../lib/memdebug.c
293613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-memdebug.Tpo -c -o ../../lib/sws-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
293713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-memdebug.Tpo ../../lib/$(DEPDIR)/sws-memdebug.Po
293813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/sws-memdebug.obj' libtool=no @AMDEPBACKSLASH@
293913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
294113498266Sopenharmony_ci
294213498266Sopenharmony_cisws-util.o: util.c
294313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT sws-util.o -MD -MP -MF $(DEPDIR)/sws-util.Tpo -c -o sws-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
294413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sws-util.Tpo $(DEPDIR)/sws-util.Po
294513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='sws-util.o' libtool=no @AMDEPBACKSLASH@
294613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o sws-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
294813498266Sopenharmony_ci
294913498266Sopenharmony_cisws-util.obj: util.c
295013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT sws-util.obj -MD -MP -MF $(DEPDIR)/sws-util.Tpo -c -o sws-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
295113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sws-util.Tpo $(DEPDIR)/sws-util.Po
295213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='sws-util.obj' libtool=no @AMDEPBACKSLASH@
295313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o sws-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
295513498266Sopenharmony_ci
295613498266Sopenharmony_cisws-sws.o: sws.c
295713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT sws-sws.o -MD -MP -MF $(DEPDIR)/sws-sws.Tpo -c -o sws-sws.o `test -f 'sws.c' || echo '$(srcdir)/'`sws.c
295813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sws-sws.Tpo $(DEPDIR)/sws-sws.Po
295913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sws.c' object='sws-sws.o' libtool=no @AMDEPBACKSLASH@
296013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o sws-sws.o `test -f 'sws.c' || echo '$(srcdir)/'`sws.c
296213498266Sopenharmony_ci
296313498266Sopenharmony_cisws-sws.obj: sws.c
296413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT sws-sws.obj -MD -MP -MF $(DEPDIR)/sws-sws.Tpo -c -o sws-sws.obj `if test -f 'sws.c'; then $(CYGPATH_W) 'sws.c'; else $(CYGPATH_W) '$(srcdir)/sws.c'; fi`
296513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sws-sws.Tpo $(DEPDIR)/sws-sws.Po
296613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sws.c' object='sws-sws.obj' libtool=no @AMDEPBACKSLASH@
296713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o sws-sws.obj `if test -f 'sws.c'; then $(CYGPATH_W) 'sws.c'; else $(CYGPATH_W) '$(srcdir)/sws.c'; fi`
296913498266Sopenharmony_ci
297013498266Sopenharmony_ci../../lib/sws-inet_pton.o: ../../lib/inet_pton.c
297113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-inet_pton.o -MD -MP -MF ../../lib/$(DEPDIR)/sws-inet_pton.Tpo -c -o ../../lib/sws-inet_pton.o `test -f '../../lib/inet_pton.c' || echo '$(srcdir)/'`../../lib/inet_pton.c
297213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-inet_pton.Tpo ../../lib/$(DEPDIR)/sws-inet_pton.Po
297313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/inet_pton.c' object='../../lib/sws-inet_pton.o' libtool=no @AMDEPBACKSLASH@
297413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-inet_pton.o `test -f '../../lib/inet_pton.c' || echo '$(srcdir)/'`../../lib/inet_pton.c
297613498266Sopenharmony_ci
297713498266Sopenharmony_ci../../lib/sws-inet_pton.obj: ../../lib/inet_pton.c
297813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -MT ../../lib/sws-inet_pton.obj -MD -MP -MF ../../lib/$(DEPDIR)/sws-inet_pton.Tpo -c -o ../../lib/sws-inet_pton.obj `if test -f '../../lib/inet_pton.c'; then $(CYGPATH_W) '../../lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/inet_pton.c'; fi`
297913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/sws-inet_pton.Tpo ../../lib/$(DEPDIR)/sws-inet_pton.Po
298013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/inet_pton.c' object='../../lib/sws-inet_pton.obj' libtool=no @AMDEPBACKSLASH@
298113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sws_CFLAGS) $(CFLAGS) -c -o ../../lib/sws-inet_pton.obj `if test -f '../../lib/inet_pton.c'; then $(CYGPATH_W) '../../lib/inet_pton.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/inet_pton.c'; fi`
298313498266Sopenharmony_ci
298413498266Sopenharmony_ci../../lib/tftpd-mprintf.o: ../../lib/mprintf.c
298513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-mprintf.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-mprintf.Tpo -c -o ../../lib/tftpd-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
298613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-mprintf.Tpo ../../lib/$(DEPDIR)/tftpd-mprintf.Po
298713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/tftpd-mprintf.o' libtool=no @AMDEPBACKSLASH@
298813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-mprintf.o `test -f '../../lib/mprintf.c' || echo '$(srcdir)/'`../../lib/mprintf.c
299013498266Sopenharmony_ci
299113498266Sopenharmony_ci../../lib/tftpd-mprintf.obj: ../../lib/mprintf.c
299213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-mprintf.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-mprintf.Tpo -c -o ../../lib/tftpd-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
299313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-mprintf.Tpo ../../lib/$(DEPDIR)/tftpd-mprintf.Po
299413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/mprintf.c' object='../../lib/tftpd-mprintf.obj' libtool=no @AMDEPBACKSLASH@
299513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-mprintf.obj `if test -f '../../lib/mprintf.c'; then $(CYGPATH_W) '../../lib/mprintf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/mprintf.c'; fi`
299713498266Sopenharmony_ci
299813498266Sopenharmony_ci../../lib/tftpd-nonblock.o: ../../lib/nonblock.c
299913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-nonblock.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-nonblock.Tpo -c -o ../../lib/tftpd-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
300013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-nonblock.Tpo ../../lib/$(DEPDIR)/tftpd-nonblock.Po
300113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/tftpd-nonblock.o' libtool=no @AMDEPBACKSLASH@
300213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-nonblock.o `test -f '../../lib/nonblock.c' || echo '$(srcdir)/'`../../lib/nonblock.c
300413498266Sopenharmony_ci
300513498266Sopenharmony_ci../../lib/tftpd-nonblock.obj: ../../lib/nonblock.c
300613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-nonblock.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-nonblock.Tpo -c -o ../../lib/tftpd-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
300713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-nonblock.Tpo ../../lib/$(DEPDIR)/tftpd-nonblock.Po
300813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/nonblock.c' object='../../lib/tftpd-nonblock.obj' libtool=no @AMDEPBACKSLASH@
300913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-nonblock.obj `if test -f '../../lib/nonblock.c'; then $(CYGPATH_W) '../../lib/nonblock.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/nonblock.c'; fi`
301113498266Sopenharmony_ci
301213498266Sopenharmony_ci../../lib/tftpd-strtoofft.o: ../../lib/strtoofft.c
301313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-strtoofft.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-strtoofft.Tpo -c -o ../../lib/tftpd-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
301413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-strtoofft.Tpo ../../lib/$(DEPDIR)/tftpd-strtoofft.Po
301513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/tftpd-strtoofft.o' libtool=no @AMDEPBACKSLASH@
301613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-strtoofft.o `test -f '../../lib/strtoofft.c' || echo '$(srcdir)/'`../../lib/strtoofft.c
301813498266Sopenharmony_ci
301913498266Sopenharmony_ci../../lib/tftpd-strtoofft.obj: ../../lib/strtoofft.c
302013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-strtoofft.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-strtoofft.Tpo -c -o ../../lib/tftpd-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
302113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-strtoofft.Tpo ../../lib/$(DEPDIR)/tftpd-strtoofft.Po
302213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strtoofft.c' object='../../lib/tftpd-strtoofft.obj' libtool=no @AMDEPBACKSLASH@
302313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-strtoofft.obj `if test -f '../../lib/strtoofft.c'; then $(CYGPATH_W) '../../lib/strtoofft.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strtoofft.c'; fi`
302513498266Sopenharmony_ci
302613498266Sopenharmony_ci../../lib/tftpd-warnless.o: ../../lib/warnless.c
302713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-warnless.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-warnless.Tpo -c -o ../../lib/tftpd-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
302813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-warnless.Tpo ../../lib/$(DEPDIR)/tftpd-warnless.Po
302913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/tftpd-warnless.o' libtool=no @AMDEPBACKSLASH@
303013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-warnless.o `test -f '../../lib/warnless.c' || echo '$(srcdir)/'`../../lib/warnless.c
303213498266Sopenharmony_ci
303313498266Sopenharmony_ci../../lib/tftpd-warnless.obj: ../../lib/warnless.c
303413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-warnless.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-warnless.Tpo -c -o ../../lib/tftpd-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
303513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-warnless.Tpo ../../lib/$(DEPDIR)/tftpd-warnless.Po
303613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/warnless.c' object='../../lib/tftpd-warnless.obj' libtool=no @AMDEPBACKSLASH@
303713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-warnless.obj `if test -f '../../lib/warnless.c'; then $(CYGPATH_W) '../../lib/warnless.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/warnless.c'; fi`
303913498266Sopenharmony_ci
304013498266Sopenharmony_ci../../lib/tftpd-timediff.o: ../../lib/timediff.c
304113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-timediff.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-timediff.Tpo -c -o ../../lib/tftpd-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
304213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-timediff.Tpo ../../lib/$(DEPDIR)/tftpd-timediff.Po
304313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/tftpd-timediff.o' libtool=no @AMDEPBACKSLASH@
304413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-timediff.o `test -f '../../lib/timediff.c' || echo '$(srcdir)/'`../../lib/timediff.c
304613498266Sopenharmony_ci
304713498266Sopenharmony_ci../../lib/tftpd-timediff.obj: ../../lib/timediff.c
304813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-timediff.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-timediff.Tpo -c -o ../../lib/tftpd-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
304913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-timediff.Tpo ../../lib/$(DEPDIR)/tftpd-timediff.Po
305013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/timediff.c' object='../../lib/tftpd-timediff.obj' libtool=no @AMDEPBACKSLASH@
305113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-timediff.obj `if test -f '../../lib/timediff.c'; then $(CYGPATH_W) '../../lib/timediff.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/timediff.c'; fi`
305313498266Sopenharmony_ci
305413498266Sopenharmony_ci../../lib/tftpd-dynbuf.o: ../../lib/dynbuf.c
305513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-dynbuf.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-dynbuf.Tpo -c -o ../../lib/tftpd-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
305613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-dynbuf.Tpo ../../lib/$(DEPDIR)/tftpd-dynbuf.Po
305713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/tftpd-dynbuf.o' libtool=no @AMDEPBACKSLASH@
305813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-dynbuf.o `test -f '../../lib/dynbuf.c' || echo '$(srcdir)/'`../../lib/dynbuf.c
306013498266Sopenharmony_ci
306113498266Sopenharmony_ci../../lib/tftpd-dynbuf.obj: ../../lib/dynbuf.c
306213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-dynbuf.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-dynbuf.Tpo -c -o ../../lib/tftpd-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
306313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-dynbuf.Tpo ../../lib/$(DEPDIR)/tftpd-dynbuf.Po
306413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/dynbuf.c' object='../../lib/tftpd-dynbuf.obj' libtool=no @AMDEPBACKSLASH@
306513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-dynbuf.obj `if test -f '../../lib/dynbuf.c'; then $(CYGPATH_W) '../../lib/dynbuf.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/dynbuf.c'; fi`
306713498266Sopenharmony_ci
306813498266Sopenharmony_ci../../lib/tftpd-strdup.o: ../../lib/strdup.c
306913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-strdup.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-strdup.Tpo -c -o ../../lib/tftpd-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
307013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-strdup.Tpo ../../lib/$(DEPDIR)/tftpd-strdup.Po
307113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/tftpd-strdup.o' libtool=no @AMDEPBACKSLASH@
307213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-strdup.o `test -f '../../lib/strdup.c' || echo '$(srcdir)/'`../../lib/strdup.c
307413498266Sopenharmony_ci
307513498266Sopenharmony_ci../../lib/tftpd-strdup.obj: ../../lib/strdup.c
307613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-strdup.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-strdup.Tpo -c -o ../../lib/tftpd-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
307713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-strdup.Tpo ../../lib/$(DEPDIR)/tftpd-strdup.Po
307813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strdup.c' object='../../lib/tftpd-strdup.obj' libtool=no @AMDEPBACKSLASH@
307913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-strdup.obj `if test -f '../../lib/strdup.c'; then $(CYGPATH_W) '../../lib/strdup.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strdup.c'; fi`
308113498266Sopenharmony_ci
308213498266Sopenharmony_ci../../lib/tftpd-strcase.o: ../../lib/strcase.c
308313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-strcase.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-strcase.Tpo -c -o ../../lib/tftpd-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
308413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-strcase.Tpo ../../lib/$(DEPDIR)/tftpd-strcase.Po
308513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/tftpd-strcase.o' libtool=no @AMDEPBACKSLASH@
308613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-strcase.o `test -f '../../lib/strcase.c' || echo '$(srcdir)/'`../../lib/strcase.c
308813498266Sopenharmony_ci
308913498266Sopenharmony_ci../../lib/tftpd-strcase.obj: ../../lib/strcase.c
309013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-strcase.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-strcase.Tpo -c -o ../../lib/tftpd-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
309113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-strcase.Tpo ../../lib/$(DEPDIR)/tftpd-strcase.Po
309213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/strcase.c' object='../../lib/tftpd-strcase.obj' libtool=no @AMDEPBACKSLASH@
309313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-strcase.obj `if test -f '../../lib/strcase.c'; then $(CYGPATH_W) '../../lib/strcase.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/strcase.c'; fi`
309513498266Sopenharmony_ci
309613498266Sopenharmony_ci../../lib/tftpd-curl_multibyte.o: ../../lib/curl_multibyte.c
309713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-curl_multibyte.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-curl_multibyte.Tpo -c -o ../../lib/tftpd-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
309813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-curl_multibyte.Tpo ../../lib/$(DEPDIR)/tftpd-curl_multibyte.Po
309913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/tftpd-curl_multibyte.o' libtool=no @AMDEPBACKSLASH@
310013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-curl_multibyte.o `test -f '../../lib/curl_multibyte.c' || echo '$(srcdir)/'`../../lib/curl_multibyte.c
310213498266Sopenharmony_ci
310313498266Sopenharmony_ci../../lib/tftpd-curl_multibyte.obj: ../../lib/curl_multibyte.c
310413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-curl_multibyte.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-curl_multibyte.Tpo -c -o ../../lib/tftpd-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
310513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-curl_multibyte.Tpo ../../lib/$(DEPDIR)/tftpd-curl_multibyte.Po
310613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/curl_multibyte.c' object='../../lib/tftpd-curl_multibyte.obj' libtool=no @AMDEPBACKSLASH@
310713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-curl_multibyte.obj `if test -f '../../lib/curl_multibyte.c'; then $(CYGPATH_W) '../../lib/curl_multibyte.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/curl_multibyte.c'; fi`
310913498266Sopenharmony_ci
311013498266Sopenharmony_citftpd-getpart.o: getpart.c
311113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT tftpd-getpart.o -MD -MP -MF $(DEPDIR)/tftpd-getpart.Tpo -c -o tftpd-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
311213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tftpd-getpart.Tpo $(DEPDIR)/tftpd-getpart.Po
311313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='tftpd-getpart.o' libtool=no @AMDEPBACKSLASH@
311413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311513498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o tftpd-getpart.o `test -f 'getpart.c' || echo '$(srcdir)/'`getpart.c
311613498266Sopenharmony_ci
311713498266Sopenharmony_citftpd-getpart.obj: getpart.c
311813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT tftpd-getpart.obj -MD -MP -MF $(DEPDIR)/tftpd-getpart.Tpo -c -o tftpd-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
311913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tftpd-getpart.Tpo $(DEPDIR)/tftpd-getpart.Po
312013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='getpart.c' object='tftpd-getpart.obj' libtool=no @AMDEPBACKSLASH@
312113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312213498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o tftpd-getpart.obj `if test -f 'getpart.c'; then $(CYGPATH_W) 'getpart.c'; else $(CYGPATH_W) '$(srcdir)/getpart.c'; fi`
312313498266Sopenharmony_ci
312413498266Sopenharmony_ci../../lib/tftpd-base64.o: ../../lib/base64.c
312513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-base64.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-base64.Tpo -c -o ../../lib/tftpd-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
312613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-base64.Tpo ../../lib/$(DEPDIR)/tftpd-base64.Po
312713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/tftpd-base64.o' libtool=no @AMDEPBACKSLASH@
312813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312913498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-base64.o `test -f '../../lib/base64.c' || echo '$(srcdir)/'`../../lib/base64.c
313013498266Sopenharmony_ci
313113498266Sopenharmony_ci../../lib/tftpd-base64.obj: ../../lib/base64.c
313213498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-base64.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-base64.Tpo -c -o ../../lib/tftpd-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
313313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-base64.Tpo ../../lib/$(DEPDIR)/tftpd-base64.Po
313413498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/base64.c' object='../../lib/tftpd-base64.obj' libtool=no @AMDEPBACKSLASH@
313513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313613498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-base64.obj `if test -f '../../lib/base64.c'; then $(CYGPATH_W) '../../lib/base64.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/base64.c'; fi`
313713498266Sopenharmony_ci
313813498266Sopenharmony_ci../../lib/tftpd-memdebug.o: ../../lib/memdebug.c
313913498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-memdebug.o -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-memdebug.Tpo -c -o ../../lib/tftpd-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
314013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-memdebug.Tpo ../../lib/$(DEPDIR)/tftpd-memdebug.Po
314113498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/tftpd-memdebug.o' libtool=no @AMDEPBACKSLASH@
314213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314313498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-memdebug.o `test -f '../../lib/memdebug.c' || echo '$(srcdir)/'`../../lib/memdebug.c
314413498266Sopenharmony_ci
314513498266Sopenharmony_ci../../lib/tftpd-memdebug.obj: ../../lib/memdebug.c
314613498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT ../../lib/tftpd-memdebug.obj -MD -MP -MF ../../lib/$(DEPDIR)/tftpd-memdebug.Tpo -c -o ../../lib/tftpd-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
314713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../../lib/$(DEPDIR)/tftpd-memdebug.Tpo ../../lib/$(DEPDIR)/tftpd-memdebug.Po
314813498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../../lib/memdebug.c' object='../../lib/tftpd-memdebug.obj' libtool=no @AMDEPBACKSLASH@
314913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315013498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o ../../lib/tftpd-memdebug.obj `if test -f '../../lib/memdebug.c'; then $(CYGPATH_W) '../../lib/memdebug.c'; else $(CYGPATH_W) '$(srcdir)/../../lib/memdebug.c'; fi`
315113498266Sopenharmony_ci
315213498266Sopenharmony_citftpd-util.o: util.c
315313498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT tftpd-util.o -MD -MP -MF $(DEPDIR)/tftpd-util.Tpo -c -o tftpd-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
315413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tftpd-util.Tpo $(DEPDIR)/tftpd-util.Po
315513498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='tftpd-util.o' libtool=no @AMDEPBACKSLASH@
315613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315713498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o tftpd-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
315813498266Sopenharmony_ci
315913498266Sopenharmony_citftpd-util.obj: util.c
316013498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT tftpd-util.obj -MD -MP -MF $(DEPDIR)/tftpd-util.Tpo -c -o tftpd-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
316113498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tftpd-util.Tpo $(DEPDIR)/tftpd-util.Po
316213498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='tftpd-util.obj' libtool=no @AMDEPBACKSLASH@
316313498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316413498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o tftpd-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
316513498266Sopenharmony_ci
316613498266Sopenharmony_citftpd-tftpd.o: tftpd.c
316713498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT tftpd-tftpd.o -MD -MP -MF $(DEPDIR)/tftpd-tftpd.Tpo -c -o tftpd-tftpd.o `test -f 'tftpd.c' || echo '$(srcdir)/'`tftpd.c
316813498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tftpd-tftpd.Tpo $(DEPDIR)/tftpd-tftpd.Po
316913498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tftpd.c' object='tftpd-tftpd.o' libtool=no @AMDEPBACKSLASH@
317013498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317113498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o tftpd-tftpd.o `test -f 'tftpd.c' || echo '$(srcdir)/'`tftpd.c
317213498266Sopenharmony_ci
317313498266Sopenharmony_citftpd-tftpd.obj: tftpd.c
317413498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -MT tftpd-tftpd.obj -MD -MP -MF $(DEPDIR)/tftpd-tftpd.Tpo -c -o tftpd-tftpd.obj `if test -f 'tftpd.c'; then $(CYGPATH_W) 'tftpd.c'; else $(CYGPATH_W) '$(srcdir)/tftpd.c'; fi`
317513498266Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tftpd-tftpd.Tpo $(DEPDIR)/tftpd-tftpd.Po
317613498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tftpd.c' object='tftpd-tftpd.obj' libtool=no @AMDEPBACKSLASH@
317713498266Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317813498266Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tftpd_CFLAGS) $(CFLAGS) -c -o tftpd-tftpd.obj `if test -f 'tftpd.c'; then $(CYGPATH_W) 'tftpd.c'; else $(CYGPATH_W) '$(srcdir)/tftpd.c'; fi`
317913498266Sopenharmony_ci
318013498266Sopenharmony_cimostlyclean-libtool:
318113498266Sopenharmony_ci	-rm -f *.lo
318213498266Sopenharmony_ci
318313498266Sopenharmony_ciclean-libtool:
318413498266Sopenharmony_ci	-rm -rf .libs _libs
318513498266Sopenharmony_ci
318613498266Sopenharmony_ciID: $(am__tagged_files)
318713498266Sopenharmony_ci	$(am__define_uniq_tagged_files); mkid -fID $$unique
318813498266Sopenharmony_citags: tags-am
318913498266Sopenharmony_ciTAGS: tags
319013498266Sopenharmony_ci
319113498266Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
319213498266Sopenharmony_ci	set x; \
319313498266Sopenharmony_ci	here=`pwd`; \
319413498266Sopenharmony_ci	$(am__define_uniq_tagged_files); \
319513498266Sopenharmony_ci	shift; \
319613498266Sopenharmony_ci	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
319713498266Sopenharmony_ci	  test -n "$$unique" || unique=$$empty_fix; \
319813498266Sopenharmony_ci	  if test $$# -gt 0; then \
319913498266Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
320013498266Sopenharmony_ci	      "$$@" $$unique; \
320113498266Sopenharmony_ci	  else \
320213498266Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
320313498266Sopenharmony_ci	      $$unique; \
320413498266Sopenharmony_ci	  fi; \
320513498266Sopenharmony_ci	fi
320613498266Sopenharmony_cictags: ctags-am
320713498266Sopenharmony_ci
320813498266Sopenharmony_ciCTAGS: ctags
320913498266Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
321013498266Sopenharmony_ci	$(am__define_uniq_tagged_files); \
321113498266Sopenharmony_ci	test -z "$(CTAGS_ARGS)$$unique" \
321213498266Sopenharmony_ci	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
321313498266Sopenharmony_ci	     $$unique
321413498266Sopenharmony_ci
321513498266Sopenharmony_ciGTAGS:
321613498266Sopenharmony_ci	here=`$(am__cd) $(top_builddir) && pwd` \
321713498266Sopenharmony_ci	  && $(am__cd) $(top_srcdir) \
321813498266Sopenharmony_ci	  && gtags -i $(GTAGS_ARGS) "$$here"
321913498266Sopenharmony_cicscopelist: cscopelist-am
322013498266Sopenharmony_ci
322113498266Sopenharmony_cicscopelist-am: $(am__tagged_files)
322213498266Sopenharmony_ci	list='$(am__tagged_files)'; \
322313498266Sopenharmony_ci	case "$(srcdir)" in \
322413498266Sopenharmony_ci	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
322513498266Sopenharmony_ci	  *) sdir=$(subdir)/$(srcdir) ;; \
322613498266Sopenharmony_ci	esac; \
322713498266Sopenharmony_ci	for i in $$list; do \
322813498266Sopenharmony_ci	  if test -f "$$i"; then \
322913498266Sopenharmony_ci	    echo "$(subdir)/$$i"; \
323013498266Sopenharmony_ci	  else \
323113498266Sopenharmony_ci	    echo "$$sdir/$$i"; \
323213498266Sopenharmony_ci	  fi; \
323313498266Sopenharmony_ci	done >> $(top_builddir)/cscope.files
323413498266Sopenharmony_ci
323513498266Sopenharmony_cidistclean-tags:
323613498266Sopenharmony_ci	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
323713498266Sopenharmony_cidistdir: $(BUILT_SOURCES)
323813498266Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) distdir-am
323913498266Sopenharmony_ci
324013498266Sopenharmony_cidistdir-am: $(DISTFILES)
324113498266Sopenharmony_ci	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
324213498266Sopenharmony_ci	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
324313498266Sopenharmony_ci	list='$(DISTFILES)'; \
324413498266Sopenharmony_ci	  dist_files=`for file in $$list; do echo $$file; done | \
324513498266Sopenharmony_ci	  sed -e "s|^$$srcdirstrip/||;t" \
324613498266Sopenharmony_ci	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
324713498266Sopenharmony_ci	case $$dist_files in \
324813498266Sopenharmony_ci	  */*) $(MKDIR_P) `echo "$$dist_files" | \
324913498266Sopenharmony_ci			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
325013498266Sopenharmony_ci			   sort -u` ;; \
325113498266Sopenharmony_ci	esac; \
325213498266Sopenharmony_ci	for file in $$dist_files; do \
325313498266Sopenharmony_ci	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
325413498266Sopenharmony_ci	  if test -d $$d/$$file; then \
325513498266Sopenharmony_ci	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
325613498266Sopenharmony_ci	    if test -d "$(distdir)/$$file"; then \
325713498266Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
325813498266Sopenharmony_ci	    fi; \
325913498266Sopenharmony_ci	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
326013498266Sopenharmony_ci	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
326113498266Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
326213498266Sopenharmony_ci	    fi; \
326313498266Sopenharmony_ci	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
326413498266Sopenharmony_ci	  else \
326513498266Sopenharmony_ci	    test -f "$(distdir)/$$file" \
326613498266Sopenharmony_ci	    || cp -p $$d/$$file "$(distdir)/$$file" \
326713498266Sopenharmony_ci	    || exit 1; \
326813498266Sopenharmony_ci	  fi; \
326913498266Sopenharmony_ci	done
327013498266Sopenharmony_cicheck-am: all-am
327113498266Sopenharmony_cicheck: check-am
327213498266Sopenharmony_ci@CURLDEBUG_FALSE@all-local:
327313498266Sopenharmony_ciall-am: Makefile $(PROGRAMS) all-local
327413498266Sopenharmony_ciinstalldirs:
327513498266Sopenharmony_ciinstall: install-am
327613498266Sopenharmony_ciinstall-exec: install-exec-am
327713498266Sopenharmony_ciinstall-data: install-data-am
327813498266Sopenharmony_ciuninstall: uninstall-am
327913498266Sopenharmony_ci
328013498266Sopenharmony_ciinstall-am: all-am
328113498266Sopenharmony_ci	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328213498266Sopenharmony_ci
328313498266Sopenharmony_ciinstallcheck: installcheck-am
328413498266Sopenharmony_ciinstall-strip:
328513498266Sopenharmony_ci	if test -z '$(STRIP)'; then \
328613498266Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
328713498266Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
328813498266Sopenharmony_ci	      install; \
328913498266Sopenharmony_ci	else \
329013498266Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
329113498266Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
329213498266Sopenharmony_ci	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
329313498266Sopenharmony_ci	fi
329413498266Sopenharmony_cimostlyclean-generic:
329513498266Sopenharmony_ci
329613498266Sopenharmony_ciclean-generic:
329713498266Sopenharmony_ci
329813498266Sopenharmony_cidistclean-generic:
329913498266Sopenharmony_ci	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
330013498266Sopenharmony_ci	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
330113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/$(am__dirstamp)
330213498266Sopenharmony_ci	-rm -f ../../lib/$(am__dirstamp)
330313498266Sopenharmony_ci
330413498266Sopenharmony_cimaintainer-clean-generic:
330513498266Sopenharmony_ci	@echo "This command is intended for maintainers to use"
330613498266Sopenharmony_ci	@echo "it deletes files that may require special tools to rebuild."
330713498266Sopenharmony_ciclean: clean-am
330813498266Sopenharmony_ci
330913498266Sopenharmony_ciclean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
331013498266Sopenharmony_ci	mostlyclean-am
331113498266Sopenharmony_ci
331213498266Sopenharmony_cidistclean: distclean-am
331313498266Sopenharmony_ci		-rm -f ../../lib/$(DEPDIR)/fake_ntlm-base64.Po
331413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Po
331513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Po
331613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-memdebug.Po
331713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-mprintf.Po
331813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-nonblock.Po
331913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-strcase.Po
332013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-strdup.Po
332113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Po
332213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-timediff.Po
332313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-warnless.Po
332413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-base64.Po
332513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-curl_multibyte.Po
332613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-dynbuf.Po
332713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-memdebug.Po
332813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-mprintf.Po
332913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-nonblock.Po
333013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-strcase.Po
333113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-strdup.Po
333213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-strtoofft.Po
333313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-timediff.Po
333413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-warnless.Po
333513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-base64.Po
333613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-curl_multibyte.Po
333713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-dynbuf.Po
333813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-inet_pton.Po
333913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-memdebug.Po
334013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-mprintf.Po
334113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-nonblock.Po
334213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-strcase.Po
334313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-strdup.Po
334413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-strtoofft.Po
334513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-timediff.Po
334613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-warnless.Po
334713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-base64.Po
334813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-curl_multibyte.Po
334913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-dynbuf.Po
335013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-memdebug.Po
335113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-mprintf.Po
335213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-nonblock.Po
335313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-strcase.Po
335413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-strdup.Po
335513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-strtoofft.Po
335613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-timediff.Po
335713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-warnless.Po
335813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-base64.Po
335913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-curl_multibyte.Po
336013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-dynbuf.Po
336113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-memdebug.Po
336213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-mprintf.Po
336313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-nonblock.Po
336413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-strcase.Po
336513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-strdup.Po
336613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-strtoofft.Po
336713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-timediff.Po
336813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-warnless.Po
336913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-base64.Po
337013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Po
337113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-dynbuf.Po
337213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-inet_pton.Po
337313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-memdebug.Po
337413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-mprintf.Po
337513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-nonblock.Po
337613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-strcase.Po
337713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-strdup.Po
337813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-strtoofft.Po
337913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-timediff.Po
338013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-warnless.Po
338113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-base64.Po
338213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-curl_multibyte.Po
338313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-dynbuf.Po
338413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-inet_pton.Po
338513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-memdebug.Po
338613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-mprintf.Po
338713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-nonblock.Po
338813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-strcase.Po
338913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-strdup.Po
339013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-strtoofft.Po
339113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-timediff.Po
339213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-warnless.Po
339313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-base64.Po
339413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-curl_multibyte.Po
339513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-dynbuf.Po
339613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-inet_pton.Po
339713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-memdebug.Po
339813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-mprintf.Po
339913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-nonblock.Po
340013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-strcase.Po
340113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-strdup.Po
340213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-strtoofft.Po
340313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-timediff.Po
340413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-warnless.Po
340513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-base64.Po
340613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-curl_multibyte.Po
340713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-dynbuf.Po
340813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-memdebug.Po
340913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-mprintf.Po
341013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-nonblock.Po
341113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-strcase.Po
341213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-strdup.Po
341313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-strtoofft.Po
341413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-timediff.Po
341513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-warnless.Po
341613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/disabled-disabled.Po
341713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/fake_ntlm-fake_ntlm.Po
341813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/fake_ntlm-getpart.Po
341913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/fake_ntlm-util.Po
342013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/getpart-getpart.Po
342113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/getpart-testpart.Po
342213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/mqttd-getpart.Po
342313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/mqttd-mqttd.Po
342413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/mqttd-util.Po
342513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/resolve-getpart.Po
342613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/resolve-resolve.Po
342713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/resolve-util.Po
342813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/rtspd-getpart.Po
342913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/rtspd-rtspd.Po
343013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/rtspd-util.Po
343113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sockfilt-getpart.Po
343213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sockfilt-sockfilt.Po
343313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sockfilt-util.Po
343413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/socksd-getpart.Po
343513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/socksd-socksd.Po
343613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/socksd-util.Po
343713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sws-getpart.Po
343813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sws-sws.Po
343913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sws-util.Po
344013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/tftpd-getpart.Po
344113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/tftpd-tftpd.Po
344213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/tftpd-util.Po
344313498266Sopenharmony_ci	-rm -f Makefile
344413498266Sopenharmony_cidistclean-am: clean-am distclean-compile distclean-generic \
344513498266Sopenharmony_ci	distclean-tags
344613498266Sopenharmony_ci
344713498266Sopenharmony_cidvi: dvi-am
344813498266Sopenharmony_ci
344913498266Sopenharmony_cidvi-am:
345013498266Sopenharmony_ci
345113498266Sopenharmony_cihtml: html-am
345213498266Sopenharmony_ci
345313498266Sopenharmony_cihtml-am:
345413498266Sopenharmony_ci
345513498266Sopenharmony_ciinfo: info-am
345613498266Sopenharmony_ci
345713498266Sopenharmony_ciinfo-am:
345813498266Sopenharmony_ci
345913498266Sopenharmony_ciinstall-data-am:
346013498266Sopenharmony_ci
346113498266Sopenharmony_ciinstall-dvi: install-dvi-am
346213498266Sopenharmony_ci
346313498266Sopenharmony_ciinstall-dvi-am:
346413498266Sopenharmony_ci
346513498266Sopenharmony_ciinstall-exec-am:
346613498266Sopenharmony_ci
346713498266Sopenharmony_ciinstall-html: install-html-am
346813498266Sopenharmony_ci
346913498266Sopenharmony_ciinstall-html-am:
347013498266Sopenharmony_ci
347113498266Sopenharmony_ciinstall-info: install-info-am
347213498266Sopenharmony_ci
347313498266Sopenharmony_ciinstall-info-am:
347413498266Sopenharmony_ci
347513498266Sopenharmony_ciinstall-man:
347613498266Sopenharmony_ci
347713498266Sopenharmony_ciinstall-pdf: install-pdf-am
347813498266Sopenharmony_ci
347913498266Sopenharmony_ciinstall-pdf-am:
348013498266Sopenharmony_ci
348113498266Sopenharmony_ciinstall-ps: install-ps-am
348213498266Sopenharmony_ci
348313498266Sopenharmony_ciinstall-ps-am:
348413498266Sopenharmony_ci
348513498266Sopenharmony_ciinstallcheck-am:
348613498266Sopenharmony_ci
348713498266Sopenharmony_cimaintainer-clean: maintainer-clean-am
348813498266Sopenharmony_ci		-rm -f ../../lib/$(DEPDIR)/fake_ntlm-base64.Po
348913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-curl_multibyte.Po
349013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-dynbuf.Po
349113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-memdebug.Po
349213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-mprintf.Po
349313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-nonblock.Po
349413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-strcase.Po
349513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-strdup.Po
349613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-strtoofft.Po
349713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-timediff.Po
349813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/fake_ntlm-warnless.Po
349913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-base64.Po
350013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-curl_multibyte.Po
350113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-dynbuf.Po
350213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-memdebug.Po
350313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-mprintf.Po
350413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-nonblock.Po
350513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-strcase.Po
350613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-strdup.Po
350713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-strtoofft.Po
350813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-timediff.Po
350913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/getpart-warnless.Po
351013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-base64.Po
351113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-curl_multibyte.Po
351213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-dynbuf.Po
351313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-inet_pton.Po
351413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-memdebug.Po
351513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-mprintf.Po
351613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-nonblock.Po
351713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-strcase.Po
351813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-strdup.Po
351913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-strtoofft.Po
352013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-timediff.Po
352113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/mqttd-warnless.Po
352213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-base64.Po
352313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-curl_multibyte.Po
352413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-dynbuf.Po
352513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-memdebug.Po
352613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-mprintf.Po
352713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-nonblock.Po
352813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-strcase.Po
352913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-strdup.Po
353013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-strtoofft.Po
353113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-timediff.Po
353213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/resolve-warnless.Po
353313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-base64.Po
353413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-curl_multibyte.Po
353513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-dynbuf.Po
353613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-memdebug.Po
353713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-mprintf.Po
353813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-nonblock.Po
353913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-strcase.Po
354013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-strdup.Po
354113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-strtoofft.Po
354213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-timediff.Po
354313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/rtspd-warnless.Po
354413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-base64.Po
354513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-curl_multibyte.Po
354613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-dynbuf.Po
354713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-inet_pton.Po
354813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-memdebug.Po
354913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-mprintf.Po
355013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-nonblock.Po
355113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-strcase.Po
355213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-strdup.Po
355313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-strtoofft.Po
355413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-timediff.Po
355513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sockfilt-warnless.Po
355613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-base64.Po
355713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-curl_multibyte.Po
355813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-dynbuf.Po
355913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-inet_pton.Po
356013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-memdebug.Po
356113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-mprintf.Po
356213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-nonblock.Po
356313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-strcase.Po
356413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-strdup.Po
356513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-strtoofft.Po
356613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-timediff.Po
356713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/socksd-warnless.Po
356813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-base64.Po
356913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-curl_multibyte.Po
357013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-dynbuf.Po
357113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-inet_pton.Po
357213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-memdebug.Po
357313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-mprintf.Po
357413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-nonblock.Po
357513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-strcase.Po
357613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-strdup.Po
357713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-strtoofft.Po
357813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-timediff.Po
357913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/sws-warnless.Po
358013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-base64.Po
358113498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-curl_multibyte.Po
358213498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-dynbuf.Po
358313498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-memdebug.Po
358413498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-mprintf.Po
358513498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-nonblock.Po
358613498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-strcase.Po
358713498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-strdup.Po
358813498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-strtoofft.Po
358913498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-timediff.Po
359013498266Sopenharmony_ci	-rm -f ../../lib/$(DEPDIR)/tftpd-warnless.Po
359113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/disabled-disabled.Po
359213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/fake_ntlm-fake_ntlm.Po
359313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/fake_ntlm-getpart.Po
359413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/fake_ntlm-util.Po
359513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/getpart-getpart.Po
359613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/getpart-testpart.Po
359713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/mqttd-getpart.Po
359813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/mqttd-mqttd.Po
359913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/mqttd-util.Po
360013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/resolve-getpart.Po
360113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/resolve-resolve.Po
360213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/resolve-util.Po
360313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/rtspd-getpart.Po
360413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/rtspd-rtspd.Po
360513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/rtspd-util.Po
360613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sockfilt-getpart.Po
360713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sockfilt-sockfilt.Po
360813498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sockfilt-util.Po
360913498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/socksd-getpart.Po
361013498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/socksd-socksd.Po
361113498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/socksd-util.Po
361213498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sws-getpart.Po
361313498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sws-sws.Po
361413498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/sws-util.Po
361513498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/tftpd-getpart.Po
361613498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/tftpd-tftpd.Po
361713498266Sopenharmony_ci	-rm -f ./$(DEPDIR)/tftpd-util.Po
361813498266Sopenharmony_ci	-rm -f Makefile
361913498266Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic
362013498266Sopenharmony_ci
362113498266Sopenharmony_cimostlyclean: mostlyclean-am
362213498266Sopenharmony_ci
362313498266Sopenharmony_cimostlyclean-am: mostlyclean-compile mostlyclean-generic \
362413498266Sopenharmony_ci	mostlyclean-libtool
362513498266Sopenharmony_ci
362613498266Sopenharmony_cipdf: pdf-am
362713498266Sopenharmony_ci
362813498266Sopenharmony_cipdf-am:
362913498266Sopenharmony_ci
363013498266Sopenharmony_cips: ps-am
363113498266Sopenharmony_ci
363213498266Sopenharmony_cips-am:
363313498266Sopenharmony_ci
363413498266Sopenharmony_ciuninstall-am:
363513498266Sopenharmony_ci
363613498266Sopenharmony_ci.MAKE: install-am install-strip
363713498266Sopenharmony_ci
363813498266Sopenharmony_ci.PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
363913498266Sopenharmony_ci	check-am clean clean-generic clean-libtool \
364013498266Sopenharmony_ci	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
364113498266Sopenharmony_ci	distclean-compile distclean-generic distclean-libtool \
364213498266Sopenharmony_ci	distclean-tags distdir dvi dvi-am html html-am info info-am \
364313498266Sopenharmony_ci	install install-am install-data install-data-am install-dvi \
364413498266Sopenharmony_ci	install-dvi-am install-exec install-exec-am install-html \
364513498266Sopenharmony_ci	install-html-am install-info install-info-am install-man \
364613498266Sopenharmony_ci	install-pdf install-pdf-am install-ps install-ps-am \
364713498266Sopenharmony_ci	install-strip installcheck installcheck-am installdirs \
364813498266Sopenharmony_ci	maintainer-clean maintainer-clean-generic mostlyclean \
364913498266Sopenharmony_ci	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
365013498266Sopenharmony_ci	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
365113498266Sopenharmony_ci
365213498266Sopenharmony_ci.PRECIOUS: Makefile
365313498266Sopenharmony_ci
365413498266Sopenharmony_ci
365513498266Sopenharmony_cichecksrc:
365613498266Sopenharmony_ci	$(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl $(srcdir)/*.[ch]
365713498266Sopenharmony_ci
365813498266Sopenharmony_ci# for debug builds, we scan the sources on all regular make invokes
365913498266Sopenharmony_ci@CURLDEBUG_TRUE@all-local: checksrc
366013498266Sopenharmony_ci
366113498266Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables.
366213498266Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded.
366313498266Sopenharmony_ci.NOEXPORT:
3664