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