• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91TESTS = arestest$(EXEEXT) fuzzcheck.sh
92noinst_PROGRAMS = arestest$(EXEEXT) aresfuzz$(EXEEXT) \
93	aresfuzzname$(EXEEXT) dnsdump$(EXEEXT) ares_queryloop$(EXEEXT)
94subdir = test
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4/ares_check_user_namespace.m4 \
97	$(top_srcdir)/m4/ares_check_uts_namespace.m4 \
98	$(top_srcdir)/m4/ax_ac_append_to_file.m4 \
99	$(top_srcdir)/m4/ax_ac_print_to_file.m4 \
100	$(top_srcdir)/m4/ax_add_am_macro_static.m4 \
101	$(top_srcdir)/m4/ax_am_macros_static.m4 \
102	$(top_srcdir)/m4/ax_append_compile_flags.m4 \
103	$(top_srcdir)/m4/ax_append_flag.m4 \
104	$(top_srcdir)/m4/ax_append_link_flags.m4 \
105	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
106	$(top_srcdir)/m4/ax_check_gnu_make.m4 \
107	$(top_srcdir)/m4/ax_check_link_flag.m4 \
108	$(top_srcdir)/m4/ax_code_coverage.m4 \
109	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
110	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
111	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_14.m4 \
112	$(top_srcdir)/m4/ax_file_escapes.m4 \
113	$(top_srcdir)/m4/ax_pthread.m4 \
114	$(top_srcdir)/m4/ax_require_defined.m4 \
115	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
116	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
117	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
118	$(top_srcdir)/configure.ac
119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120	$(ACLOCAL_M4)
121DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
122mkinstalldirs = $(install_sh) -d
123CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \
124	$(top_builddir)/include/ares_build.h
125CONFIG_CLEAN_FILES =
126CONFIG_CLEAN_VPATH_FILES =
127PROGRAMS = $(noinst_PROGRAMS)
128am__objects_1 = ares_queryloop.$(OBJEXT)
129am_ares_queryloop_OBJECTS = $(am__objects_1)
130ares_queryloop_OBJECTS = $(am_ares_queryloop_OBJECTS)
131am__DEPENDENCIES_1 =
132ares_queryloop_DEPENDENCIES = $(top_builddir)/src/lib/libcares.la \
133	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
134AM_V_lt = $(am__v_lt_@AM_V@)
135am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136am__v_lt_0 = --silent
137am__v_lt_1 =
138am__objects_2 = ares-test-fuzz.$(OBJEXT) ares-fuzz.$(OBJEXT)
139am_aresfuzz_OBJECTS = $(am__objects_2)
140aresfuzz_OBJECTS = $(am_aresfuzz_OBJECTS)
141aresfuzz_DEPENDENCIES = $(top_builddir)/src/lib/libcares.la \
142	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
143am__objects_3 = ares-test-fuzz-name.$(OBJEXT) ares-fuzz.$(OBJEXT)
144am_aresfuzzname_OBJECTS = $(am__objects_3)
145aresfuzzname_OBJECTS = $(am_aresfuzzname_OBJECTS)
146aresfuzzname_DEPENDENCIES = $(top_builddir)/src/lib/libcares.la \
147	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
148am__objects_4 = arestest-ares-test-main.$(OBJEXT) \
149	arestest-ares-test-init.$(OBJEXT) arestest-ares-test.$(OBJEXT) \
150	arestest-ares-test-ns.$(OBJEXT) \
151	arestest-ares-test-parse.$(OBJEXT) \
152	arestest-ares-test-parse-a.$(OBJEXT) \
153	arestest-ares-test-parse-aaaa.$(OBJEXT) \
154	arestest-ares-test-parse-caa.$(OBJEXT) \
155	arestest-ares-test-parse-mx.$(OBJEXT) \
156	arestest-ares-test-parse-naptr.$(OBJEXT) \
157	arestest-ares-test-parse-ns.$(OBJEXT) \
158	arestest-ares-test-parse-ptr.$(OBJEXT) \
159	arestest-ares-test-parse-soa.$(OBJEXT) \
160	arestest-ares-test-parse-soa-any.$(OBJEXT) \
161	arestest-ares-test-parse-srv.$(OBJEXT) \
162	arestest-ares-test-parse-txt.$(OBJEXT) \
163	arestest-ares-test-parse-uri.$(OBJEXT) \
164	arestest-ares-test-misc.$(OBJEXT) \
165	arestest-ares-test-live.$(OBJEXT) \
166	arestest-ares-test-mock.$(OBJEXT) \
167	arestest-ares-test-mock-ai.$(OBJEXT) \
168	arestest-ares-test-mock-et.$(OBJEXT) \
169	arestest-ares-test-internal.$(OBJEXT) \
170	arestest-dns-proto.$(OBJEXT) arestest-dns-proto-test.$(OBJEXT)
171am__objects_5 =
172am_arestest_OBJECTS = $(am__objects_4) $(am__objects_5)
173arestest_OBJECTS = $(am_arestest_OBJECTS)
174arestest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
175	$(top_builddir)/src/lib/libcares.la $(am__DEPENDENCIES_1) \
176	$(am__DEPENDENCIES_1)
177arestest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
178	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(arestest_CXXFLAGS) \
179	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
180am__objects_6 = dns-proto.$(OBJEXT) dns-dump.$(OBJEXT)
181am_dnsdump_OBJECTS = $(am__objects_6)
182dnsdump_OBJECTS = $(am_dnsdump_OBJECTS)
183dnsdump_DEPENDENCIES = $(top_builddir)/src/lib/libcares.la \
184	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
185AM_V_P = $(am__v_P_@AM_V@)
186am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
187am__v_P_0 = false
188am__v_P_1 = :
189AM_V_GEN = $(am__v_GEN_@AM_V@)
190am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
191am__v_GEN_0 = @echo "  GEN     " $@;
192am__v_GEN_1 =
193AM_V_at = $(am__v_at_@AM_V@)
194am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
195am__v_at_0 = @
196am__v_at_1 =
197DEFAULT_INCLUDES =
198depcomp = $(SHELL) $(top_srcdir)/config/depcomp
199am__maybe_remake_depfiles = depfiles
200am__depfiles_remade = ./$(DEPDIR)/ares-fuzz.Po \
201	./$(DEPDIR)/ares-test-fuzz-name.Po \
202	./$(DEPDIR)/ares-test-fuzz.Po ./$(DEPDIR)/ares_queryloop.Po \
203	./$(DEPDIR)/arestest-ares-test-init.Po \
204	./$(DEPDIR)/arestest-ares-test-internal.Po \
205	./$(DEPDIR)/arestest-ares-test-live.Po \
206	./$(DEPDIR)/arestest-ares-test-main.Po \
207	./$(DEPDIR)/arestest-ares-test-misc.Po \
208	./$(DEPDIR)/arestest-ares-test-mock-ai.Po \
209	./$(DEPDIR)/arestest-ares-test-mock-et.Po \
210	./$(DEPDIR)/arestest-ares-test-mock.Po \
211	./$(DEPDIR)/arestest-ares-test-ns.Po \
212	./$(DEPDIR)/arestest-ares-test-parse-a.Po \
213	./$(DEPDIR)/arestest-ares-test-parse-aaaa.Po \
214	./$(DEPDIR)/arestest-ares-test-parse-caa.Po \
215	./$(DEPDIR)/arestest-ares-test-parse-mx.Po \
216	./$(DEPDIR)/arestest-ares-test-parse-naptr.Po \
217	./$(DEPDIR)/arestest-ares-test-parse-ns.Po \
218	./$(DEPDIR)/arestest-ares-test-parse-ptr.Po \
219	./$(DEPDIR)/arestest-ares-test-parse-soa-any.Po \
220	./$(DEPDIR)/arestest-ares-test-parse-soa.Po \
221	./$(DEPDIR)/arestest-ares-test-parse-srv.Po \
222	./$(DEPDIR)/arestest-ares-test-parse-txt.Po \
223	./$(DEPDIR)/arestest-ares-test-parse-uri.Po \
224	./$(DEPDIR)/arestest-ares-test-parse.Po \
225	./$(DEPDIR)/arestest-ares-test.Po \
226	./$(DEPDIR)/arestest-dns-proto-test.Po \
227	./$(DEPDIR)/arestest-dns-proto.Po ./$(DEPDIR)/dns-dump.Po \
228	./$(DEPDIR)/dns-proto.Po
229am__mv = mv -f
230COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
231	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
232LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
233	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
234	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
235	$(AM_CFLAGS) $(CFLAGS)
236AM_V_CC = $(am__v_CC_@AM_V@)
237am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
238am__v_CC_0 = @echo "  CC      " $@;
239am__v_CC_1 =
240CCLD = $(CC)
241LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
242	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
243	$(AM_LDFLAGS) $(LDFLAGS) -o $@
244AM_V_CCLD = $(am__v_CCLD_@AM_V@)
245am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
246am__v_CCLD_0 = @echo "  CCLD    " $@;
247am__v_CCLD_1 =
248CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
249	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
250LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
251	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
252	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
253	$(AM_CXXFLAGS) $(CXXFLAGS)
254AM_V_CXX = $(am__v_CXX_@AM_V@)
255am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
256am__v_CXX_0 = @echo "  CXX     " $@;
257am__v_CXX_1 =
258CXXLD = $(CXX)
259CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
260	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
261	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
262AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
263am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
264am__v_CXXLD_0 = @echo "  CXXLD   " $@;
265am__v_CXXLD_1 =
266SOURCES = $(ares_queryloop_SOURCES) $(aresfuzz_SOURCES) \
267	$(aresfuzzname_SOURCES) $(arestest_SOURCES) $(dnsdump_SOURCES)
268DIST_SOURCES = $(ares_queryloop_SOURCES) $(aresfuzz_SOURCES) \
269	$(aresfuzzname_SOURCES) $(arestest_SOURCES) $(dnsdump_SOURCES)
270am__can_run_installinfo = \
271  case $$AM_UPDATE_INFO_DIR in \
272    n|no|NO) false;; \
273    *) (install-info --version) >/dev/null 2>&1;; \
274  esac
275am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
276# Read a list of newline-separated strings from the standard input,
277# and print each of them once, without duplicates.  Input order is
278# *not* preserved.
279am__uniquify_input = $(AWK) '\
280  BEGIN { nonempty = 0; } \
281  { items[$$0] = 1; nonempty = 1; } \
282  END { if (nonempty) { for (i in items) print i; }; } \
283'
284# Make sure the list of sources is unique.  This is necessary because,
285# e.g., the same source file might be shared among _SOURCES variables
286# for different programs/libraries.
287am__define_uniq_tagged_files = \
288  list='$(am__tagged_files)'; \
289  unique=`for i in $$list; do \
290    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291  done | $(am__uniquify_input)`
292am__tty_colors_dummy = \
293  mgn= red= grn= lgn= blu= brg= std=; \
294  am__color_tests=no
295am__tty_colors = { \
296  $(am__tty_colors_dummy); \
297  if test "X$(AM_COLOR_TESTS)" = Xno; then \
298    am__color_tests=no; \
299  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
300    am__color_tests=yes; \
301  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
302    am__color_tests=yes; \
303  fi; \
304  if test $$am__color_tests = yes; then \
305    red=''; \
306    grn=''; \
307    lgn=''; \
308    blu=''; \
309    mgn=''; \
310    brg=''; \
311    std=''; \
312  fi; \
313}
314am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
315am__vpath_adj = case $$p in \
316    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
317    *) f=$$p;; \
318  esac;
319am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
320am__install_max = 40
321am__nobase_strip_setup = \
322  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
323am__nobase_strip = \
324  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
325am__nobase_list = $(am__nobase_strip_setup); \
326  for p in $$list; do echo "$$p $$p"; done | \
327  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
328  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
329    if (++n[$$2] == $(am__install_max)) \
330      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
331    END { for (dir in files) print dir, files[dir] }'
332am__base_list = \
333  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
334  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
335am__uninstall_files_from_dir = { \
336  test -z "$$files" \
337    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
338    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
339         $(am__cd) "$$dir" && rm -f $$files; }; \
340  }
341am__recheck_rx = ^[ 	]*:recheck:[ 	]*
342am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
343am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
344# A command that, given a newline-separated list of test names on the
345# standard input, print the name of the tests that are to be re-run
346# upon "make recheck".
347am__list_recheck_tests = $(AWK) '{ \
348  recheck = 1; \
349  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
350    { \
351      if (rc < 0) \
352        { \
353          if ((getline line2 < ($$0 ".log")) < 0) \
354	    recheck = 0; \
355          break; \
356        } \
357      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
358        { \
359          recheck = 0; \
360          break; \
361        } \
362      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
363        { \
364          break; \
365        } \
366    }; \
367  if (recheck) \
368    print $$0; \
369  close ($$0 ".trs"); \
370  close ($$0 ".log"); \
371}'
372# A command that, given a newline-separated list of test names on the
373# standard input, create the global log from their .trs and .log files.
374am__create_global_log = $(AWK) ' \
375function fatal(msg) \
376{ \
377  print "fatal: making $@: " msg | "cat >&2"; \
378  exit 1; \
379} \
380function rst_section(header) \
381{ \
382  print header; \
383  len = length(header); \
384  for (i = 1; i <= len; i = i + 1) \
385    printf "="; \
386  printf "\n\n"; \
387} \
388{ \
389  copy_in_global_log = 1; \
390  global_test_result = "RUN"; \
391  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
392    { \
393      if (rc < 0) \
394         fatal("failed to read from " $$0 ".trs"); \
395      if (line ~ /$(am__global_test_result_rx)/) \
396        { \
397          sub("$(am__global_test_result_rx)", "", line); \
398          sub("[ 	]*$$", "", line); \
399          global_test_result = line; \
400        } \
401      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
402        copy_in_global_log = 0; \
403    }; \
404  if (copy_in_global_log) \
405    { \
406      rst_section(global_test_result ": " $$0); \
407      while ((rc = (getline line < ($$0 ".log"))) != 0) \
408      { \
409        if (rc < 0) \
410          fatal("failed to read from " $$0 ".log"); \
411        print line; \
412      }; \
413      printf "\n"; \
414    }; \
415  close ($$0 ".trs"); \
416  close ($$0 ".log"); \
417}'
418# Restructured Text title.
419am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
420# Solaris 10 'make', and several other traditional 'make' implementations,
421# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
422# by disabling -e (using the XSI extension "set +e") if it's set.
423am__sh_e_setup = case $$- in *e*) set +e;; esac
424# Default flags passed to test drivers.
425am__common_driver_flags = \
426  --color-tests "$$am__color_tests" \
427  --enable-hard-errors "$$am__enable_hard_errors" \
428  --expect-failure "$$am__expect_failure"
429# To be inserted before the command running the test.  Creates the
430# directory for the log if needed.  Stores in $dir the directory
431# containing $f, in $tst the test, in $log the log.  Executes the
432# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
433# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
434# will run the test scripts (or their associated LOG_COMPILER, if
435# thy have one).
436am__check_pre = \
437$(am__sh_e_setup);					\
438$(am__vpath_adj_setup) $(am__vpath_adj)			\
439$(am__tty_colors);					\
440srcdir=$(srcdir); export srcdir;			\
441case "$@" in						\
442  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
443    *) am__odir=.;; 					\
444esac;							\
445test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
446  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
447if test -f "./$$f"; then dir=./;			\
448elif test -f "$$f"; then dir=;				\
449else dir="$(srcdir)/"; fi;				\
450tst=$$dir$$f; log='$@'; 				\
451if test -n '$(DISABLE_HARD_ERRORS)'; then		\
452  am__enable_hard_errors=no; 				\
453else							\
454  am__enable_hard_errors=yes; 				\
455fi; 							\
456case " $(XFAIL_TESTS) " in				\
457  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
458    am__expect_failure=yes;;				\
459  *)							\
460    am__expect_failure=no;;				\
461esac; 							\
462$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
463# A shell command to get the names of the tests scripts with any registered
464# extension removed (i.e., equivalently, the names of the test logs, with
465# the '.log' extension removed).  The result is saved in the shell variable
466# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
467# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
468# since that might cause problem with VPATH rewrites for suffix-less tests.
469# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
470am__set_TESTS_bases = \
471  bases='$(TEST_LOGS)'; \
472  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
473  bases=`echo $$bases`
474AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
475RECHECK_LOGS = $(TEST_LOGS)
476AM_RECURSIVE_TARGETS = check recheck
477TEST_SUITE_LOG = test-suite.log
478TEST_EXTENSIONS = @EXEEXT@ .test
479LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
480LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
481am__set_b = \
482  case '$@' in \
483    */*) \
484      case '$*' in \
485        */*) b='$*';; \
486          *) b=`echo '$@' | sed 's/\.log$$//'`; \
487       esac;; \
488    *) \
489      b='$*';; \
490  esac
491am__test_logs1 = $(TESTS:=.log)
492am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
493TEST_LOGS = $(am__test_logs2:.test.log=.log)
494TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
495TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
496	$(TEST_LOG_FLAGS)
497am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \
498	$(top_srcdir)/config/depcomp $(top_srcdir)/config/test-driver \
499	README.md
500DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
501ACLOCAL = @ACLOCAL@
502AMTAR = @AMTAR@
503AM_CFLAGS = @AM_CFLAGS@ $(PTHREAD_CFLAGS)
504AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_builddir)/include \
505	-I$(top_builddir)/src/lib -I$(top_srcdir)/include \
506	-I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include \
507	-I$(top_srcdir)/test -I$(top_builddir)/test -I$(top_builddir) \
508	-DCARES_NO_DEPRECATED
509AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
510AR = @AR@
511AS = @AS@
512AUTOCONF = @AUTOCONF@
513AUTOHEADER = @AUTOHEADER@
514AUTOMAKE = @AUTOMAKE@
515AWK = @AWK@
516BUILD_SUBDIRS = @BUILD_SUBDIRS@
517CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@
518CARES_RANDOM_FILE = @CARES_RANDOM_FILE@
519CARES_SYMBOL_HIDING_CFLAG = @CARES_SYMBOL_HIDING_CFLAG@
520CARES_VERSION_INFO = @CARES_VERSION_INFO@
521CC = @CC@
522CCDEPMODE = @CCDEPMODE@
523CFLAGS = @CFLAGS@
524CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
525CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
526CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
527CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
528CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
529CPP = @CPP@
530CPPFLAGS = @CPPFLAGS@
531CSCOPE = @CSCOPE@
532CTAGS = @CTAGS@
533CXX = @CXX@
534CXXCPP = @CXXCPP@
535CXXDEPMODE = @CXXDEPMODE@
536CXXFLAGS = @CXXFLAGS@
537CYGPATH_W = @CYGPATH_W@
538DEFS = @DEFS@
539DEPDIR = @DEPDIR@
540DLLTOOL = @DLLTOOL@
541DSYMUTIL = @DSYMUTIL@
542DUMPBIN = @DUMPBIN@
543ECHO_C = @ECHO_C@
544ECHO_N = @ECHO_N@
545ECHO_T = @ECHO_T@
546EGREP = @EGREP@
547ETAGS = @ETAGS@
548EXEEXT = @EXEEXT@
549FGREP = @FGREP@
550FILECMD = @FILECMD@
551GCOV = @GCOV@
552GENHTML = @GENHTML@
553GMOCK112_CFLAGS = @GMOCK112_CFLAGS@
554GMOCK112_LIBS = @GMOCK112_LIBS@
555GMOCK_CFLAGS = @GMOCK_CFLAGS@
556GMOCK_LIBS = @GMOCK_LIBS@
557GREP = @GREP@
558HAVE_CXX14 = @HAVE_CXX14@
559INSTALL = @INSTALL@
560INSTALL_DATA = @INSTALL_DATA@
561INSTALL_PROGRAM = @INSTALL_PROGRAM@
562INSTALL_SCRIPT = @INSTALL_SCRIPT@
563INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
564LCOV = @LCOV@
565LD = @LD@
566LDFLAGS = @LDFLAGS@
567LIBOBJS = @LIBOBJS@
568LIBS = @LIBS@
569LIBTOOL = @LIBTOOL@
570LIPO = @LIPO@
571LN_S = @LN_S@
572LTLIBOBJS = @LTLIBOBJS@
573LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
574MAINT = @MAINT@
575MAKEINFO = @MAKEINFO@
576MANIFEST_TOOL = @MANIFEST_TOOL@
577MKDIR_P = @MKDIR_P@
578NM = @NM@
579NMEDIT = @NMEDIT@
580OBJDUMP = @OBJDUMP@
581OBJEXT = @OBJEXT@
582OTOOL = @OTOOL@
583OTOOL64 = @OTOOL64@
584PACKAGE = @PACKAGE@
585PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
586PACKAGE_NAME = @PACKAGE_NAME@
587PACKAGE_STRING = @PACKAGE_STRING@
588PACKAGE_TARNAME = @PACKAGE_TARNAME@
589PACKAGE_URL = @PACKAGE_URL@
590PACKAGE_VERSION = @PACKAGE_VERSION@
591PATH_SEPARATOR = @PATH_SEPARATOR@
592PKGCONFIG_CFLAGS = @PKGCONFIG_CFLAGS@
593PKG_CONFIG = @PKG_CONFIG@
594PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
595PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
596PTHREAD_CC = @PTHREAD_CC@
597PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
598PTHREAD_CXX = @PTHREAD_CXX@
599PTHREAD_LIBS = @PTHREAD_LIBS@
600RANLIB = @RANLIB@
601SED = @SED@
602SET_MAKE = @SET_MAKE@
603SHELL = @SHELL@
604STRIP = @STRIP@
605VERSION = @VERSION@
606abs_builddir = @abs_builddir@
607abs_srcdir = @abs_srcdir@
608abs_top_builddir = @abs_top_builddir@
609abs_top_srcdir = @abs_top_srcdir@
610ac_ct_AR = @ac_ct_AR@
611ac_ct_CC = @ac_ct_CC@
612ac_ct_CXX = @ac_ct_CXX@
613ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
614am__include = @am__include@
615am__leading_dot = @am__leading_dot@
616am__quote = @am__quote@
617am__tar = @am__tar@
618am__untar = @am__untar@
619ax_pthread_config = @ax_pthread_config@
620bindir = @bindir@
621build = @build@
622build_alias = @build_alias@
623build_cpu = @build_cpu@
624build_os = @build_os@
625build_vendor = @build_vendor@
626builddir = @builddir@
627datadir = @datadir@
628datarootdir = @datarootdir@
629docdir = @docdir@
630dvidir = @dvidir@
631exec_prefix = @exec_prefix@
632host = @host@
633host_alias = @host_alias@
634host_cpu = @host_cpu@
635host_os = @host_os@
636host_vendor = @host_vendor@
637htmldir = @htmldir@
638ifGNUmake = @ifGNUmake@
639ifnGNUmake = @ifnGNUmake@
640includedir = @includedir@
641infodir = @infodir@
642install_sh = @install_sh@
643libdir = @libdir@
644libexecdir = @libexecdir@
645localedir = @localedir@
646localstatedir = @localstatedir@
647mandir = @mandir@
648mkdir_p = @mkdir_p@
649oldincludedir = @oldincludedir@
650pdfdir = @pdfdir@
651prefix = @prefix@
652program_transform_name = @program_transform_name@
653psdir = @psdir@
654runstatedir = @runstatedir@
655sbindir = @sbindir@
656sharedstatedir = @sharedstatedir@
657srcdir = @srcdir@
658sysconfdir = @sysconfdir@
659target_alias = @target_alias@
660top_build_prefix = @top_build_prefix@
661top_builddir = @top_builddir@
662top_srcdir = @top_srcdir@
663
664# Copyright (C) The c-ares project and its contributors
665# SPDX-License-Identifier: MIT
666AUTOMAKE_OPTIONS = foreign subdir-objects nostdinc 1.9.6
667AM_CXXFLAGS := $(PTHREAD_CFLAGS)
668
669# Copyright (C) The c-ares project and its contributors
670# SPDX-License-Identifier: MIT
671TESTSOURCES = ares-test-main.cc	\
672  ares-test-init.cc			\
673  ares-test.cc				\
674  ares-test-ns.cc			\
675  ares-test-parse.cc			\
676  ares-test-parse-a.cc			\
677  ares-test-parse-aaaa.cc		\
678  ares-test-parse-caa.cc		\
679  ares-test-parse-mx.cc		\
680  ares-test-parse-naptr.cc		\
681  ares-test-parse-ns.cc		\
682  ares-test-parse-ptr.cc		\
683  ares-test-parse-soa.cc		\
684  ares-test-parse-soa-any.cc		\
685  ares-test-parse-srv.cc		\
686  ares-test-parse-txt.cc		\
687  ares-test-parse-uri.cc		\
688  ares-test-misc.cc			\
689  ares-test-live.cc			\
690  ares-test-mock.cc			\
691  ares-test-mock-ai.cc			\
692  ares-test-mock-et.cc		\
693  ares-test-internal.cc		\
694  dns-proto.cc				\
695  dns-proto-test.cc
696
697TESTHEADERS = ares-test.h		\
698  dns-proto.h	\
699  ares-test-ai.h
700
701FUZZSOURCES = ares-test-fuzz.c		\
702  ares-fuzz.c
703
704FUZZNAMESOURCES = ares-test-fuzz-name.c	\
705  ares-fuzz.c
706
707DUMPSOURCES = dns-proto.cc		\
708  dns-dump.cc
709
710LOOPSOURCES = ares_queryloop.c
711EXTRA_DIST = fuzzcheck.sh CMakeLists.txt Makefile.m32 Makefile.msvc README.md $(srcdir)/fuzzinput/* $(srcdir)/fuzznames/*
712arestest_SOURCES = $(TESTSOURCES) $(TESTHEADERS)
713
714# Not interested in coverage of test code, but linking the test binary needs the coverage option
715arestest_CXXFLAGS = $(AM_CXXFLAGS) $(GMOCK_CFLAGS)
716arestest_LDADD = $(GMOCK_LIBS) $(top_builddir)/src/lib/libcares.la $(PTHREAD_LIBS) $(CODE_COVERAGE_LIBS)
717aresfuzz_SOURCES = $(FUZZSOURCES)
718aresfuzz_LDADD = $(top_builddir)/src/lib/libcares.la $(PTHREAD_LIBS) $(CODE_COVERAGE_LIBS)
719aresfuzzname_SOURCES = $(FUZZNAMESOURCES)
720aresfuzzname_LDADD = $(top_builddir)/src/lib/libcares.la $(PTHREAD_LIBS) $(CODE_COVERAGE_LIBS)
721dnsdump_SOURCES = $(DUMPSOURCES)
722dnsdump_LDADD = $(top_builddir)/src/lib/libcares.la $(PTHREAD_LIBS) $(CODE_COVERAGE_LIBS)
723ares_queryloop_SOURCES = $(LOOPSOURCES)
724ares_queryloop_LDADD = $(top_builddir)/src/lib/libcares.la $(PTHREAD_LIBS) $(CODE_COVERAGE_LIBS)
725all: all-am
726
727.SUFFIXES:
728.SUFFIXES: .c .cc .lo .log .o .obj .test .test$(EXEEXT) .trs
729$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
730	@for dep in $?; do \
731	  case '$(am__configure_deps)' in \
732	    *$$dep*) \
733	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
734	        && { if test -f $@; then exit 0; else break; fi; }; \
735	      exit 1;; \
736	  esac; \
737	done; \
738	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
739	$(am__cd) $(top_srcdir) && \
740	  $(AUTOMAKE) --foreign test/Makefile
741Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
742	@case '$?' in \
743	  *config.status*) \
744	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
745	  *) \
746	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
747	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
748	esac;
749$(srcdir)/Makefile.inc $(am__empty):
750
751$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
752	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
753
754$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
755	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
756$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
757	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
758$(am__aclocal_m4_deps):
759
760clean-noinstPROGRAMS:
761	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
762	echo " rm -f" $$list; \
763	rm -f $$list || exit $$?; \
764	test -n "$(EXEEXT)" || exit 0; \
765	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
766	echo " rm -f" $$list; \
767	rm -f $$list
768
769ares_queryloop$(EXEEXT): $(ares_queryloop_OBJECTS) $(ares_queryloop_DEPENDENCIES) $(EXTRA_ares_queryloop_DEPENDENCIES)
770	@rm -f ares_queryloop$(EXEEXT)
771	$(AM_V_CCLD)$(LINK) $(ares_queryloop_OBJECTS) $(ares_queryloop_LDADD) $(LIBS)
772
773aresfuzz$(EXEEXT): $(aresfuzz_OBJECTS) $(aresfuzz_DEPENDENCIES) $(EXTRA_aresfuzz_DEPENDENCIES)
774	@rm -f aresfuzz$(EXEEXT)
775	$(AM_V_CCLD)$(LINK) $(aresfuzz_OBJECTS) $(aresfuzz_LDADD) $(LIBS)
776
777aresfuzzname$(EXEEXT): $(aresfuzzname_OBJECTS) $(aresfuzzname_DEPENDENCIES) $(EXTRA_aresfuzzname_DEPENDENCIES)
778	@rm -f aresfuzzname$(EXEEXT)
779	$(AM_V_CCLD)$(LINK) $(aresfuzzname_OBJECTS) $(aresfuzzname_LDADD) $(LIBS)
780
781arestest$(EXEEXT): $(arestest_OBJECTS) $(arestest_DEPENDENCIES) $(EXTRA_arestest_DEPENDENCIES)
782	@rm -f arestest$(EXEEXT)
783	$(AM_V_CXXLD)$(arestest_LINK) $(arestest_OBJECTS) $(arestest_LDADD) $(LIBS)
784
785dnsdump$(EXEEXT): $(dnsdump_OBJECTS) $(dnsdump_DEPENDENCIES) $(EXTRA_dnsdump_DEPENDENCIES)
786	@rm -f dnsdump$(EXEEXT)
787	$(AM_V_CXXLD)$(CXXLINK) $(dnsdump_OBJECTS) $(dnsdump_LDADD) $(LIBS)
788
789mostlyclean-compile:
790	-rm -f *.$(OBJEXT)
791
792distclean-compile:
793	-rm -f *.tab.c
794
795@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares-fuzz.Po@am__quote@ # am--include-marker
796@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares-test-fuzz-name.Po@am__quote@ # am--include-marker
797@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares-test-fuzz.Po@am__quote@ # am--include-marker
798@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ares_queryloop.Po@am__quote@ # am--include-marker
799@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-init.Po@am__quote@ # am--include-marker
800@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-internal.Po@am__quote@ # am--include-marker
801@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-live.Po@am__quote@ # am--include-marker
802@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-main.Po@am__quote@ # am--include-marker
803@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-misc.Po@am__quote@ # am--include-marker
804@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-mock-ai.Po@am__quote@ # am--include-marker
805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-mock-et.Po@am__quote@ # am--include-marker
806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-mock.Po@am__quote@ # am--include-marker
807@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-ns.Po@am__quote@ # am--include-marker
808@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-a.Po@am__quote@ # am--include-marker
809@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-aaaa.Po@am__quote@ # am--include-marker
810@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-caa.Po@am__quote@ # am--include-marker
811@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-mx.Po@am__quote@ # am--include-marker
812@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-naptr.Po@am__quote@ # am--include-marker
813@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-ns.Po@am__quote@ # am--include-marker
814@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-ptr.Po@am__quote@ # am--include-marker
815@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-soa-any.Po@am__quote@ # am--include-marker
816@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-soa.Po@am__quote@ # am--include-marker
817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-srv.Po@am__quote@ # am--include-marker
818@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-txt.Po@am__quote@ # am--include-marker
819@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse-uri.Po@am__quote@ # am--include-marker
820@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test-parse.Po@am__quote@ # am--include-marker
821@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-ares-test.Po@am__quote@ # am--include-marker
822@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-dns-proto-test.Po@am__quote@ # am--include-marker
823@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arestest-dns-proto.Po@am__quote@ # am--include-marker
824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns-dump.Po@am__quote@ # am--include-marker
825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns-proto.Po@am__quote@ # am--include-marker
826
827$(am__depfiles_remade):
828	@$(MKDIR_P) $(@D)
829	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
830
831am--depfiles: $(am__depfiles_remade)
832
833.c.o:
834@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
835@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
836@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
837@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
838@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
840
841.c.obj:
842@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
843@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
844@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
845@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
846@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
848
849.c.lo:
850@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
851@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
852@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
853@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
854@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
856
857.cc.o:
858@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
859@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
860@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
861@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
862@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
864
865.cc.obj:
866@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
867@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
868@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
869@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
870@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
871@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
872
873.cc.lo:
874@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
875@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
876@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
877@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
878@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
879@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
880
881arestest-ares-test-main.o: ares-test-main.cc
882@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-main.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-main.Tpo -c -o arestest-ares-test-main.o `test -f 'ares-test-main.cc' || echo '$(srcdir)/'`ares-test-main.cc
883@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-main.Tpo $(DEPDIR)/arestest-ares-test-main.Po
884@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-main.cc' object='arestest-ares-test-main.o' libtool=no @AMDEPBACKSLASH@
885@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
886@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-main.o `test -f 'ares-test-main.cc' || echo '$(srcdir)/'`ares-test-main.cc
887
888arestest-ares-test-main.obj: ares-test-main.cc
889@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-main.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-main.Tpo -c -o arestest-ares-test-main.obj `if test -f 'ares-test-main.cc'; then $(CYGPATH_W) 'ares-test-main.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-main.cc'; fi`
890@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-main.Tpo $(DEPDIR)/arestest-ares-test-main.Po
891@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-main.cc' object='arestest-ares-test-main.obj' libtool=no @AMDEPBACKSLASH@
892@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
893@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-main.obj `if test -f 'ares-test-main.cc'; then $(CYGPATH_W) 'ares-test-main.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-main.cc'; fi`
894
895arestest-ares-test-init.o: ares-test-init.cc
896@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-init.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-init.Tpo -c -o arestest-ares-test-init.o `test -f 'ares-test-init.cc' || echo '$(srcdir)/'`ares-test-init.cc
897@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-init.Tpo $(DEPDIR)/arestest-ares-test-init.Po
898@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-init.cc' object='arestest-ares-test-init.o' libtool=no @AMDEPBACKSLASH@
899@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-init.o `test -f 'ares-test-init.cc' || echo '$(srcdir)/'`ares-test-init.cc
901
902arestest-ares-test-init.obj: ares-test-init.cc
903@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-init.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-init.Tpo -c -o arestest-ares-test-init.obj `if test -f 'ares-test-init.cc'; then $(CYGPATH_W) 'ares-test-init.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-init.cc'; fi`
904@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-init.Tpo $(DEPDIR)/arestest-ares-test-init.Po
905@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-init.cc' object='arestest-ares-test-init.obj' libtool=no @AMDEPBACKSLASH@
906@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-init.obj `if test -f 'ares-test-init.cc'; then $(CYGPATH_W) 'ares-test-init.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-init.cc'; fi`
908
909arestest-ares-test.o: ares-test.cc
910@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test.o -MD -MP -MF $(DEPDIR)/arestest-ares-test.Tpo -c -o arestest-ares-test.o `test -f 'ares-test.cc' || echo '$(srcdir)/'`ares-test.cc
911@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test.Tpo $(DEPDIR)/arestest-ares-test.Po
912@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test.cc' object='arestest-ares-test.o' libtool=no @AMDEPBACKSLASH@
913@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test.o `test -f 'ares-test.cc' || echo '$(srcdir)/'`ares-test.cc
915
916arestest-ares-test.obj: ares-test.cc
917@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test.Tpo -c -o arestest-ares-test.obj `if test -f 'ares-test.cc'; then $(CYGPATH_W) 'ares-test.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test.cc'; fi`
918@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test.Tpo $(DEPDIR)/arestest-ares-test.Po
919@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test.cc' object='arestest-ares-test.obj' libtool=no @AMDEPBACKSLASH@
920@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test.obj `if test -f 'ares-test.cc'; then $(CYGPATH_W) 'ares-test.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test.cc'; fi`
922
923arestest-ares-test-ns.o: ares-test-ns.cc
924@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-ns.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-ns.Tpo -c -o arestest-ares-test-ns.o `test -f 'ares-test-ns.cc' || echo '$(srcdir)/'`ares-test-ns.cc
925@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-ns.Tpo $(DEPDIR)/arestest-ares-test-ns.Po
926@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-ns.cc' object='arestest-ares-test-ns.o' libtool=no @AMDEPBACKSLASH@
927@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-ns.o `test -f 'ares-test-ns.cc' || echo '$(srcdir)/'`ares-test-ns.cc
929
930arestest-ares-test-ns.obj: ares-test-ns.cc
931@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-ns.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-ns.Tpo -c -o arestest-ares-test-ns.obj `if test -f 'ares-test-ns.cc'; then $(CYGPATH_W) 'ares-test-ns.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-ns.cc'; fi`
932@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-ns.Tpo $(DEPDIR)/arestest-ares-test-ns.Po
933@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-ns.cc' object='arestest-ares-test-ns.obj' libtool=no @AMDEPBACKSLASH@
934@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
935@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-ns.obj `if test -f 'ares-test-ns.cc'; then $(CYGPATH_W) 'ares-test-ns.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-ns.cc'; fi`
936
937arestest-ares-test-parse.o: ares-test-parse.cc
938@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse.Tpo -c -o arestest-ares-test-parse.o `test -f 'ares-test-parse.cc' || echo '$(srcdir)/'`ares-test-parse.cc
939@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse.Tpo $(DEPDIR)/arestest-ares-test-parse.Po
940@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse.cc' object='arestest-ares-test-parse.o' libtool=no @AMDEPBACKSLASH@
941@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
942@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse.o `test -f 'ares-test-parse.cc' || echo '$(srcdir)/'`ares-test-parse.cc
943
944arestest-ares-test-parse.obj: ares-test-parse.cc
945@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse.Tpo -c -o arestest-ares-test-parse.obj `if test -f 'ares-test-parse.cc'; then $(CYGPATH_W) 'ares-test-parse.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse.cc'; fi`
946@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse.Tpo $(DEPDIR)/arestest-ares-test-parse.Po
947@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse.cc' object='arestest-ares-test-parse.obj' libtool=no @AMDEPBACKSLASH@
948@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse.obj `if test -f 'ares-test-parse.cc'; then $(CYGPATH_W) 'ares-test-parse.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse.cc'; fi`
950
951arestest-ares-test-parse-a.o: ares-test-parse-a.cc
952@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-a.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-a.Tpo -c -o arestest-ares-test-parse-a.o `test -f 'ares-test-parse-a.cc' || echo '$(srcdir)/'`ares-test-parse-a.cc
953@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-a.Tpo $(DEPDIR)/arestest-ares-test-parse-a.Po
954@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-a.cc' object='arestest-ares-test-parse-a.o' libtool=no @AMDEPBACKSLASH@
955@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-a.o `test -f 'ares-test-parse-a.cc' || echo '$(srcdir)/'`ares-test-parse-a.cc
957
958arestest-ares-test-parse-a.obj: ares-test-parse-a.cc
959@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-a.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-a.Tpo -c -o arestest-ares-test-parse-a.obj `if test -f 'ares-test-parse-a.cc'; then $(CYGPATH_W) 'ares-test-parse-a.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-a.cc'; fi`
960@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-a.Tpo $(DEPDIR)/arestest-ares-test-parse-a.Po
961@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-a.cc' object='arestest-ares-test-parse-a.obj' libtool=no @AMDEPBACKSLASH@
962@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-a.obj `if test -f 'ares-test-parse-a.cc'; then $(CYGPATH_W) 'ares-test-parse-a.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-a.cc'; fi`
964
965arestest-ares-test-parse-aaaa.o: ares-test-parse-aaaa.cc
966@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-aaaa.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-aaaa.Tpo -c -o arestest-ares-test-parse-aaaa.o `test -f 'ares-test-parse-aaaa.cc' || echo '$(srcdir)/'`ares-test-parse-aaaa.cc
967@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-aaaa.Tpo $(DEPDIR)/arestest-ares-test-parse-aaaa.Po
968@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-aaaa.cc' object='arestest-ares-test-parse-aaaa.o' libtool=no @AMDEPBACKSLASH@
969@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
970@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-aaaa.o `test -f 'ares-test-parse-aaaa.cc' || echo '$(srcdir)/'`ares-test-parse-aaaa.cc
971
972arestest-ares-test-parse-aaaa.obj: ares-test-parse-aaaa.cc
973@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-aaaa.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-aaaa.Tpo -c -o arestest-ares-test-parse-aaaa.obj `if test -f 'ares-test-parse-aaaa.cc'; then $(CYGPATH_W) 'ares-test-parse-aaaa.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-aaaa.cc'; fi`
974@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-aaaa.Tpo $(DEPDIR)/arestest-ares-test-parse-aaaa.Po
975@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-aaaa.cc' object='arestest-ares-test-parse-aaaa.obj' libtool=no @AMDEPBACKSLASH@
976@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
977@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-aaaa.obj `if test -f 'ares-test-parse-aaaa.cc'; then $(CYGPATH_W) 'ares-test-parse-aaaa.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-aaaa.cc'; fi`
978
979arestest-ares-test-parse-caa.o: ares-test-parse-caa.cc
980@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-caa.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-caa.Tpo -c -o arestest-ares-test-parse-caa.o `test -f 'ares-test-parse-caa.cc' || echo '$(srcdir)/'`ares-test-parse-caa.cc
981@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-caa.Tpo $(DEPDIR)/arestest-ares-test-parse-caa.Po
982@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-caa.cc' object='arestest-ares-test-parse-caa.o' libtool=no @AMDEPBACKSLASH@
983@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-caa.o `test -f 'ares-test-parse-caa.cc' || echo '$(srcdir)/'`ares-test-parse-caa.cc
985
986arestest-ares-test-parse-caa.obj: ares-test-parse-caa.cc
987@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-caa.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-caa.Tpo -c -o arestest-ares-test-parse-caa.obj `if test -f 'ares-test-parse-caa.cc'; then $(CYGPATH_W) 'ares-test-parse-caa.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-caa.cc'; fi`
988@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-caa.Tpo $(DEPDIR)/arestest-ares-test-parse-caa.Po
989@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-caa.cc' object='arestest-ares-test-parse-caa.obj' libtool=no @AMDEPBACKSLASH@
990@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
991@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-caa.obj `if test -f 'ares-test-parse-caa.cc'; then $(CYGPATH_W) 'ares-test-parse-caa.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-caa.cc'; fi`
992
993arestest-ares-test-parse-mx.o: ares-test-parse-mx.cc
994@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-mx.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-mx.Tpo -c -o arestest-ares-test-parse-mx.o `test -f 'ares-test-parse-mx.cc' || echo '$(srcdir)/'`ares-test-parse-mx.cc
995@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-mx.Tpo $(DEPDIR)/arestest-ares-test-parse-mx.Po
996@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-mx.cc' object='arestest-ares-test-parse-mx.o' libtool=no @AMDEPBACKSLASH@
997@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
998@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-mx.o `test -f 'ares-test-parse-mx.cc' || echo '$(srcdir)/'`ares-test-parse-mx.cc
999
1000arestest-ares-test-parse-mx.obj: ares-test-parse-mx.cc
1001@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-mx.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-mx.Tpo -c -o arestest-ares-test-parse-mx.obj `if test -f 'ares-test-parse-mx.cc'; then $(CYGPATH_W) 'ares-test-parse-mx.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-mx.cc'; fi`
1002@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-mx.Tpo $(DEPDIR)/arestest-ares-test-parse-mx.Po
1003@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-mx.cc' object='arestest-ares-test-parse-mx.obj' libtool=no @AMDEPBACKSLASH@
1004@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1005@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-mx.obj `if test -f 'ares-test-parse-mx.cc'; then $(CYGPATH_W) 'ares-test-parse-mx.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-mx.cc'; fi`
1006
1007arestest-ares-test-parse-naptr.o: ares-test-parse-naptr.cc
1008@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-naptr.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-naptr.Tpo -c -o arestest-ares-test-parse-naptr.o `test -f 'ares-test-parse-naptr.cc' || echo '$(srcdir)/'`ares-test-parse-naptr.cc
1009@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-naptr.Tpo $(DEPDIR)/arestest-ares-test-parse-naptr.Po
1010@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-naptr.cc' object='arestest-ares-test-parse-naptr.o' libtool=no @AMDEPBACKSLASH@
1011@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1012@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-naptr.o `test -f 'ares-test-parse-naptr.cc' || echo '$(srcdir)/'`ares-test-parse-naptr.cc
1013
1014arestest-ares-test-parse-naptr.obj: ares-test-parse-naptr.cc
1015@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-naptr.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-naptr.Tpo -c -o arestest-ares-test-parse-naptr.obj `if test -f 'ares-test-parse-naptr.cc'; then $(CYGPATH_W) 'ares-test-parse-naptr.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-naptr.cc'; fi`
1016@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-naptr.Tpo $(DEPDIR)/arestest-ares-test-parse-naptr.Po
1017@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-naptr.cc' object='arestest-ares-test-parse-naptr.obj' libtool=no @AMDEPBACKSLASH@
1018@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1019@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-naptr.obj `if test -f 'ares-test-parse-naptr.cc'; then $(CYGPATH_W) 'ares-test-parse-naptr.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-naptr.cc'; fi`
1020
1021arestest-ares-test-parse-ns.o: ares-test-parse-ns.cc
1022@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-ns.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-ns.Tpo -c -o arestest-ares-test-parse-ns.o `test -f 'ares-test-parse-ns.cc' || echo '$(srcdir)/'`ares-test-parse-ns.cc
1023@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-ns.Tpo $(DEPDIR)/arestest-ares-test-parse-ns.Po
1024@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-ns.cc' object='arestest-ares-test-parse-ns.o' libtool=no @AMDEPBACKSLASH@
1025@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1026@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-ns.o `test -f 'ares-test-parse-ns.cc' || echo '$(srcdir)/'`ares-test-parse-ns.cc
1027
1028arestest-ares-test-parse-ns.obj: ares-test-parse-ns.cc
1029@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-ns.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-ns.Tpo -c -o arestest-ares-test-parse-ns.obj `if test -f 'ares-test-parse-ns.cc'; then $(CYGPATH_W) 'ares-test-parse-ns.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-ns.cc'; fi`
1030@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-ns.Tpo $(DEPDIR)/arestest-ares-test-parse-ns.Po
1031@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-ns.cc' object='arestest-ares-test-parse-ns.obj' libtool=no @AMDEPBACKSLASH@
1032@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1033@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-ns.obj `if test -f 'ares-test-parse-ns.cc'; then $(CYGPATH_W) 'ares-test-parse-ns.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-ns.cc'; fi`
1034
1035arestest-ares-test-parse-ptr.o: ares-test-parse-ptr.cc
1036@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-ptr.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-ptr.Tpo -c -o arestest-ares-test-parse-ptr.o `test -f 'ares-test-parse-ptr.cc' || echo '$(srcdir)/'`ares-test-parse-ptr.cc
1037@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-ptr.Tpo $(DEPDIR)/arestest-ares-test-parse-ptr.Po
1038@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-ptr.cc' object='arestest-ares-test-parse-ptr.o' libtool=no @AMDEPBACKSLASH@
1039@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1040@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-ptr.o `test -f 'ares-test-parse-ptr.cc' || echo '$(srcdir)/'`ares-test-parse-ptr.cc
1041
1042arestest-ares-test-parse-ptr.obj: ares-test-parse-ptr.cc
1043@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-ptr.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-ptr.Tpo -c -o arestest-ares-test-parse-ptr.obj `if test -f 'ares-test-parse-ptr.cc'; then $(CYGPATH_W) 'ares-test-parse-ptr.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-ptr.cc'; fi`
1044@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-ptr.Tpo $(DEPDIR)/arestest-ares-test-parse-ptr.Po
1045@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-ptr.cc' object='arestest-ares-test-parse-ptr.obj' libtool=no @AMDEPBACKSLASH@
1046@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1047@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-ptr.obj `if test -f 'ares-test-parse-ptr.cc'; then $(CYGPATH_W) 'ares-test-parse-ptr.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-ptr.cc'; fi`
1048
1049arestest-ares-test-parse-soa.o: ares-test-parse-soa.cc
1050@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-soa.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-soa.Tpo -c -o arestest-ares-test-parse-soa.o `test -f 'ares-test-parse-soa.cc' || echo '$(srcdir)/'`ares-test-parse-soa.cc
1051@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-soa.Tpo $(DEPDIR)/arestest-ares-test-parse-soa.Po
1052@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-soa.cc' object='arestest-ares-test-parse-soa.o' libtool=no @AMDEPBACKSLASH@
1053@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1054@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-soa.o `test -f 'ares-test-parse-soa.cc' || echo '$(srcdir)/'`ares-test-parse-soa.cc
1055
1056arestest-ares-test-parse-soa.obj: ares-test-parse-soa.cc
1057@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-soa.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-soa.Tpo -c -o arestest-ares-test-parse-soa.obj `if test -f 'ares-test-parse-soa.cc'; then $(CYGPATH_W) 'ares-test-parse-soa.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-soa.cc'; fi`
1058@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-soa.Tpo $(DEPDIR)/arestest-ares-test-parse-soa.Po
1059@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-soa.cc' object='arestest-ares-test-parse-soa.obj' libtool=no @AMDEPBACKSLASH@
1060@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1061@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-soa.obj `if test -f 'ares-test-parse-soa.cc'; then $(CYGPATH_W) 'ares-test-parse-soa.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-soa.cc'; fi`
1062
1063arestest-ares-test-parse-soa-any.o: ares-test-parse-soa-any.cc
1064@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-soa-any.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-soa-any.Tpo -c -o arestest-ares-test-parse-soa-any.o `test -f 'ares-test-parse-soa-any.cc' || echo '$(srcdir)/'`ares-test-parse-soa-any.cc
1065@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-soa-any.Tpo $(DEPDIR)/arestest-ares-test-parse-soa-any.Po
1066@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-soa-any.cc' object='arestest-ares-test-parse-soa-any.o' libtool=no @AMDEPBACKSLASH@
1067@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1068@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-soa-any.o `test -f 'ares-test-parse-soa-any.cc' || echo '$(srcdir)/'`ares-test-parse-soa-any.cc
1069
1070arestest-ares-test-parse-soa-any.obj: ares-test-parse-soa-any.cc
1071@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-soa-any.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-soa-any.Tpo -c -o arestest-ares-test-parse-soa-any.obj `if test -f 'ares-test-parse-soa-any.cc'; then $(CYGPATH_W) 'ares-test-parse-soa-any.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-soa-any.cc'; fi`
1072@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-soa-any.Tpo $(DEPDIR)/arestest-ares-test-parse-soa-any.Po
1073@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-soa-any.cc' object='arestest-ares-test-parse-soa-any.obj' libtool=no @AMDEPBACKSLASH@
1074@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1075@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-soa-any.obj `if test -f 'ares-test-parse-soa-any.cc'; then $(CYGPATH_W) 'ares-test-parse-soa-any.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-soa-any.cc'; fi`
1076
1077arestest-ares-test-parse-srv.o: ares-test-parse-srv.cc
1078@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-srv.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-srv.Tpo -c -o arestest-ares-test-parse-srv.o `test -f 'ares-test-parse-srv.cc' || echo '$(srcdir)/'`ares-test-parse-srv.cc
1079@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-srv.Tpo $(DEPDIR)/arestest-ares-test-parse-srv.Po
1080@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-srv.cc' object='arestest-ares-test-parse-srv.o' libtool=no @AMDEPBACKSLASH@
1081@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1082@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-srv.o `test -f 'ares-test-parse-srv.cc' || echo '$(srcdir)/'`ares-test-parse-srv.cc
1083
1084arestest-ares-test-parse-srv.obj: ares-test-parse-srv.cc
1085@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-srv.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-srv.Tpo -c -o arestest-ares-test-parse-srv.obj `if test -f 'ares-test-parse-srv.cc'; then $(CYGPATH_W) 'ares-test-parse-srv.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-srv.cc'; fi`
1086@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-srv.Tpo $(DEPDIR)/arestest-ares-test-parse-srv.Po
1087@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-srv.cc' object='arestest-ares-test-parse-srv.obj' libtool=no @AMDEPBACKSLASH@
1088@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1089@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-srv.obj `if test -f 'ares-test-parse-srv.cc'; then $(CYGPATH_W) 'ares-test-parse-srv.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-srv.cc'; fi`
1090
1091arestest-ares-test-parse-txt.o: ares-test-parse-txt.cc
1092@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-txt.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-txt.Tpo -c -o arestest-ares-test-parse-txt.o `test -f 'ares-test-parse-txt.cc' || echo '$(srcdir)/'`ares-test-parse-txt.cc
1093@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-txt.Tpo $(DEPDIR)/arestest-ares-test-parse-txt.Po
1094@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-txt.cc' object='arestest-ares-test-parse-txt.o' libtool=no @AMDEPBACKSLASH@
1095@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1096@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-txt.o `test -f 'ares-test-parse-txt.cc' || echo '$(srcdir)/'`ares-test-parse-txt.cc
1097
1098arestest-ares-test-parse-txt.obj: ares-test-parse-txt.cc
1099@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-txt.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-txt.Tpo -c -o arestest-ares-test-parse-txt.obj `if test -f 'ares-test-parse-txt.cc'; then $(CYGPATH_W) 'ares-test-parse-txt.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-txt.cc'; fi`
1100@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-txt.Tpo $(DEPDIR)/arestest-ares-test-parse-txt.Po
1101@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-txt.cc' object='arestest-ares-test-parse-txt.obj' libtool=no @AMDEPBACKSLASH@
1102@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1103@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-txt.obj `if test -f 'ares-test-parse-txt.cc'; then $(CYGPATH_W) 'ares-test-parse-txt.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-txt.cc'; fi`
1104
1105arestest-ares-test-parse-uri.o: ares-test-parse-uri.cc
1106@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-uri.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-uri.Tpo -c -o arestest-ares-test-parse-uri.o `test -f 'ares-test-parse-uri.cc' || echo '$(srcdir)/'`ares-test-parse-uri.cc
1107@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-uri.Tpo $(DEPDIR)/arestest-ares-test-parse-uri.Po
1108@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-uri.cc' object='arestest-ares-test-parse-uri.o' libtool=no @AMDEPBACKSLASH@
1109@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1110@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-uri.o `test -f 'ares-test-parse-uri.cc' || echo '$(srcdir)/'`ares-test-parse-uri.cc
1111
1112arestest-ares-test-parse-uri.obj: ares-test-parse-uri.cc
1113@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-parse-uri.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-parse-uri.Tpo -c -o arestest-ares-test-parse-uri.obj `if test -f 'ares-test-parse-uri.cc'; then $(CYGPATH_W) 'ares-test-parse-uri.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-uri.cc'; fi`
1114@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-parse-uri.Tpo $(DEPDIR)/arestest-ares-test-parse-uri.Po
1115@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-parse-uri.cc' object='arestest-ares-test-parse-uri.obj' libtool=no @AMDEPBACKSLASH@
1116@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1117@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-parse-uri.obj `if test -f 'ares-test-parse-uri.cc'; then $(CYGPATH_W) 'ares-test-parse-uri.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-parse-uri.cc'; fi`
1118
1119arestest-ares-test-misc.o: ares-test-misc.cc
1120@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-misc.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-misc.Tpo -c -o arestest-ares-test-misc.o `test -f 'ares-test-misc.cc' || echo '$(srcdir)/'`ares-test-misc.cc
1121@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-misc.Tpo $(DEPDIR)/arestest-ares-test-misc.Po
1122@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-misc.cc' object='arestest-ares-test-misc.o' libtool=no @AMDEPBACKSLASH@
1123@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1124@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-misc.o `test -f 'ares-test-misc.cc' || echo '$(srcdir)/'`ares-test-misc.cc
1125
1126arestest-ares-test-misc.obj: ares-test-misc.cc
1127@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-misc.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-misc.Tpo -c -o arestest-ares-test-misc.obj `if test -f 'ares-test-misc.cc'; then $(CYGPATH_W) 'ares-test-misc.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-misc.cc'; fi`
1128@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-misc.Tpo $(DEPDIR)/arestest-ares-test-misc.Po
1129@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-misc.cc' object='arestest-ares-test-misc.obj' libtool=no @AMDEPBACKSLASH@
1130@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1131@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-misc.obj `if test -f 'ares-test-misc.cc'; then $(CYGPATH_W) 'ares-test-misc.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-misc.cc'; fi`
1132
1133arestest-ares-test-live.o: ares-test-live.cc
1134@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-live.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-live.Tpo -c -o arestest-ares-test-live.o `test -f 'ares-test-live.cc' || echo '$(srcdir)/'`ares-test-live.cc
1135@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-live.Tpo $(DEPDIR)/arestest-ares-test-live.Po
1136@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-live.cc' object='arestest-ares-test-live.o' libtool=no @AMDEPBACKSLASH@
1137@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1138@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-live.o `test -f 'ares-test-live.cc' || echo '$(srcdir)/'`ares-test-live.cc
1139
1140arestest-ares-test-live.obj: ares-test-live.cc
1141@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-live.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-live.Tpo -c -o arestest-ares-test-live.obj `if test -f 'ares-test-live.cc'; then $(CYGPATH_W) 'ares-test-live.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-live.cc'; fi`
1142@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-live.Tpo $(DEPDIR)/arestest-ares-test-live.Po
1143@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-live.cc' object='arestest-ares-test-live.obj' libtool=no @AMDEPBACKSLASH@
1144@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1145@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-live.obj `if test -f 'ares-test-live.cc'; then $(CYGPATH_W) 'ares-test-live.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-live.cc'; fi`
1146
1147arestest-ares-test-mock.o: ares-test-mock.cc
1148@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-mock.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-mock.Tpo -c -o arestest-ares-test-mock.o `test -f 'ares-test-mock.cc' || echo '$(srcdir)/'`ares-test-mock.cc
1149@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-mock.Tpo $(DEPDIR)/arestest-ares-test-mock.Po
1150@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-mock.cc' object='arestest-ares-test-mock.o' libtool=no @AMDEPBACKSLASH@
1151@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1152@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-mock.o `test -f 'ares-test-mock.cc' || echo '$(srcdir)/'`ares-test-mock.cc
1153
1154arestest-ares-test-mock.obj: ares-test-mock.cc
1155@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-mock.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-mock.Tpo -c -o arestest-ares-test-mock.obj `if test -f 'ares-test-mock.cc'; then $(CYGPATH_W) 'ares-test-mock.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-mock.cc'; fi`
1156@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-mock.Tpo $(DEPDIR)/arestest-ares-test-mock.Po
1157@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-mock.cc' object='arestest-ares-test-mock.obj' libtool=no @AMDEPBACKSLASH@
1158@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1159@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-mock.obj `if test -f 'ares-test-mock.cc'; then $(CYGPATH_W) 'ares-test-mock.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-mock.cc'; fi`
1160
1161arestest-ares-test-mock-ai.o: ares-test-mock-ai.cc
1162@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-mock-ai.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-mock-ai.Tpo -c -o arestest-ares-test-mock-ai.o `test -f 'ares-test-mock-ai.cc' || echo '$(srcdir)/'`ares-test-mock-ai.cc
1163@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-mock-ai.Tpo $(DEPDIR)/arestest-ares-test-mock-ai.Po
1164@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-mock-ai.cc' object='arestest-ares-test-mock-ai.o' libtool=no @AMDEPBACKSLASH@
1165@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1166@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-mock-ai.o `test -f 'ares-test-mock-ai.cc' || echo '$(srcdir)/'`ares-test-mock-ai.cc
1167
1168arestest-ares-test-mock-ai.obj: ares-test-mock-ai.cc
1169@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-mock-ai.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-mock-ai.Tpo -c -o arestest-ares-test-mock-ai.obj `if test -f 'ares-test-mock-ai.cc'; then $(CYGPATH_W) 'ares-test-mock-ai.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-mock-ai.cc'; fi`
1170@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-mock-ai.Tpo $(DEPDIR)/arestest-ares-test-mock-ai.Po
1171@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-mock-ai.cc' object='arestest-ares-test-mock-ai.obj' libtool=no @AMDEPBACKSLASH@
1172@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1173@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-mock-ai.obj `if test -f 'ares-test-mock-ai.cc'; then $(CYGPATH_W) 'ares-test-mock-ai.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-mock-ai.cc'; fi`
1174
1175arestest-ares-test-mock-et.o: ares-test-mock-et.cc
1176@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-mock-et.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-mock-et.Tpo -c -o arestest-ares-test-mock-et.o `test -f 'ares-test-mock-et.cc' || echo '$(srcdir)/'`ares-test-mock-et.cc
1177@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-mock-et.Tpo $(DEPDIR)/arestest-ares-test-mock-et.Po
1178@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-mock-et.cc' object='arestest-ares-test-mock-et.o' libtool=no @AMDEPBACKSLASH@
1179@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1180@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-mock-et.o `test -f 'ares-test-mock-et.cc' || echo '$(srcdir)/'`ares-test-mock-et.cc
1181
1182arestest-ares-test-mock-et.obj: ares-test-mock-et.cc
1183@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-mock-et.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-mock-et.Tpo -c -o arestest-ares-test-mock-et.obj `if test -f 'ares-test-mock-et.cc'; then $(CYGPATH_W) 'ares-test-mock-et.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-mock-et.cc'; fi`
1184@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-mock-et.Tpo $(DEPDIR)/arestest-ares-test-mock-et.Po
1185@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-mock-et.cc' object='arestest-ares-test-mock-et.obj' libtool=no @AMDEPBACKSLASH@
1186@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1187@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-mock-et.obj `if test -f 'ares-test-mock-et.cc'; then $(CYGPATH_W) 'ares-test-mock-et.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-mock-et.cc'; fi`
1188
1189arestest-ares-test-internal.o: ares-test-internal.cc
1190@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-internal.o -MD -MP -MF $(DEPDIR)/arestest-ares-test-internal.Tpo -c -o arestest-ares-test-internal.o `test -f 'ares-test-internal.cc' || echo '$(srcdir)/'`ares-test-internal.cc
1191@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-internal.Tpo $(DEPDIR)/arestest-ares-test-internal.Po
1192@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-internal.cc' object='arestest-ares-test-internal.o' libtool=no @AMDEPBACKSLASH@
1193@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1194@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-internal.o `test -f 'ares-test-internal.cc' || echo '$(srcdir)/'`ares-test-internal.cc
1195
1196arestest-ares-test-internal.obj: ares-test-internal.cc
1197@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-ares-test-internal.obj -MD -MP -MF $(DEPDIR)/arestest-ares-test-internal.Tpo -c -o arestest-ares-test-internal.obj `if test -f 'ares-test-internal.cc'; then $(CYGPATH_W) 'ares-test-internal.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-internal.cc'; fi`
1198@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-ares-test-internal.Tpo $(DEPDIR)/arestest-ares-test-internal.Po
1199@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ares-test-internal.cc' object='arestest-ares-test-internal.obj' libtool=no @AMDEPBACKSLASH@
1200@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1201@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-ares-test-internal.obj `if test -f 'ares-test-internal.cc'; then $(CYGPATH_W) 'ares-test-internal.cc'; else $(CYGPATH_W) '$(srcdir)/ares-test-internal.cc'; fi`
1202
1203arestest-dns-proto.o: dns-proto.cc
1204@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-dns-proto.o -MD -MP -MF $(DEPDIR)/arestest-dns-proto.Tpo -c -o arestest-dns-proto.o `test -f 'dns-proto.cc' || echo '$(srcdir)/'`dns-proto.cc
1205@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-dns-proto.Tpo $(DEPDIR)/arestest-dns-proto.Po
1206@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dns-proto.cc' object='arestest-dns-proto.o' libtool=no @AMDEPBACKSLASH@
1207@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1208@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-dns-proto.o `test -f 'dns-proto.cc' || echo '$(srcdir)/'`dns-proto.cc
1209
1210arestest-dns-proto.obj: dns-proto.cc
1211@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-dns-proto.obj -MD -MP -MF $(DEPDIR)/arestest-dns-proto.Tpo -c -o arestest-dns-proto.obj `if test -f 'dns-proto.cc'; then $(CYGPATH_W) 'dns-proto.cc'; else $(CYGPATH_W) '$(srcdir)/dns-proto.cc'; fi`
1212@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-dns-proto.Tpo $(DEPDIR)/arestest-dns-proto.Po
1213@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dns-proto.cc' object='arestest-dns-proto.obj' libtool=no @AMDEPBACKSLASH@
1214@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1215@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-dns-proto.obj `if test -f 'dns-proto.cc'; then $(CYGPATH_W) 'dns-proto.cc'; else $(CYGPATH_W) '$(srcdir)/dns-proto.cc'; fi`
1216
1217arestest-dns-proto-test.o: dns-proto-test.cc
1218@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-dns-proto-test.o -MD -MP -MF $(DEPDIR)/arestest-dns-proto-test.Tpo -c -o arestest-dns-proto-test.o `test -f 'dns-proto-test.cc' || echo '$(srcdir)/'`dns-proto-test.cc
1219@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-dns-proto-test.Tpo $(DEPDIR)/arestest-dns-proto-test.Po
1220@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dns-proto-test.cc' object='arestest-dns-proto-test.o' libtool=no @AMDEPBACKSLASH@
1221@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1222@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-dns-proto-test.o `test -f 'dns-proto-test.cc' || echo '$(srcdir)/'`dns-proto-test.cc
1223
1224arestest-dns-proto-test.obj: dns-proto-test.cc
1225@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -MT arestest-dns-proto-test.obj -MD -MP -MF $(DEPDIR)/arestest-dns-proto-test.Tpo -c -o arestest-dns-proto-test.obj `if test -f 'dns-proto-test.cc'; then $(CYGPATH_W) 'dns-proto-test.cc'; else $(CYGPATH_W) '$(srcdir)/dns-proto-test.cc'; fi`
1226@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/arestest-dns-proto-test.Tpo $(DEPDIR)/arestest-dns-proto-test.Po
1227@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dns-proto-test.cc' object='arestest-dns-proto-test.obj' libtool=no @AMDEPBACKSLASH@
1228@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1229@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(arestest_CXXFLAGS) $(CXXFLAGS) -c -o arestest-dns-proto-test.obj `if test -f 'dns-proto-test.cc'; then $(CYGPATH_W) 'dns-proto-test.cc'; else $(CYGPATH_W) '$(srcdir)/dns-proto-test.cc'; fi`
1230
1231mostlyclean-libtool:
1232	-rm -f *.lo
1233
1234clean-libtool:
1235	-rm -rf .libs _libs
1236
1237ID: $(am__tagged_files)
1238	$(am__define_uniq_tagged_files); mkid -fID $$unique
1239tags: tags-am
1240TAGS: tags
1241
1242tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1243	set x; \
1244	here=`pwd`; \
1245	$(am__define_uniq_tagged_files); \
1246	shift; \
1247	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1248	  test -n "$$unique" || unique=$$empty_fix; \
1249	  if test $$# -gt 0; then \
1250	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1251	      "$$@" $$unique; \
1252	  else \
1253	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1254	      $$unique; \
1255	  fi; \
1256	fi
1257ctags: ctags-am
1258
1259CTAGS: ctags
1260ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1261	$(am__define_uniq_tagged_files); \
1262	test -z "$(CTAGS_ARGS)$$unique" \
1263	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1264	     $$unique
1265
1266GTAGS:
1267	here=`$(am__cd) $(top_builddir) && pwd` \
1268	  && $(am__cd) $(top_srcdir) \
1269	  && gtags -i $(GTAGS_ARGS) "$$here"
1270cscopelist: cscopelist-am
1271
1272cscopelist-am: $(am__tagged_files)
1273	list='$(am__tagged_files)'; \
1274	case "$(srcdir)" in \
1275	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1276	  *) sdir=$(subdir)/$(srcdir) ;; \
1277	esac; \
1278	for i in $$list; do \
1279	  if test -f "$$i"; then \
1280	    echo "$(subdir)/$$i"; \
1281	  else \
1282	    echo "$$sdir/$$i"; \
1283	  fi; \
1284	done >> $(top_builddir)/cscope.files
1285
1286distclean-tags:
1287	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1288
1289# Recover from deleted '.trs' file; this should ensure that
1290# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1291# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1292# to avoid problems with "make -n".
1293.log.trs:
1294	rm -f $< $@
1295	$(MAKE) $(AM_MAKEFLAGS) $<
1296
1297# Leading 'am--fnord' is there to ensure the list of targets does not
1298# expand to empty, as could happen e.g. with make check TESTS=''.
1299am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1300am--force-recheck:
1301	@:
1302
1303$(TEST_SUITE_LOG): $(TEST_LOGS)
1304	@$(am__set_TESTS_bases); \
1305	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1306	redo_bases=`for i in $$bases; do \
1307	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1308	            done`; \
1309	if test -n "$$redo_bases"; then \
1310	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1311	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1312	  if $(am__make_dryrun); then :; else \
1313	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1314	  fi; \
1315	fi; \
1316	if test -n "$$am__remaking_logs"; then \
1317	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1318	       "recursion detected" >&2; \
1319	elif test -n "$$redo_logs"; then \
1320	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1321	fi; \
1322	if $(am__make_dryrun); then :; else \
1323	  st=0;  \
1324	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1325	  for i in $$redo_bases; do \
1326	    test -f $$i.trs && test -r $$i.trs \
1327	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1328	    test -f $$i.log && test -r $$i.log \
1329	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1330	  done; \
1331	  test $$st -eq 0 || exit 1; \
1332	fi
1333	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1334	ws='[ 	]'; \
1335	results=`for b in $$bases; do echo $$b.trs; done`; \
1336	test -n "$$results" || results=/dev/null; \
1337	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1338	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1339	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1340	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1341	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1342	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1343	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1344	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1345	  success=true; \
1346	else \
1347	  success=false; \
1348	fi; \
1349	br='==================='; br=$$br$$br$$br$$br; \
1350	result_count () \
1351	{ \
1352	    if test x"$$1" = x"--maybe-color"; then \
1353	      maybe_colorize=yes; \
1354	    elif test x"$$1" = x"--no-color"; then \
1355	      maybe_colorize=no; \
1356	    else \
1357	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1358	    fi; \
1359	    shift; \
1360	    desc=$$1 count=$$2; \
1361	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1362	      color_start=$$3 color_end=$$std; \
1363	    else \
1364	      color_start= color_end=; \
1365	    fi; \
1366	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1367	}; \
1368	create_testsuite_report () \
1369	{ \
1370	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1371	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1372	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1373	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1374	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1375	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1376	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1377	}; \
1378	{								\
1379	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1380	    $(am__rst_title);						\
1381	  create_testsuite_report --no-color;				\
1382	  echo;								\
1383	  echo ".. contents:: :depth: 2";				\
1384	  echo;								\
1385	  for b in $$bases; do echo $$b; done				\
1386	    | $(am__create_global_log);					\
1387	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1388	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1389	if $$success; then						\
1390	  col="$$grn";							\
1391	 else								\
1392	  col="$$red";							\
1393	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1394	fi;								\
1395	echo "$${col}$$br$${std}"; 					\
1396	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
1397	echo "$${col}$$br$${std}"; 					\
1398	create_testsuite_report --maybe-color;				\
1399	echo "$$col$$br$$std";						\
1400	if $$success; then :; else					\
1401	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1402	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1403	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1404	  fi;								\
1405	  echo "$$col$$br$$std";					\
1406	fi;								\
1407	$$success || exit 1
1408
1409check-TESTS:
1410	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1411	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1412	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1413	@set +e; $(am__set_TESTS_bases); \
1414	log_list=`for i in $$bases; do echo $$i.log; done`; \
1415	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1416	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1417	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1418	exit $$?;
1419recheck: all
1420	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1421	@set +e; $(am__set_TESTS_bases); \
1422	bases=`for i in $$bases; do echo $$i; done \
1423	         | $(am__list_recheck_tests)` || exit 1; \
1424	log_list=`for i in $$bases; do echo $$i.log; done`; \
1425	log_list=`echo $$log_list`; \
1426	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1427	        am__force_recheck=am--force-recheck \
1428	        TEST_LOGS="$$log_list"; \
1429	exit $$?
1430arestest.log: arestest$(EXEEXT)
1431	@p='arestest$(EXEEXT)'; \
1432	b='arestest'; \
1433	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1434	--log-file $$b.log --trs-file $$b.trs \
1435	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1436	"$$tst" $(AM_TESTS_FD_REDIRECT)
1437fuzzcheck.sh.log: fuzzcheck.sh
1438	@p='fuzzcheck.sh'; \
1439	b='fuzzcheck.sh'; \
1440	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1441	--log-file $$b.log --trs-file $$b.trs \
1442	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1443	"$$tst" $(AM_TESTS_FD_REDIRECT)
1444.test.log:
1445	@p='$<'; \
1446	$(am__set_b); \
1447	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1448	--log-file $$b.log --trs-file $$b.trs \
1449	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1450	"$$tst" $(AM_TESTS_FD_REDIRECT)
1451@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1452@am__EXEEXT_TRUE@	@p='$<'; \
1453@am__EXEEXT_TRUE@	$(am__set_b); \
1454@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1455@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1456@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1457@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1458distdir: $(BUILT_SOURCES)
1459	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1460
1461distdir-am: $(DISTFILES)
1462	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1463	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1464	list='$(DISTFILES)'; \
1465	  dist_files=`for file in $$list; do echo $$file; done | \
1466	  sed -e "s|^$$srcdirstrip/||;t" \
1467	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1468	case $$dist_files in \
1469	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1470			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1471			   sort -u` ;; \
1472	esac; \
1473	for file in $$dist_files; do \
1474	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1475	  if test -d $$d/$$file; then \
1476	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1477	    if test -d "$(distdir)/$$file"; then \
1478	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1479	    fi; \
1480	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1481	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1482	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1483	    fi; \
1484	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1485	  else \
1486	    test -f "$(distdir)/$$file" \
1487	    || cp -p $$d/$$file "$(distdir)/$$file" \
1488	    || exit 1; \
1489	  fi; \
1490	done
1491check-am: all-am
1492	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1493check: check-am
1494all-am: Makefile $(PROGRAMS)
1495installdirs:
1496install: install-am
1497install-exec: install-exec-am
1498install-data: install-data-am
1499uninstall: uninstall-am
1500
1501install-am: all-am
1502	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1503
1504installcheck: installcheck-am
1505install-strip:
1506	if test -z '$(STRIP)'; then \
1507	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1508	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1509	      install; \
1510	else \
1511	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1512	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1513	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1514	fi
1515mostlyclean-generic:
1516	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1517	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1518	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1519
1520clean-generic:
1521
1522distclean-generic:
1523	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1524	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1525
1526maintainer-clean-generic:
1527	@echo "This command is intended for maintainers to use"
1528	@echo "it deletes files that may require special tools to rebuild."
1529clean: clean-am
1530
1531clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
1532	mostlyclean-am
1533
1534distclean: distclean-am
1535		-rm -f ./$(DEPDIR)/ares-fuzz.Po
1536	-rm -f ./$(DEPDIR)/ares-test-fuzz-name.Po
1537	-rm -f ./$(DEPDIR)/ares-test-fuzz.Po
1538	-rm -f ./$(DEPDIR)/ares_queryloop.Po
1539	-rm -f ./$(DEPDIR)/arestest-ares-test-init.Po
1540	-rm -f ./$(DEPDIR)/arestest-ares-test-internal.Po
1541	-rm -f ./$(DEPDIR)/arestest-ares-test-live.Po
1542	-rm -f ./$(DEPDIR)/arestest-ares-test-main.Po
1543	-rm -f ./$(DEPDIR)/arestest-ares-test-misc.Po
1544	-rm -f ./$(DEPDIR)/arestest-ares-test-mock-ai.Po
1545	-rm -f ./$(DEPDIR)/arestest-ares-test-mock-et.Po
1546	-rm -f ./$(DEPDIR)/arestest-ares-test-mock.Po
1547	-rm -f ./$(DEPDIR)/arestest-ares-test-ns.Po
1548	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-a.Po
1549	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-aaaa.Po
1550	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-caa.Po
1551	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-mx.Po
1552	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-naptr.Po
1553	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-ns.Po
1554	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-ptr.Po
1555	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-soa-any.Po
1556	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-soa.Po
1557	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-srv.Po
1558	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-txt.Po
1559	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-uri.Po
1560	-rm -f ./$(DEPDIR)/arestest-ares-test-parse.Po
1561	-rm -f ./$(DEPDIR)/arestest-ares-test.Po
1562	-rm -f ./$(DEPDIR)/arestest-dns-proto-test.Po
1563	-rm -f ./$(DEPDIR)/arestest-dns-proto.Po
1564	-rm -f ./$(DEPDIR)/dns-dump.Po
1565	-rm -f ./$(DEPDIR)/dns-proto.Po
1566	-rm -f Makefile
1567distclean-am: clean-am distclean-compile distclean-generic \
1568	distclean-tags
1569
1570dvi: dvi-am
1571
1572dvi-am:
1573
1574html: html-am
1575
1576html-am:
1577
1578info: info-am
1579
1580info-am:
1581
1582install-data-am:
1583
1584install-dvi: install-dvi-am
1585
1586install-dvi-am:
1587
1588install-exec-am:
1589
1590install-html: install-html-am
1591
1592install-html-am:
1593
1594install-info: install-info-am
1595
1596install-info-am:
1597
1598install-man:
1599
1600install-pdf: install-pdf-am
1601
1602install-pdf-am:
1603
1604install-ps: install-ps-am
1605
1606install-ps-am:
1607
1608installcheck-am:
1609
1610maintainer-clean: maintainer-clean-am
1611		-rm -f ./$(DEPDIR)/ares-fuzz.Po
1612	-rm -f ./$(DEPDIR)/ares-test-fuzz-name.Po
1613	-rm -f ./$(DEPDIR)/ares-test-fuzz.Po
1614	-rm -f ./$(DEPDIR)/ares_queryloop.Po
1615	-rm -f ./$(DEPDIR)/arestest-ares-test-init.Po
1616	-rm -f ./$(DEPDIR)/arestest-ares-test-internal.Po
1617	-rm -f ./$(DEPDIR)/arestest-ares-test-live.Po
1618	-rm -f ./$(DEPDIR)/arestest-ares-test-main.Po
1619	-rm -f ./$(DEPDIR)/arestest-ares-test-misc.Po
1620	-rm -f ./$(DEPDIR)/arestest-ares-test-mock-ai.Po
1621	-rm -f ./$(DEPDIR)/arestest-ares-test-mock-et.Po
1622	-rm -f ./$(DEPDIR)/arestest-ares-test-mock.Po
1623	-rm -f ./$(DEPDIR)/arestest-ares-test-ns.Po
1624	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-a.Po
1625	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-aaaa.Po
1626	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-caa.Po
1627	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-mx.Po
1628	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-naptr.Po
1629	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-ns.Po
1630	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-ptr.Po
1631	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-soa-any.Po
1632	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-soa.Po
1633	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-srv.Po
1634	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-txt.Po
1635	-rm -f ./$(DEPDIR)/arestest-ares-test-parse-uri.Po
1636	-rm -f ./$(DEPDIR)/arestest-ares-test-parse.Po
1637	-rm -f ./$(DEPDIR)/arestest-ares-test.Po
1638	-rm -f ./$(DEPDIR)/arestest-dns-proto-test.Po
1639	-rm -f ./$(DEPDIR)/arestest-dns-proto.Po
1640	-rm -f ./$(DEPDIR)/dns-dump.Po
1641	-rm -f ./$(DEPDIR)/dns-proto.Po
1642	-rm -f Makefile
1643maintainer-clean-am: distclean-am maintainer-clean-generic
1644
1645mostlyclean: mostlyclean-am
1646
1647mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1648	mostlyclean-libtool
1649
1650pdf: pdf-am
1651
1652pdf-am:
1653
1654ps: ps-am
1655
1656ps-am:
1657
1658uninstall-am:
1659
1660.MAKE: check-am install-am install-strip
1661
1662.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
1663	check-am clean clean-generic clean-libtool \
1664	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1665	distclean-compile distclean-generic distclean-libtool \
1666	distclean-tags distdir dvi dvi-am html html-am info info-am \
1667	install install-am install-data install-data-am install-dvi \
1668	install-dvi-am install-exec install-exec-am install-html \
1669	install-html-am install-info install-info-am install-man \
1670	install-pdf install-pdf-am install-ps install-ps-am \
1671	install-strip installcheck installcheck-am installdirs \
1672	maintainer-clean maintainer-clean-generic mostlyclean \
1673	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1674	pdf pdf-am ps ps-am recheck tags tags-am uninstall \
1675	uninstall-am
1676
1677.PRECIOUS: Makefile
1678
1679
1680test: check
1681
1682# Tell versions [3.59,3.63) of GNU make to not export all variables.
1683# Otherwise a system limit (for SysV at least) may be exceeded.
1684.NOEXPORT:
1685