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