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