• 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
17#############################################################
18#
19# Copyright (C) the Massachusetts Institute of Technology.
20# Copyright (C) Daniel Stenberg
21#
22# Permission is hereby granted, free of charge, to any person obtaining a copy
23# of this software and associated documentation files (the "Software"), to deal
24# in the Software without restriction, including without limitation the rights
25# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26# copies of the Software, and to permit persons to whom the Software is
27# furnished to do so, subject to the following conditions:
28#
29# The above copyright notice and this permission notice (including the next
30# paragraph) shall be included in all copies or substantial portions of the
31# Software.
32#
33# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39# SOFTWARE.
40#
41# SPDX-License-Identifier: MIT
42#
43#############################################################
44
45VPATH = @srcdir@
46am__is_gnu_make = { \
47  if test -z '$(MAKELEVEL)'; then \
48    false; \
49  elif test -n '$(MAKE_HOST)'; then \
50    true; \
51  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
52    true; \
53  else \
54    false; \
55  fi; \
56}
57am__make_running_with_option = \
58  case $${target_option-} in \
59      ?) ;; \
60      *) echo "am__make_running_with_option: internal error: invalid" \
61              "target option '$${target_option-}' specified" >&2; \
62         exit 1;; \
63  esac; \
64  has_opt=no; \
65  sane_makeflags=$$MAKEFLAGS; \
66  if $(am__is_gnu_make); then \
67    sane_makeflags=$$MFLAGS; \
68  else \
69    case $$MAKEFLAGS in \
70      *\\[\ \	]*) \
71        bs=\\; \
72        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
73          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
74    esac; \
75  fi; \
76  skip_next=no; \
77  strip_trailopt () \
78  { \
79    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
80  }; \
81  for flg in $$sane_makeflags; do \
82    test $$skip_next = yes && { skip_next=no; continue; }; \
83    case $$flg in \
84      *=*|--*) continue;; \
85        -*I) strip_trailopt 'I'; skip_next=yes;; \
86      -*I?*) strip_trailopt 'I';; \
87        -*O) strip_trailopt 'O'; skip_next=yes;; \
88      -*O?*) strip_trailopt 'O';; \
89        -*l) strip_trailopt 'l'; skip_next=yes;; \
90      -*l?*) strip_trailopt 'l';; \
91      -[dEDm]) skip_next=yes;; \
92      -[JT]) skip_next=yes;; \
93    esac; \
94    case $$flg in \
95      *$$target_option*) has_opt=yes; break;; \
96    esac; \
97  done; \
98  test $$has_opt = yes
99am__make_dryrun = (target_option=n; $(am__make_running_with_option))
100am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
101pkgdatadir = $(datadir)/@PACKAGE@
102pkgincludedir = $(includedir)/@PACKAGE@
103pkglibdir = $(libdir)/@PACKAGE@
104pkglibexecdir = $(libexecdir)/@PACKAGE@
105am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
106install_sh_DATA = $(install_sh) -c -m 644
107install_sh_PROGRAM = $(install_sh) -c
108install_sh_SCRIPT = $(install_sh) -c
109INSTALL_HEADER = $(INSTALL_DATA)
110transform = $(program_transform_name)
111NORMAL_INSTALL = :
112PRE_INSTALL = :
113POST_INSTALL = :
114NORMAL_UNINSTALL = :
115PRE_UNINSTALL = :
116POST_UNINSTALL = :
117build_triplet = @build@
118host_triplet = @host@
119subdir = .
120ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121am__aclocal_m4_deps = $(top_srcdir)/m4/ares_check_user_namespace.m4 \
122	$(top_srcdir)/m4/ares_check_uts_namespace.m4 \
123	$(top_srcdir)/m4/ax_ac_append_to_file.m4 \
124	$(top_srcdir)/m4/ax_ac_print_to_file.m4 \
125	$(top_srcdir)/m4/ax_add_am_macro_static.m4 \
126	$(top_srcdir)/m4/ax_am_macros_static.m4 \
127	$(top_srcdir)/m4/ax_append_compile_flags.m4 \
128	$(top_srcdir)/m4/ax_append_flag.m4 \
129	$(top_srcdir)/m4/ax_append_link_flags.m4 \
130	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
131	$(top_srcdir)/m4/ax_check_gnu_make.m4 \
132	$(top_srcdir)/m4/ax_check_link_flag.m4 \
133	$(top_srcdir)/m4/ax_code_coverage.m4 \
134	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
135	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
136	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_14.m4 \
137	$(top_srcdir)/m4/ax_file_escapes.m4 \
138	$(top_srcdir)/m4/ax_pthread.m4 \
139	$(top_srcdir)/m4/ax_require_defined.m4 \
140	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
141	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
142	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
143	$(top_srcdir)/configure.ac
144am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
145	$(ACLOCAL_M4)
146DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
147	$(am__configure_deps) $(am__DIST_COMMON)
148am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
149 configure.lineno config.status.lineno
150mkinstalldirs = $(install_sh) -d
151CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \
152	$(top_builddir)/include/ares_build.h
153CONFIG_CLEAN_FILES = libcares.pc
154CONFIG_CLEAN_VPATH_FILES =
155AM_V_P = $(am__v_P_@AM_V@)
156am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157am__v_P_0 = false
158am__v_P_1 = :
159AM_V_GEN = $(am__v_GEN_@AM_V@)
160am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161am__v_GEN_0 = @echo "  GEN     " $@;
162am__v_GEN_1 =
163AM_V_at = $(am__v_at_@AM_V@)
164am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165am__v_at_0 = @
166am__v_at_1 =
167SOURCES =
168DIST_SOURCES =
169RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
170	ctags-recursive dvi-recursive html-recursive info-recursive \
171	install-data-recursive install-dvi-recursive \
172	install-exec-recursive install-html-recursive \
173	install-info-recursive install-pdf-recursive \
174	install-ps-recursive install-recursive installcheck-recursive \
175	installdirs-recursive pdf-recursive ps-recursive \
176	tags-recursive uninstall-recursive
177am__can_run_installinfo = \
178  case $$AM_UPDATE_INFO_DIR in \
179    n|no|NO) false;; \
180    *) (install-info --version) >/dev/null 2>&1;; \
181  esac
182am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
183am__vpath_adj = case $$p in \
184    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
185    *) f=$$p;; \
186  esac;
187am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
188am__install_max = 40
189am__nobase_strip_setup = \
190  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
191am__nobase_strip = \
192  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
193am__nobase_list = $(am__nobase_strip_setup); \
194  for p in $$list; do echo "$$p $$p"; done | \
195  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
196  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
197    if (++n[$$2] == $(am__install_max)) \
198      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
199    END { for (dir in files) print dir, files[dir] }'
200am__base_list = \
201  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
202  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
203am__uninstall_files_from_dir = { \
204  test -z "$$files" \
205    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
206    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
207         $(am__cd) "$$dir" && rm -f $$files; }; \
208  }
209am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
210DATA = $(pkgconfig_DATA)
211RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
212  distclean-recursive maintainer-clean-recursive
213am__recursive_targets = \
214  $(RECURSIVE_TARGETS) \
215  $(RECURSIVE_CLEAN_TARGETS) \
216  $(am__extra_recursive_targets)
217AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
218	cscope distdir distdir-am dist dist-all distcheck
219am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
220# Read a list of newline-separated strings from the standard input,
221# and print each of them once, without duplicates.  Input order is
222# *not* preserved.
223am__uniquify_input = $(AWK) '\
224  BEGIN { nonempty = 0; } \
225  { items[$$0] = 1; nonempty = 1; } \
226  END { if (nonempty) { for (i in items) print i; }; } \
227'
228# Make sure the list of sources is unique.  This is necessary because,
229# e.g., the same source file might be shared among _SOURCES variables
230# for different programs/libraries.
231am__define_uniq_tagged_files = \
232  list='$(am__tagged_files)'; \
233  unique=`for i in $$list; do \
234    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
235  done | $(am__uniquify_input)`
236am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libcares.pc.in \
237	$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
238	$(top_srcdir)/config/config.sub \
239	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
240	$(top_srcdir)/config/missing AUTHORS INSTALL.md README.md \
241	config/compile config/config.guess config/config.sub \
242	config/install-sh config/ltmain.sh config/missing
243DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244distdir = $(PACKAGE)-$(VERSION)
245top_distdir = $(distdir)
246am__remove_distdir = \
247  if test -d "$(distdir)"; then \
248    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
249      && rm -rf "$(distdir)" \
250      || { sleep 5 && rm -rf "$(distdir)"; }; \
251  else :; fi
252am__post_remove_distdir = $(am__remove_distdir)
253am__relativize = \
254  dir0=`pwd`; \
255  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
256  sed_rest='s,^[^/]*/*,,'; \
257  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
258  sed_butlast='s,/*[^/]*$$,,'; \
259  while test -n "$$dir1"; do \
260    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
261    if test "$$first" != "."; then \
262      if test "$$first" = ".."; then \
263        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
264        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
265      else \
266        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
267        if test "$$first2" = "$$first"; then \
268          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
269        else \
270          dir2="../$$dir2"; \
271        fi; \
272        dir0="$$dir0"/"$$first"; \
273      fi; \
274    fi; \
275    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
276  done; \
277  reldir="$$dir2"
278DIST_ARCHIVES = $(distdir).tar.gz
279GZIP_ENV = --best
280DIST_TARGETS = dist-gzip
281# Exists only to be overridden by the user if desired.
282AM_DISTCHECK_DVI_TARGET = dvi
283distuninstallcheck_listfiles = find . -type f -print
284am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
285  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
286distcleancheck_listfiles = find . -type f -print
287ACLOCAL = @ACLOCAL@
288AMTAR = @AMTAR@
289AM_CFLAGS = @AM_CFLAGS@
290AM_CPPFLAGS = @AM_CPPFLAGS@
291AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
292AR = @AR@
293AS = @AS@
294AUTOCONF = @AUTOCONF@
295AUTOHEADER = @AUTOHEADER@
296AUTOMAKE = @AUTOMAKE@
297AWK = @AWK@
298BUILD_SUBDIRS = @BUILD_SUBDIRS@
299CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@
300CARES_RANDOM_FILE = @CARES_RANDOM_FILE@
301CARES_SYMBOL_HIDING_CFLAG = @CARES_SYMBOL_HIDING_CFLAG@
302CARES_VERSION_INFO = @CARES_VERSION_INFO@
303CC = @CC@
304CCDEPMODE = @CCDEPMODE@
305CFLAGS = @CFLAGS@
306CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
307CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
308CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
309CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
310CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
311CPP = @CPP@
312CPPFLAGS = @CPPFLAGS@
313CSCOPE = @CSCOPE@
314CTAGS = @CTAGS@
315CXX = @CXX@
316CXXCPP = @CXXCPP@
317CXXDEPMODE = @CXXDEPMODE@
318CXXFLAGS = @CXXFLAGS@
319CYGPATH_W = @CYGPATH_W@
320DEFS = @DEFS@
321DEPDIR = @DEPDIR@
322DLLTOOL = @DLLTOOL@
323DSYMUTIL = @DSYMUTIL@
324DUMPBIN = @DUMPBIN@
325ECHO_C = @ECHO_C@
326ECHO_N = @ECHO_N@
327ECHO_T = @ECHO_T@
328EGREP = @EGREP@
329ETAGS = @ETAGS@
330EXEEXT = @EXEEXT@
331FGREP = @FGREP@
332FILECMD = @FILECMD@
333GCOV = @GCOV@
334GENHTML = @GENHTML@
335GMOCK112_CFLAGS = @GMOCK112_CFLAGS@
336GMOCK112_LIBS = @GMOCK112_LIBS@
337GMOCK_CFLAGS = @GMOCK_CFLAGS@
338GMOCK_LIBS = @GMOCK_LIBS@
339GREP = @GREP@
340HAVE_CXX14 = @HAVE_CXX14@
341INSTALL = @INSTALL@
342INSTALL_DATA = @INSTALL_DATA@
343INSTALL_PROGRAM = @INSTALL_PROGRAM@
344INSTALL_SCRIPT = @INSTALL_SCRIPT@
345INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
346LCOV = @LCOV@
347LD = @LD@
348LDFLAGS = @LDFLAGS@
349LIBOBJS = @LIBOBJS@
350LIBS = @LIBS@
351LIBTOOL = @LIBTOOL@
352LIPO = @LIPO@
353LN_S = @LN_S@
354LTLIBOBJS = @LTLIBOBJS@
355LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
356MAINT = @MAINT@
357MAKEINFO = @MAKEINFO@
358MANIFEST_TOOL = @MANIFEST_TOOL@
359MKDIR_P = @MKDIR_P@
360NM = @NM@
361NMEDIT = @NMEDIT@
362OBJDUMP = @OBJDUMP@
363OBJEXT = @OBJEXT@
364OTOOL = @OTOOL@
365OTOOL64 = @OTOOL64@
366PACKAGE = @PACKAGE@
367PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
368PACKAGE_NAME = @PACKAGE_NAME@
369PACKAGE_STRING = @PACKAGE_STRING@
370PACKAGE_TARNAME = @PACKAGE_TARNAME@
371PACKAGE_URL = @PACKAGE_URL@
372PACKAGE_VERSION = @PACKAGE_VERSION@
373PATH_SEPARATOR = @PATH_SEPARATOR@
374PKGCONFIG_CFLAGS = @PKGCONFIG_CFLAGS@
375PKG_CONFIG = @PKG_CONFIG@
376PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
377PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
378PTHREAD_CC = @PTHREAD_CC@
379PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
380PTHREAD_CXX = @PTHREAD_CXX@
381PTHREAD_LIBS = @PTHREAD_LIBS@
382RANLIB = @RANLIB@
383SED = @SED@
384SET_MAKE = @SET_MAKE@
385SHELL = @SHELL@
386STRIP = @STRIP@
387VERSION = @VERSION@
388abs_builddir = @abs_builddir@
389abs_srcdir = @abs_srcdir@
390abs_top_builddir = @abs_top_builddir@
391abs_top_srcdir = @abs_top_srcdir@
392ac_ct_AR = @ac_ct_AR@
393ac_ct_CC = @ac_ct_CC@
394ac_ct_CXX = @ac_ct_CXX@
395ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
396am__include = @am__include@
397am__leading_dot = @am__leading_dot@
398am__quote = @am__quote@
399am__tar = @am__tar@
400am__untar = @am__untar@
401ax_pthread_config = @ax_pthread_config@
402bindir = @bindir@
403build = @build@
404build_alias = @build_alias@
405build_cpu = @build_cpu@
406build_os = @build_os@
407build_vendor = @build_vendor@
408builddir = @builddir@
409datadir = @datadir@
410datarootdir = @datarootdir@
411docdir = @docdir@
412dvidir = @dvidir@
413exec_prefix = @exec_prefix@
414host = @host@
415host_alias = @host_alias@
416host_cpu = @host_cpu@
417host_os = @host_os@
418host_vendor = @host_vendor@
419htmldir = @htmldir@
420ifGNUmake = @ifGNUmake@
421ifnGNUmake = @ifnGNUmake@
422includedir = @includedir@
423infodir = @infodir@
424install_sh = @install_sh@
425libdir = @libdir@
426libexecdir = @libexecdir@
427localedir = @localedir@
428localstatedir = @localstatedir@
429mandir = @mandir@
430mkdir_p = @mkdir_p@
431oldincludedir = @oldincludedir@
432pdfdir = @pdfdir@
433prefix = @prefix@
434program_transform_name = @program_transform_name@
435psdir = @psdir@
436runstatedir = @runstatedir@
437sbindir = @sbindir@
438sharedstatedir = @sharedstatedir@
439srcdir = @srcdir@
440sysconfdir = @sysconfdir@
441target_alias = @target_alias@
442top_build_prefix = @top_build_prefix@
443top_builddir = @top_builddir@
444top_srcdir = @top_srcdir@
445AUTOMAKE_OPTIONS = foreign nostdinc 1.9.6
446ACLOCAL_AMFLAGS = -I m4 --install
447MSVCFILES = buildconf.bat
448
449# adig and ahost are just sample programs and thus not mentioned with the
450# regular sources and headers
451EXTRA_DIST = AUTHORS $(man_MANS) RELEASE-NOTES.md	\
452 c-ares-config.cmake.in libcares.pc.cmake libcares.pc.in buildconf \
453 README.msvc $(MSVCFILES) INSTALL.md README.md LICENSE.md \
454 CMakeLists.txt Makefile.dj Makefile.m32 Makefile.netware Makefile.msvc \
455 Makefile.Watcom CONTRIBUTING.md SECURITY.md DEVELOPER-NOTES.md \
456 cmake/EnableWarnings.cmake
457
458CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
459DISTCLEANFILES = include/ares_build.h
460DIST_SUBDIRS = include src test docs
461SUBDIRS = @BUILD_SUBDIRS@
462pkgconfigdir = $(libdir)/pkgconfig
463pkgconfig_DATA = libcares.pc
464
465# where to install the c-ares headers
466libcares_ladir = $(includedir)
467all: all-recursive
468
469.SUFFIXES:
470am--refresh: Makefile
471	@:
472$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
473	@for dep in $?; do \
474	  case '$(am__configure_deps)' in \
475	    *$$dep*) \
476	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
477	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
478		&& exit 0; \
479	      exit 1;; \
480	  esac; \
481	done; \
482	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
483	$(am__cd) $(top_srcdir) && \
484	  $(AUTOMAKE) --foreign Makefile
485Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
486	@case '$?' in \
487	  *config.status*) \
488	    echo ' $(SHELL) ./config.status'; \
489	    $(SHELL) ./config.status;; \
490	  *) \
491	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
492	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
493	esac;
494
495$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496	$(SHELL) ./config.status --recheck
497
498$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
499	$(am__cd) $(srcdir) && $(AUTOCONF)
500$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
501	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
502$(am__aclocal_m4_deps):
503libcares.pc: $(top_builddir)/config.status $(srcdir)/libcares.pc.in
504	cd $(top_builddir) && $(SHELL) ./config.status $@
505
506mostlyclean-libtool:
507	-rm -f *.lo
508
509clean-libtool:
510	-rm -rf .libs _libs
511
512distclean-libtool:
513	-rm -f libtool config.lt
514install-pkgconfigDATA: $(pkgconfig_DATA)
515	@$(NORMAL_INSTALL)
516	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
517	if test -n "$$list"; then \
518	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
519	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
520	fi; \
521	for p in $$list; do \
522	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
523	  echo "$$d$$p"; \
524	done | $(am__base_list) | \
525	while read files; do \
526	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
527	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
528	done
529
530uninstall-pkgconfigDATA:
531	@$(NORMAL_UNINSTALL)
532	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
533	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
534	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
535
536# This directory's subdirectories are mostly independent; you can cd
537# into them and run 'make' without going through this Makefile.
538# To change the values of 'make' variables: instead of editing Makefiles,
539# (1) if the variable is set in 'config.status', edit 'config.status'
540#     (which will cause the Makefiles to be regenerated when you run 'make');
541# (2) otherwise, pass the desired values on the 'make' command line.
542$(am__recursive_targets):
543	@fail=; \
544	if $(am__make_keepgoing); then \
545	  failcom='fail=yes'; \
546	else \
547	  failcom='exit 1'; \
548	fi; \
549	dot_seen=no; \
550	target=`echo $@ | sed s/-recursive//`; \
551	case "$@" in \
552	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
553	  *) list='$(SUBDIRS)' ;; \
554	esac; \
555	for subdir in $$list; do \
556	  echo "Making $$target in $$subdir"; \
557	  if test "$$subdir" = "."; then \
558	    dot_seen=yes; \
559	    local_target="$$target-am"; \
560	  else \
561	    local_target="$$target"; \
562	  fi; \
563	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
564	  || eval $$failcom; \
565	done; \
566	if test "$$dot_seen" = "no"; then \
567	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
568	fi; test -z "$$fail"
569
570ID: $(am__tagged_files)
571	$(am__define_uniq_tagged_files); mkid -fID $$unique
572tags: tags-recursive
573TAGS: tags
574
575tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
576	set x; \
577	here=`pwd`; \
578	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
579	  include_option=--etags-include; \
580	  empty_fix=.; \
581	else \
582	  include_option=--include; \
583	  empty_fix=; \
584	fi; \
585	list='$(SUBDIRS)'; for subdir in $$list; do \
586	  if test "$$subdir" = .; then :; else \
587	    test ! -f $$subdir/TAGS || \
588	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
589	  fi; \
590	done; \
591	$(am__define_uniq_tagged_files); \
592	shift; \
593	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
594	  test -n "$$unique" || unique=$$empty_fix; \
595	  if test $$# -gt 0; then \
596	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597	      "$$@" $$unique; \
598	  else \
599	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600	      $$unique; \
601	  fi; \
602	fi
603ctags: ctags-recursive
604
605CTAGS: ctags
606ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607	$(am__define_uniq_tagged_files); \
608	test -z "$(CTAGS_ARGS)$$unique" \
609	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
610	     $$unique
611
612GTAGS:
613	here=`$(am__cd) $(top_builddir) && pwd` \
614	  && $(am__cd) $(top_srcdir) \
615	  && gtags -i $(GTAGS_ARGS) "$$here"
616cscope: cscope.files
617	test ! -s cscope.files \
618	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
619clean-cscope:
620	-rm -f cscope.files
621cscope.files: clean-cscope cscopelist
622cscopelist: cscopelist-recursive
623
624cscopelist-am: $(am__tagged_files)
625	list='$(am__tagged_files)'; \
626	case "$(srcdir)" in \
627	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
628	  *) sdir=$(subdir)/$(srcdir) ;; \
629	esac; \
630	for i in $$list; do \
631	  if test -f "$$i"; then \
632	    echo "$(subdir)/$$i"; \
633	  else \
634	    echo "$$sdir/$$i"; \
635	  fi; \
636	done >> $(top_builddir)/cscope.files
637
638distclean-tags:
639	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
641distdir: $(BUILT_SOURCES)
642	$(MAKE) $(AM_MAKEFLAGS) distdir-am
643
644distdir-am: $(DISTFILES)
645	$(am__remove_distdir)
646	test -d "$(distdir)" || mkdir "$(distdir)"
647	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
649	list='$(DISTFILES)'; \
650	  dist_files=`for file in $$list; do echo $$file; done | \
651	  sed -e "s|^$$srcdirstrip/||;t" \
652	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
653	case $$dist_files in \
654	  */*) $(MKDIR_P) `echo "$$dist_files" | \
655			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
656			   sort -u` ;; \
657	esac; \
658	for file in $$dist_files; do \
659	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
660	  if test -d $$d/$$file; then \
661	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
662	    if test -d "$(distdir)/$$file"; then \
663	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
664	    fi; \
665	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
666	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
667	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
668	    fi; \
669	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
670	  else \
671	    test -f "$(distdir)/$$file" \
672	    || cp -p $$d/$$file "$(distdir)/$$file" \
673	    || exit 1; \
674	  fi; \
675	done
676	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
677	  if test "$$subdir" = .; then :; else \
678	    $(am__make_dryrun) \
679	      || test -d "$(distdir)/$$subdir" \
680	      || $(MKDIR_P) "$(distdir)/$$subdir" \
681	      || exit 1; \
682	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
683	    $(am__relativize); \
684	    new_distdir=$$reldir; \
685	    dir1=$$subdir; dir2="$(top_distdir)"; \
686	    $(am__relativize); \
687	    new_top_distdir=$$reldir; \
688	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
689	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
690	    ($(am__cd) $$subdir && \
691	      $(MAKE) $(AM_MAKEFLAGS) \
692	        top_distdir="$$new_top_distdir" \
693	        distdir="$$new_distdir" \
694		am__remove_distdir=: \
695		am__skip_length_check=: \
696		am__skip_mode_fix=: \
697	        distdir) \
698	      || exit 1; \
699	  fi; \
700	done
701	$(MAKE) $(AM_MAKEFLAGS) \
702	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
703	  dist-hook
704	-test -n "$(am__skip_mode_fix)" \
705	|| find "$(distdir)" -type d ! -perm -755 \
706		-exec chmod u+rwx,go+rx {} \; -o \
707	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
708	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
709	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
710	|| chmod -R a+r "$(distdir)"
711dist-gzip: distdir
712	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
713	$(am__post_remove_distdir)
714
715dist-bzip2: distdir
716	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
717	$(am__post_remove_distdir)
718
719dist-lzip: distdir
720	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
721	$(am__post_remove_distdir)
722
723dist-xz: distdir
724	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
725	$(am__post_remove_distdir)
726
727dist-zstd: distdir
728	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
729	$(am__post_remove_distdir)
730
731dist-tarZ: distdir
732	@echo WARNING: "Support for distribution archives compressed with" \
733		       "legacy program 'compress' is deprecated." >&2
734	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
735	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
736	$(am__post_remove_distdir)
737
738dist-shar: distdir
739	@echo WARNING: "Support for shar distribution archives is" \
740	               "deprecated." >&2
741	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
742	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
743	$(am__post_remove_distdir)
744
745dist-zip: distdir
746	-rm -f $(distdir).zip
747	zip -rq $(distdir).zip $(distdir)
748	$(am__post_remove_distdir)
749
750dist dist-all:
751	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
752	$(am__post_remove_distdir)
753
754# This target untars the dist file and tries a VPATH configuration.  Then
755# it guarantees that the distribution is self-contained by making another
756# tarfile.
757distcheck: dist
758	case '$(DIST_ARCHIVES)' in \
759	*.tar.gz*) \
760	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
761	*.tar.bz2*) \
762	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
763	*.tar.lz*) \
764	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
765	*.tar.xz*) \
766	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
767	*.tar.Z*) \
768	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
769	*.shar.gz*) \
770	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
771	*.zip*) \
772	  unzip $(distdir).zip ;;\
773	*.tar.zst*) \
774	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
775	esac
776	chmod -R a-w $(distdir)
777	chmod u+w $(distdir)
778	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
779	chmod a-w $(distdir)
780	test -d $(distdir)/_build || exit 0; \
781	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
782	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
783	  && am__cwd=`pwd` \
784	  && $(am__cd) $(distdir)/_build/sub \
785	  && ../../configure \
786	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
787	    $(DISTCHECK_CONFIGURE_FLAGS) \
788	    --srcdir=../.. --prefix="$$dc_install_base" \
789	  && $(MAKE) $(AM_MAKEFLAGS) \
790	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
791	  && $(MAKE) $(AM_MAKEFLAGS) check \
792	  && $(MAKE) $(AM_MAKEFLAGS) install \
793	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
794	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
795	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
796	        distuninstallcheck \
797	  && chmod -R a-w "$$dc_install_base" \
798	  && ({ \
799	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
800	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
801	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
802	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
803	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
804	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
805	  && rm -rf "$$dc_destdir" \
806	  && $(MAKE) $(AM_MAKEFLAGS) dist \
807	  && rm -rf $(DIST_ARCHIVES) \
808	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
809	  && cd "$$am__cwd" \
810	  || exit 1
811	$(am__post_remove_distdir)
812	@(echo "$(distdir) archives ready for distribution: "; \
813	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
814	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
815distuninstallcheck:
816	@test -n '$(distuninstallcheck_dir)' || { \
817	  echo 'ERROR: trying to run $@ with an empty' \
818	       '$$(distuninstallcheck_dir)' >&2; \
819	  exit 1; \
820	}; \
821	$(am__cd) '$(distuninstallcheck_dir)' || { \
822	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
823	  exit 1; \
824	}; \
825	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
826	   || { echo "ERROR: files left after uninstall:" ; \
827	        if test -n "$(DESTDIR)"; then \
828	          echo "  (check DESTDIR support)"; \
829	        fi ; \
830	        $(distuninstallcheck_listfiles) ; \
831	        exit 1; } >&2
832distcleancheck: distclean
833	@if test '$(srcdir)' = . ; then \
834	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
835	  exit 1 ; \
836	fi
837	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
838	  || { echo "ERROR: files left in build directory after distclean:" ; \
839	       $(distcleancheck_listfiles) ; \
840	       exit 1; } >&2
841check-am: all-am
842check: check-recursive
843all-am: Makefile $(DATA)
844installdirs: installdirs-recursive
845installdirs-am:
846	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
847	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
848	done
849install: install-recursive
850install-exec: install-exec-recursive
851install-data: install-data-recursive
852uninstall: uninstall-recursive
853
854install-am: all-am
855	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
856
857installcheck: installcheck-recursive
858install-strip:
859	if test -z '$(STRIP)'; then \
860	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
861	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
862	      install; \
863	else \
864	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
865	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
866	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
867	fi
868mostlyclean-generic:
869
870clean-generic:
871	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
872
873distclean-generic:
874	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
875	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
876	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
877
878maintainer-clean-generic:
879	@echo "This command is intended for maintainers to use"
880	@echo "it deletes files that may require special tools to rebuild."
881clean: clean-recursive
882
883clean-am: clean-generic clean-libtool mostlyclean-am
884
885distclean: distclean-recursive
886	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
887	-rm -f Makefile
888distclean-am: clean-am distclean-generic distclean-libtool \
889	distclean-tags
890
891dvi: dvi-recursive
892
893dvi-am:
894
895html: html-recursive
896
897html-am:
898
899info: info-recursive
900
901info-am:
902
903install-data-am: install-pkgconfigDATA
904
905install-dvi: install-dvi-recursive
906
907install-dvi-am:
908
909install-exec-am:
910
911install-html: install-html-recursive
912
913install-html-am:
914
915install-info: install-info-recursive
916
917install-info-am:
918
919install-man:
920
921install-pdf: install-pdf-recursive
922
923install-pdf-am:
924
925install-ps: install-ps-recursive
926
927install-ps-am:
928
929installcheck-am:
930
931maintainer-clean: maintainer-clean-recursive
932	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
933	-rm -rf $(top_srcdir)/autom4te.cache
934	-rm -f Makefile
935maintainer-clean-am: distclean-am maintainer-clean-generic
936
937mostlyclean: mostlyclean-recursive
938
939mostlyclean-am: mostlyclean-generic mostlyclean-libtool
940
941pdf: pdf-recursive
942
943pdf-am:
944
945ps: ps-recursive
946
947ps-am:
948
949uninstall-am: uninstall-pkgconfigDATA
950
951.MAKE: $(am__recursive_targets) install-am install-strip
952
953.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
954	am--refresh check check-am clean clean-cscope clean-generic \
955	clean-libtool cscope cscopelist-am ctags ctags-am dist \
956	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
957	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
958	distclean-generic distclean-libtool distclean-tags \
959	distcleancheck distdir distuninstallcheck dvi dvi-am html \
960	html-am info info-am install install-am install-data \
961	install-data-am install-dvi install-dvi-am install-exec \
962	install-exec-am install-html install-html-am install-info \
963	install-info-am install-man install-pdf install-pdf-am \
964	install-pkgconfigDATA install-ps install-ps-am install-strip \
965	installcheck installcheck-am installdirs installdirs-am \
966	maintainer-clean maintainer-clean-generic mostlyclean \
967	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
968	tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
969
970.PRECIOUS: Makefile
971
972
973# Make files named *.dist replace the file without .dist extension
974dist-hook:
975	find $(distdir) -name "*.dist" -exec rm {} \;
976	(distit=`find $(srcdir) -name "*.dist"`; \
977	for file in $$distit; do \
978	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
979	  cp $$file $(distdir)$$strip; \
980	done)
981
982# Tell versions [3.59,3.63) of GNU make to not export all variables.
983# Otherwise a system limit (for SysV at least) may be exceeded.
984.NOEXPORT:
985