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