quickjs-tart

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

Makefile.in (32706B)


      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 #############################################################
     18 #
     19 # Copyright (C) the Massachusetts Institute of Technology.
     20 # Copyright (C) Daniel Stenberg
     21 #
     22 # Permission is hereby granted, free of charge, to any person obtaining a copy
     23 # of this software and associated documentation files (the "Software"), to deal
     24 # in the Software without restriction, including without limitation the rights
     25 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     26 # copies of the Software, and to permit persons to whom the Software is
     27 # furnished to do so, subject to the following conditions:
     28 #
     29 # The above copyright notice and this permission notice (including the next
     30 # paragraph) shall be included in all copies or substantial portions of the
     31 # Software.
     32 #
     33 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     34 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     35 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     36 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     37 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     38 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     39 # SOFTWARE.
     40 #
     41 # SPDX-License-Identifier: MIT
     42 #
     43 #############################################################
     44 
     45 VPATH = @srcdir@
     46 am__is_gnu_make = { \
     47   if test -z '$(MAKELEVEL)'; then \
     48     false; \
     49   elif test -n '$(MAKE_HOST)'; then \
     50     true; \
     51   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     52     true; \
     53   else \
     54     false; \
     55   fi; \
     56 }
     57 am__make_running_with_option = \
     58   case $${target_option-} in \
     59       ?) ;; \
     60       *) echo "am__make_running_with_option: internal error: invalid" \
     61               "target option '$${target_option-}' specified" >&2; \
     62          exit 1;; \
     63   esac; \
     64   has_opt=no; \
     65   sane_makeflags=$$MAKEFLAGS; \
     66   if $(am__is_gnu_make); then \
     67     sane_makeflags=$$MFLAGS; \
     68   else \
     69     case $$MAKEFLAGS in \
     70       *\\[\ \	]*) \
     71         bs=\\; \
     72         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     73           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     74     esac; \
     75   fi; \
     76   skip_next=no; \
     77   strip_trailopt () \
     78   { \
     79     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     80   }; \
     81   for flg in $$sane_makeflags; do \
     82     test $$skip_next = yes && { skip_next=no; continue; }; \
     83     case $$flg in \
     84       *=*|--*) continue;; \
     85         -*I) strip_trailopt 'I'; skip_next=yes;; \
     86       -*I?*) strip_trailopt 'I';; \
     87         -*O) strip_trailopt 'O'; skip_next=yes;; \
     88       -*O?*) strip_trailopt 'O';; \
     89         -*l) strip_trailopt 'l'; skip_next=yes;; \
     90       -*l?*) strip_trailopt 'l';; \
     91       -[dEDm]) skip_next=yes;; \
     92       -[JT]) skip_next=yes;; \
     93     esac; \
     94     case $$flg in \
     95       *$$target_option*) has_opt=yes; break;; \
     96     esac; \
     97   done; \
     98   test $$has_opt = yes
     99 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    100 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    101 pkgdatadir = $(datadir)/@PACKAGE@
    102 pkgincludedir = $(includedir)/@PACKAGE@
    103 pkglibdir = $(libdir)/@PACKAGE@
    104 pkglibexecdir = $(libexecdir)/@PACKAGE@
    105 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    106 install_sh_DATA = $(install_sh) -c -m 644
    107 install_sh_PROGRAM = $(install_sh) -c
    108 install_sh_SCRIPT = $(install_sh) -c
    109 INSTALL_HEADER = $(INSTALL_DATA)
    110 transform = $(program_transform_name)
    111 NORMAL_INSTALL = :
    112 PRE_INSTALL = :
    113 POST_INSTALL = :
    114 NORMAL_UNINSTALL = :
    115 PRE_UNINSTALL = :
    116 POST_UNINSTALL = :
    117 build_triplet = @build@
    118 host_triplet = @host@
    119 subdir = .
    120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    121 am__aclocal_m4_deps = $(top_srcdir)/m4/ares_check_user_namespace.m4 \
    122 	$(top_srcdir)/m4/ares_check_uts_namespace.m4 \
    123 	$(top_srcdir)/m4/ax_ac_append_to_file.m4 \
    124 	$(top_srcdir)/m4/ax_ac_print_to_file.m4 \
    125 	$(top_srcdir)/m4/ax_add_am_macro_static.m4 \
    126 	$(top_srcdir)/m4/ax_am_macros_static.m4 \
    127 	$(top_srcdir)/m4/ax_append_compile_flags.m4 \
    128 	$(top_srcdir)/m4/ax_append_flag.m4 \
    129 	$(top_srcdir)/m4/ax_append_link_flags.m4 \
    130 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
    131 	$(top_srcdir)/m4/ax_check_gnu_make.m4 \
    132 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
    133 	$(top_srcdir)/m4/ax_code_coverage.m4 \
    134 	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
    135 	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
    136 	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_14.m4 \
    137 	$(top_srcdir)/m4/ax_file_escapes.m4 \
    138 	$(top_srcdir)/m4/ax_pthread.m4 \
    139 	$(top_srcdir)/m4/ax_require_defined.m4 \
    140 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
    141 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
    142 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
    143 	$(top_srcdir)/configure.ac
    144 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    145 	$(ACLOCAL_M4)
    146 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
    147 	$(am__configure_deps) $(am__DIST_COMMON)
    148 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    149  configure.lineno config.status.lineno
    150 mkinstalldirs = $(install_sh) -d
    151 CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \
    152 	$(top_builddir)/include/ares_build.h
    153 CONFIG_CLEAN_FILES = libcares.pc
    154 CONFIG_CLEAN_VPATH_FILES =
    155 AM_V_P = $(am__v_P_@AM_V@)
    156 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    157 am__v_P_0 = false
    158 am__v_P_1 = :
    159 AM_V_GEN = $(am__v_GEN_@AM_V@)
    160 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    161 am__v_GEN_0 = @echo "  GEN     " $@;
    162 am__v_GEN_1 = 
    163 AM_V_at = $(am__v_at_@AM_V@)
    164 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    165 am__v_at_0 = @
    166 am__v_at_1 = 
    167 SOURCES =
    168 DIST_SOURCES =
    169 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    170 	ctags-recursive dvi-recursive html-recursive info-recursive \
    171 	install-data-recursive install-dvi-recursive \
    172 	install-exec-recursive install-html-recursive \
    173 	install-info-recursive install-pdf-recursive \
    174 	install-ps-recursive install-recursive installcheck-recursive \
    175 	installdirs-recursive pdf-recursive ps-recursive \
    176 	tags-recursive uninstall-recursive
    177 am__can_run_installinfo = \
    178   case $$AM_UPDATE_INFO_DIR in \
    179     n|no|NO) false;; \
    180     *) (install-info --version) >/dev/null 2>&1;; \
    181   esac
    182 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    183 am__vpath_adj = case $$p in \
    184     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    185     *) f=$$p;; \
    186   esac;
    187 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    188 am__install_max = 40
    189 am__nobase_strip_setup = \
    190   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    191 am__nobase_strip = \
    192   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    193 am__nobase_list = $(am__nobase_strip_setup); \
    194   for p in $$list; do echo "$$p $$p"; done | \
    195   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    196   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    197     if (++n[$$2] == $(am__install_max)) \
    198       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    199     END { for (dir in files) print dir, files[dir] }'
    200 am__base_list = \
    201   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    202   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    203 am__uninstall_files_from_dir = { \
    204   test -z "$$files" \
    205     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    206     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    207          $(am__cd) "$$dir" && rm -f $$files; }; \
    208   }
    209 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
    210 DATA = $(pkgconfig_DATA)
    211 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    212   distclean-recursive maintainer-clean-recursive
    213 am__recursive_targets = \
    214   $(RECURSIVE_TARGETS) \
    215   $(RECURSIVE_CLEAN_TARGETS) \
    216   $(am__extra_recursive_targets)
    217 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    218 	cscope distdir distdir-am dist dist-all distcheck
    219 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    220 # Read a list of newline-separated strings from the standard input,
    221 # and print each of them once, without duplicates.  Input order is
    222 # *not* preserved.
    223 am__uniquify_input = $(AWK) '\
    224   BEGIN { nonempty = 0; } \
    225   { items[$$0] = 1; nonempty = 1; } \
    226   END { if (nonempty) { for (i in items) print i; }; } \
    227 '
    228 # Make sure the list of sources is unique.  This is necessary because,
    229 # e.g., the same source file might be shared among _SOURCES variables
    230 # for different programs/libraries.
    231 am__define_uniq_tagged_files = \
    232   list='$(am__tagged_files)'; \
    233   unique=`for i in $$list; do \
    234     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    235   done | $(am__uniquify_input)`
    236 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libcares.pc.in \
    237 	$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
    238 	$(top_srcdir)/config/config.sub \
    239 	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
    240 	$(top_srcdir)/config/missing AUTHORS INSTALL.md README.md \
    241 	config/compile config/config.guess config/config.sub \
    242 	config/install-sh config/ltmain.sh config/missing
    243 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    244 distdir = $(PACKAGE)-$(VERSION)
    245 top_distdir = $(distdir)
    246 am__remove_distdir = \
    247   if test -d "$(distdir)"; then \
    248     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    249       && rm -rf "$(distdir)" \
    250       || { sleep 5 && rm -rf "$(distdir)"; }; \
    251   else :; fi
    252 am__post_remove_distdir = $(am__remove_distdir)
    253 am__relativize = \
    254   dir0=`pwd`; \
    255   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    256   sed_rest='s,^[^/]*/*,,'; \
    257   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    258   sed_butlast='s,/*[^/]*$$,,'; \
    259   while test -n "$$dir1"; do \
    260     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    261     if test "$$first" != "."; then \
    262       if test "$$first" = ".."; then \
    263         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    264         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    265       else \
    266         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    267         if test "$$first2" = "$$first"; then \
    268           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    269         else \
    270           dir2="../$$dir2"; \
    271         fi; \
    272         dir0="$$dir0"/"$$first"; \
    273       fi; \
    274     fi; \
    275     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    276   done; \
    277   reldir="$$dir2"
    278 DIST_ARCHIVES = $(distdir).tar.gz
    279 GZIP_ENV = --best
    280 DIST_TARGETS = dist-gzip
    281 # Exists only to be overridden by the user if desired.
    282 AM_DISTCHECK_DVI_TARGET = dvi
    283 distuninstallcheck_listfiles = find . -type f -print
    284 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
    285   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
    286 distcleancheck_listfiles = find . -type f -print
    287 ACLOCAL = @ACLOCAL@
    288 AMTAR = @AMTAR@
    289 AM_CFLAGS = @AM_CFLAGS@
    290 AM_CPPFLAGS = @AM_CPPFLAGS@
    291 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    292 AR = @AR@
    293 AS = @AS@
    294 AUTOCONF = @AUTOCONF@
    295 AUTOHEADER = @AUTOHEADER@
    296 AUTOMAKE = @AUTOMAKE@
    297 AWK = @AWK@
    298 BUILD_SUBDIRS = @BUILD_SUBDIRS@
    299 CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@
    300 CARES_RANDOM_FILE = @CARES_RANDOM_FILE@
    301 CARES_SYMBOL_HIDING_CFLAG = @CARES_SYMBOL_HIDING_CFLAG@
    302 CARES_VERSION_INFO = @CARES_VERSION_INFO@
    303 CC = @CC@
    304 CCDEPMODE = @CCDEPMODE@
    305 CFLAGS = @CFLAGS@
    306 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
    307 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
    308 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
    309 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
    310 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
    311 CPP = @CPP@
    312 CPPFLAGS = @CPPFLAGS@
    313 CSCOPE = @CSCOPE@
    314 CTAGS = @CTAGS@
    315 CXX = @CXX@
    316 CXXCPP = @CXXCPP@
    317 CXXDEPMODE = @CXXDEPMODE@
    318 CXXFLAGS = @CXXFLAGS@
    319 CYGPATH_W = @CYGPATH_W@
    320 DEFS = @DEFS@
    321 DEPDIR = @DEPDIR@
    322 DLLTOOL = @DLLTOOL@
    323 DSYMUTIL = @DSYMUTIL@
    324 DUMPBIN = @DUMPBIN@
    325 ECHO_C = @ECHO_C@
    326 ECHO_N = @ECHO_N@
    327 ECHO_T = @ECHO_T@
    328 EGREP = @EGREP@
    329 ETAGS = @ETAGS@
    330 EXEEXT = @EXEEXT@
    331 FGREP = @FGREP@
    332 FILECMD = @FILECMD@
    333 GCOV = @GCOV@
    334 GENHTML = @GENHTML@
    335 GMOCK112_CFLAGS = @GMOCK112_CFLAGS@
    336 GMOCK112_LIBS = @GMOCK112_LIBS@
    337 GMOCK_CFLAGS = @GMOCK_CFLAGS@
    338 GMOCK_LIBS = @GMOCK_LIBS@
    339 GREP = @GREP@
    340 HAVE_CXX14 = @HAVE_CXX14@
    341 INSTALL = @INSTALL@
    342 INSTALL_DATA = @INSTALL_DATA@
    343 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    344 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    345 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    346 LCOV = @LCOV@
    347 LD = @LD@
    348 LDFLAGS = @LDFLAGS@
    349 LIBOBJS = @LIBOBJS@
    350 LIBS = @LIBS@
    351 LIBTOOL = @LIBTOOL@
    352 LIPO = @LIPO@
    353 LN_S = @LN_S@
    354 LTLIBOBJS = @LTLIBOBJS@
    355 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    356 MAINT = @MAINT@
    357 MAKEINFO = @MAKEINFO@
    358 MANIFEST_TOOL = @MANIFEST_TOOL@
    359 MKDIR_P = @MKDIR_P@
    360 NM = @NM@
    361 NMEDIT = @NMEDIT@
    362 OBJDUMP = @OBJDUMP@
    363 OBJEXT = @OBJEXT@
    364 OTOOL = @OTOOL@
    365 OTOOL64 = @OTOOL64@
    366 PACKAGE = @PACKAGE@
    367 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    368 PACKAGE_NAME = @PACKAGE_NAME@
    369 PACKAGE_STRING = @PACKAGE_STRING@
    370 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    371 PACKAGE_URL = @PACKAGE_URL@
    372 PACKAGE_VERSION = @PACKAGE_VERSION@
    373 PATH_SEPARATOR = @PATH_SEPARATOR@
    374 PKGCONFIG_CFLAGS = @PKGCONFIG_CFLAGS@
    375 PKG_CONFIG = @PKG_CONFIG@
    376 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    377 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    378 PTHREAD_CC = @PTHREAD_CC@
    379 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    380 PTHREAD_CXX = @PTHREAD_CXX@
    381 PTHREAD_LIBS = @PTHREAD_LIBS@
    382 RANLIB = @RANLIB@
    383 SED = @SED@
    384 SET_MAKE = @SET_MAKE@
    385 SHELL = @SHELL@
    386 STRIP = @STRIP@
    387 VERSION = @VERSION@
    388 abs_builddir = @abs_builddir@
    389 abs_srcdir = @abs_srcdir@
    390 abs_top_builddir = @abs_top_builddir@
    391 abs_top_srcdir = @abs_top_srcdir@
    392 ac_ct_AR = @ac_ct_AR@
    393 ac_ct_CC = @ac_ct_CC@
    394 ac_ct_CXX = @ac_ct_CXX@
    395 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    396 am__include = @am__include@
    397 am__leading_dot = @am__leading_dot@
    398 am__quote = @am__quote@
    399 am__tar = @am__tar@
    400 am__untar = @am__untar@
    401 ax_pthread_config = @ax_pthread_config@
    402 bindir = @bindir@
    403 build = @build@
    404 build_alias = @build_alias@
    405 build_cpu = @build_cpu@
    406 build_os = @build_os@
    407 build_vendor = @build_vendor@
    408 builddir = @builddir@
    409 datadir = @datadir@
    410 datarootdir = @datarootdir@
    411 docdir = @docdir@
    412 dvidir = @dvidir@
    413 exec_prefix = @exec_prefix@
    414 host = @host@
    415 host_alias = @host_alias@
    416 host_cpu = @host_cpu@
    417 host_os = @host_os@
    418 host_vendor = @host_vendor@
    419 htmldir = @htmldir@
    420 ifGNUmake = @ifGNUmake@
    421 ifnGNUmake = @ifnGNUmake@
    422 includedir = @includedir@
    423 infodir = @infodir@
    424 install_sh = @install_sh@
    425 libdir = @libdir@
    426 libexecdir = @libexecdir@
    427 localedir = @localedir@
    428 localstatedir = @localstatedir@
    429 mandir = @mandir@
    430 mkdir_p = @mkdir_p@
    431 oldincludedir = @oldincludedir@
    432 pdfdir = @pdfdir@
    433 prefix = @prefix@
    434 program_transform_name = @program_transform_name@
    435 psdir = @psdir@
    436 runstatedir = @runstatedir@
    437 sbindir = @sbindir@
    438 sharedstatedir = @sharedstatedir@
    439 srcdir = @srcdir@
    440 sysconfdir = @sysconfdir@
    441 target_alias = @target_alias@
    442 top_build_prefix = @top_build_prefix@
    443 top_builddir = @top_builddir@
    444 top_srcdir = @top_srcdir@
    445 AUTOMAKE_OPTIONS = foreign nostdinc 1.9.6
    446 ACLOCAL_AMFLAGS = -I m4 --install
    447 MSVCFILES = buildconf.bat
    448 
    449 # adig and ahost are just sample programs and thus not mentioned with the
    450 # regular sources and headers
    451 EXTRA_DIST = AUTHORS $(man_MANS) RELEASE-NOTES.md	\
    452  c-ares-config.cmake.in libcares.pc.cmake libcares.pc.in buildconf \
    453  README.msvc $(MSVCFILES) INSTALL.md README.md LICENSE.md \
    454  CMakeLists.txt Makefile.dj Makefile.m32 Makefile.netware Makefile.msvc \
    455  Makefile.Watcom CONTRIBUTING.md SECURITY.md DEVELOPER-NOTES.md \
    456  cmake/EnableWarnings.cmake
    457 
    458 CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
    459 DISTCLEANFILES = include/ares_build.h
    460 DIST_SUBDIRS = include src test docs
    461 SUBDIRS = @BUILD_SUBDIRS@
    462 pkgconfigdir = $(libdir)/pkgconfig
    463 pkgconfig_DATA = libcares.pc
    464 
    465 # where to install the c-ares headers
    466 libcares_ladir = $(includedir)
    467 all: all-recursive
    468 
    469 .SUFFIXES:
    470 am--refresh: Makefile
    471 	@:
    472 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    473 	@for dep in $?; do \
    474 	  case '$(am__configure_deps)' in \
    475 	    *$$dep*) \
    476 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    477 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    478 		&& exit 0; \
    479 	      exit 1;; \
    480 	  esac; \
    481 	done; \
    482 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    483 	$(am__cd) $(top_srcdir) && \
    484 	  $(AUTOMAKE) --foreign Makefile
    485 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    486 	@case '$?' in \
    487 	  *config.status*) \
    488 	    echo ' $(SHELL) ./config.status'; \
    489 	    $(SHELL) ./config.status;; \
    490 	  *) \
    491 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
    492 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
    493 	esac;
    494 
    495 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    496 	$(SHELL) ./config.status --recheck
    497 
    498 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    499 	$(am__cd) $(srcdir) && $(AUTOCONF)
    500 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    501 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    502 $(am__aclocal_m4_deps):
    503 libcares.pc: $(top_builddir)/config.status $(srcdir)/libcares.pc.in
    504 	cd $(top_builddir) && $(SHELL) ./config.status $@
    505 
    506 mostlyclean-libtool:
    507 	-rm -f *.lo
    508 
    509 clean-libtool:
    510 	-rm -rf .libs _libs
    511 
    512 distclean-libtool:
    513 	-rm -f libtool config.lt
    514 install-pkgconfigDATA: $(pkgconfig_DATA)
    515 	@$(NORMAL_INSTALL)
    516 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
    517 	if test -n "$$list"; then \
    518 	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
    519 	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
    520 	fi; \
    521 	for p in $$list; do \
    522 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    523 	  echo "$$d$$p"; \
    524 	done | $(am__base_list) | \
    525 	while read files; do \
    526 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
    527 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
    528 	done
    529 
    530 uninstall-pkgconfigDATA:
    531 	@$(NORMAL_UNINSTALL)
    532 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
    533 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    534 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
    535 
    536 # This directory's subdirectories are mostly independent; you can cd
    537 # into them and run 'make' without going through this Makefile.
    538 # To change the values of 'make' variables: instead of editing Makefiles,
    539 # (1) if the variable is set in 'config.status', edit 'config.status'
    540 #     (which will cause the Makefiles to be regenerated when you run 'make');
    541 # (2) otherwise, pass the desired values on the 'make' command line.
    542 $(am__recursive_targets):
    543 	@fail=; \
    544 	if $(am__make_keepgoing); then \
    545 	  failcom='fail=yes'; \
    546 	else \
    547 	  failcom='exit 1'; \
    548 	fi; \
    549 	dot_seen=no; \
    550 	target=`echo $@ | sed s/-recursive//`; \
    551 	case "$@" in \
    552 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    553 	  *) list='$(SUBDIRS)' ;; \
    554 	esac; \
    555 	for subdir in $$list; do \
    556 	  echo "Making $$target in $$subdir"; \
    557 	  if test "$$subdir" = "."; then \
    558 	    dot_seen=yes; \
    559 	    local_target="$$target-am"; \
    560 	  else \
    561 	    local_target="$$target"; \
    562 	  fi; \
    563 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    564 	  || eval $$failcom; \
    565 	done; \
    566 	if test "$$dot_seen" = "no"; then \
    567 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    568 	fi; test -z "$$fail"
    569 
    570 ID: $(am__tagged_files)
    571 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    572 tags: tags-recursive
    573 TAGS: tags
    574 
    575 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    576 	set x; \
    577 	here=`pwd`; \
    578 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    579 	  include_option=--etags-include; \
    580 	  empty_fix=.; \
    581 	else \
    582 	  include_option=--include; \
    583 	  empty_fix=; \
    584 	fi; \
    585 	list='$(SUBDIRS)'; for subdir in $$list; do \
    586 	  if test "$$subdir" = .; then :; else \
    587 	    test ! -f $$subdir/TAGS || \
    588 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    589 	  fi; \
    590 	done; \
    591 	$(am__define_uniq_tagged_files); \
    592 	shift; \
    593 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    594 	  test -n "$$unique" || unique=$$empty_fix; \
    595 	  if test $$# -gt 0; then \
    596 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    597 	      "$$@" $$unique; \
    598 	  else \
    599 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    600 	      $$unique; \
    601 	  fi; \
    602 	fi
    603 ctags: ctags-recursive
    604 
    605 CTAGS: ctags
    606 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    607 	$(am__define_uniq_tagged_files); \
    608 	test -z "$(CTAGS_ARGS)$$unique" \
    609 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    610 	     $$unique
    611 
    612 GTAGS:
    613 	here=`$(am__cd) $(top_builddir) && pwd` \
    614 	  && $(am__cd) $(top_srcdir) \
    615 	  && gtags -i $(GTAGS_ARGS) "$$here"
    616 cscope: cscope.files
    617 	test ! -s cscope.files \
    618 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    619 clean-cscope:
    620 	-rm -f cscope.files
    621 cscope.files: clean-cscope cscopelist
    622 cscopelist: cscopelist-recursive
    623 
    624 cscopelist-am: $(am__tagged_files)
    625 	list='$(am__tagged_files)'; \
    626 	case "$(srcdir)" in \
    627 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    628 	  *) sdir=$(subdir)/$(srcdir) ;; \
    629 	esac; \
    630 	for i in $$list; do \
    631 	  if test -f "$$i"; then \
    632 	    echo "$(subdir)/$$i"; \
    633 	  else \
    634 	    echo "$$sdir/$$i"; \
    635 	  fi; \
    636 	done >> $(top_builddir)/cscope.files
    637 
    638 distclean-tags:
    639 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    640 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    641 distdir: $(BUILT_SOURCES)
    642 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    643 
    644 distdir-am: $(DISTFILES)
    645 	$(am__remove_distdir)
    646 	test -d "$(distdir)" || mkdir "$(distdir)"
    647 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    648 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    649 	list='$(DISTFILES)'; \
    650 	  dist_files=`for file in $$list; do echo $$file; done | \
    651 	  sed -e "s|^$$srcdirstrip/||;t" \
    652 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    653 	case $$dist_files in \
    654 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    655 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    656 			   sort -u` ;; \
    657 	esac; \
    658 	for file in $$dist_files; do \
    659 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    660 	  if test -d $$d/$$file; then \
    661 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    662 	    if test -d "$(distdir)/$$file"; then \
    663 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    664 	    fi; \
    665 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    666 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    667 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    668 	    fi; \
    669 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    670 	  else \
    671 	    test -f "$(distdir)/$$file" \
    672 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    673 	    || exit 1; \
    674 	  fi; \
    675 	done
    676 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    677 	  if test "$$subdir" = .; then :; else \
    678 	    $(am__make_dryrun) \
    679 	      || test -d "$(distdir)/$$subdir" \
    680 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    681 	      || exit 1; \
    682 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    683 	    $(am__relativize); \
    684 	    new_distdir=$$reldir; \
    685 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    686 	    $(am__relativize); \
    687 	    new_top_distdir=$$reldir; \
    688 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    689 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    690 	    ($(am__cd) $$subdir && \
    691 	      $(MAKE) $(AM_MAKEFLAGS) \
    692 	        top_distdir="$$new_top_distdir" \
    693 	        distdir="$$new_distdir" \
    694 		am__remove_distdir=: \
    695 		am__skip_length_check=: \
    696 		am__skip_mode_fix=: \
    697 	        distdir) \
    698 	      || exit 1; \
    699 	  fi; \
    700 	done
    701 	$(MAKE) $(AM_MAKEFLAGS) \
    702 	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
    703 	  dist-hook
    704 	-test -n "$(am__skip_mode_fix)" \
    705 	|| find "$(distdir)" -type d ! -perm -755 \
    706 		-exec chmod u+rwx,go+rx {} \; -o \
    707 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    708 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    709 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    710 	|| chmod -R a+r "$(distdir)"
    711 dist-gzip: distdir
    712 	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
    713 	$(am__post_remove_distdir)
    714 
    715 dist-bzip2: distdir
    716 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    717 	$(am__post_remove_distdir)
    718 
    719 dist-lzip: distdir
    720 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    721 	$(am__post_remove_distdir)
    722 
    723 dist-xz: distdir
    724 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    725 	$(am__post_remove_distdir)
    726 
    727 dist-zstd: distdir
    728 	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
    729 	$(am__post_remove_distdir)
    730 
    731 dist-tarZ: distdir
    732 	@echo WARNING: "Support for distribution archives compressed with" \
    733 		       "legacy program 'compress' is deprecated." >&2
    734 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    735 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    736 	$(am__post_remove_distdir)
    737 
    738 dist-shar: distdir
    739 	@echo WARNING: "Support for shar distribution archives is" \
    740 	               "deprecated." >&2
    741 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    742 	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
    743 	$(am__post_remove_distdir)
    744 
    745 dist-zip: distdir
    746 	-rm -f $(distdir).zip
    747 	zip -rq $(distdir).zip $(distdir)
    748 	$(am__post_remove_distdir)
    749 
    750 dist dist-all:
    751 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
    752 	$(am__post_remove_distdir)
    753 
    754 # This target untars the dist file and tries a VPATH configuration.  Then
    755 # it guarantees that the distribution is self-contained by making another
    756 # tarfile.
    757 distcheck: dist
    758 	case '$(DIST_ARCHIVES)' in \
    759 	*.tar.gz*) \
    760 	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
    761 	*.tar.bz2*) \
    762 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    763 	*.tar.lz*) \
    764 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
    765 	*.tar.xz*) \
    766 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
    767 	*.tar.Z*) \
    768 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    769 	*.shar.gz*) \
    770 	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
    771 	*.zip*) \
    772 	  unzip $(distdir).zip ;;\
    773 	*.tar.zst*) \
    774 	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
    775 	esac
    776 	chmod -R a-w $(distdir)
    777 	chmod u+w $(distdir)
    778 	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
    779 	chmod a-w $(distdir)
    780 	test -d $(distdir)/_build || exit 0; \
    781 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    782 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    783 	  && am__cwd=`pwd` \
    784 	  && $(am__cd) $(distdir)/_build/sub \
    785 	  && ../../configure \
    786 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    787 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    788 	    --srcdir=../.. --prefix="$$dc_install_base" \
    789 	  && $(MAKE) $(AM_MAKEFLAGS) \
    790 	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
    791 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    792 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    793 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    794 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    795 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    796 	        distuninstallcheck \
    797 	  && chmod -R a-w "$$dc_install_base" \
    798 	  && ({ \
    799 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    800 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    801 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    802 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    803 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    804 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    805 	  && rm -rf "$$dc_destdir" \
    806 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    807 	  && rm -rf $(DIST_ARCHIVES) \
    808 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
    809 	  && cd "$$am__cwd" \
    810 	  || exit 1
    811 	$(am__post_remove_distdir)
    812 	@(echo "$(distdir) archives ready for distribution: "; \
    813 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    814 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    815 distuninstallcheck:
    816 	@test -n '$(distuninstallcheck_dir)' || { \
    817 	  echo 'ERROR: trying to run $@ with an empty' \
    818 	       '$$(distuninstallcheck_dir)' >&2; \
    819 	  exit 1; \
    820 	}; \
    821 	$(am__cd) '$(distuninstallcheck_dir)' || { \
    822 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
    823 	  exit 1; \
    824 	}; \
    825 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
    826 	   || { echo "ERROR: files left after uninstall:" ; \
    827 	        if test -n "$(DESTDIR)"; then \
    828 	          echo "  (check DESTDIR support)"; \
    829 	        fi ; \
    830 	        $(distuninstallcheck_listfiles) ; \
    831 	        exit 1; } >&2
    832 distcleancheck: distclean
    833 	@if test '$(srcdir)' = . ; then \
    834 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    835 	  exit 1 ; \
    836 	fi
    837 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    838 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    839 	       $(distcleancheck_listfiles) ; \
    840 	       exit 1; } >&2
    841 check-am: all-am
    842 check: check-recursive
    843 all-am: Makefile $(DATA)
    844 installdirs: installdirs-recursive
    845 installdirs-am:
    846 	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
    847 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    848 	done
    849 install: install-recursive
    850 install-exec: install-exec-recursive
    851 install-data: install-data-recursive
    852 uninstall: uninstall-recursive
    853 
    854 install-am: all-am
    855 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    856 
    857 installcheck: installcheck-recursive
    858 install-strip:
    859 	if test -z '$(STRIP)'; then \
    860 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    861 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    862 	      install; \
    863 	else \
    864 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    865 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    866 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    867 	fi
    868 mostlyclean-generic:
    869 
    870 clean-generic:
    871 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    872 
    873 distclean-generic:
    874 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    875 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    876 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
    877 
    878 maintainer-clean-generic:
    879 	@echo "This command is intended for maintainers to use"
    880 	@echo "it deletes files that may require special tools to rebuild."
    881 clean: clean-recursive
    882 
    883 clean-am: clean-generic clean-libtool mostlyclean-am
    884 
    885 distclean: distclean-recursive
    886 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    887 	-rm -f Makefile
    888 distclean-am: clean-am distclean-generic distclean-libtool \
    889 	distclean-tags
    890 
    891 dvi: dvi-recursive
    892 
    893 dvi-am:
    894 
    895 html: html-recursive
    896 
    897 html-am:
    898 
    899 info: info-recursive
    900 
    901 info-am:
    902 
    903 install-data-am: install-pkgconfigDATA
    904 
    905 install-dvi: install-dvi-recursive
    906 
    907 install-dvi-am:
    908 
    909 install-exec-am:
    910 
    911 install-html: install-html-recursive
    912 
    913 install-html-am:
    914 
    915 install-info: install-info-recursive
    916 
    917 install-info-am:
    918 
    919 install-man:
    920 
    921 install-pdf: install-pdf-recursive
    922 
    923 install-pdf-am:
    924 
    925 install-ps: install-ps-recursive
    926 
    927 install-ps-am:
    928 
    929 installcheck-am:
    930 
    931 maintainer-clean: maintainer-clean-recursive
    932 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    933 	-rm -rf $(top_srcdir)/autom4te.cache
    934 	-rm -f Makefile
    935 maintainer-clean-am: distclean-am maintainer-clean-generic
    936 
    937 mostlyclean: mostlyclean-recursive
    938 
    939 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    940 
    941 pdf: pdf-recursive
    942 
    943 pdf-am:
    944 
    945 ps: ps-recursive
    946 
    947 ps-am:
    948 
    949 uninstall-am: uninstall-pkgconfigDATA
    950 
    951 .MAKE: $(am__recursive_targets) install-am install-strip
    952 
    953 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    954 	am--refresh check check-am clean clean-cscope clean-generic \
    955 	clean-libtool cscope cscopelist-am ctags ctags-am dist \
    956 	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
    957 	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
    958 	distclean-generic distclean-libtool distclean-tags \
    959 	distcleancheck distdir distuninstallcheck dvi dvi-am html \
    960 	html-am info info-am install install-am install-data \
    961 	install-data-am install-dvi install-dvi-am install-exec \
    962 	install-exec-am install-html install-html-am install-info \
    963 	install-info-am install-man install-pdf install-pdf-am \
    964 	install-pkgconfigDATA install-ps install-ps-am install-strip \
    965 	installcheck installcheck-am installdirs installdirs-am \
    966 	maintainer-clean maintainer-clean-generic mostlyclean \
    967 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    968 	tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
    969 
    970 .PRECIOUS: Makefile
    971 
    972 
    973 # Make files named *.dist replace the file without .dist extension
    974 dist-hook:
    975 	find $(distdir) -name "*.dist" -exec rm {} \;
    976 	(distit=`find $(srcdir) -name "*.dist"`; \
    977 	for file in $$distit; do \
    978 	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
    979 	  cp $$file $(distdir)$$strip; \
    980 	done)
    981 
    982 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    983 # Otherwise a system limit (for SysV at least) may be exceeded.
    984 .NOEXPORT: