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@ 91subdir = include 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/ares_check_user_namespace.m4 \ 94 $(top_srcdir)/m4/ares_check_uts_namespace.m4 \ 95 $(top_srcdir)/m4/ax_ac_append_to_file.m4 \ 96 $(top_srcdir)/m4/ax_ac_print_to_file.m4 \ 97 $(top_srcdir)/m4/ax_add_am_macro_static.m4 \ 98 $(top_srcdir)/m4/ax_am_macros_static.m4 \ 99 $(top_srcdir)/m4/ax_append_compile_flags.m4 \ 100 $(top_srcdir)/m4/ax_append_flag.m4 \ 101 $(top_srcdir)/m4/ax_append_link_flags.m4 \ 102 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 103 $(top_srcdir)/m4/ax_check_gnu_make.m4 \ 104 $(top_srcdir)/m4/ax_check_link_flag.m4 \ 105 $(top_srcdir)/m4/ax_code_coverage.m4 \ 106 $(top_srcdir)/m4/ax_compiler_vendor.m4 \ 107 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 108 $(top_srcdir)/m4/ax_cxx_compile_stdcxx_14.m4 \ 109 $(top_srcdir)/m4/ax_file_escapes.m4 \ 110 $(top_srcdir)/m4/ax_pthread.m4 \ 111 $(top_srcdir)/m4/ax_require_defined.m4 \ 112 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 113 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 114 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ 115 $(top_srcdir)/configure.ac 116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 117 $(ACLOCAL_M4) 118DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ 119 $(am__DIST_COMMON) 120mkinstalldirs = $(install_sh) -d 121CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h ares_build.h 122CONFIG_CLEAN_FILES = 123CONFIG_CLEAN_VPATH_FILES = 124AM_V_P = $(am__v_P_@AM_V@) 125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 126am__v_P_0 = false 127am__v_P_1 = : 128AM_V_GEN = $(am__v_GEN_@AM_V@) 129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 130am__v_GEN_0 = @echo " GEN " $@; 131am__v_GEN_1 = 132AM_V_at = $(am__v_at_@AM_V@) 133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 134am__v_at_0 = @ 135am__v_at_1 = 136SOURCES = 137DIST_SOURCES = 138am__can_run_installinfo = \ 139 case $$AM_UPDATE_INFO_DIR in \ 140 n|no|NO) false;; \ 141 *) (install-info --version) >/dev/null 2>&1;; \ 142 esac 143am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 144am__vpath_adj = case $$p in \ 145 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 146 *) f=$$p;; \ 147 esac; 148am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 149am__install_max = 40 150am__nobase_strip_setup = \ 151 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 152am__nobase_strip = \ 153 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 154am__nobase_list = $(am__nobase_strip_setup); \ 155 for p in $$list; do echo "$$p $$p"; done | \ 156 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 157 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 158 if (++n[$$2] == $(am__install_max)) \ 159 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 160 END { for (dir in files) print dir, files[dir] }' 161am__base_list = \ 162 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 163 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 164am__uninstall_files_from_dir = { \ 165 test -z "$$files" \ 166 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 167 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 168 $(am__cd) "$$dir" && rm -f $$files; }; \ 169 } 170am__installdirs = "$(DESTDIR)$(includedir)" 171HEADERS = $(include_HEADERS) 172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 173 ares_build.h.in 174# Read a list of newline-separated strings from the standard input, 175# and print each of them once, without duplicates. Input order is 176# *not* preserved. 177am__uniquify_input = $(AWK) '\ 178 BEGIN { nonempty = 0; } \ 179 { items[$$0] = 1; nonempty = 1; } \ 180 END { if (nonempty) { for (i in items) print i; }; } \ 181' 182# Make sure the list of sources is unique. This is necessary because, 183# e.g., the same source file might be shared among _SOURCES variables 184# for different programs/libraries. 185am__define_uniq_tagged_files = \ 186 list='$(am__tagged_files)'; \ 187 unique=`for i in $$list; do \ 188 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 189 done | $(am__uniquify_input)` 190am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ares_build.h.in 191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 192ACLOCAL = @ACLOCAL@ 193AMTAR = @AMTAR@ 194AM_CFLAGS = @AM_CFLAGS@ 195AM_CPPFLAGS = @AM_CPPFLAGS@ 196AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 197AR = @AR@ 198AS = @AS@ 199AUTOCONF = @AUTOCONF@ 200AUTOHEADER = @AUTOHEADER@ 201AUTOMAKE = @AUTOMAKE@ 202AWK = @AWK@ 203BUILD_SUBDIRS = @BUILD_SUBDIRS@ 204CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@ 205CARES_RANDOM_FILE = @CARES_RANDOM_FILE@ 206CARES_SYMBOL_HIDING_CFLAG = @CARES_SYMBOL_HIDING_CFLAG@ 207CARES_VERSION_INFO = @CARES_VERSION_INFO@ 208CC = @CC@ 209CCDEPMODE = @CCDEPMODE@ 210CFLAGS = @CFLAGS@ 211CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ 212CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ 213CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ 214CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ 215CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ 216CPP = @CPP@ 217CPPFLAGS = @CPPFLAGS@ 218CSCOPE = @CSCOPE@ 219CTAGS = @CTAGS@ 220CXX = @CXX@ 221CXXCPP = @CXXCPP@ 222CXXDEPMODE = @CXXDEPMODE@ 223CXXFLAGS = @CXXFLAGS@ 224CYGPATH_W = @CYGPATH_W@ 225DEFS = @DEFS@ 226DEPDIR = @DEPDIR@ 227DLLTOOL = @DLLTOOL@ 228DSYMUTIL = @DSYMUTIL@ 229DUMPBIN = @DUMPBIN@ 230ECHO_C = @ECHO_C@ 231ECHO_N = @ECHO_N@ 232ECHO_T = @ECHO_T@ 233EGREP = @EGREP@ 234ETAGS = @ETAGS@ 235EXEEXT = @EXEEXT@ 236FGREP = @FGREP@ 237FILECMD = @FILECMD@ 238GCOV = @GCOV@ 239GENHTML = @GENHTML@ 240GMOCK112_CFLAGS = @GMOCK112_CFLAGS@ 241GMOCK112_LIBS = @GMOCK112_LIBS@ 242GMOCK_CFLAGS = @GMOCK_CFLAGS@ 243GMOCK_LIBS = @GMOCK_LIBS@ 244GREP = @GREP@ 245HAVE_CXX14 = @HAVE_CXX14@ 246INSTALL = @INSTALL@ 247INSTALL_DATA = @INSTALL_DATA@ 248INSTALL_PROGRAM = @INSTALL_PROGRAM@ 249INSTALL_SCRIPT = @INSTALL_SCRIPT@ 250INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 251LCOV = @LCOV@ 252LD = @LD@ 253LDFLAGS = @LDFLAGS@ 254LIBOBJS = @LIBOBJS@ 255LIBS = @LIBS@ 256LIBTOOL = @LIBTOOL@ 257LIPO = @LIPO@ 258LN_S = @LN_S@ 259LTLIBOBJS = @LTLIBOBJS@ 260LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 261MAINT = @MAINT@ 262MAKEINFO = @MAKEINFO@ 263MANIFEST_TOOL = @MANIFEST_TOOL@ 264MKDIR_P = @MKDIR_P@ 265NM = @NM@ 266NMEDIT = @NMEDIT@ 267OBJDUMP = @OBJDUMP@ 268OBJEXT = @OBJEXT@ 269OTOOL = @OTOOL@ 270OTOOL64 = @OTOOL64@ 271PACKAGE = @PACKAGE@ 272PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 273PACKAGE_NAME = @PACKAGE_NAME@ 274PACKAGE_STRING = @PACKAGE_STRING@ 275PACKAGE_TARNAME = @PACKAGE_TARNAME@ 276PACKAGE_URL = @PACKAGE_URL@ 277PACKAGE_VERSION = @PACKAGE_VERSION@ 278PATH_SEPARATOR = @PATH_SEPARATOR@ 279PKGCONFIG_CFLAGS = @PKGCONFIG_CFLAGS@ 280PKG_CONFIG = @PKG_CONFIG@ 281PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 282PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 283PTHREAD_CC = @PTHREAD_CC@ 284PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 285PTHREAD_CXX = @PTHREAD_CXX@ 286PTHREAD_LIBS = @PTHREAD_LIBS@ 287RANLIB = @RANLIB@ 288SED = @SED@ 289SET_MAKE = @SET_MAKE@ 290SHELL = @SHELL@ 291STRIP = @STRIP@ 292VERSION = @VERSION@ 293abs_builddir = @abs_builddir@ 294abs_srcdir = @abs_srcdir@ 295abs_top_builddir = @abs_top_builddir@ 296abs_top_srcdir = @abs_top_srcdir@ 297ac_ct_AR = @ac_ct_AR@ 298ac_ct_CC = @ac_ct_CC@ 299ac_ct_CXX = @ac_ct_CXX@ 300ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 301am__include = @am__include@ 302am__leading_dot = @am__leading_dot@ 303am__quote = @am__quote@ 304am__tar = @am__tar@ 305am__untar = @am__untar@ 306ax_pthread_config = @ax_pthread_config@ 307bindir = @bindir@ 308build = @build@ 309build_alias = @build_alias@ 310build_cpu = @build_cpu@ 311build_os = @build_os@ 312build_vendor = @build_vendor@ 313builddir = @builddir@ 314datadir = @datadir@ 315datarootdir = @datarootdir@ 316docdir = @docdir@ 317dvidir = @dvidir@ 318exec_prefix = @exec_prefix@ 319host = @host@ 320host_alias = @host_alias@ 321host_cpu = @host_cpu@ 322host_os = @host_os@ 323host_vendor = @host_vendor@ 324htmldir = @htmldir@ 325ifGNUmake = @ifGNUmake@ 326ifnGNUmake = @ifnGNUmake@ 327includedir = @includedir@ 328infodir = @infodir@ 329install_sh = @install_sh@ 330libdir = @libdir@ 331libexecdir = @libexecdir@ 332localedir = @localedir@ 333localstatedir = @localstatedir@ 334mandir = @mandir@ 335mkdir_p = @mkdir_p@ 336oldincludedir = @oldincludedir@ 337pdfdir = @pdfdir@ 338prefix = @prefix@ 339program_transform_name = @program_transform_name@ 340psdir = @psdir@ 341runstatedir = @runstatedir@ 342sbindir = @sbindir@ 343sharedstatedir = @sharedstatedir@ 344srcdir = @srcdir@ 345sysconfdir = @sysconfdir@ 346target_alias = @target_alias@ 347top_build_prefix = @top_build_prefix@ 348top_builddir = @top_builddir@ 349top_srcdir = @top_srcdir@ 350 351# Copyright (C) Daniel Stenberg 352# SPDX-License-Identifier: MIT 353AUTOMAKE_OPTIONS = foreign nostdinc 1.9.6 354ACLOCAL_AMFLAGS = -I m4 --install 355 356# what headers to install on 'make install': 357include_HEADERS = ares.h ares_version.h ares_build.h ares_dns.h ares_dns_record.h ares_nameser.h 358EXTRA_DIST = ares_build.h.cmake ares_build.h.in ares_build.h.dist CMakeLists.txt 359all: ares_build.h 360 $(MAKE) $(AM_MAKEFLAGS) all-am 361 362.SUFFIXES: 363$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 364 @for dep in $?; do \ 365 case '$(am__configure_deps)' in \ 366 *$$dep*) \ 367 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 368 && { if test -f $@; then exit 0; else break; fi; }; \ 369 exit 1;; \ 370 esac; \ 371 done; \ 372 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 373 $(am__cd) $(top_srcdir) && \ 374 $(AUTOMAKE) --foreign include/Makefile 375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 376 @case '$?' in \ 377 *config.status*) \ 378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 379 *) \ 380 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 381 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 382 esac; 383 384$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 386 387$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 389$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391$(am__aclocal_m4_deps): 392 393ares_build.h: stamp-h2 394 @test -f $@ || rm -f stamp-h2 395 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2 396 397stamp-h2: $(srcdir)/ares_build.h.in $(top_builddir)/config.status 398 @rm -f stamp-h2 399 cd $(top_builddir) && $(SHELL) ./config.status include/ares_build.h 400 401distclean-hdr: 402 -rm -f ares_build.h stamp-h2 403 404mostlyclean-libtool: 405 -rm -f *.lo 406 407clean-libtool: 408 -rm -rf .libs _libs 409install-includeHEADERS: $(include_HEADERS) 410 @$(NORMAL_INSTALL) 411 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 412 if test -n "$$list"; then \ 413 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 414 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 415 fi; \ 416 for p in $$list; do \ 417 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 418 echo "$$d$$p"; \ 419 done | $(am__base_list) | \ 420 while read files; do \ 421 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 422 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 423 done 424 425uninstall-includeHEADERS: 426 @$(NORMAL_UNINSTALL) 427 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 428 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 429 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 430 431ID: $(am__tagged_files) 432 $(am__define_uniq_tagged_files); mkid -fID $$unique 433tags: tags-am 434TAGS: tags 435 436tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 437 set x; \ 438 here=`pwd`; \ 439 $(am__define_uniq_tagged_files); \ 440 shift; \ 441 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 442 test -n "$$unique" || unique=$$empty_fix; \ 443 if test $$# -gt 0; then \ 444 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 445 "$$@" $$unique; \ 446 else \ 447 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 448 $$unique; \ 449 fi; \ 450 fi 451ctags: ctags-am 452 453CTAGS: ctags 454ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 455 $(am__define_uniq_tagged_files); \ 456 test -z "$(CTAGS_ARGS)$$unique" \ 457 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 458 $$unique 459 460GTAGS: 461 here=`$(am__cd) $(top_builddir) && pwd` \ 462 && $(am__cd) $(top_srcdir) \ 463 && gtags -i $(GTAGS_ARGS) "$$here" 464cscopelist: cscopelist-am 465 466cscopelist-am: $(am__tagged_files) 467 list='$(am__tagged_files)'; \ 468 case "$(srcdir)" in \ 469 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 470 *) sdir=$(subdir)/$(srcdir) ;; \ 471 esac; \ 472 for i in $$list; do \ 473 if test -f "$$i"; then \ 474 echo "$(subdir)/$$i"; \ 475 else \ 476 echo "$$sdir/$$i"; \ 477 fi; \ 478 done >> $(top_builddir)/cscope.files 479 480distclean-tags: 481 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 482distdir: $(BUILT_SOURCES) 483 $(MAKE) $(AM_MAKEFLAGS) distdir-am 484 485distdir-am: $(DISTFILES) 486 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 487 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 488 list='$(DISTFILES)'; \ 489 dist_files=`for file in $$list; do echo $$file; done | \ 490 sed -e "s|^$$srcdirstrip/||;t" \ 491 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 492 case $$dist_files in \ 493 */*) $(MKDIR_P) `echo "$$dist_files" | \ 494 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 495 sort -u` ;; \ 496 esac; \ 497 for file in $$dist_files; do \ 498 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 499 if test -d $$d/$$file; then \ 500 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 501 if test -d "$(distdir)/$$file"; then \ 502 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 503 fi; \ 504 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 505 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 506 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 507 fi; \ 508 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 509 else \ 510 test -f "$(distdir)/$$file" \ 511 || cp -p $$d/$$file "$(distdir)/$$file" \ 512 || exit 1; \ 513 fi; \ 514 done 515check-am: all-am 516check: check-am 517all-am: Makefile $(HEADERS) ares_build.h 518installdirs: 519 for dir in "$(DESTDIR)$(includedir)"; do \ 520 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 521 done 522install: install-am 523install-exec: install-exec-am 524install-data: install-data-am 525uninstall: uninstall-am 526 527install-am: all-am 528 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 529 530installcheck: installcheck-am 531install-strip: 532 if test -z '$(STRIP)'; then \ 533 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 534 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 535 install; \ 536 else \ 537 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 538 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 539 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 540 fi 541mostlyclean-generic: 542 543clean-generic: 544 545distclean-generic: 546 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 547 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 548 549maintainer-clean-generic: 550 @echo "This command is intended for maintainers to use" 551 @echo "it deletes files that may require special tools to rebuild." 552clean: clean-am 553 554clean-am: clean-generic clean-libtool mostlyclean-am 555 556distclean: distclean-am 557 -rm -f Makefile 558distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 559 560dvi: dvi-am 561 562dvi-am: 563 564html: html-am 565 566html-am: 567 568info: info-am 569 570info-am: 571 572install-data-am: install-includeHEADERS 573 574install-dvi: install-dvi-am 575 576install-dvi-am: 577 578install-exec-am: 579 580install-html: install-html-am 581 582install-html-am: 583 584install-info: install-info-am 585 586install-info-am: 587 588install-man: 589 590install-pdf: install-pdf-am 591 592install-pdf-am: 593 594install-ps: install-ps-am 595 596install-ps-am: 597 598installcheck-am: 599 600maintainer-clean: maintainer-clean-am 601 -rm -f Makefile 602maintainer-clean-am: distclean-am maintainer-clean-generic 603 604mostlyclean: mostlyclean-am 605 606mostlyclean-am: mostlyclean-generic mostlyclean-libtool 607 608pdf: pdf-am 609 610pdf-am: 611 612ps: ps-am 613 614ps-am: 615 616uninstall-am: uninstall-includeHEADERS 617 618.MAKE: all install-am install-strip 619 620.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 621 clean-libtool cscopelist-am ctags ctags-am distclean \ 622 distclean-generic distclean-hdr distclean-libtool \ 623 distclean-tags distdir dvi dvi-am html html-am info info-am \ 624 install install-am install-data install-data-am install-dvi \ 625 install-dvi-am install-exec install-exec-am install-html \ 626 install-html-am install-includeHEADERS install-info \ 627 install-info-am install-man install-pdf install-pdf-am \ 628 install-ps install-ps-am install-strip installcheck \ 629 installcheck-am installdirs maintainer-clean \ 630 maintainer-clean-generic mostlyclean mostlyclean-generic \ 631 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 632 uninstall-am uninstall-includeHEADERS 633 634.PRECIOUS: Makefile 635 636 637# Tell versions [3.59,3.63) of GNU make to not export all variables. 638# Otherwise a system limit (for SysV at least) may be exceeded. 639.NOEXPORT: 640