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@ 91noinst_PROGRAMS = $(am__EXEEXT_1) 92subdir = src/tools 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/m4/ares_check_user_namespace.m4 \ 95 $(top_srcdir)/m4/ares_check_uts_namespace.m4 \ 96 $(top_srcdir)/m4/ax_ac_append_to_file.m4 \ 97 $(top_srcdir)/m4/ax_ac_print_to_file.m4 \ 98 $(top_srcdir)/m4/ax_add_am_macro_static.m4 \ 99 $(top_srcdir)/m4/ax_am_macros_static.m4 \ 100 $(top_srcdir)/m4/ax_append_compile_flags.m4 \ 101 $(top_srcdir)/m4/ax_append_flag.m4 \ 102 $(top_srcdir)/m4/ax_append_link_flags.m4 \ 103 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 104 $(top_srcdir)/m4/ax_check_gnu_make.m4 \ 105 $(top_srcdir)/m4/ax_check_link_flag.m4 \ 106 $(top_srcdir)/m4/ax_code_coverage.m4 \ 107 $(top_srcdir)/m4/ax_compiler_vendor.m4 \ 108 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 109 $(top_srcdir)/m4/ax_cxx_compile_stdcxx_14.m4 \ 110 $(top_srcdir)/m4/ax_file_escapes.m4 \ 111 $(top_srcdir)/m4/ax_pthread.m4 \ 112 $(top_srcdir)/m4/ax_require_defined.m4 \ 113 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 114 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 115 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \ 116 $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 120mkinstalldirs = $(install_sh) -d 121CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \ 122 $(top_builddir)/include/ares_build.h 123CONFIG_CLEAN_FILES = 124CONFIG_CLEAN_VPATH_FILES = 125am__EXEEXT_1 = ahost$(EXEEXT) adig$(EXEEXT) 126PROGRAMS = $(noinst_PROGRAMS) 127am_adig_OBJECTS = adig-adig.$(OBJEXT) 128adig_OBJECTS = $(am_adig_OBJECTS) 129adig_LDADD = $(LDADD) 130am__DEPENDENCIES_1 = 131adig_DEPENDENCIES = $(top_builddir)/src/lib/libcares.la \ 132 $(am__DEPENDENCIES_1) 133AM_V_lt = $(am__v_lt_@AM_V@) 134am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 135am__v_lt_0 = --silent 136am__v_lt_1 = 137adig_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 138 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(adig_CFLAGS) $(CFLAGS) \ 139 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 140am__objects_1 = ahost-ares_getopt.$(OBJEXT) 141am__objects_2 = 142am_ahost_OBJECTS = ahost-ahost.$(OBJEXT) $(am__objects_1) \ 143 $(am__objects_2) 144ahost_OBJECTS = $(am_ahost_OBJECTS) 145ahost_LDADD = $(LDADD) 146ahost_DEPENDENCIES = $(top_builddir)/src/lib/libcares.la \ 147 $(am__DEPENDENCIES_1) 148ahost_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 149 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ahost_CFLAGS) $(CFLAGS) \ 150 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 151AM_V_P = $(am__v_P_@AM_V@) 152am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 153am__v_P_0 = false 154am__v_P_1 = : 155AM_V_GEN = $(am__v_GEN_@AM_V@) 156am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 157am__v_GEN_0 = @echo " GEN " $@; 158am__v_GEN_1 = 159AM_V_at = $(am__v_at_@AM_V@) 160am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 161am__v_at_0 = @ 162am__v_at_1 = 163DEFAULT_INCLUDES = 164depcomp = $(SHELL) $(top_srcdir)/config/depcomp 165am__maybe_remake_depfiles = depfiles 166am__depfiles_remade = ./$(DEPDIR)/adig-adig.Po \ 167 ./$(DEPDIR)/ahost-ahost.Po ./$(DEPDIR)/ahost-ares_getopt.Po 168am__mv = mv -f 169COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 170 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 171LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 172 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 173 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 174 $(AM_CFLAGS) $(CFLAGS) 175AM_V_CC = $(am__v_CC_@AM_V@) 176am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 177am__v_CC_0 = @echo " CC " $@; 178am__v_CC_1 = 179CCLD = $(CC) 180LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 181 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 182 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 183AM_V_CCLD = $(am__v_CCLD_@AM_V@) 184am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 185am__v_CCLD_0 = @echo " CCLD " $@; 186am__v_CCLD_1 = 187SOURCES = $(adig_SOURCES) $(ahost_SOURCES) 188DIST_SOURCES = $(adig_SOURCES) $(ahost_SOURCES) 189am__can_run_installinfo = \ 190 case $$AM_UPDATE_INFO_DIR in \ 191 n|no|NO) false;; \ 192 *) (install-info --version) >/dev/null 2>&1;; \ 193 esac 194am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 195# Read a list of newline-separated strings from the standard input, 196# and print each of them once, without duplicates. Input order is 197# *not* preserved. 198am__uniquify_input = $(AWK) '\ 199 BEGIN { nonempty = 0; } \ 200 { items[$$0] = 1; nonempty = 1; } \ 201 END { if (nonempty) { for (i in items) print i; }; } \ 202' 203# Make sure the list of sources is unique. This is necessary because, 204# e.g., the same source file might be shared among _SOURCES variables 205# for different programs/libraries. 206am__define_uniq_tagged_files = \ 207 list='$(am__tagged_files)'; \ 208 unique=`for i in $$list; do \ 209 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 210 done | $(am__uniquify_input)` 211am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \ 212 $(top_srcdir)/config/depcomp 213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 214ACLOCAL = @ACLOCAL@ 215AMTAR = @AMTAR@ 216AM_CFLAGS = @AM_CFLAGS@ 217 218# Specify our include paths here, and do it relative to $(top_srcdir) and 219# $(top_builddir), to ensure that these paths which belong to the library 220# being currently built and tested are searched before the library which 221# might possibly already be installed in the system. 222AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_builddir)/include \ 223 -I$(top_builddir)/src/lib -I$(top_srcdir)/include \ 224 -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include \ 225 -DCARES_NO_DEPRECATED 226AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 227AR = @AR@ 228AS = @AS@ 229AUTOCONF = @AUTOCONF@ 230AUTOHEADER = @AUTOHEADER@ 231AUTOMAKE = @AUTOMAKE@ 232AWK = @AWK@ 233BUILD_SUBDIRS = @BUILD_SUBDIRS@ 234CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@ 235CARES_RANDOM_FILE = @CARES_RANDOM_FILE@ 236CARES_SYMBOL_HIDING_CFLAG = @CARES_SYMBOL_HIDING_CFLAG@ 237CARES_VERSION_INFO = @CARES_VERSION_INFO@ 238CC = @CC@ 239CCDEPMODE = @CCDEPMODE@ 240CFLAGS = @CFLAGS@ 241CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ 242CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ 243CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ 244CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ 245CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ 246CPP = @CPP@ 247CPPFLAGS = @CPPFLAGS@ 248CSCOPE = @CSCOPE@ 249CTAGS = @CTAGS@ 250CXX = @CXX@ 251CXXCPP = @CXXCPP@ 252CXXDEPMODE = @CXXDEPMODE@ 253CXXFLAGS = @CXXFLAGS@ 254CYGPATH_W = @CYGPATH_W@ 255DEFS = @DEFS@ 256DEPDIR = @DEPDIR@ 257DLLTOOL = @DLLTOOL@ 258DSYMUTIL = @DSYMUTIL@ 259DUMPBIN = @DUMPBIN@ 260ECHO_C = @ECHO_C@ 261ECHO_N = @ECHO_N@ 262ECHO_T = @ECHO_T@ 263EGREP = @EGREP@ 264ETAGS = @ETAGS@ 265EXEEXT = @EXEEXT@ 266FGREP = @FGREP@ 267FILECMD = @FILECMD@ 268GCOV = @GCOV@ 269GENHTML = @GENHTML@ 270GMOCK112_CFLAGS = @GMOCK112_CFLAGS@ 271GMOCK112_LIBS = @GMOCK112_LIBS@ 272GMOCK_CFLAGS = @GMOCK_CFLAGS@ 273GMOCK_LIBS = @GMOCK_LIBS@ 274GREP = @GREP@ 275HAVE_CXX14 = @HAVE_CXX14@ 276INSTALL = @INSTALL@ 277INSTALL_DATA = @INSTALL_DATA@ 278INSTALL_PROGRAM = @INSTALL_PROGRAM@ 279INSTALL_SCRIPT = @INSTALL_SCRIPT@ 280INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 281LCOV = @LCOV@ 282LD = @LD@ 283LDFLAGS = @LDFLAGS@ 284LIBOBJS = @LIBOBJS@ 285LIBS = @LIBS@ 286LIBTOOL = @LIBTOOL@ 287LIPO = @LIPO@ 288LN_S = @LN_S@ 289LTLIBOBJS = @LTLIBOBJS@ 290LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 291MAINT = @MAINT@ 292MAKEINFO = @MAKEINFO@ 293MANIFEST_TOOL = @MANIFEST_TOOL@ 294MKDIR_P = @MKDIR_P@ 295NM = @NM@ 296NMEDIT = @NMEDIT@ 297OBJDUMP = @OBJDUMP@ 298OBJEXT = @OBJEXT@ 299OTOOL = @OTOOL@ 300OTOOL64 = @OTOOL64@ 301PACKAGE = @PACKAGE@ 302PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 303PACKAGE_NAME = @PACKAGE_NAME@ 304PACKAGE_STRING = @PACKAGE_STRING@ 305PACKAGE_TARNAME = @PACKAGE_TARNAME@ 306PACKAGE_URL = @PACKAGE_URL@ 307PACKAGE_VERSION = @PACKAGE_VERSION@ 308PATH_SEPARATOR = @PATH_SEPARATOR@ 309PKGCONFIG_CFLAGS = @PKGCONFIG_CFLAGS@ 310PKG_CONFIG = @PKG_CONFIG@ 311PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 312PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 313PTHREAD_CC = @PTHREAD_CC@ 314PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 315PTHREAD_CXX = @PTHREAD_CXX@ 316PTHREAD_LIBS = @PTHREAD_LIBS@ 317RANLIB = @RANLIB@ 318SED = @SED@ 319SET_MAKE = @SET_MAKE@ 320SHELL = @SHELL@ 321STRIP = @STRIP@ 322VERSION = @VERSION@ 323abs_builddir = @abs_builddir@ 324abs_srcdir = @abs_srcdir@ 325abs_top_builddir = @abs_top_builddir@ 326abs_top_srcdir = @abs_top_srcdir@ 327ac_ct_AR = @ac_ct_AR@ 328ac_ct_CC = @ac_ct_CC@ 329ac_ct_CXX = @ac_ct_CXX@ 330ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 331am__include = @am__include@ 332am__leading_dot = @am__leading_dot@ 333am__quote = @am__quote@ 334am__tar = @am__tar@ 335am__untar = @am__untar@ 336ax_pthread_config = @ax_pthread_config@ 337bindir = @bindir@ 338build = @build@ 339build_alias = @build_alias@ 340build_cpu = @build_cpu@ 341build_os = @build_os@ 342build_vendor = @build_vendor@ 343builddir = @builddir@ 344datadir = @datadir@ 345datarootdir = @datarootdir@ 346docdir = @docdir@ 347dvidir = @dvidir@ 348exec_prefix = @exec_prefix@ 349host = @host@ 350host_alias = @host_alias@ 351host_cpu = @host_cpu@ 352host_os = @host_os@ 353host_vendor = @host_vendor@ 354htmldir = @htmldir@ 355ifGNUmake = @ifGNUmake@ 356ifnGNUmake = @ifnGNUmake@ 357includedir = @includedir@ 358infodir = @infodir@ 359install_sh = @install_sh@ 360libdir = @libdir@ 361libexecdir = @libexecdir@ 362localedir = @localedir@ 363localstatedir = @localstatedir@ 364mandir = @mandir@ 365mkdir_p = @mkdir_p@ 366oldincludedir = @oldincludedir@ 367pdfdir = @pdfdir@ 368prefix = @prefix@ 369program_transform_name = @program_transform_name@ 370psdir = @psdir@ 371runstatedir = @runstatedir@ 372sbindir = @sbindir@ 373sharedstatedir = @sharedstatedir@ 374srcdir = @srcdir@ 375sysconfdir = @sysconfdir@ 376target_alias = @target_alias@ 377top_build_prefix = @top_build_prefix@ 378top_builddir = @top_builddir@ 379top_srcdir = @top_srcdir@ 380 381# Copyright (C) The c-ares project and its contributors 382# SPDX-License-Identifier: MIT 383AUTOMAKE_OPTIONS = foreign subdir-objects nostdinc 1.9.6 384PROGS = ahost adig 385EXTRA_DIST = CMakeLists.txt Makefile.inc 386 387# Copyright (C) The c-ares project and its contributors 388# SPDX-License-Identifier: MIT 389SAMPLESOURCES = ares_getopt.c 390SAMPLEHEADERS = ares_getopt.h 391 392# We're not interested in code coverage of the test apps themselves, but need 393# to link with gcov if building with code coverage enabled 394LDADD = $(top_builddir)/src/lib/libcares.la $(CODE_COVERAGE_LIBS) 395ahost_SOURCES = ahost.c $(SAMPLESOURCES) $(SAMPLEHEADERS) 396ahost_CFLAGS = $(AM_CFLAGS) 397ahost_CPPFLAGS = $(AM_CPPFLAGS) 398adig_SOURCES = adig.c 399adig_CFLAGS = $(AM_CFLAGS) 400adig_CPPFLAGS = $(AM_CPPFLAGS) 401all: all-am 402 403.SUFFIXES: 404.SUFFIXES: .c .lo .o .obj 405$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 406 @for dep in $?; do \ 407 case '$(am__configure_deps)' in \ 408 *$$dep*) \ 409 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 410 && { if test -f $@; then exit 0; else break; fi; }; \ 411 exit 1;; \ 412 esac; \ 413 done; \ 414 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/Makefile'; \ 415 $(am__cd) $(top_srcdir) && \ 416 $(AUTOMAKE) --foreign src/tools/Makefile 417Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 418 @case '$?' in \ 419 *config.status*) \ 420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 421 *) \ 422 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 423 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 424 esac; 425$(srcdir)/Makefile.inc $(am__empty): 426 427$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 428 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 429 430$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 432$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 433 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 434$(am__aclocal_m4_deps): 435 436clean-noinstPROGRAMS: 437 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 438 echo " rm -f" $$list; \ 439 rm -f $$list || exit $$?; \ 440 test -n "$(EXEEXT)" || exit 0; \ 441 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 442 echo " rm -f" $$list; \ 443 rm -f $$list 444 445adig$(EXEEXT): $(adig_OBJECTS) $(adig_DEPENDENCIES) $(EXTRA_adig_DEPENDENCIES) 446 @rm -f adig$(EXEEXT) 447 $(AM_V_CCLD)$(adig_LINK) $(adig_OBJECTS) $(adig_LDADD) $(LIBS) 448 449ahost$(EXEEXT): $(ahost_OBJECTS) $(ahost_DEPENDENCIES) $(EXTRA_ahost_DEPENDENCIES) 450 @rm -f ahost$(EXEEXT) 451 $(AM_V_CCLD)$(ahost_LINK) $(ahost_OBJECTS) $(ahost_LDADD) $(LIBS) 452 453mostlyclean-compile: 454 -rm -f *.$(OBJEXT) 455 456distclean-compile: 457 -rm -f *.tab.c 458 459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-adig.Po@am__quote@ # am--include-marker 460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ahost.Po@am__quote@ # am--include-marker 461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ares_getopt.Po@am__quote@ # am--include-marker 462 463$(am__depfiles_remade): 464 @$(MKDIR_P) $(@D) 465 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 466 467am--depfiles: $(am__depfiles_remade) 468 469.c.o: 470@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 471@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 472@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 473@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 474@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 475@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 476 477.c.obj: 478@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 479@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 480@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 481@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 482@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 483@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 484 485.c.lo: 486@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 487@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 488@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 489@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 490@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 491@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 492 493adig-adig.o: adig.c 494@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-adig.o -MD -MP -MF $(DEPDIR)/adig-adig.Tpo -c -o adig-adig.o `test -f 'adig.c' || echo '$(srcdir)/'`adig.c 495@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-adig.Tpo $(DEPDIR)/adig-adig.Po 496@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='adig.c' object='adig-adig.o' libtool=no @AMDEPBACKSLASH@ 497@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 498@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-adig.o `test -f 'adig.c' || echo '$(srcdir)/'`adig.c 499 500adig-adig.obj: adig.c 501@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-adig.obj -MD -MP -MF $(DEPDIR)/adig-adig.Tpo -c -o adig-adig.obj `if test -f 'adig.c'; then $(CYGPATH_W) 'adig.c'; else $(CYGPATH_W) '$(srcdir)/adig.c'; fi` 502@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-adig.Tpo $(DEPDIR)/adig-adig.Po 503@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='adig.c' object='adig-adig.obj' libtool=no @AMDEPBACKSLASH@ 504@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 505@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-adig.obj `if test -f 'adig.c'; then $(CYGPATH_W) 'adig.c'; else $(CYGPATH_W) '$(srcdir)/adig.c'; fi` 506 507ahost-ahost.o: ahost.c 508@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ahost.o -MD -MP -MF $(DEPDIR)/ahost-ahost.Tpo -c -o ahost-ahost.o `test -f 'ahost.c' || echo '$(srcdir)/'`ahost.c 509@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ahost.Tpo $(DEPDIR)/ahost-ahost.Po 510@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ahost.c' object='ahost-ahost.o' libtool=no @AMDEPBACKSLASH@ 511@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 512@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ahost.o `test -f 'ahost.c' || echo '$(srcdir)/'`ahost.c 513 514ahost-ahost.obj: ahost.c 515@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ahost.obj -MD -MP -MF $(DEPDIR)/ahost-ahost.Tpo -c -o ahost-ahost.obj `if test -f 'ahost.c'; then $(CYGPATH_W) 'ahost.c'; else $(CYGPATH_W) '$(srcdir)/ahost.c'; fi` 516@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ahost.Tpo $(DEPDIR)/ahost-ahost.Po 517@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ahost.c' object='ahost-ahost.obj' libtool=no @AMDEPBACKSLASH@ 518@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 519@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ahost.obj `if test -f 'ahost.c'; then $(CYGPATH_W) 'ahost.c'; else $(CYGPATH_W) '$(srcdir)/ahost.c'; fi` 520 521ahost-ares_getopt.o: ares_getopt.c 522@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_getopt.o -MD -MP -MF $(DEPDIR)/ahost-ares_getopt.Tpo -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c 523@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_getopt.Tpo $(DEPDIR)/ahost-ares_getopt.Po 524@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getopt.c' object='ahost-ares_getopt.o' libtool=no @AMDEPBACKSLASH@ 525@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 526@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c 527 528ahost-ares_getopt.obj: ares_getopt.c 529@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_getopt.obj -MD -MP -MF $(DEPDIR)/ahost-ares_getopt.Tpo -c -o ahost-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi` 530@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_getopt.Tpo $(DEPDIR)/ahost-ares_getopt.Po 531@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getopt.c' object='ahost-ares_getopt.obj' libtool=no @AMDEPBACKSLASH@ 532@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 533@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi` 534 535mostlyclean-libtool: 536 -rm -f *.lo 537 538clean-libtool: 539 -rm -rf .libs _libs 540 541ID: $(am__tagged_files) 542 $(am__define_uniq_tagged_files); mkid -fID $$unique 543tags: tags-am 544TAGS: tags 545 546tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 547 set x; \ 548 here=`pwd`; \ 549 $(am__define_uniq_tagged_files); \ 550 shift; \ 551 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 552 test -n "$$unique" || unique=$$empty_fix; \ 553 if test $$# -gt 0; then \ 554 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 555 "$$@" $$unique; \ 556 else \ 557 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 558 $$unique; \ 559 fi; \ 560 fi 561ctags: ctags-am 562 563CTAGS: ctags 564ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 565 $(am__define_uniq_tagged_files); \ 566 test -z "$(CTAGS_ARGS)$$unique" \ 567 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 568 $$unique 569 570GTAGS: 571 here=`$(am__cd) $(top_builddir) && pwd` \ 572 && $(am__cd) $(top_srcdir) \ 573 && gtags -i $(GTAGS_ARGS) "$$here" 574cscopelist: cscopelist-am 575 576cscopelist-am: $(am__tagged_files) 577 list='$(am__tagged_files)'; \ 578 case "$(srcdir)" in \ 579 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 580 *) sdir=$(subdir)/$(srcdir) ;; \ 581 esac; \ 582 for i in $$list; do \ 583 if test -f "$$i"; then \ 584 echo "$(subdir)/$$i"; \ 585 else \ 586 echo "$$sdir/$$i"; \ 587 fi; \ 588 done >> $(top_builddir)/cscope.files 589 590distclean-tags: 591 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 592distdir: $(BUILT_SOURCES) 593 $(MAKE) $(AM_MAKEFLAGS) distdir-am 594 595distdir-am: $(DISTFILES) 596 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 597 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 598 list='$(DISTFILES)'; \ 599 dist_files=`for file in $$list; do echo $$file; done | \ 600 sed -e "s|^$$srcdirstrip/||;t" \ 601 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 602 case $$dist_files in \ 603 */*) $(MKDIR_P) `echo "$$dist_files" | \ 604 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 605 sort -u` ;; \ 606 esac; \ 607 for file in $$dist_files; do \ 608 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 609 if test -d $$d/$$file; then \ 610 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 611 if test -d "$(distdir)/$$file"; then \ 612 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 613 fi; \ 614 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 615 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 616 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 617 fi; \ 618 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 619 else \ 620 test -f "$(distdir)/$$file" \ 621 || cp -p $$d/$$file "$(distdir)/$$file" \ 622 || exit 1; \ 623 fi; \ 624 done 625check-am: all-am 626check: check-am 627all-am: Makefile $(PROGRAMS) 628installdirs: 629install: install-am 630install-exec: install-exec-am 631install-data: install-data-am 632uninstall: uninstall-am 633 634install-am: all-am 635 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 636 637installcheck: installcheck-am 638install-strip: 639 if test -z '$(STRIP)'; then \ 640 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 641 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 642 install; \ 643 else \ 644 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 645 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 646 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 647 fi 648mostlyclean-generic: 649 650clean-generic: 651 652distclean-generic: 653 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 654 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 655 656maintainer-clean-generic: 657 @echo "This command is intended for maintainers to use" 658 @echo "it deletes files that may require special tools to rebuild." 659clean: clean-am 660 661clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 662 mostlyclean-am 663 664distclean: distclean-am 665 -rm -f ./$(DEPDIR)/adig-adig.Po 666 -rm -f ./$(DEPDIR)/ahost-ahost.Po 667 -rm -f ./$(DEPDIR)/ahost-ares_getopt.Po 668 -rm -f Makefile 669distclean-am: clean-am distclean-compile distclean-generic \ 670 distclean-tags 671 672dvi: dvi-am 673 674dvi-am: 675 676html: html-am 677 678html-am: 679 680info: info-am 681 682info-am: 683 684install-data-am: 685 686install-dvi: install-dvi-am 687 688install-dvi-am: 689 690install-exec-am: 691 692install-html: install-html-am 693 694install-html-am: 695 696install-info: install-info-am 697 698install-info-am: 699 700install-man: 701 702install-pdf: install-pdf-am 703 704install-pdf-am: 705 706install-ps: install-ps-am 707 708install-ps-am: 709 710installcheck-am: 711 712maintainer-clean: maintainer-clean-am 713 -rm -f ./$(DEPDIR)/adig-adig.Po 714 -rm -f ./$(DEPDIR)/ahost-ahost.Po 715 -rm -f ./$(DEPDIR)/ahost-ares_getopt.Po 716 -rm -f Makefile 717maintainer-clean-am: distclean-am maintainer-clean-generic 718 719mostlyclean: mostlyclean-am 720 721mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 722 mostlyclean-libtool 723 724pdf: pdf-am 725 726pdf-am: 727 728ps: ps-am 729 730ps-am: 731 732uninstall-am: 733 734.MAKE: install-am install-strip 735 736.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 737 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ 738 ctags ctags-am distclean distclean-compile distclean-generic \ 739 distclean-libtool distclean-tags distdir dvi dvi-am html \ 740 html-am info info-am install install-am install-data \ 741 install-data-am install-dvi install-dvi-am install-exec \ 742 install-exec-am install-html install-html-am install-info \ 743 install-info-am install-man install-pdf install-pdf-am \ 744 install-ps install-ps-am install-strip installcheck \ 745 installcheck-am installdirs maintainer-clean \ 746 maintainer-clean-generic mostlyclean mostlyclean-compile \ 747 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 748 tags tags-am uninstall uninstall-am 749 750.PRECIOUS: Makefile 751 752 753# Tell versions [3.59,3.63) of GNU make to not export all variables. 754# Otherwise a system limit (for SysV at least) may be exceeded. 755.NOEXPORT: 756