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