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