lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
| 5 | |
| 6 | # This Makefile.in is free software; the Free Software Foundation |
| 7 | # gives unlimited permission to copy and/or distribute it, |
| 8 | # with or without modifications, as long as this notice is preserved. |
| 9 | |
| 10 | # This program is distributed in the hope that it will be useful, |
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 13 | # PARTICULAR PURPOSE. |
| 14 | |
| 15 | @SET_MAKE@ |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | VPATH = @srcdir@ |
| 21 | am__is_gnu_make = { \ |
| 22 | if test -z '$(MAKELEVEL)'; then \ |
| 23 | false; \ |
| 24 | elif test -n '$(MAKE_HOST)'; then \ |
| 25 | true; \ |
| 26 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
| 27 | true; \ |
| 28 | else \ |
| 29 | false; \ |
| 30 | fi; \ |
| 31 | } |
| 32 | am__make_running_with_option = \ |
| 33 | case $${target_option-} in \ |
| 34 | ?) ;; \ |
| 35 | *) echo "am__make_running_with_option: internal error: invalid" \ |
| 36 | "target option '$${target_option-}' specified" >&2; \ |
| 37 | exit 1;; \ |
| 38 | esac; \ |
| 39 | has_opt=no; \ |
| 40 | sane_makeflags=$$MAKEFLAGS; \ |
| 41 | if $(am__is_gnu_make); then \ |
| 42 | sane_makeflags=$$MFLAGS; \ |
| 43 | else \ |
| 44 | case $$MAKEFLAGS in \ |
| 45 | *\\[\ \ ]*) \ |
| 46 | bs=\\; \ |
| 47 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 48 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 49 | esac; \ |
| 50 | fi; \ |
| 51 | skip_next=no; \ |
| 52 | strip_trailopt () \ |
| 53 | { \ |
| 54 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 55 | }; \ |
| 56 | for flg in $$sane_makeflags; do \ |
| 57 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 58 | case $$flg in \ |
| 59 | *=*|--*) continue;; \ |
| 60 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 61 | -*I?*) strip_trailopt 'I';; \ |
| 62 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 63 | -*O?*) strip_trailopt 'O';; \ |
| 64 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 65 | -*l?*) strip_trailopt 'l';; \ |
| 66 | -[dEDm]) skip_next=yes;; \ |
| 67 | -[JT]) skip_next=yes;; \ |
| 68 | esac; \ |
| 69 | case $$flg in \ |
| 70 | *$$target_option*) has_opt=yes; break;; \ |
| 71 | esac; \ |
| 72 | done; \ |
| 73 | test $$has_opt = yes |
| 74 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 75 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 76 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 77 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 78 | pkglibdir = $(libdir)/@PACKAGE@ |
| 79 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 80 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 81 | install_sh_DATA = $(install_sh) -c -m 644 |
| 82 | install_sh_PROGRAM = $(install_sh) -c |
| 83 | install_sh_SCRIPT = $(install_sh) -c |
| 84 | INSTALL_HEADER = $(INSTALL_DATA) |
| 85 | transform = $(program_transform_name) |
| 86 | NORMAL_INSTALL = : |
| 87 | PRE_INSTALL = : |
| 88 | POST_INSTALL = : |
| 89 | NORMAL_UNINSTALL = : |
| 90 | PRE_UNINSTALL = : |
| 91 | POST_UNINSTALL = : |
| 92 | build_triplet = @build@ |
| 93 | host_triplet = @host@ |
| 94 | noinst_PROGRAMS = $(am__EXEEXT_1) |
| 95 | @CARES_LT_SHLIB_USE_VERSION_INFO_TRUE@am__append_1 = $(CARES_VERSION_INFO) |
| 96 | @CARES_LT_SHLIB_USE_NO_UNDEFINED_TRUE@am__append_2 = -no-undefined |
| 97 | @CARES_LT_SHLIB_USE_MIMPURE_TEXT_TRUE@am__append_3 = -mimpure-text |
| 98 | @USE_CPPFLAG_CARES_STATICLIB_TRUE@am__append_4 = $(CPPFLAG_CARES_STATICLIB) |
| 99 | @DOING_CARES_SYMBOL_HIDING_TRUE@am__append_5 = $(CFLAG_CARES_SYMBOL_HIDING) |
| 100 | @DOING_CARES_SYMBOL_HIDING_TRUE@am__append_6 = -DCARES_SYMBOL_HIDING |
| 101 | subdir = . |
| 102 | SUBDIRS = |
| 103 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 104 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \ |
| 105 | $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \ |
| 106 | $(top_srcdir)/m4/cares-compilers.m4 \ |
| 107 | $(top_srcdir)/m4/cares-confopts.m4 \ |
| 108 | $(top_srcdir)/m4/cares-functions.m4 \ |
| 109 | $(top_srcdir)/m4/cares-override.m4 \ |
| 110 | $(top_srcdir)/m4/cares-reentrant.m4 \ |
| 111 | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
| 112 | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
| 113 | $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 114 | $(top_srcdir)/m4/xc-am-iface.m4 \ |
| 115 | $(top_srcdir)/m4/xc-cc-check.m4 \ |
| 116 | $(top_srcdir)/m4/xc-lt-iface.m4 \ |
| 117 | $(top_srcdir)/m4/xc-translit.m4 \ |
| 118 | $(top_srcdir)/m4/xc-val-flgs.m4 \ |
| 119 | $(top_srcdir)/m4/zz40-xc-ovr.m4 \ |
| 120 | $(top_srcdir)/m4/zz50-xc-ovr.m4 \ |
| 121 | $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ |
| 122 | $(top_srcdir)/configure.ac |
| 123 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 124 | $(ACLOCAL_M4) |
| 125 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
| 126 | $(am__configure_deps) $(libcares_la_HEADERS) \ |
| 127 | $(am__DIST_COMMON) |
| 128 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| 129 | configure.lineno config.status.lineno |
| 130 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| 131 | CONFIG_HEADER = ares_config.h ares_build.h |
| 132 | CONFIG_CLEAN_FILES = libcares.pc |
| 133 | CONFIG_CLEAN_VPATH_FILES = |
| 134 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 135 | am__vpath_adj = case $$p in \ |
| 136 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 137 | *) f=$$p;; \ |
| 138 | esac; |
| 139 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| 140 | am__install_max = 40 |
| 141 | am__nobase_strip_setup = \ |
| 142 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| 143 | am__nobase_strip = \ |
| 144 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| 145 | am__nobase_list = $(am__nobase_strip_setup); \ |
| 146 | for p in $$list; do echo "$$p $$p"; done | \ |
| 147 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| 148 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| 149 | if (++n[$$2] == $(am__install_max)) \ |
| 150 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| 151 | END { for (dir in files) print dir, files[dir] }' |
| 152 | am__base_list = \ |
| 153 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 154 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 155 | am__uninstall_files_from_dir = { \ |
| 156 | test -z "$$files" \ |
| 157 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 158 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 159 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 160 | } |
| 161 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \ |
| 162 | "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libcares_ladir)" |
| 163 | LTLIBRARIES = $(lib_LTLIBRARIES) |
| 164 | libcares_la_LIBADD = |
| 165 | am__objects_1 = libcares_la-ares__close_sockets.lo \ |
| 166 | libcares_la-ares__get_hostent.lo \ |
| 167 | libcares_la-ares__read_line.lo libcares_la-ares__timeval.lo \ |
| 168 | libcares_la-ares_cancel.lo libcares_la-ares_data.lo \ |
| 169 | libcares_la-ares_destroy.lo libcares_la-ares_expand_name.lo \ |
| 170 | libcares_la-ares_expand_string.lo libcares_la-ares_fds.lo \ |
| 171 | libcares_la-ares_free_hostent.lo \ |
| 172 | libcares_la-ares_free_string.lo libcares_la-ares_getenv.lo \ |
| 173 | libcares_la-ares_gethostbyaddr.lo \ |
| 174 | libcares_la-ares_gethostbyname.lo \ |
| 175 | libcares_la-ares_getnameinfo.lo libcares_la-ares_getsock.lo \ |
| 176 | libcares_la-ares_init.lo libcares_la-ares_library_init.lo \ |
| 177 | libcares_la-ares_llist.lo libcares_la-ares_mkquery.lo \ |
| 178 | libcares_la-ares_create_query.lo libcares_la-ares_nowarn.lo \ |
| 179 | libcares_la-ares_options.lo libcares_la-ares_parse_a_reply.lo \ |
| 180 | libcares_la-ares_parse_aaaa_reply.lo \ |
| 181 | libcares_la-ares_parse_mx_reply.lo \ |
| 182 | libcares_la-ares_parse_naptr_reply.lo \ |
| 183 | libcares_la-ares_parse_ns_reply.lo \ |
| 184 | libcares_la-ares_parse_ptr_reply.lo \ |
| 185 | libcares_la-ares_parse_soa_reply.lo \ |
| 186 | libcares_la-ares_parse_srv_reply.lo \ |
| 187 | libcares_la-ares_parse_txt_reply.lo \ |
| 188 | libcares_la-ares_platform.lo libcares_la-ares_process.lo \ |
| 189 | libcares_la-ares_query.lo libcares_la-ares_search.lo \ |
| 190 | libcares_la-ares_send.lo libcares_la-ares_strcasecmp.lo \ |
| 191 | libcares_la-ares_strdup.lo libcares_la-ares_strerror.lo \ |
| 192 | libcares_la-ares_timeout.lo libcares_la-ares_version.lo \ |
| 193 | libcares_la-ares_writev.lo libcares_la-bitncmp.lo \ |
| 194 | libcares_la-inet_net_pton.lo libcares_la-inet_ntop.lo \ |
| 195 | libcares_la-windows_port.lo |
| 196 | am__objects_2 = |
| 197 | am_libcares_la_OBJECTS = $(am__objects_1) $(am__objects_2) |
| 198 | libcares_la_OBJECTS = $(am_libcares_la_OBJECTS) |
| 199 | AM_V_lt = $(am__v_lt_@AM_V@) |
| 200 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 201 | am__v_lt_0 = --silent |
| 202 | am__v_lt_1 = |
| 203 | libcares_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 204 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libcares_la_CFLAGS) \ |
| 205 | $(CFLAGS) $(libcares_la_LDFLAGS) $(LDFLAGS) -o $@ |
| 206 | @CURLDEBUG_FALSE@am__EXEEXT_1 = ahost$(EXEEXT) adig$(EXEEXT) \ |
| 207 | @CURLDEBUG_FALSE@ acountry$(EXEEXT) |
| 208 | PROGRAMS = $(noinst_PROGRAMS) |
| 209 | am__objects_3 = acountry-ares_getopt.$(OBJEXT) \ |
| 210 | acountry-ares_nowarn.$(OBJEXT) \ |
| 211 | acountry-ares_strcasecmp.$(OBJEXT) |
| 212 | am_acountry_OBJECTS = acountry-acountry.$(OBJEXT) $(am__objects_3) \ |
| 213 | $(am__objects_2) |
| 214 | acountry_OBJECTS = $(am_acountry_OBJECTS) |
| 215 | acountry_DEPENDENCIES = $(top_builddir)/libcares.la |
| 216 | acountry_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 217 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(acountry_CFLAGS) \ |
| 218 | $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 219 | am__objects_4 = adig-ares_getopt.$(OBJEXT) adig-ares_nowarn.$(OBJEXT) \ |
| 220 | adig-ares_strcasecmp.$(OBJEXT) |
| 221 | am_adig_OBJECTS = adig-adig.$(OBJEXT) $(am__objects_4) \ |
| 222 | $(am__objects_2) |
| 223 | adig_OBJECTS = $(am_adig_OBJECTS) |
| 224 | adig_DEPENDENCIES = $(top_builddir)/libcares.la |
| 225 | adig_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 226 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(adig_CFLAGS) $(CFLAGS) \ |
| 227 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 228 | am__objects_5 = ahost-ares_getopt.$(OBJEXT) \ |
| 229 | ahost-ares_nowarn.$(OBJEXT) ahost-ares_strcasecmp.$(OBJEXT) |
| 230 | am_ahost_OBJECTS = ahost-ahost.$(OBJEXT) $(am__objects_5) \ |
| 231 | $(am__objects_2) |
| 232 | ahost_OBJECTS = $(am_ahost_OBJECTS) |
| 233 | ahost_DEPENDENCIES = $(top_builddir)/libcares.la |
| 234 | ahost_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 235 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ahost_CFLAGS) $(CFLAGS) \ |
| 236 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 237 | AM_V_P = $(am__v_P_@AM_V@) |
| 238 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 239 | am__v_P_0 = false |
| 240 | am__v_P_1 = : |
| 241 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 242 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 243 | am__v_GEN_0 = @echo " GEN " $@; |
| 244 | am__v_GEN_1 = |
| 245 | AM_V_at = $(am__v_at_@AM_V@) |
| 246 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 247 | am__v_at_0 = @ |
| 248 | am__v_at_1 = |
| 249 | DEFAULT_INCLUDES = |
| 250 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 251 | am__depfiles_maybe = depfiles |
| 252 | am__mv = mv -f |
| 253 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 254 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 255 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 256 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
| 257 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 258 | $(AM_CFLAGS) $(CFLAGS) |
| 259 | AM_V_CC = $(am__v_CC_@AM_V@) |
| 260 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 261 | am__v_CC_0 = @echo " CC " $@; |
| 262 | am__v_CC_1 = |
| 263 | CCLD = $(CC) |
| 264 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 265 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 266 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 267 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 268 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 269 | am__v_CCLD_0 = @echo " CCLD " $@; |
| 270 | am__v_CCLD_1 = |
| 271 | SOURCES = $(libcares_la_SOURCES) $(acountry_SOURCES) $(adig_SOURCES) \ |
| 272 | $(ahost_SOURCES) |
| 273 | DIST_SOURCES = $(libcares_la_SOURCES) $(acountry_SOURCES) \ |
| 274 | $(adig_SOURCES) $(ahost_SOURCES) |
| 275 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| 276 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
| 277 | install-data-recursive install-dvi-recursive \ |
| 278 | install-exec-recursive install-html-recursive \ |
| 279 | install-info-recursive install-pdf-recursive \ |
| 280 | install-ps-recursive install-recursive installcheck-recursive \ |
| 281 | installdirs-recursive pdf-recursive ps-recursive \ |
| 282 | tags-recursive uninstall-recursive |
| 283 | am__can_run_installinfo = \ |
| 284 | case $$AM_UPDATE_INFO_DIR in \ |
| 285 | n|no|NO) false;; \ |
| 286 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 287 | esac |
| 288 | man3dir = $(mandir)/man3 |
| 289 | NROFF = nroff |
| 290 | MANS = $(man_MANS) |
| 291 | DATA = $(pkgconfig_DATA) |
| 292 | HEADERS = $(libcares_la_HEADERS) |
| 293 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 294 | distclean-recursive maintainer-clean-recursive |
| 295 | am__recursive_targets = \ |
| 296 | $(RECURSIVE_TARGETS) \ |
| 297 | $(RECURSIVE_CLEAN_TARGETS) \ |
| 298 | $(am__extra_recursive_targets) |
| 299 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
| 300 | cscope distdir dist dist-all distcheck |
| 301 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
| 302 | $(LISP)ares_config.h.in ares_build.h.in |
| 303 | # Read a list of newline-separated strings from the standard input, |
| 304 | # and print each of them once, without duplicates. Input order is |
| 305 | # *not* preserved. |
| 306 | am__uniquify_input = $(AWK) '\ |
| 307 | BEGIN { nonempty = 0; } \ |
| 308 | { items[$$0] = 1; nonempty = 1; } \ |
| 309 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 310 | ' |
| 311 | # Make sure the list of sources is unique. This is necessary because, |
| 312 | # e.g., the same source file might be shared among _SOURCES variables |
| 313 | # for different programs/libraries. |
| 314 | am__define_uniq_tagged_files = \ |
| 315 | list='$(am__tagged_files)'; \ |
| 316 | unique=`for i in $$list; do \ |
| 317 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 318 | done | $(am__uniquify_input)` |
| 319 | ETAGS = etags |
| 320 | CTAGS = ctags |
| 321 | CSCOPE = cscope |
| 322 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \ |
| 323 | $(srcdir)/ares_build.h.in $(srcdir)/ares_config.h.in \ |
| 324 | $(srcdir)/libcares.pc.in AUTHORS INSTALL NEWS TODO compile \ |
| 325 | config.guess config.sub depcomp install-sh ltmain.sh missing \ |
| 326 | mkinstalldirs |
| 327 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 328 | distdir = $(PACKAGE)-$(VERSION) |
| 329 | top_distdir = $(distdir) |
| 330 | am__remove_distdir = \ |
| 331 | if test -d "$(distdir)"; then \ |
| 332 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
| 333 | && rm -rf "$(distdir)" \ |
| 334 | || { sleep 5 && rm -rf "$(distdir)"; }; \ |
| 335 | else :; fi |
| 336 | am__post_remove_distdir = $(am__remove_distdir) |
| 337 | am__relativize = \ |
| 338 | dir0=`pwd`; \ |
| 339 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 340 | sed_rest='s,^[^/]*/*,,'; \ |
| 341 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 342 | sed_butlast='s,/*[^/]*$$,,'; \ |
| 343 | while test -n "$$dir1"; do \ |
| 344 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 345 | if test "$$first" != "."; then \ |
| 346 | if test "$$first" = ".."; then \ |
| 347 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 348 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 349 | else \ |
| 350 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 351 | if test "$$first2" = "$$first"; then \ |
| 352 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 353 | else \ |
| 354 | dir2="../$$dir2"; \ |
| 355 | fi; \ |
| 356 | dir0="$$dir0"/"$$first"; \ |
| 357 | fi; \ |
| 358 | fi; \ |
| 359 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 360 | done; \ |
| 361 | reldir="$$dir2" |
| 362 | DIST_ARCHIVES = $(distdir).tar.gz |
| 363 | GZIP_ENV = --best |
| 364 | DIST_TARGETS = dist-gzip |
| 365 | distuninstallcheck_listfiles = find . -type f -print |
| 366 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| 367 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| 368 | distcleancheck_listfiles = find . -type f -print |
| 369 | ACLOCAL = @ACLOCAL@ |
| 370 | AMTAR = @AMTAR@ |
| 371 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 372 | AR = @AR@ |
| 373 | AS = @AS@ |
| 374 | AUTOCONF = @AUTOCONF@ |
| 375 | AUTOHEADER = @AUTOHEADER@ |
| 376 | AUTOMAKE = @AUTOMAKE@ |
| 377 | AWK = @AWK@ |
| 378 | CARES_CFLAG_EXTRAS = @CARES_CFLAG_EXTRAS@ |
| 379 | CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@ |
| 380 | CC = @CC@ |
| 381 | CCDEPMODE = @CCDEPMODE@ |
| 382 | |
| 383 | # Add -Werror if defined |
| 384 | CFLAGS = @CFLAGS@ @CARES_CFLAG_EXTRAS@ |
| 385 | CFLAG_CARES_SYMBOL_HIDING = @CFLAG_CARES_SYMBOL_HIDING@ |
| 386 | CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ |
| 387 | CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ |
| 388 | CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ |
| 389 | CPP = @CPP@ |
| 390 | CPPFLAGS = @CPPFLAGS@ |
| 391 | CPPFLAG_CARES_STATICLIB = @CPPFLAG_CARES_STATICLIB@ |
| 392 | CXX = @CXX@ |
| 393 | CXXCPP = @CXXCPP@ |
| 394 | CXXDEPMODE = @CXXDEPMODE@ |
| 395 | CXXFLAGS = @CXXFLAGS@ |
| 396 | CYGPATH_W = @CYGPATH_W@ |
| 397 | DEFS = @DEFS@ |
| 398 | DEPDIR = @DEPDIR@ |
| 399 | DLLTOOL = @DLLTOOL@ |
| 400 | DSYMUTIL = @DSYMUTIL@ |
| 401 | DUMPBIN = @DUMPBIN@ |
| 402 | ECHO_C = @ECHO_C@ |
| 403 | ECHO_N = @ECHO_N@ |
| 404 | ECHO_T = @ECHO_T@ |
| 405 | EGREP = @EGREP@ |
| 406 | EXEEXT = @EXEEXT@ |
| 407 | FGREP = @FGREP@ |
| 408 | GCOV = @GCOV@ |
| 409 | GENHTML = @GENHTML@ |
| 410 | GREP = @GREP@ |
| 411 | HAVE_CXX11 = @HAVE_CXX11@ |
| 412 | INSTALL = @INSTALL@ |
| 413 | INSTALL_DATA = @INSTALL_DATA@ |
| 414 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 415 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 416 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 417 | LCOV = @LCOV@ |
| 418 | LD = @LD@ |
| 419 | LDFLAGS = @LDFLAGS@ |
| 420 | LIBOBJS = @LIBOBJS@ |
| 421 | LIBS = @LIBS@ |
| 422 | LIBTOOL = @LIBTOOL@ |
| 423 | LIPO = @LIPO@ |
| 424 | LN_S = @LN_S@ |
| 425 | LTLIBOBJS = @LTLIBOBJS@ |
| 426 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
| 427 | MAINT = @MAINT@ |
| 428 | MAKEINFO = @MAKEINFO@ |
| 429 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 430 | MKDIR_P = @MKDIR_P@ |
| 431 | NM = @NM@ |
| 432 | NMEDIT = @NMEDIT@ |
| 433 | OBJDUMP = @OBJDUMP@ |
| 434 | OBJEXT = @OBJEXT@ |
| 435 | OTOOL = @OTOOL@ |
| 436 | OTOOL64 = @OTOOL64@ |
| 437 | PACKAGE = @PACKAGE@ |
| 438 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 439 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 440 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 441 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 442 | PACKAGE_URL = @PACKAGE_URL@ |
| 443 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 444 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 445 | RANDOM_FILE = @RANDOM_FILE@ |
| 446 | RANLIB = @RANLIB@ |
| 447 | SED = @SED@ |
| 448 | SET_MAKE = @SET_MAKE@ |
| 449 | SHELL = @SHELL@ |
| 450 | STRIP = @STRIP@ |
| 451 | VERSION = @VERSION@ |
| 452 | abs_builddir = @abs_builddir@ |
| 453 | abs_srcdir = @abs_srcdir@ |
| 454 | abs_top_builddir = @abs_top_builddir@ |
| 455 | abs_top_srcdir = @abs_top_srcdir@ |
| 456 | ac_ct_AR = @ac_ct_AR@ |
| 457 | ac_ct_CC = @ac_ct_CC@ |
| 458 | ac_ct_CXX = @ac_ct_CXX@ |
| 459 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 460 | am__include = @am__include@ |
| 461 | am__leading_dot = @am__leading_dot@ |
| 462 | am__quote = @am__quote@ |
| 463 | am__tar = @am__tar@ |
| 464 | am__untar = @am__untar@ |
| 465 | bindir = @bindir@ |
| 466 | build = @build@ |
| 467 | build_alias = @build_alias@ |
| 468 | build_cpu = @build_cpu@ |
| 469 | build_os = @build_os@ |
| 470 | build_vendor = @build_vendor@ |
| 471 | builddir = @builddir@ |
| 472 | datadir = @datadir@ |
| 473 | datarootdir = @datarootdir@ |
| 474 | docdir = @docdir@ |
| 475 | dvidir = @dvidir@ |
| 476 | exec_prefix = @exec_prefix@ |
| 477 | host = @host@ |
| 478 | host_alias = @host_alias@ |
| 479 | host_cpu = @host_cpu@ |
| 480 | host_os = @host_os@ |
| 481 | host_vendor = @host_vendor@ |
| 482 | htmldir = @htmldir@ |
| 483 | includedir = @includedir@ |
| 484 | infodir = @infodir@ |
| 485 | install_sh = @install_sh@ |
| 486 | libdir = @libdir@ |
| 487 | libexecdir = @libexecdir@ |
| 488 | localedir = @localedir@ |
| 489 | localstatedir = @localstatedir@ |
| 490 | mandir = @mandir@ |
| 491 | mkdir_p = @mkdir_p@ |
| 492 | oldincludedir = @oldincludedir@ |
| 493 | pdfdir = @pdfdir@ |
| 494 | prefix = @prefix@ |
| 495 | program_transform_name = @program_transform_name@ |
| 496 | psdir = @psdir@ |
| 497 | runstatedir = @runstatedir@ |
| 498 | sbindir = @sbindir@ |
| 499 | sharedstatedir = @sharedstatedir@ |
| 500 | srcdir = @srcdir@ |
| 501 | subdirs = @subdirs@ |
| 502 | sysconfdir = @sysconfdir@ |
| 503 | target_alias = @target_alias@ |
| 504 | top_build_prefix = @top_build_prefix@ |
| 505 | top_builddir = @top_builddir@ |
| 506 | top_srcdir = @top_srcdir@ |
| 507 | AUTOMAKE_OPTIONS = foreign nostdinc |
| 508 | ACLOCAL_AMFLAGS = -I m4 |
| 509 | @CURLDEBUG_FALSE@AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \ |
| 510 | @CURLDEBUG_FALSE@ $(am__append_4) |
| 511 | |
| 512 | # Specify our include paths here, and do it relative to $(top_srcdir) and |
| 513 | # $(top_builddir), to ensure that these paths which belong to the library |
| 514 | # being currently built and tested are searched before the library which |
| 515 | # might possibly already be installed in the system. |
| 516 | # |
| 517 | # When using the low-level hard-hacking memory leak tracking code from |
| 518 | # libcurl the generated curl/curlbuild.h file must also be reachable. |
| 519 | # Using the libcurl lowlevel code from within c-ares library is ugly and |
| 520 | # only works when c-ares is built and linked with a similarly debug-build |
| 521 | # libcurl, but we do this anyway for convenience. |
| 522 | # |
| 523 | # $(top_builddir)/../include/curl for generated curlbuild.h included from curl.h |
| 524 | # $(top_builddir)/../include is for libcurl's generated curl/curlbuild.h file |
| 525 | # $(top_srcdir)/../include is for libcurl's external include files |
| 526 | # $(top_builddir)/../lib is for libcurl's generated lib/curl_config.h file |
| 527 | # $(top_srcdir)/../lib is for libcurl's lib/setup.h and other "private" files |
| 528 | # $(top_builddir) is for c-ares's generated ares_config.h file |
| 529 | # $(top_srcdir) is for c-ares's ares_setup.h and other "c-ares-private" files |
| 530 | @CURLDEBUG_TRUE@AM_CPPFLAGS = -I$(top_builddir)/../include/curl \ |
| 531 | @CURLDEBUG_TRUE@ -I$(top_builddir)/../include \ |
| 532 | @CURLDEBUG_TRUE@ -I$(top_srcdir)/../include \ |
| 533 | @CURLDEBUG_TRUE@ -I$(top_builddir)/../lib \ |
| 534 | @CURLDEBUG_TRUE@ -I$(top_srcdir)/../lib -I$(top_builddir) \ |
| 535 | @CURLDEBUG_TRUE@ -I$(top_srcdir) $(am__append_4) |
| 536 | lib_LTLIBRARIES = libcares.la |
| 537 | man_MANS = $(MANPAGES) |
| 538 | MSVCFILES = vc/vc6aws.dsw vc/acountry/vc6acountry.dsp vc/adig/vc6adig.dsp \ |
| 539 | vc/ahost/vc6ahost.dsp vc/cares/vc6cares.dsp vc/cares/vc6cares.dsw |
| 540 | |
| 541 | @CURLDEBUG_FALSE@PROGS = ahost adig acountry |
| 542 | @CURLDEBUG_TRUE@PROGS = |
| 543 | |
| 544 | # adig and ahost are just sample programs and thus not mentioned with the |
| 545 | # regular sources and headers |
| 546 | EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \ |
| 547 | Makefile.m32 Makefile.netware Makefile.msvc Makefile.Watcom $(man_MANS) \ |
| 548 | config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \ |
| 549 | TODO ares_build.h.in $(PDFPAGES) cares.rc README.msvc $(MSVCFILES) \ |
| 550 | $(CSOURCES) $(HHEADERS) config-dos.h acountry.1 adig.1 ahost.1 INSTALL \ |
| 551 | README.md LICENSE.md |
| 552 | |
| 553 | CLEANFILES = $(PDFPAGES) $(HTMLPAGES) |
| 554 | DISTCLEANFILES = ares_build.h |
| 555 | DIST_SUBDIRS = test |
| 556 | pkgconfigdir = $(libdir)/pkgconfig |
| 557 | pkgconfig_DATA = libcares.pc |
| 558 | CARES_VERSION_INFO = -version-info 4:0:2 |
| 559 | # This flag accepts an argument of the form current[:revision[:age]]. So, |
| 560 | # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to |
| 561 | # 1. |
| 562 | # |
| 563 | # If either revision or age are omitted, they default to 0. Also note that age |
| 564 | # must be less than or equal to the current interface number. |
| 565 | # |
| 566 | # Here are a set of rules to help you update your library version information: |
| 567 | # |
| 568 | # 1.Start with version information of 0:0:0 for each libtool library. |
| 569 | # |
| 570 | # 2.Update the version information only immediately before a public release of |
| 571 | # your software. More frequent updates are unnecessary, and only guarantee |
| 572 | # that the current interface number gets larger faster. |
| 573 | # |
| 574 | # 3.If the library source code has changed at all since the last update, then |
| 575 | # increment revision (c:r+1:a) |
| 576 | # |
| 577 | # 4.If any interfaces have been added, removed, or changed since the last |
| 578 | # update, increment current, and set revision to 0. (c+1:r=0:a) |
| 579 | # |
| 580 | # 5.If any interfaces have been added since the last public release, then |
| 581 | # increment age. (c:r:a+1) |
| 582 | # |
| 583 | # 6.If any interfaces have been removed since the last public release, then |
| 584 | # set age to 0. (c:r:a=0) |
| 585 | # |
| 586 | AM_LDFLAGS = |
| 587 | libcares_la_LDFLAGS_EXTRA = $(am__append_1) $(am__append_2) \ |
| 588 | $(am__append_3) |
| 589 | libcares_la_LDFLAGS = $(AM_LDFLAGS) $(libcares_la_LDFLAGS_EXTRA) \ |
| 590 | $(CODE_COVERAGE_LDFLAGS) |
| 591 | libcares_la_CFLAGS_EXTRA = $(am__append_5) $(CODE_COVERAGE_CFLAGS) |
| 592 | libcares_la_CPPFLAGS_EXTRA = -DCARES_BUILDING_LIBRARY $(am__append_6) |
| 593 | libcares_la_CFLAGS = $(AM_CFLAGS) $(libcares_la_CFLAGS_EXTRA) |
| 594 | libcares_la_CPPFLAGS = $(AM_CPPFLAGS) $(libcares_la_CPPFLAGS_EXTRA) |
| 595 | CSOURCES = ares__close_sockets.c \ |
| 596 | ares__get_hostent.c \ |
| 597 | ares__read_line.c \ |
| 598 | ares__timeval.c \ |
| 599 | ares_cancel.c \ |
| 600 | ares_data.c \ |
| 601 | ares_destroy.c \ |
| 602 | ares_expand_name.c \ |
| 603 | ares_expand_string.c \ |
| 604 | ares_fds.c \ |
| 605 | ares_free_hostent.c \ |
| 606 | ares_free_string.c \ |
| 607 | ares_getenv.c \ |
| 608 | ares_gethostbyaddr.c \ |
| 609 | ares_gethostbyname.c \ |
| 610 | ares_getnameinfo.c \ |
| 611 | ares_getsock.c \ |
| 612 | ares_init.c \ |
| 613 | ares_library_init.c \ |
| 614 | ares_llist.c \ |
| 615 | ares_mkquery.c \ |
| 616 | ares_create_query.c \ |
| 617 | ares_nowarn.c \ |
| 618 | ares_options.c \ |
| 619 | ares_parse_a_reply.c \ |
| 620 | ares_parse_aaaa_reply.c \ |
| 621 | ares_parse_mx_reply.c \ |
| 622 | ares_parse_naptr_reply.c \ |
| 623 | ares_parse_ns_reply.c \ |
| 624 | ares_parse_ptr_reply.c \ |
| 625 | ares_parse_soa_reply.c \ |
| 626 | ares_parse_srv_reply.c \ |
| 627 | ares_parse_txt_reply.c \ |
| 628 | ares_platform.c \ |
| 629 | ares_process.c \ |
| 630 | ares_query.c \ |
| 631 | ares_search.c \ |
| 632 | ares_send.c \ |
| 633 | ares_strcasecmp.c \ |
| 634 | ares_strdup.c \ |
| 635 | ares_strerror.c \ |
| 636 | ares_timeout.c \ |
| 637 | ares_version.c \ |
| 638 | ares_writev.c \ |
| 639 | bitncmp.c \ |
| 640 | inet_net_pton.c \ |
| 641 | inet_ntop.c \ |
| 642 | windows_port.c |
| 643 | |
| 644 | HHEADERS = ares.h \ |
| 645 | ares_build.h \ |
| 646 | ares_data.h \ |
| 647 | ares_dns.h \ |
| 648 | ares_getenv.h \ |
| 649 | ares_inet_net_pton.h \ |
| 650 | ares_iphlpapi.h \ |
| 651 | ares_ipv6.h \ |
| 652 | ares_library_init.h \ |
| 653 | ares_llist.h \ |
| 654 | ares_nowarn.h \ |
| 655 | ares_platform.h \ |
| 656 | ares_private.h \ |
| 657 | ares_rules.h \ |
| 658 | ares_strcasecmp.h \ |
| 659 | ares_strdup.h \ |
| 660 | ares_version.h \ |
| 661 | ares_writev.h \ |
| 662 | bitncmp.h \ |
| 663 | nameser.h \ |
| 664 | ares_setup.h \ |
| 665 | setup_once.h |
| 666 | |
| 667 | MANPAGES = ares_cancel.3 \ |
| 668 | ares_destroy.3 \ |
| 669 | ares_destroy_options.3 \ |
| 670 | ares_dup.3 \ |
| 671 | ares_expand_name.3 \ |
| 672 | ares_expand_string.3 \ |
| 673 | ares_fds.3 \ |
| 674 | ares_free_data.3 \ |
| 675 | ares_free_hostent.3 \ |
| 676 | ares_free_string.3 \ |
| 677 | ares_get_servers.3 \ |
| 678 | ares_get_servers_ports.3 \ |
| 679 | ares_gethostbyaddr.3 \ |
| 680 | ares_gethostbyname.3 \ |
| 681 | ares_gethostbyname_file.3 \ |
| 682 | ares_getnameinfo.3 \ |
| 683 | ares_getsock.3 \ |
| 684 | ares_init.3 \ |
| 685 | ares_init_options.3 \ |
| 686 | ares_library_cleanup.3 \ |
| 687 | ares_library_init.3 \ |
| 688 | ares_mkquery.3 \ |
| 689 | ares_create_query.3 \ |
| 690 | ares_parse_a_reply.3 \ |
| 691 | ares_parse_aaaa_reply.3 \ |
| 692 | ares_parse_mx_reply.3 \ |
| 693 | ares_parse_naptr_reply.3 \ |
| 694 | ares_parse_ns_reply.3 \ |
| 695 | ares_parse_ptr_reply.3 \ |
| 696 | ares_parse_soa_reply.3 \ |
| 697 | ares_parse_srv_reply.3 \ |
| 698 | ares_parse_txt_reply.3 \ |
| 699 | ares_process.3 \ |
| 700 | ares_query.3 \ |
| 701 | ares_save_options.3 \ |
| 702 | ares_search.3 \ |
| 703 | ares_send.3 \ |
| 704 | ares_set_local_dev.3 \ |
| 705 | ares_set_local_ip4.3 \ |
| 706 | ares_set_local_ip6.3 \ |
| 707 | ares_set_servers.3 \ |
| 708 | ares_set_servers_csv.3 \ |
| 709 | ares_set_servers_ports.3 \ |
| 710 | ares_set_servers_ports_csv.3 \ |
| 711 | ares_set_socket_callback.3 \ |
| 712 | ares_set_socket_configure_callback.3 \ |
| 713 | ares_set_sortlist.3 \ |
| 714 | ares_strerror.3 \ |
| 715 | ares_timeout.3 \ |
| 716 | ares_version.3 \ |
| 717 | ares_inet_pton.3 \ |
| 718 | ares_inet_ntop.3 |
| 719 | |
| 720 | HTMLPAGES = ares_cancel.html \ |
| 721 | ares_destroy.html \ |
| 722 | ares_destroy_options.html \ |
| 723 | ares_dup.html \ |
| 724 | ares_expand_name.html \ |
| 725 | ares_expand_string.html \ |
| 726 | ares_fds.html \ |
| 727 | ares_free_data.html \ |
| 728 | ares_free_hostent.html \ |
| 729 | ares_free_string.html \ |
| 730 | ares_get_servers.html \ |
| 731 | ares_get_servers_ports.html \ |
| 732 | ares_gethostbyaddr.html \ |
| 733 | ares_gethostbyname.html \ |
| 734 | ares_gethostbyname_file.html \ |
| 735 | ares_getnameinfo.html \ |
| 736 | ares_getsock.html \ |
| 737 | ares_init.html \ |
| 738 | ares_init_options.html \ |
| 739 | ares_library_cleanup.html \ |
| 740 | ares_library_init.html \ |
| 741 | ares_mkquery.html \ |
| 742 | ares_create_query.html \ |
| 743 | ares_parse_a_reply.html \ |
| 744 | ares_parse_aaaa_reply.html \ |
| 745 | ares_parse_mx_reply.html \ |
| 746 | ares_parse_ns_reply.html \ |
| 747 | ares_parse_ptr_reply.html \ |
| 748 | ares_parse_soa_reply.html \ |
| 749 | ares_parse_srv_reply.html \ |
| 750 | ares_parse_txt_reply.html \ |
| 751 | ares_process.html \ |
| 752 | ares_query.html \ |
| 753 | ares_save_options.html \ |
| 754 | ares_search.html \ |
| 755 | ares_send.html \ |
| 756 | ares_set_local_dev.html \ |
| 757 | ares_set_local_ip4.html \ |
| 758 | ares_set_local_ip6.html \ |
| 759 | ares_set_servers.html \ |
| 760 | ares_set_servers_csv.html \ |
| 761 | ares_set_servers_ports.html \ |
| 762 | ares_set_servers_ports_csv.html \ |
| 763 | ares_set_socket_callback.html \ |
| 764 | ares_set_socket_configure_callback.html \ |
| 765 | ares_set_sortlist.html \ |
| 766 | ares_strerror.html \ |
| 767 | ares_timeout.html \ |
| 768 | ares_version.html \ |
| 769 | ares_inet_pton.html \ |
| 770 | ares_inet_ntop.html |
| 771 | |
| 772 | PDFPAGES = ares_cancel.pdf \ |
| 773 | ares_destroy.pdf \ |
| 774 | ares_destroy_options.pdf \ |
| 775 | ares_dup.pdf \ |
| 776 | ares_expand_name.pdf \ |
| 777 | ares_expand_string.pdf \ |
| 778 | ares_fds.pdf \ |
| 779 | ares_free_data.pdf \ |
| 780 | ares_free_hostent.pdf \ |
| 781 | ares_free_string.pdf \ |
| 782 | ares_get_servers.pdf \ |
| 783 | ares_get_servers_ports.pdf \ |
| 784 | ares_gethostbyaddr.pdf \ |
| 785 | ares_gethostbyname.pdf \ |
| 786 | ares_gethostbyname_file.pdf \ |
| 787 | ares_getnameinfo.pdf \ |
| 788 | ares_getsock.pdf \ |
| 789 | ares_init.pdf \ |
| 790 | ares_init_options.pdf \ |
| 791 | ares_library_cleanup.pdf \ |
| 792 | ares_library_init.pdf \ |
| 793 | ares_mkquery.pdf \ |
| 794 | ares_create_query.pdf \ |
| 795 | ares_parse_a_reply.pdf \ |
| 796 | ares_parse_aaaa_reply.pdf \ |
| 797 | ares_parse_mx_reply.pdf \ |
| 798 | ares_parse_ns_reply.pdf \ |
| 799 | ares_parse_ptr_reply.pdf \ |
| 800 | ares_parse_soa_reply.pdf \ |
| 801 | ares_parse_srv_reply.pdf \ |
| 802 | ares_parse_txt_reply.pdf \ |
| 803 | ares_process.pdf \ |
| 804 | ares_query.pdf \ |
| 805 | ares_save_options.pdf \ |
| 806 | ares_search.pdf \ |
| 807 | ares_send.pdf \ |
| 808 | ares_set_local_dev.pdf \ |
| 809 | ares_set_local_ip4.pdf \ |
| 810 | ares_set_local_ip6.pdf \ |
| 811 | ares_set_servers.pdf \ |
| 812 | ares_set_servers_csv.pdf \ |
| 813 | ares_set_servers_ports.pdf \ |
| 814 | ares_set_servers_ports_csv.pdf \ |
| 815 | ares_set_socket_callback.pdf \ |
| 816 | ares_set_socket_configure_callback.pdf \ |
| 817 | ares_set_sortlist.pdf \ |
| 818 | ares_strerror.pdf \ |
| 819 | ares_timeout.pdf \ |
| 820 | ares_version.pdf \ |
| 821 | ares_inet_pton.pdf \ |
| 822 | ares_inet_ntop.pdf |
| 823 | |
| 824 | SAMPLESOURCES = ares_getopt.c \ |
| 825 | ares_nowarn.c \ |
| 826 | ares_strcasecmp.c |
| 827 | |
| 828 | SAMPLEHEADERS = ares_getopt.h \ |
| 829 | ares_nowarn.h \ |
| 830 | ares_strcasecmp.h |
| 831 | |
| 832 | |
| 833 | # Makefile.inc provides the CSOURCES and HHEADERS defines |
| 834 | libcares_la_SOURCES = $(CSOURCES) $(HHEADERS) |
| 835 | |
| 836 | # where to install the c-ares headers |
| 837 | libcares_ladir = $(includedir) |
| 838 | # what headers to install on 'make install': |
| 839 | libcares_la_HEADERS = ares.h ares_version.h ares_dns.h \ |
| 840 | ares_build.h ares_rules.h |
| 841 | |
| 842 | ahost_SOURCES = ahost.c $(SAMPLESOURCES) $(SAMPLEHEADERS) |
| 843 | ahost_LDADD = $(top_builddir)/libcares.la |
| 844 | ahost_CFLAGS = $(AM_CFLAGS) |
| 845 | ahost_CPPFLAGS = $(AM_CPPFLAGS) |
| 846 | adig_SOURCES = adig.c $(SAMPLESOURCES) $(SAMPLEHEADERS) |
| 847 | adig_LDADD = $(top_builddir)/libcares.la |
| 848 | adig_CFLAGS = $(AM_CFLAGS) |
| 849 | adig_CPPFLAGS = $(AM_CPPFLAGS) |
| 850 | acountry_SOURCES = acountry.c $(SAMPLESOURCES) $(SAMPLEHEADERS) |
| 851 | acountry_LDADD = $(top_builddir)/libcares.la |
| 852 | acountry_CFLAGS = $(AM_CFLAGS) |
| 853 | acountry_CPPFLAGS = $(AM_CPPFLAGS) |
| 854 | SOURCEDMANDIR = man3 |
| 855 | SOURCEDMANPAGES = ares_init.3 |
| 856 | MAN2HTML = roffit --mandir=. < $< >$@ |
| 857 | SUFFIXES = .3 .html |
| 858 | all: ares_config.h ares_build.h |
| 859 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
| 860 | |
| 861 | .SUFFIXES: |
| 862 | .SUFFIXES: .3 .html .c .lo .o .obj .pdf |
| 863 | am--refresh: Makefile |
| 864 | @: |
| 865 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) |
| 866 | @for dep in $?; do \ |
| 867 | case '$(am__configure_deps)' in \ |
| 868 | *$$dep*) \ |
| 869 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
| 870 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
| 871 | && exit 0; \ |
| 872 | exit 1;; \ |
| 873 | esac; \ |
| 874 | done; \ |
| 875 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
| 876 | $(am__cd) $(top_srcdir) && \ |
| 877 | $(AUTOMAKE) --foreign Makefile |
| 878 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 879 | @case '$?' in \ |
| 880 | *config.status*) \ |
| 881 | echo ' $(SHELL) ./config.status'; \ |
| 882 | $(SHELL) ./config.status;; \ |
| 883 | *) \ |
| 884 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| 885 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| 886 | esac; |
| 887 | $(srcdir)/Makefile.inc $(am__empty): |
| 888 | |
| 889 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 890 | $(SHELL) ./config.status --recheck |
| 891 | |
| 892 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 893 | $(am__cd) $(srcdir) && $(AUTOCONF) |
| 894 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 895 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 896 | $(am__aclocal_m4_deps): |
| 897 | |
| 898 | ares_config.h: stamp-h1 |
| 899 | @test -f $@ || rm -f stamp-h1 |
| 900 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
| 901 | |
| 902 | stamp-h1: $(srcdir)/ares_config.h.in $(top_builddir)/config.status |
| 903 | @rm -f stamp-h1 |
| 904 | cd $(top_builddir) && $(SHELL) ./config.status ares_config.h |
| 905 | $(srcdir)/ares_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 906 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
| 907 | rm -f stamp-h1 |
| 908 | touch $@ |
| 909 | |
| 910 | ares_build.h: stamp-h2 |
| 911 | @test -f $@ || rm -f stamp-h2 |
| 912 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2 |
| 913 | |
| 914 | stamp-h2: $(srcdir)/ares_build.h.in $(top_builddir)/config.status |
| 915 | @rm -f stamp-h2 |
| 916 | cd $(top_builddir) && $(SHELL) ./config.status ares_build.h |
| 917 | |
| 918 | distclean-hdr: |
| 919 | -rm -f ares_config.h stamp-h1 ares_build.h stamp-h2 |
| 920 | libcares.pc: $(top_builddir)/config.status $(srcdir)/libcares.pc.in |
| 921 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
| 922 | |
| 923 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 924 | @$(NORMAL_INSTALL) |
| 925 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 926 | list2=; for p in $$list; do \ |
| 927 | if test -f $$p; then \ |
| 928 | list2="$$list2 $$p"; \ |
| 929 | else :; fi; \ |
| 930 | done; \ |
| 931 | test -z "$$list2" || { \ |
| 932 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
| 933 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
| 934 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
| 935 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
| 936 | } |
| 937 | |
| 938 | uninstall-libLTLIBRARIES: |
| 939 | @$(NORMAL_UNINSTALL) |
| 940 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 941 | for p in $$list; do \ |
| 942 | $(am__strip_dir) \ |
| 943 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ |
| 944 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ |
| 945 | done |
| 946 | |
| 947 | clean-libLTLIBRARIES: |
| 948 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 949 | @list='$(lib_LTLIBRARIES)'; \ |
| 950 | locs=`for p in $$list; do echo $$p; done | \ |
| 951 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
| 952 | sort -u`; \ |
| 953 | test -z "$$locs" || { \ |
| 954 | echo rm -f $${locs}; \ |
| 955 | rm -f $${locs}; \ |
| 956 | } |
| 957 | |
| 958 | libcares.la: $(libcares_la_OBJECTS) $(libcares_la_DEPENDENCIES) $(EXTRA_libcares_la_DEPENDENCIES) |
| 959 | $(AM_V_CCLD)$(libcares_la_LINK) -rpath $(libdir) $(libcares_la_OBJECTS) $(libcares_la_LIBADD) $(LIBS) |
| 960 | |
| 961 | clean-noinstPROGRAMS: |
| 962 | @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ |
| 963 | echo " rm -f" $$list; \ |
| 964 | rm -f $$list || exit $$?; \ |
| 965 | test -n "$(EXEEXT)" || exit 0; \ |
| 966 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
| 967 | echo " rm -f" $$list; \ |
| 968 | rm -f $$list |
| 969 | |
| 970 | acountry$(EXEEXT): $(acountry_OBJECTS) $(acountry_DEPENDENCIES) $(EXTRA_acountry_DEPENDENCIES) |
| 971 | @rm -f acountry$(EXEEXT) |
| 972 | $(AM_V_CCLD)$(acountry_LINK) $(acountry_OBJECTS) $(acountry_LDADD) $(LIBS) |
| 973 | |
| 974 | adig$(EXEEXT): $(adig_OBJECTS) $(adig_DEPENDENCIES) $(EXTRA_adig_DEPENDENCIES) |
| 975 | @rm -f adig$(EXEEXT) |
| 976 | $(AM_V_CCLD)$(adig_LINK) $(adig_OBJECTS) $(adig_LDADD) $(LIBS) |
| 977 | |
| 978 | ahost$(EXEEXT): $(ahost_OBJECTS) $(ahost_DEPENDENCIES) $(EXTRA_ahost_DEPENDENCIES) |
| 979 | @rm -f ahost$(EXEEXT) |
| 980 | $(AM_V_CCLD)$(ahost_LINK) $(ahost_OBJECTS) $(ahost_LDADD) $(LIBS) |
| 981 | |
| 982 | mostlyclean-compile: |
| 983 | -rm -f *.$(OBJEXT) |
| 984 | |
| 985 | distclean-compile: |
| 986 | -rm -f *.tab.c |
| 987 | |
| 988 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-acountry.Po@am__quote@ |
| 989 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-ares_getopt.Po@am__quote@ |
| 990 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-ares_nowarn.Po@am__quote@ |
| 991 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-ares_strcasecmp.Po@am__quote@ |
| 992 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-adig.Po@am__quote@ |
| 993 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-ares_getopt.Po@am__quote@ |
| 994 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-ares_nowarn.Po@am__quote@ |
| 995 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-ares_strcasecmp.Po@am__quote@ |
| 996 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ahost.Po@am__quote@ |
| 997 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ares_getopt.Po@am__quote@ |
| 998 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ares_nowarn.Po@am__quote@ |
| 999 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ares_strcasecmp.Po@am__quote@ |
| 1000 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares__close_sockets.Plo@am__quote@ |
| 1001 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares__get_hostent.Plo@am__quote@ |
| 1002 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares__read_line.Plo@am__quote@ |
| 1003 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares__timeval.Plo@am__quote@ |
| 1004 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_cancel.Plo@am__quote@ |
| 1005 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_create_query.Plo@am__quote@ |
| 1006 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_data.Plo@am__quote@ |
| 1007 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_destroy.Plo@am__quote@ |
| 1008 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_expand_name.Plo@am__quote@ |
| 1009 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_expand_string.Plo@am__quote@ |
| 1010 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_fds.Plo@am__quote@ |
| 1011 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_free_hostent.Plo@am__quote@ |
| 1012 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_free_string.Plo@am__quote@ |
| 1013 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_getenv.Plo@am__quote@ |
| 1014 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_gethostbyaddr.Plo@am__quote@ |
| 1015 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_gethostbyname.Plo@am__quote@ |
| 1016 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_getnameinfo.Plo@am__quote@ |
| 1017 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_getsock.Plo@am__quote@ |
| 1018 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_init.Plo@am__quote@ |
| 1019 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_library_init.Plo@am__quote@ |
| 1020 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_llist.Plo@am__quote@ |
| 1021 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_mkquery.Plo@am__quote@ |
| 1022 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_nowarn.Plo@am__quote@ |
| 1023 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_options.Plo@am__quote@ |
| 1024 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_a_reply.Plo@am__quote@ |
| 1025 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_aaaa_reply.Plo@am__quote@ |
| 1026 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_mx_reply.Plo@am__quote@ |
| 1027 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_naptr_reply.Plo@am__quote@ |
| 1028 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_ns_reply.Plo@am__quote@ |
| 1029 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_ptr_reply.Plo@am__quote@ |
| 1030 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_soa_reply.Plo@am__quote@ |
| 1031 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_srv_reply.Plo@am__quote@ |
| 1032 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_txt_reply.Plo@am__quote@ |
| 1033 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_platform.Plo@am__quote@ |
| 1034 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_process.Plo@am__quote@ |
| 1035 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_query.Plo@am__quote@ |
| 1036 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_search.Plo@am__quote@ |
| 1037 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_send.Plo@am__quote@ |
| 1038 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_strcasecmp.Plo@am__quote@ |
| 1039 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_strdup.Plo@am__quote@ |
| 1040 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_strerror.Plo@am__quote@ |
| 1041 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_timeout.Plo@am__quote@ |
| 1042 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_version.Plo@am__quote@ |
| 1043 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_writev.Plo@am__quote@ |
| 1044 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-bitncmp.Plo@am__quote@ |
| 1045 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-inet_net_pton.Plo@am__quote@ |
| 1046 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-inet_ntop.Plo@am__quote@ |
| 1047 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-windows_port.Plo@am__quote@ |
| 1048 | |
| 1049 | .c.o: |
| 1050 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
| 1051 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| 1052 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| 1053 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1054 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1055 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
| 1056 | |
| 1057 | .c.obj: |
| 1058 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
| 1059 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
| 1060 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
| 1061 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1062 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1063 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| 1064 | |
| 1065 | .c.lo: |
| 1066 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
| 1067 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
| 1068 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
| 1069 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| 1070 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1071 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
| 1072 | |
| 1073 | libcares_la-ares__close_sockets.lo: ares__close_sockets.c |
| 1074 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares__close_sockets.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares__close_sockets.Tpo -c -o libcares_la-ares__close_sockets.lo `test -f 'ares__close_sockets.c' || echo '$(srcdir)/'`ares__close_sockets.c |
| 1075 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares__close_sockets.Tpo $(DEPDIR)/libcares_la-ares__close_sockets.Plo |
| 1076 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares__close_sockets.c' object='libcares_la-ares__close_sockets.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1077 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1078 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares__close_sockets.lo `test -f 'ares__close_sockets.c' || echo '$(srcdir)/'`ares__close_sockets.c |
| 1079 | |
| 1080 | libcares_la-ares__get_hostent.lo: ares__get_hostent.c |
| 1081 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares__get_hostent.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares__get_hostent.Tpo -c -o libcares_la-ares__get_hostent.lo `test -f 'ares__get_hostent.c' || echo '$(srcdir)/'`ares__get_hostent.c |
| 1082 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares__get_hostent.Tpo $(DEPDIR)/libcares_la-ares__get_hostent.Plo |
| 1083 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares__get_hostent.c' object='libcares_la-ares__get_hostent.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1084 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1085 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares__get_hostent.lo `test -f 'ares__get_hostent.c' || echo '$(srcdir)/'`ares__get_hostent.c |
| 1086 | |
| 1087 | libcares_la-ares__read_line.lo: ares__read_line.c |
| 1088 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares__read_line.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares__read_line.Tpo -c -o libcares_la-ares__read_line.lo `test -f 'ares__read_line.c' || echo '$(srcdir)/'`ares__read_line.c |
| 1089 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares__read_line.Tpo $(DEPDIR)/libcares_la-ares__read_line.Plo |
| 1090 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares__read_line.c' object='libcares_la-ares__read_line.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1091 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1092 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares__read_line.lo `test -f 'ares__read_line.c' || echo '$(srcdir)/'`ares__read_line.c |
| 1093 | |
| 1094 | libcares_la-ares__timeval.lo: ares__timeval.c |
| 1095 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares__timeval.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares__timeval.Tpo -c -o libcares_la-ares__timeval.lo `test -f 'ares__timeval.c' || echo '$(srcdir)/'`ares__timeval.c |
| 1096 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares__timeval.Tpo $(DEPDIR)/libcares_la-ares__timeval.Plo |
| 1097 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares__timeval.c' object='libcares_la-ares__timeval.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1098 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1099 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares__timeval.lo `test -f 'ares__timeval.c' || echo '$(srcdir)/'`ares__timeval.c |
| 1100 | |
| 1101 | libcares_la-ares_cancel.lo: ares_cancel.c |
| 1102 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_cancel.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_cancel.Tpo -c -o libcares_la-ares_cancel.lo `test -f 'ares_cancel.c' || echo '$(srcdir)/'`ares_cancel.c |
| 1103 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_cancel.Tpo $(DEPDIR)/libcares_la-ares_cancel.Plo |
| 1104 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_cancel.c' object='libcares_la-ares_cancel.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1105 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1106 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_cancel.lo `test -f 'ares_cancel.c' || echo '$(srcdir)/'`ares_cancel.c |
| 1107 | |
| 1108 | libcares_la-ares_data.lo: ares_data.c |
| 1109 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_data.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_data.Tpo -c -o libcares_la-ares_data.lo `test -f 'ares_data.c' || echo '$(srcdir)/'`ares_data.c |
| 1110 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_data.Tpo $(DEPDIR)/libcares_la-ares_data.Plo |
| 1111 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_data.c' object='libcares_la-ares_data.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1112 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1113 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_data.lo `test -f 'ares_data.c' || echo '$(srcdir)/'`ares_data.c |
| 1114 | |
| 1115 | libcares_la-ares_destroy.lo: ares_destroy.c |
| 1116 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_destroy.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_destroy.Tpo -c -o libcares_la-ares_destroy.lo `test -f 'ares_destroy.c' || echo '$(srcdir)/'`ares_destroy.c |
| 1117 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_destroy.Tpo $(DEPDIR)/libcares_la-ares_destroy.Plo |
| 1118 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_destroy.c' object='libcares_la-ares_destroy.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1119 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1120 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_destroy.lo `test -f 'ares_destroy.c' || echo '$(srcdir)/'`ares_destroy.c |
| 1121 | |
| 1122 | libcares_la-ares_expand_name.lo: ares_expand_name.c |
| 1123 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_expand_name.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_expand_name.Tpo -c -o libcares_la-ares_expand_name.lo `test -f 'ares_expand_name.c' || echo '$(srcdir)/'`ares_expand_name.c |
| 1124 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_expand_name.Tpo $(DEPDIR)/libcares_la-ares_expand_name.Plo |
| 1125 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_expand_name.c' object='libcares_la-ares_expand_name.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1126 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1127 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_expand_name.lo `test -f 'ares_expand_name.c' || echo '$(srcdir)/'`ares_expand_name.c |
| 1128 | |
| 1129 | libcares_la-ares_expand_string.lo: ares_expand_string.c |
| 1130 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_expand_string.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_expand_string.Tpo -c -o libcares_la-ares_expand_string.lo `test -f 'ares_expand_string.c' || echo '$(srcdir)/'`ares_expand_string.c |
| 1131 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_expand_string.Tpo $(DEPDIR)/libcares_la-ares_expand_string.Plo |
| 1132 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_expand_string.c' object='libcares_la-ares_expand_string.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1133 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1134 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_expand_string.lo `test -f 'ares_expand_string.c' || echo '$(srcdir)/'`ares_expand_string.c |
| 1135 | |
| 1136 | libcares_la-ares_fds.lo: ares_fds.c |
| 1137 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_fds.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_fds.Tpo -c -o libcares_la-ares_fds.lo `test -f 'ares_fds.c' || echo '$(srcdir)/'`ares_fds.c |
| 1138 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_fds.Tpo $(DEPDIR)/libcares_la-ares_fds.Plo |
| 1139 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_fds.c' object='libcares_la-ares_fds.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1140 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1141 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_fds.lo `test -f 'ares_fds.c' || echo '$(srcdir)/'`ares_fds.c |
| 1142 | |
| 1143 | libcares_la-ares_free_hostent.lo: ares_free_hostent.c |
| 1144 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_free_hostent.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_free_hostent.Tpo -c -o libcares_la-ares_free_hostent.lo `test -f 'ares_free_hostent.c' || echo '$(srcdir)/'`ares_free_hostent.c |
| 1145 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_free_hostent.Tpo $(DEPDIR)/libcares_la-ares_free_hostent.Plo |
| 1146 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_free_hostent.c' object='libcares_la-ares_free_hostent.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1147 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1148 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_free_hostent.lo `test -f 'ares_free_hostent.c' || echo '$(srcdir)/'`ares_free_hostent.c |
| 1149 | |
| 1150 | libcares_la-ares_free_string.lo: ares_free_string.c |
| 1151 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_free_string.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_free_string.Tpo -c -o libcares_la-ares_free_string.lo `test -f 'ares_free_string.c' || echo '$(srcdir)/'`ares_free_string.c |
| 1152 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_free_string.Tpo $(DEPDIR)/libcares_la-ares_free_string.Plo |
| 1153 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_free_string.c' object='libcares_la-ares_free_string.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1154 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1155 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_free_string.lo `test -f 'ares_free_string.c' || echo '$(srcdir)/'`ares_free_string.c |
| 1156 | |
| 1157 | libcares_la-ares_getenv.lo: ares_getenv.c |
| 1158 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_getenv.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_getenv.Tpo -c -o libcares_la-ares_getenv.lo `test -f 'ares_getenv.c' || echo '$(srcdir)/'`ares_getenv.c |
| 1159 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_getenv.Tpo $(DEPDIR)/libcares_la-ares_getenv.Plo |
| 1160 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getenv.c' object='libcares_la-ares_getenv.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1161 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1162 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_getenv.lo `test -f 'ares_getenv.c' || echo '$(srcdir)/'`ares_getenv.c |
| 1163 | |
| 1164 | libcares_la-ares_gethostbyaddr.lo: ares_gethostbyaddr.c |
| 1165 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_gethostbyaddr.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_gethostbyaddr.Tpo -c -o libcares_la-ares_gethostbyaddr.lo `test -f 'ares_gethostbyaddr.c' || echo '$(srcdir)/'`ares_gethostbyaddr.c |
| 1166 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_gethostbyaddr.Tpo $(DEPDIR)/libcares_la-ares_gethostbyaddr.Plo |
| 1167 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_gethostbyaddr.c' object='libcares_la-ares_gethostbyaddr.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1168 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1169 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_gethostbyaddr.lo `test -f 'ares_gethostbyaddr.c' || echo '$(srcdir)/'`ares_gethostbyaddr.c |
| 1170 | |
| 1171 | libcares_la-ares_gethostbyname.lo: ares_gethostbyname.c |
| 1172 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_gethostbyname.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_gethostbyname.Tpo -c -o libcares_la-ares_gethostbyname.lo `test -f 'ares_gethostbyname.c' || echo '$(srcdir)/'`ares_gethostbyname.c |
| 1173 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_gethostbyname.Tpo $(DEPDIR)/libcares_la-ares_gethostbyname.Plo |
| 1174 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_gethostbyname.c' object='libcares_la-ares_gethostbyname.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1175 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1176 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_gethostbyname.lo `test -f 'ares_gethostbyname.c' || echo '$(srcdir)/'`ares_gethostbyname.c |
| 1177 | |
| 1178 | libcares_la-ares_getnameinfo.lo: ares_getnameinfo.c |
| 1179 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_getnameinfo.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_getnameinfo.Tpo -c -o libcares_la-ares_getnameinfo.lo `test -f 'ares_getnameinfo.c' || echo '$(srcdir)/'`ares_getnameinfo.c |
| 1180 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_getnameinfo.Tpo $(DEPDIR)/libcares_la-ares_getnameinfo.Plo |
| 1181 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getnameinfo.c' object='libcares_la-ares_getnameinfo.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1182 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1183 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_getnameinfo.lo `test -f 'ares_getnameinfo.c' || echo '$(srcdir)/'`ares_getnameinfo.c |
| 1184 | |
| 1185 | libcares_la-ares_getsock.lo: ares_getsock.c |
| 1186 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_getsock.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_getsock.Tpo -c -o libcares_la-ares_getsock.lo `test -f 'ares_getsock.c' || echo '$(srcdir)/'`ares_getsock.c |
| 1187 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_getsock.Tpo $(DEPDIR)/libcares_la-ares_getsock.Plo |
| 1188 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getsock.c' object='libcares_la-ares_getsock.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1189 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1190 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_getsock.lo `test -f 'ares_getsock.c' || echo '$(srcdir)/'`ares_getsock.c |
| 1191 | |
| 1192 | libcares_la-ares_init.lo: ares_init.c |
| 1193 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_init.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_init.Tpo -c -o libcares_la-ares_init.lo `test -f 'ares_init.c' || echo '$(srcdir)/'`ares_init.c |
| 1194 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_init.Tpo $(DEPDIR)/libcares_la-ares_init.Plo |
| 1195 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_init.c' object='libcares_la-ares_init.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1196 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1197 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_init.lo `test -f 'ares_init.c' || echo '$(srcdir)/'`ares_init.c |
| 1198 | |
| 1199 | libcares_la-ares_library_init.lo: ares_library_init.c |
| 1200 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_library_init.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_library_init.Tpo -c -o libcares_la-ares_library_init.lo `test -f 'ares_library_init.c' || echo '$(srcdir)/'`ares_library_init.c |
| 1201 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_library_init.Tpo $(DEPDIR)/libcares_la-ares_library_init.Plo |
| 1202 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_library_init.c' object='libcares_la-ares_library_init.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1203 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1204 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_library_init.lo `test -f 'ares_library_init.c' || echo '$(srcdir)/'`ares_library_init.c |
| 1205 | |
| 1206 | libcares_la-ares_llist.lo: ares_llist.c |
| 1207 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_llist.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_llist.Tpo -c -o libcares_la-ares_llist.lo `test -f 'ares_llist.c' || echo '$(srcdir)/'`ares_llist.c |
| 1208 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_llist.Tpo $(DEPDIR)/libcares_la-ares_llist.Plo |
| 1209 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_llist.c' object='libcares_la-ares_llist.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1210 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1211 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_llist.lo `test -f 'ares_llist.c' || echo '$(srcdir)/'`ares_llist.c |
| 1212 | |
| 1213 | libcares_la-ares_mkquery.lo: ares_mkquery.c |
| 1214 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_mkquery.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_mkquery.Tpo -c -o libcares_la-ares_mkquery.lo `test -f 'ares_mkquery.c' || echo '$(srcdir)/'`ares_mkquery.c |
| 1215 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_mkquery.Tpo $(DEPDIR)/libcares_la-ares_mkquery.Plo |
| 1216 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_mkquery.c' object='libcares_la-ares_mkquery.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1217 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1218 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_mkquery.lo `test -f 'ares_mkquery.c' || echo '$(srcdir)/'`ares_mkquery.c |
| 1219 | |
| 1220 | libcares_la-ares_create_query.lo: ares_create_query.c |
| 1221 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_create_query.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_create_query.Tpo -c -o libcares_la-ares_create_query.lo `test -f 'ares_create_query.c' || echo '$(srcdir)/'`ares_create_query.c |
| 1222 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_create_query.Tpo $(DEPDIR)/libcares_la-ares_create_query.Plo |
| 1223 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_create_query.c' object='libcares_la-ares_create_query.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1224 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1225 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_create_query.lo `test -f 'ares_create_query.c' || echo '$(srcdir)/'`ares_create_query.c |
| 1226 | |
| 1227 | libcares_la-ares_nowarn.lo: ares_nowarn.c |
| 1228 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_nowarn.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_nowarn.Tpo -c -o libcares_la-ares_nowarn.lo `test -f 'ares_nowarn.c' || echo '$(srcdir)/'`ares_nowarn.c |
| 1229 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_nowarn.Tpo $(DEPDIR)/libcares_la-ares_nowarn.Plo |
| 1230 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_nowarn.c' object='libcares_la-ares_nowarn.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1231 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1232 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_nowarn.lo `test -f 'ares_nowarn.c' || echo '$(srcdir)/'`ares_nowarn.c |
| 1233 | |
| 1234 | libcares_la-ares_options.lo: ares_options.c |
| 1235 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_options.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_options.Tpo -c -o libcares_la-ares_options.lo `test -f 'ares_options.c' || echo '$(srcdir)/'`ares_options.c |
| 1236 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_options.Tpo $(DEPDIR)/libcares_la-ares_options.Plo |
| 1237 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_options.c' object='libcares_la-ares_options.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1238 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1239 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_options.lo `test -f 'ares_options.c' || echo '$(srcdir)/'`ares_options.c |
| 1240 | |
| 1241 | libcares_la-ares_parse_a_reply.lo: ares_parse_a_reply.c |
| 1242 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_a_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_a_reply.Tpo -c -o libcares_la-ares_parse_a_reply.lo `test -f 'ares_parse_a_reply.c' || echo '$(srcdir)/'`ares_parse_a_reply.c |
| 1243 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_a_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_a_reply.Plo |
| 1244 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_a_reply.c' object='libcares_la-ares_parse_a_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1245 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1246 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_a_reply.lo `test -f 'ares_parse_a_reply.c' || echo '$(srcdir)/'`ares_parse_a_reply.c |
| 1247 | |
| 1248 | libcares_la-ares_parse_aaaa_reply.lo: ares_parse_aaaa_reply.c |
| 1249 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_aaaa_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_aaaa_reply.Tpo -c -o libcares_la-ares_parse_aaaa_reply.lo `test -f 'ares_parse_aaaa_reply.c' || echo '$(srcdir)/'`ares_parse_aaaa_reply.c |
| 1250 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_aaaa_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_aaaa_reply.Plo |
| 1251 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_aaaa_reply.c' object='libcares_la-ares_parse_aaaa_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1252 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1253 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_aaaa_reply.lo `test -f 'ares_parse_aaaa_reply.c' || echo '$(srcdir)/'`ares_parse_aaaa_reply.c |
| 1254 | |
| 1255 | libcares_la-ares_parse_mx_reply.lo: ares_parse_mx_reply.c |
| 1256 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_mx_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_mx_reply.Tpo -c -o libcares_la-ares_parse_mx_reply.lo `test -f 'ares_parse_mx_reply.c' || echo '$(srcdir)/'`ares_parse_mx_reply.c |
| 1257 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_mx_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_mx_reply.Plo |
| 1258 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_mx_reply.c' object='libcares_la-ares_parse_mx_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1259 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1260 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_mx_reply.lo `test -f 'ares_parse_mx_reply.c' || echo '$(srcdir)/'`ares_parse_mx_reply.c |
| 1261 | |
| 1262 | libcares_la-ares_parse_naptr_reply.lo: ares_parse_naptr_reply.c |
| 1263 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_naptr_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_naptr_reply.Tpo -c -o libcares_la-ares_parse_naptr_reply.lo `test -f 'ares_parse_naptr_reply.c' || echo '$(srcdir)/'`ares_parse_naptr_reply.c |
| 1264 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_naptr_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_naptr_reply.Plo |
| 1265 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_naptr_reply.c' object='libcares_la-ares_parse_naptr_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1266 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1267 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_naptr_reply.lo `test -f 'ares_parse_naptr_reply.c' || echo '$(srcdir)/'`ares_parse_naptr_reply.c |
| 1268 | |
| 1269 | libcares_la-ares_parse_ns_reply.lo: ares_parse_ns_reply.c |
| 1270 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_ns_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_ns_reply.Tpo -c -o libcares_la-ares_parse_ns_reply.lo `test -f 'ares_parse_ns_reply.c' || echo '$(srcdir)/'`ares_parse_ns_reply.c |
| 1271 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_ns_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_ns_reply.Plo |
| 1272 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_ns_reply.c' object='libcares_la-ares_parse_ns_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1273 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1274 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_ns_reply.lo `test -f 'ares_parse_ns_reply.c' || echo '$(srcdir)/'`ares_parse_ns_reply.c |
| 1275 | |
| 1276 | libcares_la-ares_parse_ptr_reply.lo: ares_parse_ptr_reply.c |
| 1277 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_ptr_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_ptr_reply.Tpo -c -o libcares_la-ares_parse_ptr_reply.lo `test -f 'ares_parse_ptr_reply.c' || echo '$(srcdir)/'`ares_parse_ptr_reply.c |
| 1278 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_ptr_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_ptr_reply.Plo |
| 1279 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_ptr_reply.c' object='libcares_la-ares_parse_ptr_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1280 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1281 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_ptr_reply.lo `test -f 'ares_parse_ptr_reply.c' || echo '$(srcdir)/'`ares_parse_ptr_reply.c |
| 1282 | |
| 1283 | libcares_la-ares_parse_soa_reply.lo: ares_parse_soa_reply.c |
| 1284 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_soa_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_soa_reply.Tpo -c -o libcares_la-ares_parse_soa_reply.lo `test -f 'ares_parse_soa_reply.c' || echo '$(srcdir)/'`ares_parse_soa_reply.c |
| 1285 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_soa_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_soa_reply.Plo |
| 1286 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_soa_reply.c' object='libcares_la-ares_parse_soa_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1287 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1288 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_soa_reply.lo `test -f 'ares_parse_soa_reply.c' || echo '$(srcdir)/'`ares_parse_soa_reply.c |
| 1289 | |
| 1290 | libcares_la-ares_parse_srv_reply.lo: ares_parse_srv_reply.c |
| 1291 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_srv_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_srv_reply.Tpo -c -o libcares_la-ares_parse_srv_reply.lo `test -f 'ares_parse_srv_reply.c' || echo '$(srcdir)/'`ares_parse_srv_reply.c |
| 1292 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_srv_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_srv_reply.Plo |
| 1293 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_srv_reply.c' object='libcares_la-ares_parse_srv_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1294 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1295 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_srv_reply.lo `test -f 'ares_parse_srv_reply.c' || echo '$(srcdir)/'`ares_parse_srv_reply.c |
| 1296 | |
| 1297 | libcares_la-ares_parse_txt_reply.lo: ares_parse_txt_reply.c |
| 1298 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_parse_txt_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_txt_reply.Tpo -c -o libcares_la-ares_parse_txt_reply.lo `test -f 'ares_parse_txt_reply.c' || echo '$(srcdir)/'`ares_parse_txt_reply.c |
| 1299 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_txt_reply.Tpo $(DEPDIR)/libcares_la-ares_parse_txt_reply.Plo |
| 1300 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_parse_txt_reply.c' object='libcares_la-ares_parse_txt_reply.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1301 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1302 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_parse_txt_reply.lo `test -f 'ares_parse_txt_reply.c' || echo '$(srcdir)/'`ares_parse_txt_reply.c |
| 1303 | |
| 1304 | libcares_la-ares_platform.lo: ares_platform.c |
| 1305 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_platform.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_platform.Tpo -c -o libcares_la-ares_platform.lo `test -f 'ares_platform.c' || echo '$(srcdir)/'`ares_platform.c |
| 1306 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_platform.Tpo $(DEPDIR)/libcares_la-ares_platform.Plo |
| 1307 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_platform.c' object='libcares_la-ares_platform.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1308 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1309 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_platform.lo `test -f 'ares_platform.c' || echo '$(srcdir)/'`ares_platform.c |
| 1310 | |
| 1311 | libcares_la-ares_process.lo: ares_process.c |
| 1312 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_process.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_process.Tpo -c -o libcares_la-ares_process.lo `test -f 'ares_process.c' || echo '$(srcdir)/'`ares_process.c |
| 1313 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_process.Tpo $(DEPDIR)/libcares_la-ares_process.Plo |
| 1314 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_process.c' object='libcares_la-ares_process.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1315 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1316 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_process.lo `test -f 'ares_process.c' || echo '$(srcdir)/'`ares_process.c |
| 1317 | |
| 1318 | libcares_la-ares_query.lo: ares_query.c |
| 1319 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_query.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_query.Tpo -c -o libcares_la-ares_query.lo `test -f 'ares_query.c' || echo '$(srcdir)/'`ares_query.c |
| 1320 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_query.Tpo $(DEPDIR)/libcares_la-ares_query.Plo |
| 1321 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_query.c' object='libcares_la-ares_query.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1322 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1323 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_query.lo `test -f 'ares_query.c' || echo '$(srcdir)/'`ares_query.c |
| 1324 | |
| 1325 | libcares_la-ares_search.lo: ares_search.c |
| 1326 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_search.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_search.Tpo -c -o libcares_la-ares_search.lo `test -f 'ares_search.c' || echo '$(srcdir)/'`ares_search.c |
| 1327 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_search.Tpo $(DEPDIR)/libcares_la-ares_search.Plo |
| 1328 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_search.c' object='libcares_la-ares_search.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1329 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1330 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_search.lo `test -f 'ares_search.c' || echo '$(srcdir)/'`ares_search.c |
| 1331 | |
| 1332 | libcares_la-ares_send.lo: ares_send.c |
| 1333 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_send.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_send.Tpo -c -o libcares_la-ares_send.lo `test -f 'ares_send.c' || echo '$(srcdir)/'`ares_send.c |
| 1334 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_send.Tpo $(DEPDIR)/libcares_la-ares_send.Plo |
| 1335 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_send.c' object='libcares_la-ares_send.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1336 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1337 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_send.lo `test -f 'ares_send.c' || echo '$(srcdir)/'`ares_send.c |
| 1338 | |
| 1339 | libcares_la-ares_strcasecmp.lo: ares_strcasecmp.c |
| 1340 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_strcasecmp.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_strcasecmp.Tpo -c -o libcares_la-ares_strcasecmp.lo `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c |
| 1341 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_strcasecmp.Tpo $(DEPDIR)/libcares_la-ares_strcasecmp.Plo |
| 1342 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strcasecmp.c' object='libcares_la-ares_strcasecmp.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1343 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1344 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_strcasecmp.lo `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c |
| 1345 | |
| 1346 | libcares_la-ares_strdup.lo: ares_strdup.c |
| 1347 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_strdup.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_strdup.Tpo -c -o libcares_la-ares_strdup.lo `test -f 'ares_strdup.c' || echo '$(srcdir)/'`ares_strdup.c |
| 1348 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_strdup.Tpo $(DEPDIR)/libcares_la-ares_strdup.Plo |
| 1349 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strdup.c' object='libcares_la-ares_strdup.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1350 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1351 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_strdup.lo `test -f 'ares_strdup.c' || echo '$(srcdir)/'`ares_strdup.c |
| 1352 | |
| 1353 | libcares_la-ares_strerror.lo: ares_strerror.c |
| 1354 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_strerror.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_strerror.Tpo -c -o libcares_la-ares_strerror.lo `test -f 'ares_strerror.c' || echo '$(srcdir)/'`ares_strerror.c |
| 1355 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_strerror.Tpo $(DEPDIR)/libcares_la-ares_strerror.Plo |
| 1356 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strerror.c' object='libcares_la-ares_strerror.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1357 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1358 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_strerror.lo `test -f 'ares_strerror.c' || echo '$(srcdir)/'`ares_strerror.c |
| 1359 | |
| 1360 | libcares_la-ares_timeout.lo: ares_timeout.c |
| 1361 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_timeout.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_timeout.Tpo -c -o libcares_la-ares_timeout.lo `test -f 'ares_timeout.c' || echo '$(srcdir)/'`ares_timeout.c |
| 1362 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_timeout.Tpo $(DEPDIR)/libcares_la-ares_timeout.Plo |
| 1363 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_timeout.c' object='libcares_la-ares_timeout.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1364 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1365 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_timeout.lo `test -f 'ares_timeout.c' || echo '$(srcdir)/'`ares_timeout.c |
| 1366 | |
| 1367 | libcares_la-ares_version.lo: ares_version.c |
| 1368 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_version.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_version.Tpo -c -o libcares_la-ares_version.lo `test -f 'ares_version.c' || echo '$(srcdir)/'`ares_version.c |
| 1369 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_version.Tpo $(DEPDIR)/libcares_la-ares_version.Plo |
| 1370 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_version.c' object='libcares_la-ares_version.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1371 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1372 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_version.lo `test -f 'ares_version.c' || echo '$(srcdir)/'`ares_version.c |
| 1373 | |
| 1374 | libcares_la-ares_writev.lo: ares_writev.c |
| 1375 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-ares_writev.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_writev.Tpo -c -o libcares_la-ares_writev.lo `test -f 'ares_writev.c' || echo '$(srcdir)/'`ares_writev.c |
| 1376 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_writev.Tpo $(DEPDIR)/libcares_la-ares_writev.Plo |
| 1377 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_writev.c' object='libcares_la-ares_writev.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1378 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1379 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_writev.lo `test -f 'ares_writev.c' || echo '$(srcdir)/'`ares_writev.c |
| 1380 | |
| 1381 | libcares_la-bitncmp.lo: bitncmp.c |
| 1382 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-bitncmp.lo -MD -MP -MF $(DEPDIR)/libcares_la-bitncmp.Tpo -c -o libcares_la-bitncmp.lo `test -f 'bitncmp.c' || echo '$(srcdir)/'`bitncmp.c |
| 1383 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-bitncmp.Tpo $(DEPDIR)/libcares_la-bitncmp.Plo |
| 1384 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='bitncmp.c' object='libcares_la-bitncmp.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1385 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1386 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-bitncmp.lo `test -f 'bitncmp.c' || echo '$(srcdir)/'`bitncmp.c |
| 1387 | |
| 1388 | libcares_la-inet_net_pton.lo: inet_net_pton.c |
| 1389 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-inet_net_pton.lo -MD -MP -MF $(DEPDIR)/libcares_la-inet_net_pton.Tpo -c -o libcares_la-inet_net_pton.lo `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c |
| 1390 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-inet_net_pton.Tpo $(DEPDIR)/libcares_la-inet_net_pton.Plo |
| 1391 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='inet_net_pton.c' object='libcares_la-inet_net_pton.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1392 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1393 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-inet_net_pton.lo `test -f 'inet_net_pton.c' || echo '$(srcdir)/'`inet_net_pton.c |
| 1394 | |
| 1395 | libcares_la-inet_ntop.lo: inet_ntop.c |
| 1396 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-inet_ntop.lo -MD -MP -MF $(DEPDIR)/libcares_la-inet_ntop.Tpo -c -o libcares_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c |
| 1397 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-inet_ntop.Tpo $(DEPDIR)/libcares_la-inet_ntop.Plo |
| 1398 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='inet_ntop.c' object='libcares_la-inet_ntop.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1399 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1400 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo '$(srcdir)/'`inet_ntop.c |
| 1401 | |
| 1402 | libcares_la-windows_port.lo: windows_port.c |
| 1403 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -MT libcares_la-windows_port.lo -MD -MP -MF $(DEPDIR)/libcares_la-windows_port.Tpo -c -o libcares_la-windows_port.lo `test -f 'windows_port.c' || echo '$(srcdir)/'`windows_port.c |
| 1404 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-windows_port.Tpo $(DEPDIR)/libcares_la-windows_port.Plo |
| 1405 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='windows_port.c' object='libcares_la-windows_port.lo' libtool=yes @AMDEPBACKSLASH@ |
| 1406 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1407 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcares_la_CPPFLAGS) $(CPPFLAGS) $(libcares_la_CFLAGS) $(CFLAGS) -c -o libcares_la-windows_port.lo `test -f 'windows_port.c' || echo '$(srcdir)/'`windows_port.c |
| 1408 | |
| 1409 | acountry-acountry.o: acountry.c |
| 1410 | @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 |
| 1411 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/acountry-acountry.Tpo $(DEPDIR)/acountry-acountry.Po |
| 1412 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='acountry.c' object='acountry-acountry.o' libtool=no @AMDEPBACKSLASH@ |
| 1413 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1414 | @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 |
| 1415 | |
| 1416 | acountry-acountry.obj: acountry.c |
| 1417 | @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` |
| 1418 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/acountry-acountry.Tpo $(DEPDIR)/acountry-acountry.Po |
| 1419 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='acountry.c' object='acountry-acountry.obj' libtool=no @AMDEPBACKSLASH@ |
| 1420 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1421 | @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` |
| 1422 | |
| 1423 | acountry-ares_getopt.o: ares_getopt.c |
| 1424 | @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 |
| 1425 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/acountry-ares_getopt.Tpo $(DEPDIR)/acountry-ares_getopt.Po |
| 1426 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getopt.c' object='acountry-ares_getopt.o' libtool=no @AMDEPBACKSLASH@ |
| 1427 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1428 | @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 |
| 1429 | |
| 1430 | acountry-ares_getopt.obj: ares_getopt.c |
| 1431 | @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` |
| 1432 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/acountry-ares_getopt.Tpo $(DEPDIR)/acountry-ares_getopt.Po |
| 1433 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getopt.c' object='acountry-ares_getopt.obj' libtool=no @AMDEPBACKSLASH@ |
| 1434 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1435 | @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` |
| 1436 | |
| 1437 | acountry-ares_nowarn.o: ares_nowarn.c |
| 1438 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acountry_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_nowarn.o -MD -MP -MF $(DEPDIR)/acountry-ares_nowarn.Tpo -c -o acountry-ares_nowarn.o `test -f 'ares_nowarn.c' || echo '$(srcdir)/'`ares_nowarn.c |
| 1439 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/acountry-ares_nowarn.Tpo $(DEPDIR)/acountry-ares_nowarn.Po |
| 1440 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_nowarn.c' object='acountry-ares_nowarn.o' libtool=no @AMDEPBACKSLASH@ |
| 1441 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1442 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acountry_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_nowarn.o `test -f 'ares_nowarn.c' || echo '$(srcdir)/'`ares_nowarn.c |
| 1443 | |
| 1444 | acountry-ares_nowarn.obj: ares_nowarn.c |
| 1445 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acountry_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_nowarn.obj -MD -MP -MF $(DEPDIR)/acountry-ares_nowarn.Tpo -c -o acountry-ares_nowarn.obj `if test -f 'ares_nowarn.c'; then $(CYGPATH_W) 'ares_nowarn.c'; else $(CYGPATH_W) '$(srcdir)/ares_nowarn.c'; fi` |
| 1446 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/acountry-ares_nowarn.Tpo $(DEPDIR)/acountry-ares_nowarn.Po |
| 1447 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_nowarn.c' object='acountry-ares_nowarn.obj' libtool=no @AMDEPBACKSLASH@ |
| 1448 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1449 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acountry_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_nowarn.obj `if test -f 'ares_nowarn.c'; then $(CYGPATH_W) 'ares_nowarn.c'; else $(CYGPATH_W) '$(srcdir)/ares_nowarn.c'; fi` |
| 1450 | |
| 1451 | acountry-ares_strcasecmp.o: ares_strcasecmp.c |
| 1452 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acountry_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_strcasecmp.o -MD -MP -MF $(DEPDIR)/acountry-ares_strcasecmp.Tpo -c -o acountry-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c |
| 1453 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/acountry-ares_strcasecmp.Tpo $(DEPDIR)/acountry-ares_strcasecmp.Po |
| 1454 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strcasecmp.c' object='acountry-ares_strcasecmp.o' libtool=no @AMDEPBACKSLASH@ |
| 1455 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1456 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acountry_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c |
| 1457 | |
| 1458 | acountry-ares_strcasecmp.obj: ares_strcasecmp.c |
| 1459 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acountry_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -MT acountry-ares_strcasecmp.obj -MD -MP -MF $(DEPDIR)/acountry-ares_strcasecmp.Tpo -c -o acountry-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi` |
| 1460 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/acountry-ares_strcasecmp.Tpo $(DEPDIR)/acountry-ares_strcasecmp.Po |
| 1461 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strcasecmp.c' object='acountry-ares_strcasecmp.obj' libtool=no @AMDEPBACKSLASH@ |
| 1462 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1463 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acountry_CPPFLAGS) $(CPPFLAGS) $(acountry_CFLAGS) $(CFLAGS) -c -o acountry-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi` |
| 1464 | |
| 1465 | adig-adig.o: adig.c |
| 1466 | @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 |
| 1467 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-adig.Tpo $(DEPDIR)/adig-adig.Po |
| 1468 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='adig.c' object='adig-adig.o' libtool=no @AMDEPBACKSLASH@ |
| 1469 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1470 | @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 |
| 1471 | |
| 1472 | adig-adig.obj: adig.c |
| 1473 | @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` |
| 1474 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-adig.Tpo $(DEPDIR)/adig-adig.Po |
| 1475 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='adig.c' object='adig-adig.obj' libtool=no @AMDEPBACKSLASH@ |
| 1476 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1477 | @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` |
| 1478 | |
| 1479 | adig-ares_getopt.o: ares_getopt.c |
| 1480 | @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 |
| 1481 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-ares_getopt.Tpo $(DEPDIR)/adig-ares_getopt.Po |
| 1482 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getopt.c' object='adig-ares_getopt.o' libtool=no @AMDEPBACKSLASH@ |
| 1483 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1484 | @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 |
| 1485 | |
| 1486 | adig-ares_getopt.obj: ares_getopt.c |
| 1487 | @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` |
| 1488 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-ares_getopt.Tpo $(DEPDIR)/adig-ares_getopt.Po |
| 1489 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getopt.c' object='adig-ares_getopt.obj' libtool=no @AMDEPBACKSLASH@ |
| 1490 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1491 | @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` |
| 1492 | |
| 1493 | adig-ares_nowarn.o: ares_nowarn.c |
| 1494 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_nowarn.o -MD -MP -MF $(DEPDIR)/adig-ares_nowarn.Tpo -c -o adig-ares_nowarn.o `test -f 'ares_nowarn.c' || echo '$(srcdir)/'`ares_nowarn.c |
| 1495 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-ares_nowarn.Tpo $(DEPDIR)/adig-ares_nowarn.Po |
| 1496 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_nowarn.c' object='adig-ares_nowarn.o' libtool=no @AMDEPBACKSLASH@ |
| 1497 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1498 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_nowarn.o `test -f 'ares_nowarn.c' || echo '$(srcdir)/'`ares_nowarn.c |
| 1499 | |
| 1500 | adig-ares_nowarn.obj: ares_nowarn.c |
| 1501 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_nowarn.obj -MD -MP -MF $(DEPDIR)/adig-ares_nowarn.Tpo -c -o adig-ares_nowarn.obj `if test -f 'ares_nowarn.c'; then $(CYGPATH_W) 'ares_nowarn.c'; else $(CYGPATH_W) '$(srcdir)/ares_nowarn.c'; fi` |
| 1502 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-ares_nowarn.Tpo $(DEPDIR)/adig-ares_nowarn.Po |
| 1503 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_nowarn.c' object='adig-ares_nowarn.obj' libtool=no @AMDEPBACKSLASH@ |
| 1504 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1505 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_nowarn.obj `if test -f 'ares_nowarn.c'; then $(CYGPATH_W) 'ares_nowarn.c'; else $(CYGPATH_W) '$(srcdir)/ares_nowarn.c'; fi` |
| 1506 | |
| 1507 | adig-ares_strcasecmp.o: ares_strcasecmp.c |
| 1508 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_strcasecmp.o -MD -MP -MF $(DEPDIR)/adig-ares_strcasecmp.Tpo -c -o adig-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c |
| 1509 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-ares_strcasecmp.Tpo $(DEPDIR)/adig-ares_strcasecmp.Po |
| 1510 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strcasecmp.c' object='adig-ares_strcasecmp.o' libtool=no @AMDEPBACKSLASH@ |
| 1511 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1512 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c |
| 1513 | |
| 1514 | adig-ares_strcasecmp.obj: ares_strcasecmp.c |
| 1515 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-ares_strcasecmp.obj -MD -MP -MF $(DEPDIR)/adig-ares_strcasecmp.Tpo -c -o adig-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi` |
| 1516 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adig-ares_strcasecmp.Tpo $(DEPDIR)/adig-ares_strcasecmp.Po |
| 1517 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strcasecmp.c' object='adig-ares_strcasecmp.obj' libtool=no @AMDEPBACKSLASH@ |
| 1518 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1519 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi` |
| 1520 | |
| 1521 | ahost-ahost.o: ahost.c |
| 1522 | @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 |
| 1523 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ahost.Tpo $(DEPDIR)/ahost-ahost.Po |
| 1524 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ahost.c' object='ahost-ahost.o' libtool=no @AMDEPBACKSLASH@ |
| 1525 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1526 | @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 |
| 1527 | |
| 1528 | ahost-ahost.obj: ahost.c |
| 1529 | @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` |
| 1530 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ahost.Tpo $(DEPDIR)/ahost-ahost.Po |
| 1531 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ahost.c' object='ahost-ahost.obj' libtool=no @AMDEPBACKSLASH@ |
| 1532 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1533 | @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` |
| 1534 | |
| 1535 | ahost-ares_getopt.o: ares_getopt.c |
| 1536 | @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 |
| 1537 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_getopt.Tpo $(DEPDIR)/ahost-ares_getopt.Po |
| 1538 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getopt.c' object='ahost-ares_getopt.o' libtool=no @AMDEPBACKSLASH@ |
| 1539 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1540 | @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 |
| 1541 | |
| 1542 | ahost-ares_getopt.obj: ares_getopt.c |
| 1543 | @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` |
| 1544 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_getopt.Tpo $(DEPDIR)/ahost-ares_getopt.Po |
| 1545 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_getopt.c' object='ahost-ares_getopt.obj' libtool=no @AMDEPBACKSLASH@ |
| 1546 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1547 | @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` |
| 1548 | |
| 1549 | ahost-ares_nowarn.o: ares_nowarn.c |
| 1550 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_nowarn.o -MD -MP -MF $(DEPDIR)/ahost-ares_nowarn.Tpo -c -o ahost-ares_nowarn.o `test -f 'ares_nowarn.c' || echo '$(srcdir)/'`ares_nowarn.c |
| 1551 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_nowarn.Tpo $(DEPDIR)/ahost-ares_nowarn.Po |
| 1552 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_nowarn.c' object='ahost-ares_nowarn.o' libtool=no @AMDEPBACKSLASH@ |
| 1553 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1554 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_nowarn.o `test -f 'ares_nowarn.c' || echo '$(srcdir)/'`ares_nowarn.c |
| 1555 | |
| 1556 | ahost-ares_nowarn.obj: ares_nowarn.c |
| 1557 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_nowarn.obj -MD -MP -MF $(DEPDIR)/ahost-ares_nowarn.Tpo -c -o ahost-ares_nowarn.obj `if test -f 'ares_nowarn.c'; then $(CYGPATH_W) 'ares_nowarn.c'; else $(CYGPATH_W) '$(srcdir)/ares_nowarn.c'; fi` |
| 1558 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_nowarn.Tpo $(DEPDIR)/ahost-ares_nowarn.Po |
| 1559 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_nowarn.c' object='ahost-ares_nowarn.obj' libtool=no @AMDEPBACKSLASH@ |
| 1560 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1561 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_nowarn.obj `if test -f 'ares_nowarn.c'; then $(CYGPATH_W) 'ares_nowarn.c'; else $(CYGPATH_W) '$(srcdir)/ares_nowarn.c'; fi` |
| 1562 | |
| 1563 | ahost-ares_strcasecmp.o: ares_strcasecmp.c |
| 1564 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_strcasecmp.o -MD -MP -MF $(DEPDIR)/ahost-ares_strcasecmp.Tpo -c -o ahost-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c |
| 1565 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_strcasecmp.Tpo $(DEPDIR)/ahost-ares_strcasecmp.Po |
| 1566 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strcasecmp.c' object='ahost-ares_strcasecmp.o' libtool=no @AMDEPBACKSLASH@ |
| 1567 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1568 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_strcasecmp.o `test -f 'ares_strcasecmp.c' || echo '$(srcdir)/'`ares_strcasecmp.c |
| 1569 | |
| 1570 | ahost-ares_strcasecmp.obj: ares_strcasecmp.c |
| 1571 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_strcasecmp.obj -MD -MP -MF $(DEPDIR)/ahost-ares_strcasecmp.Tpo -c -o ahost-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi` |
| 1572 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_strcasecmp.Tpo $(DEPDIR)/ahost-ares_strcasecmp.Po |
| 1573 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ares_strcasecmp.c' object='ahost-ares_strcasecmp.obj' libtool=no @AMDEPBACKSLASH@ |
| 1574 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1575 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_strcasecmp.obj `if test -f 'ares_strcasecmp.c'; then $(CYGPATH_W) 'ares_strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/ares_strcasecmp.c'; fi` |
| 1576 | |
| 1577 | mostlyclean-libtool: |
| 1578 | -rm -f *.lo |
| 1579 | |
| 1580 | clean-libtool: |
| 1581 | -rm -rf .libs _libs |
| 1582 | |
| 1583 | distclean-libtool: |
| 1584 | -rm -f libtool config.lt |
| 1585 | install-man3: $(man_MANS) |
| 1586 | @$(NORMAL_INSTALL) |
| 1587 | @list1=''; \ |
| 1588 | list2='$(man_MANS)'; \ |
| 1589 | test -n "$(man3dir)" \ |
| 1590 | && test -n "`echo $$list1$$list2`" \ |
| 1591 | || exit 0; \ |
| 1592 | echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ |
| 1593 | $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ |
| 1594 | { for i in $$list1; do echo "$$i"; done; \ |
| 1595 | if test -n "$$list2"; then \ |
| 1596 | for i in $$list2; do echo "$$i"; done \ |
| 1597 | | sed -n '/\.3[a-z]*$$/p'; \ |
| 1598 | fi; \ |
| 1599 | } | while read p; do \ |
| 1600 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 1601 | echo "$$d$$p"; echo "$$p"; \ |
| 1602 | done | \ |
| 1603 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ |
| 1604 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
| 1605 | sed 'N;N;s,\n, ,g' | { \ |
| 1606 | list=; while read file base inst; do \ |
| 1607 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
| 1608 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ |
| 1609 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ |
| 1610 | fi; \ |
| 1611 | done; \ |
| 1612 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
| 1613 | while read files; do \ |
| 1614 | test -z "$$files" || { \ |
| 1615 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ |
| 1616 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ |
| 1617 | done; } |
| 1618 | |
| 1619 | uninstall-man3: |
| 1620 | @$(NORMAL_UNINSTALL) |
| 1621 | @list=''; test -n "$(man3dir)" || exit 0; \ |
| 1622 | files=`{ for i in $$list; do echo "$$i"; done; \ |
| 1623 | l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
| 1624 | sed -n '/\.3[a-z]*$$/p'; \ |
| 1625 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ |
| 1626 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| 1627 | dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) |
| 1628 | install-pkgconfigDATA: $(pkgconfig_DATA) |
| 1629 | @$(NORMAL_INSTALL) |
| 1630 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
| 1631 | if test -n "$$list"; then \ |
| 1632 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ |
| 1633 | $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ |
| 1634 | fi; \ |
| 1635 | for p in $$list; do \ |
| 1636 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 1637 | echo "$$d$$p"; \ |
| 1638 | done | $(am__base_list) | \ |
| 1639 | while read files; do \ |
| 1640 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ |
| 1641 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ |
| 1642 | done |
| 1643 | |
| 1644 | uninstall-pkgconfigDATA: |
| 1645 | @$(NORMAL_UNINSTALL) |
| 1646 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
| 1647 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 1648 | dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) |
| 1649 | install-libcares_laHEADERS: $(libcares_la_HEADERS) |
| 1650 | @$(NORMAL_INSTALL) |
| 1651 | @list='$(libcares_la_HEADERS)'; test -n "$(libcares_ladir)" || list=; \ |
| 1652 | if test -n "$$list"; then \ |
| 1653 | echo " $(MKDIR_P) '$(DESTDIR)$(libcares_ladir)'"; \ |
| 1654 | $(MKDIR_P) "$(DESTDIR)$(libcares_ladir)" || exit 1; \ |
| 1655 | fi; \ |
| 1656 | for p in $$list; do \ |
| 1657 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 1658 | echo "$$d$$p"; \ |
| 1659 | done | $(am__base_list) | \ |
| 1660 | while read files; do \ |
| 1661 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libcares_ladir)'"; \ |
| 1662 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(libcares_ladir)" || exit $$?; \ |
| 1663 | done |
| 1664 | |
| 1665 | uninstall-libcares_laHEADERS: |
| 1666 | @$(NORMAL_UNINSTALL) |
| 1667 | @list='$(libcares_la_HEADERS)'; test -n "$(libcares_ladir)" || list=; \ |
| 1668 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 1669 | dir='$(DESTDIR)$(libcares_ladir)'; $(am__uninstall_files_from_dir) |
| 1670 | |
| 1671 | # This directory's subdirectories are mostly independent; you can cd |
| 1672 | # into them and run 'make' without going through this Makefile. |
| 1673 | # To change the values of 'make' variables: instead of editing Makefiles, |
| 1674 | # (1) if the variable is set in 'config.status', edit 'config.status' |
| 1675 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
| 1676 | # (2) otherwise, pass the desired values on the 'make' command line. |
| 1677 | $(am__recursive_targets): |
| 1678 | @fail=; \ |
| 1679 | if $(am__make_keepgoing); then \ |
| 1680 | failcom='fail=yes'; \ |
| 1681 | else \ |
| 1682 | failcom='exit 1'; \ |
| 1683 | fi; \ |
| 1684 | dot_seen=no; \ |
| 1685 | target=`echo $@ | sed s/-recursive//`; \ |
| 1686 | case "$@" in \ |
| 1687 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 1688 | *) list='$(SUBDIRS)' ;; \ |
| 1689 | esac; \ |
| 1690 | for subdir in $$list; do \ |
| 1691 | echo "Making $$target in $$subdir"; \ |
| 1692 | if test "$$subdir" = "."; then \ |
| 1693 | dot_seen=yes; \ |
| 1694 | local_target="$$target-am"; \ |
| 1695 | else \ |
| 1696 | local_target="$$target"; \ |
| 1697 | fi; \ |
| 1698 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 1699 | || eval $$failcom; \ |
| 1700 | done; \ |
| 1701 | if test "$$dot_seen" = "no"; then \ |
| 1702 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 1703 | fi; test -z "$$fail" |
| 1704 | |
| 1705 | ID: $(am__tagged_files) |
| 1706 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 1707 | tags: tags-recursive |
| 1708 | TAGS: tags |
| 1709 | |
| 1710 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 1711 | set x; \ |
| 1712 | here=`pwd`; \ |
| 1713 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 1714 | include_option=--etags-include; \ |
| 1715 | empty_fix=.; \ |
| 1716 | else \ |
| 1717 | include_option=--include; \ |
| 1718 | empty_fix=; \ |
| 1719 | fi; \ |
| 1720 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 1721 | if test "$$subdir" = .; then :; else \ |
| 1722 | test ! -f $$subdir/TAGS || \ |
| 1723 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 1724 | fi; \ |
| 1725 | done; \ |
| 1726 | $(am__define_uniq_tagged_files); \ |
| 1727 | shift; \ |
| 1728 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 1729 | test -n "$$unique" || unique=$$empty_fix; \ |
| 1730 | if test $$# -gt 0; then \ |
| 1731 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 1732 | "$$@" $$unique; \ |
| 1733 | else \ |
| 1734 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 1735 | $$unique; \ |
| 1736 | fi; \ |
| 1737 | fi |
| 1738 | ctags: ctags-recursive |
| 1739 | |
| 1740 | CTAGS: ctags |
| 1741 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 1742 | $(am__define_uniq_tagged_files); \ |
| 1743 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 1744 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 1745 | $$unique |
| 1746 | |
| 1747 | GTAGS: |
| 1748 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 1749 | && $(am__cd) $(top_srcdir) \ |
| 1750 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 1751 | cscope: cscope.files |
| 1752 | test ! -s cscope.files \ |
| 1753 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
| 1754 | clean-cscope: |
| 1755 | -rm -f cscope.files |
| 1756 | cscope.files: clean-cscope cscopelist |
| 1757 | cscopelist: cscopelist-recursive |
| 1758 | |
| 1759 | cscopelist-am: $(am__tagged_files) |
| 1760 | list='$(am__tagged_files)'; \ |
| 1761 | case "$(srcdir)" in \ |
| 1762 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 1763 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 1764 | esac; \ |
| 1765 | for i in $$list; do \ |
| 1766 | if test -f "$$i"; then \ |
| 1767 | echo "$(subdir)/$$i"; \ |
| 1768 | else \ |
| 1769 | echo "$$sdir/$$i"; \ |
| 1770 | fi; \ |
| 1771 | done >> $(top_builddir)/cscope.files |
| 1772 | |
| 1773 | distclean-tags: |
| 1774 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 1775 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
| 1776 | |
| 1777 | distdir: $(DISTFILES) |
| 1778 | $(am__remove_distdir) |
| 1779 | test -d "$(distdir)" || mkdir "$(distdir)" |
| 1780 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 1781 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 1782 | list='$(DISTFILES)'; \ |
| 1783 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 1784 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 1785 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 1786 | case $$dist_files in \ |
| 1787 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 1788 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 1789 | sort -u` ;; \ |
| 1790 | esac; \ |
| 1791 | for file in $$dist_files; do \ |
| 1792 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 1793 | if test -d $$d/$$file; then \ |
| 1794 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 1795 | if test -d "$(distdir)/$$file"; then \ |
| 1796 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 1797 | fi; \ |
| 1798 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 1799 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 1800 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 1801 | fi; \ |
| 1802 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 1803 | else \ |
| 1804 | test -f "$(distdir)/$$file" \ |
| 1805 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 1806 | || exit 1; \ |
| 1807 | fi; \ |
| 1808 | done |
| 1809 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 1810 | if test "$$subdir" = .; then :; else \ |
| 1811 | $(am__make_dryrun) \ |
| 1812 | || test -d "$(distdir)/$$subdir" \ |
| 1813 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 1814 | || exit 1; \ |
| 1815 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 1816 | $(am__relativize); \ |
| 1817 | new_distdir=$$reldir; \ |
| 1818 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 1819 | $(am__relativize); \ |
| 1820 | new_top_distdir=$$reldir; \ |
| 1821 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 1822 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 1823 | ($(am__cd) $$subdir && \ |
| 1824 | $(MAKE) $(AM_MAKEFLAGS) \ |
| 1825 | top_distdir="$$new_top_distdir" \ |
| 1826 | distdir="$$new_distdir" \ |
| 1827 | am__remove_distdir=: \ |
| 1828 | am__skip_length_check=: \ |
| 1829 | am__skip_mode_fix=: \ |
| 1830 | distdir) \ |
| 1831 | || exit 1; \ |
| 1832 | fi; \ |
| 1833 | done |
| 1834 | $(MAKE) $(AM_MAKEFLAGS) \ |
| 1835 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
| 1836 | dist-hook |
| 1837 | -test -n "$(am__skip_mode_fix)" \ |
| 1838 | || find "$(distdir)" -type d ! -perm -755 \ |
| 1839 | -exec chmod u+rwx,go+rx {} \; -o \ |
| 1840 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
| 1841 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
| 1842 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
| 1843 | || chmod -R a+r "$(distdir)" |
| 1844 | dist-gzip: distdir |
| 1845 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 1846 | $(am__post_remove_distdir) |
| 1847 | |
| 1848 | dist-bzip2: distdir |
| 1849 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
| 1850 | $(am__post_remove_distdir) |
| 1851 | |
| 1852 | dist-lzip: distdir |
| 1853 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
| 1854 | $(am__post_remove_distdir) |
| 1855 | |
| 1856 | dist-xz: distdir |
| 1857 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
| 1858 | $(am__post_remove_distdir) |
| 1859 | |
| 1860 | dist-tarZ: distdir |
| 1861 | @echo WARNING: "Support for distribution archives compressed with" \ |
| 1862 | "legacy program 'compress' is deprecated." >&2 |
| 1863 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
| 1864 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 1865 | $(am__post_remove_distdir) |
| 1866 | |
| 1867 | dist-shar: distdir |
| 1868 | @echo WARNING: "Support for shar distribution archives is" \ |
| 1869 | "deprecated." >&2 |
| 1870 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
| 1871 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 1872 | $(am__post_remove_distdir) |
| 1873 | |
| 1874 | dist-zip: distdir |
| 1875 | -rm -f $(distdir).zip |
| 1876 | zip -rq $(distdir).zip $(distdir) |
| 1877 | $(am__post_remove_distdir) |
| 1878 | |
| 1879 | dist dist-all: |
| 1880 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
| 1881 | $(am__post_remove_distdir) |
| 1882 | |
| 1883 | # This target untars the dist file and tries a VPATH configuration. Then |
| 1884 | # it guarantees that the distribution is self-contained by making another |
| 1885 | # tarfile. |
| 1886 | distcheck: dist |
| 1887 | case '$(DIST_ARCHIVES)' in \ |
| 1888 | *.tar.gz*) \ |
| 1889 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 1890 | *.tar.bz2*) \ |
| 1891 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 1892 | *.tar.lz*) \ |
| 1893 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
| 1894 | *.tar.xz*) \ |
| 1895 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
| 1896 | *.tar.Z*) \ |
| 1897 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
| 1898 | *.shar.gz*) \ |
| 1899 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
| 1900 | *.zip*) \ |
| 1901 | unzip $(distdir).zip ;;\ |
| 1902 | esac |
| 1903 | chmod -R a-w $(distdir) |
| 1904 | chmod u+w $(distdir) |
| 1905 | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
| 1906 | chmod a-w $(distdir) |
| 1907 | test -d $(distdir)/_build || exit 0; \ |
| 1908 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
| 1909 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
| 1910 | && am__cwd=`pwd` \ |
| 1911 | && $(am__cd) $(distdir)/_build/sub \ |
| 1912 | && ../../configure \ |
| 1913 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
| 1914 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
| 1915 | --srcdir=../.. --prefix="$$dc_install_base" \ |
| 1916 | && $(MAKE) $(AM_MAKEFLAGS) \ |
| 1917 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 1918 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
| 1919 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
| 1920 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
| 1921 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
| 1922 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
| 1923 | distuninstallcheck \ |
| 1924 | && chmod -R a-w "$$dc_install_base" \ |
| 1925 | && ({ \ |
| 1926 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
| 1927 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
| 1928 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
| 1929 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
| 1930 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
| 1931 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
| 1932 | && rm -rf "$$dc_destdir" \ |
| 1933 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
| 1934 | && rm -rf $(DIST_ARCHIVES) \ |
| 1935 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 1936 | && cd "$$am__cwd" \ |
| 1937 | || exit 1 |
| 1938 | $(am__post_remove_distdir) |
| 1939 | @(echo "$(distdir) archives ready for distribution: "; \ |
| 1940 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 1941 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| 1942 | distuninstallcheck: |
| 1943 | @test -n '$(distuninstallcheck_dir)' || { \ |
| 1944 | echo 'ERROR: trying to run $@ with an empty' \ |
| 1945 | '$$(distuninstallcheck_dir)' >&2; \ |
| 1946 | exit 1; \ |
| 1947 | }; \ |
| 1948 | $(am__cd) '$(distuninstallcheck_dir)' || { \ |
| 1949 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
| 1950 | exit 1; \ |
| 1951 | }; \ |
| 1952 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
| 1953 | || { echo "ERROR: files left after uninstall:" ; \ |
| 1954 | if test -n "$(DESTDIR)"; then \ |
| 1955 | echo " (check DESTDIR support)"; \ |
| 1956 | fi ; \ |
| 1957 | $(distuninstallcheck_listfiles) ; \ |
| 1958 | exit 1; } >&2 |
| 1959 | distcleancheck: distclean |
| 1960 | @if test '$(srcdir)' = . ; then \ |
| 1961 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
| 1962 | exit 1 ; \ |
| 1963 | fi |
| 1964 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
| 1965 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
| 1966 | $(distcleancheck_listfiles) ; \ |
| 1967 | exit 1; } >&2 |
| 1968 | check-am: all-am |
| 1969 | check: check-recursive |
| 1970 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \ |
| 1971 | ares_config.h ares_build.h |
| 1972 | installdirs: installdirs-recursive |
| 1973 | installdirs-am: |
| 1974 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libcares_ladir)"; do \ |
| 1975 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 1976 | done |
| 1977 | install: install-recursive |
| 1978 | install-exec: install-exec-recursive |
| 1979 | install-data: install-data-recursive |
| 1980 | uninstall: uninstall-recursive |
| 1981 | |
| 1982 | install-am: all-am |
| 1983 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 1984 | |
| 1985 | installcheck: installcheck-recursive |
| 1986 | install-strip: |
| 1987 | if test -z '$(STRIP)'; then \ |
| 1988 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 1989 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 1990 | install; \ |
| 1991 | else \ |
| 1992 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 1993 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 1994 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 1995 | fi |
| 1996 | mostlyclean-generic: |
| 1997 | |
| 1998 | clean-generic: |
| 1999 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
| 2000 | |
| 2001 | distclean-generic: |
| 2002 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 2003 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 2004 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
| 2005 | |
| 2006 | maintainer-clean-generic: |
| 2007 | @echo "This command is intended for maintainers to use" |
| 2008 | @echo "it deletes files that may require special tools to rebuild." |
| 2009 | clean: clean-recursive |
| 2010 | |
| 2011 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ |
| 2012 | clean-noinstPROGRAMS mostlyclean-am |
| 2013 | |
| 2014 | distclean: distclean-recursive |
| 2015 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 2016 | -rm -rf ./$(DEPDIR) |
| 2017 | -rm -f Makefile |
| 2018 | distclean-am: clean-am distclean-compile distclean-generic \ |
| 2019 | distclean-hdr distclean-libtool distclean-tags |
| 2020 | |
| 2021 | dvi: dvi-recursive |
| 2022 | |
| 2023 | dvi-am: |
| 2024 | |
| 2025 | html-am: |
| 2026 | |
| 2027 | info: info-recursive |
| 2028 | |
| 2029 | info-am: |
| 2030 | |
| 2031 | install-data-am: install-libcares_laHEADERS install-man \ |
| 2032 | install-pkgconfigDATA |
| 2033 | |
| 2034 | install-dvi: install-dvi-recursive |
| 2035 | |
| 2036 | install-dvi-am: |
| 2037 | |
| 2038 | install-exec-am: install-libLTLIBRARIES |
| 2039 | |
| 2040 | install-html: install-html-recursive |
| 2041 | |
| 2042 | install-html-am: |
| 2043 | |
| 2044 | install-info: install-info-recursive |
| 2045 | |
| 2046 | install-info-am: |
| 2047 | |
| 2048 | install-man: install-man3 |
| 2049 | |
| 2050 | install-pdf: install-pdf-recursive |
| 2051 | |
| 2052 | install-pdf-am: |
| 2053 | |
| 2054 | install-ps: install-ps-recursive |
| 2055 | |
| 2056 | install-ps-am: |
| 2057 | |
| 2058 | installcheck-am: |
| 2059 | |
| 2060 | maintainer-clean: maintainer-clean-recursive |
| 2061 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 2062 | -rm -rf $(top_srcdir)/autom4te.cache |
| 2063 | -rm -rf ./$(DEPDIR) |
| 2064 | -rm -f Makefile |
| 2065 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 2066 | |
| 2067 | mostlyclean: mostlyclean-recursive |
| 2068 | |
| 2069 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 2070 | mostlyclean-libtool |
| 2071 | |
| 2072 | pdf-am: |
| 2073 | |
| 2074 | ps: ps-recursive |
| 2075 | |
| 2076 | ps-am: |
| 2077 | |
| 2078 | uninstall-am: uninstall-libLTLIBRARIES uninstall-libcares_laHEADERS \ |
| 2079 | uninstall-man uninstall-pkgconfigDATA |
| 2080 | |
| 2081 | uninstall-man: uninstall-man3 |
| 2082 | |
| 2083 | .MAKE: $(am__recursive_targets) all install-am install-strip |
| 2084 | |
| 2085 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
| 2086 | am--refresh check check-am clean clean-cscope clean-generic \ |
| 2087 | clean-libLTLIBRARIES clean-libtool clean-local \ |
| 2088 | clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \ |
| 2089 | dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ |
| 2090 | dist-tarZ dist-xz dist-zip distcheck distclean \ |
| 2091 | distclean-compile distclean-generic distclean-hdr \ |
| 2092 | distclean-libtool distclean-tags distcleancheck distdir \ |
| 2093 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
| 2094 | install install-am install-data install-data-am install-dvi \ |
| 2095 | install-dvi-am install-exec install-exec-am install-html \ |
| 2096 | install-html-am install-info install-info-am \ |
| 2097 | install-libLTLIBRARIES install-libcares_laHEADERS install-man \ |
| 2098 | install-man3 install-pdf install-pdf-am install-pkgconfigDATA \ |
| 2099 | install-ps install-ps-am install-strip installcheck \ |
| 2100 | installcheck-am installdirs installdirs-am maintainer-clean \ |
| 2101 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 2102 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 2103 | tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ |
| 2104 | uninstall-libcares_laHEADERS uninstall-man uninstall-man3 \ |
| 2105 | uninstall-pkgconfigDATA |
| 2106 | |
| 2107 | .PRECIOUS: Makefile |
| 2108 | |
| 2109 | |
| 2110 | @CODE_COVERAGE_RULES@ |
| 2111 | |
| 2112 | clean-local: clean-sourced-manpages |
| 2113 | |
| 2114 | clean-sourced-manpages: |
| 2115 | @srcdmandir='$(SOURCEDMANDIR)'; \ |
| 2116 | echo "rm -rf $(top_builddir)/$$srcdmandir"; \ |
| 2117 | rm -rf $(top_builddir)/$$srcdmandir |
| 2118 | |
| 2119 | sourced-manpages: clean-sourced-manpages |
| 2120 | @srcdmandir='$(SOURCEDMANDIR)'; \ |
| 2121 | srcdmanfiles='$(SOURCEDMANPAGES)'; \ |
| 2122 | mkdir $(top_builddir)/$$srcdmandir; \ |
| 2123 | for file in $$srcdmanfiles; do \ |
| 2124 | if test -f $(top_srcdir)/$$file; then \ |
| 2125 | echo "cp $(top_srcdir)/$$file $(top_builddir)/$$srcdmandir/$$file"; \ |
| 2126 | cp $(top_srcdir)/$$file $(top_builddir)/$$srcdmandir/$$file; \ |
| 2127 | fi; \ |
| 2128 | done |
| 2129 | |
| 2130 | html: sourced-manpages $(HTMLPAGES) |
| 2131 | |
| 2132 | .3.html: |
| 2133 | $(MAN2HTML) |
| 2134 | |
| 2135 | pdf: sourced-manpages $(PDFPAGES) |
| 2136 | |
| 2137 | .3.pdf: |
| 2138 | @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \ |
| 2139 | groff -Tps -man $< >$$foo.ps; \ |
| 2140 | ps2pdf $$foo.ps $@; \ |
| 2141 | rm $$foo.ps; \ |
| 2142 | echo "converted $< to $@") |
| 2143 | |
| 2144 | # Make files named *.dist replace the file without .dist extension |
| 2145 | dist-hook: |
| 2146 | find $(distdir) -name "*.dist" -exec rm {} \; |
| 2147 | (distit=`find $(srcdir) -name "*.dist"`; \ |
| 2148 | for file in $$distit; do \ |
| 2149 | strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \ |
| 2150 | cp $$file $(distdir)$$strip; \ |
| 2151 | done) |
| 2152 | |
| 2153 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 2154 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 2155 | .NOEXPORT: |