quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

Makefile.in (19307B)


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