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 2005 Adam Jackson. 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# ADAM JACKSON 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 README.md compile config.guess config.sub \ 179 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@ 251DRIVER_NAME = @DRIVER_NAME@ 252DRI_CFLAGS = @DRI_CFLAGS@ 253DRI_LIBS = @DRI_LIBS@ 254DSYMUTIL = @DSYMUTIL@ 255DUMPBIN = @DUMPBIN@ 256ECHO_C = @ECHO_C@ 257ECHO_N = @ECHO_N@ 258ECHO_T = @ECHO_T@ 259EGREP = @EGREP@ 260ETAGS = @ETAGS@ 261EXEEXT = @EXEEXT@ 262FGREP = @FGREP@ 263FILECMD = @FILECMD@ 264FILE_MAN_DIR = @FILE_MAN_DIR@ 265FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 266GREP = @GREP@ 267INSTALL = @INSTALL@ 268INSTALL_CMD = @INSTALL_CMD@ 269INSTALL_DATA = @INSTALL_DATA@ 270INSTALL_PROGRAM = @INSTALL_PROGRAM@ 271INSTALL_SCRIPT = @INSTALL_SCRIPT@ 272INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 273LD = @LD@ 274LDFLAGS = @LDFLAGS@ 275LIBOBJS = @LIBOBJS@ 276LIBS = @LIBS@ 277LIBTOOL = @LIBTOOL@ 278LIB_MAN_DIR = @LIB_MAN_DIR@ 279LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 280LIPO = @LIPO@ 281LN_S = @LN_S@ 282LTLIBOBJS = @LTLIBOBJS@ 283LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 284MAKEINFO = @MAKEINFO@ 285MANIFEST_TOOL = @MANIFEST_TOOL@ 286MAN_SUBSTS = @MAN_SUBSTS@ 287MISC_MAN_DIR = @MISC_MAN_DIR@ 288MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 289MKDIR_P = @MKDIR_P@ 290NM = @NM@ 291NMEDIT = @NMEDIT@ 292OBJDUMP = @OBJDUMP@ 293OBJEXT = @OBJEXT@ 294OTOOL = @OTOOL@ 295OTOOL64 = @OTOOL64@ 296PACKAGE = @PACKAGE@ 297PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 298PACKAGE_NAME = @PACKAGE_NAME@ 299PACKAGE_STRING = @PACKAGE_STRING@ 300PACKAGE_TARNAME = @PACKAGE_TARNAME@ 301PACKAGE_URL = @PACKAGE_URL@ 302PACKAGE_VERSION = @PACKAGE_VERSION@ 303PATH_SEPARATOR = @PATH_SEPARATOR@ 304PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 305PCIACCESS_LIBS = @PCIACCESS_LIBS@ 306PKG_CONFIG = @PKG_CONFIG@ 307PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 308PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 309RANLIB = @RANLIB@ 310SED = @SED@ 311SET_MAKE = @SET_MAKE@ 312SHELL = @SHELL@ 313STRICT_CFLAGS = @STRICT_CFLAGS@ 314STRIP = @STRIP@ 315VERSION = @VERSION@ 316XEXT_CFLAGS = @XEXT_CFLAGS@ 317XEXT_LIBS = @XEXT_LIBS@ 318XORG_CFLAGS = @XORG_CFLAGS@ 319XORG_LIBS = @XORG_LIBS@ 320XORG_MAN_PAGE = @XORG_MAN_PAGE@ 321abs_builddir = @abs_builddir@ 322abs_srcdir = @abs_srcdir@ 323abs_top_builddir = @abs_top_builddir@ 324abs_top_srcdir = @abs_top_srcdir@ 325ac_ct_AR = @ac_ct_AR@ 326ac_ct_CC = @ac_ct_CC@ 327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 328am__include = @am__include@ 329am__leading_dot = @am__leading_dot@ 330am__quote = @am__quote@ 331am__tar = @am__tar@ 332am__untar = @am__untar@ 333bindir = @bindir@ 334build = @build@ 335build_alias = @build_alias@ 336build_cpu = @build_cpu@ 337build_os = @build_os@ 338build_vendor = @build_vendor@ 339builddir = @builddir@ 340datadir = @datadir@ 341datarootdir = @datarootdir@ 342docdir = @docdir@ 343dvidir = @dvidir@ 344exec_prefix = @exec_prefix@ 345host = @host@ 346host_alias = @host_alias@ 347host_cpu = @host_cpu@ 348host_os = @host_os@ 349host_vendor = @host_vendor@ 350htmldir = @htmldir@ 351includedir = @includedir@ 352infodir = @infodir@ 353install_sh = @install_sh@ 354libdir = @libdir@ 355libexecdir = @libexecdir@ 356localedir = @localedir@ 357localstatedir = @localstatedir@ 358mandir = @mandir@ 359mkdir_p = @mkdir_p@ 360moduledir = @moduledir@ 361oldincludedir = @oldincludedir@ 362pdfdir = @pdfdir@ 363prefix = @prefix@ 364program_transform_name = @program_transform_name@ 365psdir = @psdir@ 366runstatedir = @runstatedir@ 367sbindir = @sbindir@ 368sharedstatedir = @sharedstatedir@ 369srcdir = @srcdir@ 370sysconfdir = @sysconfdir@ 371target_alias = @target_alias@ 372top_build_prefix = @top_build_prefix@ 373top_builddir = @top_builddir@ 374top_srcdir = @top_srcdir@ 375SUBDIRS = src man 376MAINTAINERCLEANFILES = ChangeLog INSTALL 377EXTRA_DIST = README.md 378all: config.h 379 $(MAKE) $(AM_MAKEFLAGS) all-recursive 380 381.SUFFIXES: 382am--refresh: Makefile 383 @: 384$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 385 @for dep in $?; do \ 386 case '$(am__configure_deps)' in \ 387 *$$dep*) \ 388 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 389 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 390 && exit 0; \ 391 exit 1;; \ 392 esac; \ 393 done; \ 394 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 395 $(am__cd) $(top_srcdir) && \ 396 $(AUTOMAKE) --foreign Makefile 397Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 398 @case '$?' in \ 399 *config.status*) \ 400 echo ' $(SHELL) ./config.status'; \ 401 $(SHELL) ./config.status;; \ 402 *) \ 403 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 404 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 405 esac; 406 407$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 408 $(SHELL) ./config.status --recheck 409 410$(top_srcdir)/configure: $(am__configure_deps) 411 $(am__cd) $(srcdir) && $(AUTOCONF) 412$(ACLOCAL_M4): $(am__aclocal_m4_deps) 413 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 414$(am__aclocal_m4_deps): 415 416config.h: stamp-h1 417 @test -f $@ || rm -f stamp-h1 418 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 419 420stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 421 @rm -f stamp-h1 422 cd $(top_builddir) && $(SHELL) ./config.status config.h 423$(srcdir)/config.h.in: $(am__configure_deps) 424 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 425 rm -f stamp-h1 426 touch $@ 427 428distclean-hdr: 429 -rm -f config.h stamp-h1 430 431mostlyclean-libtool: 432 -rm -f *.lo 433 434clean-libtool: 435 -rm -rf .libs _libs 436 437distclean-libtool: 438 -rm -f libtool config.lt 439 440# This directory's subdirectories are mostly independent; you can cd 441# into them and run 'make' without going through this Makefile. 442# To change the values of 'make' variables: instead of editing Makefiles, 443# (1) if the variable is set in 'config.status', edit 'config.status' 444# (which will cause the Makefiles to be regenerated when you run 'make'); 445# (2) otherwise, pass the desired values on the 'make' command line. 446$(am__recursive_targets): 447 @fail=; \ 448 if $(am__make_keepgoing); then \ 449 failcom='fail=yes'; \ 450 else \ 451 failcom='exit 1'; \ 452 fi; \ 453 dot_seen=no; \ 454 target=`echo $@ | sed s/-recursive//`; \ 455 case "$@" in \ 456 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 457 *) list='$(SUBDIRS)' ;; \ 458 esac; \ 459 for subdir in $$list; do \ 460 echo "Making $$target in $$subdir"; \ 461 if test "$$subdir" = "."; then \ 462 dot_seen=yes; \ 463 local_target="$$target-am"; \ 464 else \ 465 local_target="$$target"; \ 466 fi; \ 467 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 468 || eval $$failcom; \ 469 done; \ 470 if test "$$dot_seen" = "no"; then \ 471 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 472 fi; test -z "$$fail" 473 474ID: $(am__tagged_files) 475 $(am__define_uniq_tagged_files); mkid -fID $$unique 476tags: tags-recursive 477TAGS: tags 478 479tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 480 set x; \ 481 here=`pwd`; \ 482 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 483 include_option=--etags-include; \ 484 empty_fix=.; \ 485 else \ 486 include_option=--include; \ 487 empty_fix=; \ 488 fi; \ 489 list='$(SUBDIRS)'; for subdir in $$list; do \ 490 if test "$$subdir" = .; then :; else \ 491 test ! -f $$subdir/TAGS || \ 492 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 493 fi; \ 494 done; \ 495 $(am__define_uniq_tagged_files); \ 496 shift; \ 497 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 498 test -n "$$unique" || unique=$$empty_fix; \ 499 if test $$# -gt 0; then \ 500 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 501 "$$@" $$unique; \ 502 else \ 503 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 504 $$unique; \ 505 fi; \ 506 fi 507ctags: ctags-recursive 508 509CTAGS: ctags 510ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 511 $(am__define_uniq_tagged_files); \ 512 test -z "$(CTAGS_ARGS)$$unique" \ 513 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 514 $$unique 515 516GTAGS: 517 here=`$(am__cd) $(top_builddir) && pwd` \ 518 && $(am__cd) $(top_srcdir) \ 519 && gtags -i $(GTAGS_ARGS) "$$here" 520cscope: cscope.files 521 test ! -s cscope.files \ 522 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 523clean-cscope: 524 -rm -f cscope.files 525cscope.files: clean-cscope cscopelist 526cscopelist: cscopelist-recursive 527 528cscopelist-am: $(am__tagged_files) 529 list='$(am__tagged_files)'; \ 530 case "$(srcdir)" in \ 531 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 532 *) sdir=$(subdir)/$(srcdir) ;; \ 533 esac; \ 534 for i in $$list; do \ 535 if test -f "$$i"; then \ 536 echo "$(subdir)/$$i"; \ 537 else \ 538 echo "$$sdir/$$i"; \ 539 fi; \ 540 done >> $(top_builddir)/cscope.files 541 542distclean-tags: 543 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 544 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 545distdir: $(BUILT_SOURCES) 546 $(MAKE) $(AM_MAKEFLAGS) distdir-am 547 548distdir-am: $(DISTFILES) 549 $(am__remove_distdir) 550 test -d "$(distdir)" || mkdir "$(distdir)" 551 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 552 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 553 list='$(DISTFILES)'; \ 554 dist_files=`for file in $$list; do echo $$file; done | \ 555 sed -e "s|^$$srcdirstrip/||;t" \ 556 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 557 case $$dist_files in \ 558 */*) $(MKDIR_P) `echo "$$dist_files" | \ 559 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 560 sort -u` ;; \ 561 esac; \ 562 for file in $$dist_files; do \ 563 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 564 if test -d $$d/$$file; then \ 565 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 566 if test -d "$(distdir)/$$file"; then \ 567 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 568 fi; \ 569 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 570 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 571 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 572 fi; \ 573 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 574 else \ 575 test -f "$(distdir)/$$file" \ 576 || cp -p $$d/$$file "$(distdir)/$$file" \ 577 || exit 1; \ 578 fi; \ 579 done 580 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 581 if test "$$subdir" = .; then :; else \ 582 $(am__make_dryrun) \ 583 || test -d "$(distdir)/$$subdir" \ 584 || $(MKDIR_P) "$(distdir)/$$subdir" \ 585 || exit 1; \ 586 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 587 $(am__relativize); \ 588 new_distdir=$$reldir; \ 589 dir1=$$subdir; dir2="$(top_distdir)"; \ 590 $(am__relativize); \ 591 new_top_distdir=$$reldir; \ 592 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 593 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 594 ($(am__cd) $$subdir && \ 595 $(MAKE) $(AM_MAKEFLAGS) \ 596 top_distdir="$$new_top_distdir" \ 597 distdir="$$new_distdir" \ 598 am__remove_distdir=: \ 599 am__skip_length_check=: \ 600 am__skip_mode_fix=: \ 601 distdir) \ 602 || exit 1; \ 603 fi; \ 604 done 605 $(MAKE) $(AM_MAKEFLAGS) \ 606 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 607 dist-hook 608 -test -n "$(am__skip_mode_fix)" \ 609 || find "$(distdir)" -type d ! -perm -755 \ 610 -exec chmod u+rwx,go+rx {} \; -o \ 611 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 612 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 613 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 614 || chmod -R a+r "$(distdir)" 615dist-gzip: distdir 616 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 617 $(am__post_remove_distdir) 618 619dist-bzip2: distdir 620 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 621 $(am__post_remove_distdir) 622 623dist-lzip: distdir 624 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 625 $(am__post_remove_distdir) 626dist-xz: distdir 627 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 628 $(am__post_remove_distdir) 629 630dist-zstd: distdir 631 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 632 $(am__post_remove_distdir) 633 634dist-tarZ: distdir 635 @echo WARNING: "Support for distribution archives compressed with" \ 636 "legacy program 'compress' is deprecated." >&2 637 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 638 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 639 $(am__post_remove_distdir) 640 641dist-shar: distdir 642 @echo WARNING: "Support for shar distribution archives is" \ 643 "deprecated." >&2 644 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 645 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 646 $(am__post_remove_distdir) 647 648dist-zip: distdir 649 -rm -f $(distdir).zip 650 zip -rq $(distdir).zip $(distdir) 651 $(am__post_remove_distdir) 652 653dist dist-all: 654 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 655 $(am__post_remove_distdir) 656 657# This target untars the dist file and tries a VPATH configuration. Then 658# it guarantees that the distribution is self-contained by making another 659# tarfile. 660distcheck: dist 661 case '$(DIST_ARCHIVES)' in \ 662 *.tar.gz*) \ 663 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 664 *.tar.bz2*) \ 665 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 666 *.tar.lz*) \ 667 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 668 *.tar.xz*) \ 669 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 670 *.tar.Z*) \ 671 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 672 *.shar.gz*) \ 673 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 674 *.zip*) \ 675 unzip $(distdir).zip ;;\ 676 *.tar.zst*) \ 677 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 678 esac 679 chmod -R a-w $(distdir) 680 chmod u+w $(distdir) 681 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 682 chmod a-w $(distdir) 683 test -d $(distdir)/_build || exit 0; \ 684 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 685 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 686 && am__cwd=`pwd` \ 687 && $(am__cd) $(distdir)/_build/sub \ 688 && ../../configure \ 689 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 690 $(DISTCHECK_CONFIGURE_FLAGS) \ 691 --srcdir=../.. --prefix="$$dc_install_base" \ 692 && $(MAKE) $(AM_MAKEFLAGS) \ 693 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 694 && $(MAKE) $(AM_MAKEFLAGS) check \ 695 && $(MAKE) $(AM_MAKEFLAGS) install \ 696 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 697 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 698 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 699 distuninstallcheck \ 700 && chmod -R a-w "$$dc_install_base" \ 701 && ({ \ 702 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 703 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 704 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 705 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 706 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 707 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 708 && rm -rf "$$dc_destdir" \ 709 && $(MAKE) $(AM_MAKEFLAGS) dist \ 710 && rm -rf $(DIST_ARCHIVES) \ 711 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 712 && cd "$$am__cwd" \ 713 || exit 1 714 $(am__post_remove_distdir) 715 @(echo "$(distdir) archives ready for distribution: "; \ 716 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 717 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 718distuninstallcheck: 719 @test -n '$(distuninstallcheck_dir)' || { \ 720 echo 'ERROR: trying to run $@ with an empty' \ 721 '$$(distuninstallcheck_dir)' >&2; \ 722 exit 1; \ 723 }; \ 724 $(am__cd) '$(distuninstallcheck_dir)' || { \ 725 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 726 exit 1; \ 727 }; \ 728 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 729 || { echo "ERROR: files left after uninstall:" ; \ 730 if test -n "$(DESTDIR)"; then \ 731 echo " (check DESTDIR support)"; \ 732 fi ; \ 733 $(distuninstallcheck_listfiles) ; \ 734 exit 1; } >&2 735distcleancheck: distclean 736 @if test '$(srcdir)' = . ; then \ 737 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 738 exit 1 ; \ 739 fi 740 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 741 || { echo "ERROR: files left in build directory after distclean:" ; \ 742 $(distcleancheck_listfiles) ; \ 743 exit 1; } >&2 744check-am: all-am 745check: check-recursive 746all-am: Makefile config.h 747installdirs: installdirs-recursive 748installdirs-am: 749install: install-recursive 750install-exec: install-exec-recursive 751install-data: install-data-recursive 752uninstall: uninstall-recursive 753 754install-am: all-am 755 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 756 757installcheck: installcheck-recursive 758install-strip: 759 if test -z '$(STRIP)'; then \ 760 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 761 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 762 install; \ 763 else \ 764 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 765 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 766 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 767 fi 768mostlyclean-generic: 769 770clean-generic: 771 772distclean-generic: 773 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 774 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 775 776maintainer-clean-generic: 777 @echo "This command is intended for maintainers to use" 778 @echo "it deletes files that may require special tools to rebuild." 779 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 780clean: clean-recursive 781 782clean-am: clean-generic clean-libtool mostlyclean-am 783 784distclean: distclean-recursive 785 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 786 -rm -f Makefile 787distclean-am: clean-am distclean-generic distclean-hdr \ 788 distclean-libtool distclean-tags 789 790dvi: dvi-recursive 791 792dvi-am: 793 794html: html-recursive 795 796html-am: 797 798info: info-recursive 799 800info-am: 801 802install-data-am: 803 804install-dvi: install-dvi-recursive 805 806install-dvi-am: 807 808install-exec-am: 809 810install-html: install-html-recursive 811 812install-html-am: 813 814install-info: install-info-recursive 815 816install-info-am: 817 818install-man: 819 820install-pdf: install-pdf-recursive 821 822install-pdf-am: 823 824install-ps: install-ps-recursive 825 826install-ps-am: 827 828installcheck-am: 829 830maintainer-clean: maintainer-clean-recursive 831 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 832 -rm -rf $(top_srcdir)/autom4te.cache 833 -rm -f Makefile 834maintainer-clean-am: distclean-am maintainer-clean-generic 835 836mostlyclean: mostlyclean-recursive 837 838mostlyclean-am: mostlyclean-generic mostlyclean-libtool 839 840pdf: pdf-recursive 841 842pdf-am: 843 844ps: ps-recursive 845 846ps-am: 847 848uninstall-am: 849 850.MAKE: $(am__recursive_targets) all install-am install-strip 851 852.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 853 am--refresh check check-am clean clean-cscope clean-generic \ 854 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 855 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 856 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ 857 distclean-generic distclean-hdr distclean-libtool \ 858 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 859 dvi-am html html-am info info-am install install-am \ 860 install-data install-data-am install-dvi install-dvi-am \ 861 install-exec install-exec-am install-html install-html-am \ 862 install-info install-info-am install-man install-pdf \ 863 install-pdf-am install-ps install-ps-am install-strip \ 864 installcheck installcheck-am installdirs installdirs-am \ 865 maintainer-clean maintainer-clean-generic mostlyclean \ 866 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 867 tags tags-am uninstall uninstall-am 868 869.PRECIOUS: Makefile 870 871 872.PHONY: ChangeLog INSTALL 873 874INSTALL: 875 $(INSTALL_CMD) 876 877ChangeLog: 878 $(CHANGELOG_CMD) 879 880dist-hook: ChangeLog INSTALL 881 882# Tell versions [3.59,3.63) of GNU make to not export all variables. 883# Otherwise a system limit (for SysV at least) may be exceeded. 884.NOEXPORT: 885