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. 37 38 39VPATH = @srcdir@ 40am__is_gnu_make = { \ 41 if test -z '$(MAKELEVEL)'; then \ 42 false; \ 43 elif test -n '$(MAKE_HOST)'; then \ 44 true; \ 45 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 46 true; \ 47 else \ 48 false; \ 49 fi; \ 50} 51am__make_running_with_option = \ 52 case $${target_option-} in \ 53 ?) ;; \ 54 *) echo "am__make_running_with_option: internal error: invalid" \ 55 "target option '$${target_option-}' specified" >&2; \ 56 exit 1;; \ 57 esac; \ 58 has_opt=no; \ 59 sane_makeflags=$$MAKEFLAGS; \ 60 if $(am__is_gnu_make); then \ 61 sane_makeflags=$$MFLAGS; \ 62 else \ 63 case $$MAKEFLAGS in \ 64 *\\[\ \ ]*) \ 65 bs=\\; \ 66 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 67 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 68 esac; \ 69 fi; \ 70 skip_next=no; \ 71 strip_trailopt () \ 72 { \ 73 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 74 }; \ 75 for flg in $$sane_makeflags; do \ 76 test $$skip_next = yes && { skip_next=no; continue; }; \ 77 case $$flg in \ 78 *=*|--*) continue;; \ 79 -*I) strip_trailopt 'I'; skip_next=yes;; \ 80 -*I?*) strip_trailopt 'I';; \ 81 -*O) strip_trailopt 'O'; skip_next=yes;; \ 82 -*O?*) strip_trailopt 'O';; \ 83 -*l) strip_trailopt 'l'; skip_next=yes;; \ 84 -*l?*) strip_trailopt 'l';; \ 85 -[dEDm]) skip_next=yes;; \ 86 -[JT]) skip_next=yes;; \ 87 esac; \ 88 case $$flg in \ 89 *$$target_option*) has_opt=yes; break;; \ 90 esac; \ 91 done; \ 92 test $$has_opt = yes 93am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 94am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 95pkgdatadir = $(datadir)/@PACKAGE@ 96pkgincludedir = $(includedir)/@PACKAGE@ 97pkglibdir = $(libdir)/@PACKAGE@ 98pkglibexecdir = $(libexecdir)/@PACKAGE@ 99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 100install_sh_DATA = $(install_sh) -c -m 644 101install_sh_PROGRAM = $(install_sh) -c 102install_sh_SCRIPT = $(install_sh) -c 103INSTALL_HEADER = $(INSTALL_DATA) 104transform = $(program_transform_name) 105NORMAL_INSTALL = : 106PRE_INSTALL = : 107POST_INSTALL = : 108NORMAL_UNINSTALL = : 109PRE_UNINSTALL = : 110POST_UNINSTALL = : 111build_triplet = @build@ 112host_triplet = @host@ 113bin_PROGRAMS = xman$(EXEEXT) 114subdir = . 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 120 $(am__configure_deps) $(dist_appdefault_DATA) \ 121 $(dist_help_DATA) $(am__DIST_COMMON) 122am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 123 configure.lineno config.status.lineno 124mkinstalldirs = $(install_sh) -d 125CONFIG_HEADER = config.h 126CONFIG_CLEAN_FILES = 127CONFIG_CLEAN_VPATH_FILES = 128am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" \ 129 "$(DESTDIR)$(helpdir)" 130PROGRAMS = $(bin_PROGRAMS) 131am_xman_OBJECTS = buttons.$(OBJEXT) globals.$(OBJEXT) \ 132 handler.$(OBJEXT) help.$(OBJEXT) main.$(OBJEXT) man.$(OBJEXT) \ 133 misc.$(OBJEXT) ScrollByL.$(OBJEXT) search.$(OBJEXT) \ 134 tkfuncs.$(OBJEXT) vendor.$(OBJEXT) 135xman_OBJECTS = $(am_xman_OBJECTS) 136am__DEPENDENCIES_1 = 137xman_DEPENDENCIES = $(am__DEPENDENCIES_1) 138AM_V_P = $(am__v_P_@AM_V@) 139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 140am__v_P_0 = false 141am__v_P_1 = : 142AM_V_GEN = $(am__v_GEN_@AM_V@) 143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 144am__v_GEN_0 = @echo " GEN " $@; 145am__v_GEN_1 = 146AM_V_at = $(am__v_at_@AM_V@) 147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 148am__v_at_0 = @ 149am__v_at_1 = 150DEFAULT_INCLUDES = -I.@am__isrc@ 151depcomp = $(SHELL) $(top_srcdir)/depcomp 152am__maybe_remake_depfiles = depfiles 153am__depfiles_remade = ./$(DEPDIR)/ScrollByL.Po ./$(DEPDIR)/buttons.Po \ 154 ./$(DEPDIR)/globals.Po ./$(DEPDIR)/handler.Po \ 155 ./$(DEPDIR)/help.Po ./$(DEPDIR)/main.Po ./$(DEPDIR)/man.Po \ 156 ./$(DEPDIR)/misc.Po ./$(DEPDIR)/search.Po \ 157 ./$(DEPDIR)/tkfuncs.Po ./$(DEPDIR)/vendor.Po 158am__mv = mv -f 159COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 160 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 161AM_V_CC = $(am__v_CC_@AM_V@) 162am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 163am__v_CC_0 = @echo " CC " $@; 164am__v_CC_1 = 165CCLD = $(CC) 166LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 167AM_V_CCLD = $(am__v_CCLD_@AM_V@) 168am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 169am__v_CCLD_0 = @echo " CCLD " $@; 170am__v_CCLD_1 = 171SOURCES = $(xman_SOURCES) 172DIST_SOURCES = $(xman_SOURCES) 173RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 174 ctags-recursive dvi-recursive html-recursive info-recursive \ 175 install-data-recursive install-dvi-recursive \ 176 install-exec-recursive install-html-recursive \ 177 install-info-recursive install-pdf-recursive \ 178 install-ps-recursive install-recursive installcheck-recursive \ 179 installdirs-recursive pdf-recursive ps-recursive \ 180 tags-recursive uninstall-recursive 181am__can_run_installinfo = \ 182 case $$AM_UPDATE_INFO_DIR in \ 183 n|no|NO) false;; \ 184 *) (install-info --version) >/dev/null 2>&1;; \ 185 esac 186am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 187am__vpath_adj = case $$p in \ 188 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 189 *) f=$$p;; \ 190 esac; 191am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 192am__install_max = 40 193am__nobase_strip_setup = \ 194 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 195am__nobase_strip = \ 196 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 197am__nobase_list = $(am__nobase_strip_setup); \ 198 for p in $$list; do echo "$$p $$p"; done | \ 199 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 200 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 201 if (++n[$$2] == $(am__install_max)) \ 202 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 203 END { for (dir in files) print dir, files[dir] }' 204am__base_list = \ 205 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 206 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 207am__uninstall_files_from_dir = { \ 208 test -z "$$files" \ 209 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 210 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 211 $(am__cd) "$$dir" && rm -f $$files; }; \ 212 } 213DATA = $(dist_appdefault_DATA) $(dist_help_DATA) 214RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 215 distclean-recursive maintainer-clean-recursive 216am__recursive_targets = \ 217 $(RECURSIVE_TARGETS) \ 218 $(RECURSIVE_CLEAN_TARGETS) \ 219 $(am__extra_recursive_targets) 220AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 221 cscope distdir distdir-am dist dist-all distcheck 222am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 223 config.h.in 224# Read a list of newline-separated strings from the standard input, 225# and print each of them once, without duplicates. Input order is 226# *not* preserved. 227am__uniquify_input = $(AWK) '\ 228 BEGIN { nonempty = 0; } \ 229 { items[$$0] = 1; nonempty = 1; } \ 230 END { if (nonempty) { for (i in items) print i; }; } \ 231' 232# Make sure the list of sources is unique. This is necessary because, 233# e.g., the same source file might be shared among _SOURCES variables 234# for different programs/libraries. 235am__define_uniq_tagged_files = \ 236 list='$(am__tagged_files)'; \ 237 unique=`for i in $$list; do \ 238 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 239 done | $(am__uniquify_input)` 240DIST_SUBDIRS = $(SUBDIRS) 241am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 242 ChangeLog INSTALL README.md compile config.guess config.sub \ 243 depcomp install-sh missing 244DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 245distdir = $(PACKAGE)-$(VERSION) 246top_distdir = $(distdir) 247am__remove_distdir = \ 248 if test -d "$(distdir)"; then \ 249 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 250 && rm -rf "$(distdir)" \ 251 || { sleep 5 && rm -rf "$(distdir)"; }; \ 252 else :; fi 253am__post_remove_distdir = $(am__remove_distdir) 254am__relativize = \ 255 dir0=`pwd`; \ 256 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 257 sed_rest='s,^[^/]*/*,,'; \ 258 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 259 sed_butlast='s,/*[^/]*$$,,'; \ 260 while test -n "$$dir1"; do \ 261 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 262 if test "$$first" != "."; then \ 263 if test "$$first" = ".."; then \ 264 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 265 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 266 else \ 267 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 268 if test "$$first2" = "$$first"; then \ 269 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 270 else \ 271 dir2="../$$dir2"; \ 272 fi; \ 273 dir0="$$dir0"/"$$first"; \ 274 fi; \ 275 fi; \ 276 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 277 done; \ 278 reldir="$$dir2" 279DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 280GZIP_ENV = --best 281DIST_TARGETS = dist-xz dist-gzip 282# Exists only to be overridden by the user if desired. 283AM_DISTCHECK_DVI_TARGET = dvi 284distuninstallcheck_listfiles = find . -type f -print 285am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 286 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 287distcleancheck_listfiles = find . -type f -print 288ACLOCAL = @ACLOCAL@ 289ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 290ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 291AMTAR = @AMTAR@ 292AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 293APPDEFS_CFLAGS = @APPDEFS_CFLAGS@ 294APPDEFS_LIBS = @APPDEFS_LIBS@ 295APP_MAN_DIR = @APP_MAN_DIR@ 296APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 297AUTOCONF = @AUTOCONF@ 298AUTOHEADER = @AUTOHEADER@ 299AUTOMAKE = @AUTOMAKE@ 300AWK = @AWK@ 301BASE_CFLAGS = @BASE_CFLAGS@ 302CC = @CC@ 303CCDEPMODE = @CCDEPMODE@ 304CFLAGS = @CFLAGS@ 305CHANGELOG_CMD = @CHANGELOG_CMD@ 306CPPFLAGS = @CPPFLAGS@ 307CSCOPE = @CSCOPE@ 308CTAGS = @CTAGS@ 309CWARNFLAGS = @CWARNFLAGS@ 310CYGPATH_W = @CYGPATH_W@ 311DEFS = @DEFS@ 312DEPDIR = @DEPDIR@ 313DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 314DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 315ECHO_C = @ECHO_C@ 316ECHO_N = @ECHO_N@ 317ECHO_T = @ECHO_T@ 318ETAGS = @ETAGS@ 319EXEEXT = @EXEEXT@ 320FILE_MAN_DIR = @FILE_MAN_DIR@ 321FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 322GROFF = @GROFF@ 323HELPDIR = @HELPDIR@ 324INSTALL = @INSTALL@ 325INSTALL_CMD = @INSTALL_CMD@ 326INSTALL_DATA = @INSTALL_DATA@ 327INSTALL_PROGRAM = @INSTALL_PROGRAM@ 328INSTALL_SCRIPT = @INSTALL_SCRIPT@ 329INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 330LDFLAGS = @LDFLAGS@ 331LIBOBJS = @LIBOBJS@ 332LIBS = @LIBS@ 333LIB_MAN_DIR = @LIB_MAN_DIR@ 334LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 335LTLIBOBJS = @LTLIBOBJS@ 336MAKEINFO = @MAKEINFO@ 337MANDB = @MANDB@ 338MAN_SUBSTS = @MAN_SUBSTS@ 339MISC_MAN_DIR = @MISC_MAN_DIR@ 340MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 341MKDIR_P = @MKDIR_P@ 342OBJEXT = @OBJEXT@ 343PACKAGE = @PACKAGE@ 344PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 345PACKAGE_NAME = @PACKAGE_NAME@ 346PACKAGE_STRING = @PACKAGE_STRING@ 347PACKAGE_TARNAME = @PACKAGE_TARNAME@ 348PACKAGE_URL = @PACKAGE_URL@ 349PACKAGE_VERSION = @PACKAGE_VERSION@ 350PATH_SEPARATOR = @PATH_SEPARATOR@ 351PKG_CONFIG = @PKG_CONFIG@ 352PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 353PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 354SED = @SED@ 355SET_MAKE = @SET_MAKE@ 356SHELL = @SHELL@ 357STRICT_CFLAGS = @STRICT_CFLAGS@ 358STRIP = @STRIP@ 359VERSION = @VERSION@ 360XMAN_CFLAGS = @XMAN_CFLAGS@ 361XMAN_LIBS = @XMAN_LIBS@ 362XORG_MAN_PAGE = @XORG_MAN_PAGE@ 363abs_builddir = @abs_builddir@ 364abs_srcdir = @abs_srcdir@ 365abs_top_builddir = @abs_top_builddir@ 366abs_top_srcdir = @abs_top_srcdir@ 367ac_ct_CC = @ac_ct_CC@ 368am__include = @am__include@ 369am__leading_dot = @am__leading_dot@ 370am__quote = @am__quote@ 371am__tar = @am__tar@ 372am__untar = @am__untar@ 373appdefaultdir = @appdefaultdir@ 374bindir = @bindir@ 375build = @build@ 376build_alias = @build_alias@ 377build_cpu = @build_cpu@ 378build_os = @build_os@ 379build_vendor = @build_vendor@ 380builddir = @builddir@ 381datadir = @datadir@ 382datarootdir = @datarootdir@ 383docdir = @docdir@ 384dvidir = @dvidir@ 385exec_prefix = @exec_prefix@ 386host = @host@ 387host_alias = @host_alias@ 388host_cpu = @host_cpu@ 389host_os = @host_os@ 390host_vendor = @host_vendor@ 391htmldir = @htmldir@ 392includedir = @includedir@ 393infodir = @infodir@ 394install_sh = @install_sh@ 395libdir = @libdir@ 396libexecdir = @libexecdir@ 397localedir = @localedir@ 398localstatedir = @localstatedir@ 399mandir = @mandir@ 400mkdir_p = @mkdir_p@ 401oldincludedir = @oldincludedir@ 402pdfdir = @pdfdir@ 403prefix = @prefix@ 404program_transform_name = @program_transform_name@ 405psdir = @psdir@ 406runstatedir = @runstatedir@ 407sbindir = @sbindir@ 408sharedstatedir = @sharedstatedir@ 409srcdir = @srcdir@ 410sysconfdir = @sysconfdir@ 411target_alias = @target_alias@ 412top_build_prefix = @top_build_prefix@ 413top_builddir = @top_builddir@ 414top_srcdir = @top_srcdir@ 415SUBDIRS = man 416helpdir = @HELPDIR@ 417dist_help_DATA = xman.help 418AM_CFLAGS = $(CWARNFLAGS) $(XMAN_CFLAGS) -D_CONST_X_STRING \ 419 -D_BSD_SOURCE -DHELPFILE=\"$(helpdir)/xman.help\" 420 421xman_LDADD = $(XMAN_LIBS) 422xman_SOURCES = \ 423 buttons.c \ 424 defs.h \ 425 globals.c \ 426 globals.h \ 427 handler.c \ 428 help.c \ 429 iconclosed.h \ 430 icon_help.h \ 431 icon_open.h \ 432 main.c \ 433 man.c \ 434 man.h \ 435 misc.c \ 436 ScrollByL.c \ 437 ScrollByL.h \ 438 ScrollByLP.h \ 439 search.c \ 440 tkfuncs.c \ 441 vendor.c \ 442 vendor.h 443 444 445# App default files 446DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults 447dist_appdefault_DATA = app-defaults/Xman 448MAINTAINERCLEANFILES = ChangeLog INSTALL 449EXTRA_DIST = README.md 450all: config.h 451 $(MAKE) $(AM_MAKEFLAGS) all-recursive 452 453.SUFFIXES: 454.SUFFIXES: .c .o .obj 455am--refresh: Makefile 456 @: 457$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 458 @for dep in $?; do \ 459 case '$(am__configure_deps)' in \ 460 *$$dep*) \ 461 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 462 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 463 && exit 0; \ 464 exit 1;; \ 465 esac; \ 466 done; \ 467 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 468 $(am__cd) $(top_srcdir) && \ 469 $(AUTOMAKE) --foreign Makefile 470Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 471 @case '$?' in \ 472 *config.status*) \ 473 echo ' $(SHELL) ./config.status'; \ 474 $(SHELL) ./config.status;; \ 475 *) \ 476 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 477 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 478 esac; 479 480$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 481 $(SHELL) ./config.status --recheck 482 483$(top_srcdir)/configure: $(am__configure_deps) 484 $(am__cd) $(srcdir) && $(AUTOCONF) 485$(ACLOCAL_M4): $(am__aclocal_m4_deps) 486 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 487$(am__aclocal_m4_deps): 488 489config.h: stamp-h1 490 @test -f $@ || rm -f stamp-h1 491 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 492 493stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 494 @rm -f stamp-h1 495 cd $(top_builddir) && $(SHELL) ./config.status config.h 496$(srcdir)/config.h.in: $(am__configure_deps) 497 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 498 rm -f stamp-h1 499 touch $@ 500 501distclean-hdr: 502 -rm -f config.h stamp-h1 503install-binPROGRAMS: $(bin_PROGRAMS) 504 @$(NORMAL_INSTALL) 505 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 506 if test -n "$$list"; then \ 507 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 508 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 509 fi; \ 510 for p in $$list; do echo "$$p $$p"; done | \ 511 sed 's/$(EXEEXT)$$//' | \ 512 while read p p1; do if test -f $$p \ 513 ; then echo "$$p"; echo "$$p"; else :; fi; \ 514 done | \ 515 sed -e 'p;s,.*/,,;n;h' \ 516 -e 's|.*|.|' \ 517 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 518 sed 'N;N;N;s,\n, ,g' | \ 519 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 520 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 521 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 522 else { print "f", $$3 "/" $$4, $$1; } } \ 523 END { for (d in files) print "f", d, files[d] }' | \ 524 while read type dir files; do \ 525 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 526 test -z "$$files" || { \ 527 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 528 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 529 } \ 530 ; done 531 532uninstall-binPROGRAMS: 533 @$(NORMAL_UNINSTALL) 534 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 535 files=`for p in $$list; do echo "$$p"; done | \ 536 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 537 -e 's/$$/$(EXEEXT)/' \ 538 `; \ 539 test -n "$$list" || exit 0; \ 540 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 541 cd "$(DESTDIR)$(bindir)" && rm -f $$files 542 543clean-binPROGRAMS: 544 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 545 546xman$(EXEEXT): $(xman_OBJECTS) $(xman_DEPENDENCIES) $(EXTRA_xman_DEPENDENCIES) 547 @rm -f xman$(EXEEXT) 548 $(AM_V_CCLD)$(LINK) $(xman_OBJECTS) $(xman_LDADD) $(LIBS) 549 550mostlyclean-compile: 551 -rm -f *.$(OBJEXT) 552 553distclean-compile: 554 -rm -f *.tab.c 555 556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ScrollByL.Po@am__quote@ # am--include-marker 557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buttons.Po@am__quote@ # am--include-marker 558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Po@am__quote@ # am--include-marker 559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handler.Po@am__quote@ # am--include-marker 560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@ # am--include-marker 561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/man.Po@am__quote@ # am--include-marker 563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ # am--include-marker 564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@ # am--include-marker 565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tkfuncs.Po@am__quote@ # am--include-marker 566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vendor.Po@am__quote@ # am--include-marker 567 568$(am__depfiles_remade): 569 @$(MKDIR_P) $(@D) 570 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 571 572am--depfiles: $(am__depfiles_remade) 573 574.c.o: 575@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 576@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 577@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 578@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 579@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 580 581.c.obj: 582@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 583@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 584@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 585@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 586@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 587install-dist_appdefaultDATA: $(dist_appdefault_DATA) 588 @$(NORMAL_INSTALL) 589 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 590 if test -n "$$list"; then \ 591 echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \ 592 $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \ 593 fi; \ 594 for p in $$list; do \ 595 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 596 echo "$$d$$p"; \ 597 done | $(am__base_list) | \ 598 while read files; do \ 599 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \ 600 $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \ 601 done 602 603uninstall-dist_appdefaultDATA: 604 @$(NORMAL_UNINSTALL) 605 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 606 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 607 dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir) 608install-dist_helpDATA: $(dist_help_DATA) 609 @$(NORMAL_INSTALL) 610 @list='$(dist_help_DATA)'; test -n "$(helpdir)" || list=; \ 611 if test -n "$$list"; then \ 612 echo " $(MKDIR_P) '$(DESTDIR)$(helpdir)'"; \ 613 $(MKDIR_P) "$(DESTDIR)$(helpdir)" || exit 1; \ 614 fi; \ 615 for p in $$list; do \ 616 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 617 echo "$$d$$p"; \ 618 done | $(am__base_list) | \ 619 while read files; do \ 620 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpdir)'"; \ 621 $(INSTALL_DATA) $$files "$(DESTDIR)$(helpdir)" || exit $$?; \ 622 done 623 624uninstall-dist_helpDATA: 625 @$(NORMAL_UNINSTALL) 626 @list='$(dist_help_DATA)'; test -n "$(helpdir)" || list=; \ 627 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 628 dir='$(DESTDIR)$(helpdir)'; $(am__uninstall_files_from_dir) 629 630# This directory's subdirectories are mostly independent; you can cd 631# into them and run 'make' without going through this Makefile. 632# To change the values of 'make' variables: instead of editing Makefiles, 633# (1) if the variable is set in 'config.status', edit 'config.status' 634# (which will cause the Makefiles to be regenerated when you run 'make'); 635# (2) otherwise, pass the desired values on the 'make' command line. 636$(am__recursive_targets): 637 @fail=; \ 638 if $(am__make_keepgoing); then \ 639 failcom='fail=yes'; \ 640 else \ 641 failcom='exit 1'; \ 642 fi; \ 643 dot_seen=no; \ 644 target=`echo $@ | sed s/-recursive//`; \ 645 case "$@" in \ 646 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 647 *) list='$(SUBDIRS)' ;; \ 648 esac; \ 649 for subdir in $$list; do \ 650 echo "Making $$target in $$subdir"; \ 651 if test "$$subdir" = "."; then \ 652 dot_seen=yes; \ 653 local_target="$$target-am"; \ 654 else \ 655 local_target="$$target"; \ 656 fi; \ 657 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 658 || eval $$failcom; \ 659 done; \ 660 if test "$$dot_seen" = "no"; then \ 661 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 662 fi; test -z "$$fail" 663 664ID: $(am__tagged_files) 665 $(am__define_uniq_tagged_files); mkid -fID $$unique 666tags: tags-recursive 667TAGS: tags 668 669tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 670 set x; \ 671 here=`pwd`; \ 672 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 673 include_option=--etags-include; \ 674 empty_fix=.; \ 675 else \ 676 include_option=--include; \ 677 empty_fix=; \ 678 fi; \ 679 list='$(SUBDIRS)'; for subdir in $$list; do \ 680 if test "$$subdir" = .; then :; else \ 681 test ! -f $$subdir/TAGS || \ 682 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 683 fi; \ 684 done; \ 685 $(am__define_uniq_tagged_files); \ 686 shift; \ 687 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 688 test -n "$$unique" || unique=$$empty_fix; \ 689 if test $$# -gt 0; then \ 690 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 691 "$$@" $$unique; \ 692 else \ 693 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 694 $$unique; \ 695 fi; \ 696 fi 697ctags: ctags-recursive 698 699CTAGS: ctags 700ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 701 $(am__define_uniq_tagged_files); \ 702 test -z "$(CTAGS_ARGS)$$unique" \ 703 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 704 $$unique 705 706GTAGS: 707 here=`$(am__cd) $(top_builddir) && pwd` \ 708 && $(am__cd) $(top_srcdir) \ 709 && gtags -i $(GTAGS_ARGS) "$$here" 710cscope: cscope.files 711 test ! -s cscope.files \ 712 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 713clean-cscope: 714 -rm -f cscope.files 715cscope.files: clean-cscope cscopelist 716cscopelist: cscopelist-recursive 717 718cscopelist-am: $(am__tagged_files) 719 list='$(am__tagged_files)'; \ 720 case "$(srcdir)" in \ 721 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 722 *) sdir=$(subdir)/$(srcdir) ;; \ 723 esac; \ 724 for i in $$list; do \ 725 if test -f "$$i"; then \ 726 echo "$(subdir)/$$i"; \ 727 else \ 728 echo "$$sdir/$$i"; \ 729 fi; \ 730 done >> $(top_builddir)/cscope.files 731 732distclean-tags: 733 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 734 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 735distdir: $(BUILT_SOURCES) 736 $(MAKE) $(AM_MAKEFLAGS) distdir-am 737 738distdir-am: $(DISTFILES) 739 $(am__remove_distdir) 740 test -d "$(distdir)" || mkdir "$(distdir)" 741 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 742 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 743 list='$(DISTFILES)'; \ 744 dist_files=`for file in $$list; do echo $$file; done | \ 745 sed -e "s|^$$srcdirstrip/||;t" \ 746 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 747 case $$dist_files in \ 748 */*) $(MKDIR_P) `echo "$$dist_files" | \ 749 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 750 sort -u` ;; \ 751 esac; \ 752 for file in $$dist_files; do \ 753 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 754 if test -d $$d/$$file; then \ 755 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 756 if test -d "$(distdir)/$$file"; then \ 757 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 758 fi; \ 759 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 760 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 761 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 762 fi; \ 763 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 764 else \ 765 test -f "$(distdir)/$$file" \ 766 || cp -p $$d/$$file "$(distdir)/$$file" \ 767 || exit 1; \ 768 fi; \ 769 done 770 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 771 if test "$$subdir" = .; then :; else \ 772 $(am__make_dryrun) \ 773 || test -d "$(distdir)/$$subdir" \ 774 || $(MKDIR_P) "$(distdir)/$$subdir" \ 775 || exit 1; \ 776 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 777 $(am__relativize); \ 778 new_distdir=$$reldir; \ 779 dir1=$$subdir; dir2="$(top_distdir)"; \ 780 $(am__relativize); \ 781 new_top_distdir=$$reldir; \ 782 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 783 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 784 ($(am__cd) $$subdir && \ 785 $(MAKE) $(AM_MAKEFLAGS) \ 786 top_distdir="$$new_top_distdir" \ 787 distdir="$$new_distdir" \ 788 am__remove_distdir=: \ 789 am__skip_length_check=: \ 790 am__skip_mode_fix=: \ 791 distdir) \ 792 || exit 1; \ 793 fi; \ 794 done 795 $(MAKE) $(AM_MAKEFLAGS) \ 796 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 797 dist-hook 798 -test -n "$(am__skip_mode_fix)" \ 799 || find "$(distdir)" -type d ! -perm -755 \ 800 -exec chmod u+rwx,go+rx {} \; -o \ 801 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 802 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 803 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 804 || chmod -R a+r "$(distdir)" 805dist-gzip: distdir 806 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 807 $(am__post_remove_distdir) 808 809dist-bzip2: distdir 810 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 811 $(am__post_remove_distdir) 812 813dist-lzip: distdir 814 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 815 $(am__post_remove_distdir) 816dist-xz: distdir 817 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 818 $(am__post_remove_distdir) 819 820dist-zstd: distdir 821 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 822 $(am__post_remove_distdir) 823 824dist-tarZ: distdir 825 @echo WARNING: "Support for distribution archives compressed with" \ 826 "legacy program 'compress' is deprecated." >&2 827 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 828 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 829 $(am__post_remove_distdir) 830 831dist-shar: distdir 832 @echo WARNING: "Support for shar distribution archives is" \ 833 "deprecated." >&2 834 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 835 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 836 $(am__post_remove_distdir) 837 838dist-zip: distdir 839 -rm -f $(distdir).zip 840 zip -rq $(distdir).zip $(distdir) 841 $(am__post_remove_distdir) 842 843dist dist-all: 844 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 845 $(am__post_remove_distdir) 846 847# This target untars the dist file and tries a VPATH configuration. Then 848# it guarantees that the distribution is self-contained by making another 849# tarfile. 850distcheck: dist 851 case '$(DIST_ARCHIVES)' in \ 852 *.tar.gz*) \ 853 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 854 *.tar.bz2*) \ 855 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 856 *.tar.lz*) \ 857 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 858 *.tar.xz*) \ 859 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 860 *.tar.Z*) \ 861 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 862 *.shar.gz*) \ 863 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 864 *.zip*) \ 865 unzip $(distdir).zip ;;\ 866 *.tar.zst*) \ 867 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 868 esac 869 chmod -R a-w $(distdir) 870 chmod u+w $(distdir) 871 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 872 chmod a-w $(distdir) 873 test -d $(distdir)/_build || exit 0; \ 874 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 875 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 876 && am__cwd=`pwd` \ 877 && $(am__cd) $(distdir)/_build/sub \ 878 && ../../configure \ 879 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 880 $(DISTCHECK_CONFIGURE_FLAGS) \ 881 --srcdir=../.. --prefix="$$dc_install_base" \ 882 && $(MAKE) $(AM_MAKEFLAGS) \ 883 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 884 && $(MAKE) $(AM_MAKEFLAGS) check \ 885 && $(MAKE) $(AM_MAKEFLAGS) install \ 886 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 887 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 888 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 889 distuninstallcheck \ 890 && chmod -R a-w "$$dc_install_base" \ 891 && ({ \ 892 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 893 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 894 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 895 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 896 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 897 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 898 && rm -rf "$$dc_destdir" \ 899 && $(MAKE) $(AM_MAKEFLAGS) dist \ 900 && rm -rf $(DIST_ARCHIVES) \ 901 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 902 && cd "$$am__cwd" \ 903 || exit 1 904 $(am__post_remove_distdir) 905 @(echo "$(distdir) archives ready for distribution: "; \ 906 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 907 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 908distuninstallcheck: 909 @test -n '$(distuninstallcheck_dir)' || { \ 910 echo 'ERROR: trying to run $@ with an empty' \ 911 '$$(distuninstallcheck_dir)' >&2; \ 912 exit 1; \ 913 }; \ 914 $(am__cd) '$(distuninstallcheck_dir)' || { \ 915 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 916 exit 1; \ 917 }; \ 918 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 919 || { echo "ERROR: files left after uninstall:" ; \ 920 if test -n "$(DESTDIR)"; then \ 921 echo " (check DESTDIR support)"; \ 922 fi ; \ 923 $(distuninstallcheck_listfiles) ; \ 924 exit 1; } >&2 925distcleancheck: distclean 926 @if test '$(srcdir)' = . ; then \ 927 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 928 exit 1 ; \ 929 fi 930 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 931 || { echo "ERROR: files left in build directory after distclean:" ; \ 932 $(distcleancheck_listfiles) ; \ 933 exit 1; } >&2 934check-am: all-am 935check: check-recursive 936all-am: Makefile $(PROGRAMS) $(DATA) config.h 937installdirs: installdirs-recursive 938installdirs-am: 939 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" "$(DESTDIR)$(helpdir)"; do \ 940 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 941 done 942install: install-recursive 943install-exec: install-exec-recursive 944install-data: install-data-recursive 945uninstall: uninstall-recursive 946 947install-am: all-am 948 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 949 950installcheck: installcheck-recursive 951install-strip: 952 if test -z '$(STRIP)'; then \ 953 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 954 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 955 install; \ 956 else \ 957 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 958 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 959 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 960 fi 961mostlyclean-generic: 962 963clean-generic: 964 965distclean-generic: 966 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 967 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 968 969maintainer-clean-generic: 970 @echo "This command is intended for maintainers to use" 971 @echo "it deletes files that may require special tools to rebuild." 972 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 973clean: clean-recursive 974 975clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 976 977distclean: distclean-recursive 978 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 979 -rm -f ./$(DEPDIR)/ScrollByL.Po 980 -rm -f ./$(DEPDIR)/buttons.Po 981 -rm -f ./$(DEPDIR)/globals.Po 982 -rm -f ./$(DEPDIR)/handler.Po 983 -rm -f ./$(DEPDIR)/help.Po 984 -rm -f ./$(DEPDIR)/main.Po 985 -rm -f ./$(DEPDIR)/man.Po 986 -rm -f ./$(DEPDIR)/misc.Po 987 -rm -f ./$(DEPDIR)/search.Po 988 -rm -f ./$(DEPDIR)/tkfuncs.Po 989 -rm -f ./$(DEPDIR)/vendor.Po 990 -rm -f Makefile 991distclean-am: clean-am distclean-compile distclean-generic \ 992 distclean-hdr distclean-tags 993 994dvi: dvi-recursive 995 996dvi-am: 997 998html: html-recursive 999 1000html-am: 1001 1002info: info-recursive 1003 1004info-am: 1005 1006install-data-am: install-dist_appdefaultDATA install-dist_helpDATA 1007 1008install-dvi: install-dvi-recursive 1009 1010install-dvi-am: 1011 1012install-exec-am: install-binPROGRAMS 1013 1014install-html: install-html-recursive 1015 1016install-html-am: 1017 1018install-info: install-info-recursive 1019 1020install-info-am: 1021 1022install-man: 1023 1024install-pdf: install-pdf-recursive 1025 1026install-pdf-am: 1027 1028install-ps: install-ps-recursive 1029 1030install-ps-am: 1031 1032installcheck-am: 1033 1034maintainer-clean: maintainer-clean-recursive 1035 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1036 -rm -rf $(top_srcdir)/autom4te.cache 1037 -rm -f ./$(DEPDIR)/ScrollByL.Po 1038 -rm -f ./$(DEPDIR)/buttons.Po 1039 -rm -f ./$(DEPDIR)/globals.Po 1040 -rm -f ./$(DEPDIR)/handler.Po 1041 -rm -f ./$(DEPDIR)/help.Po 1042 -rm -f ./$(DEPDIR)/main.Po 1043 -rm -f ./$(DEPDIR)/man.Po 1044 -rm -f ./$(DEPDIR)/misc.Po 1045 -rm -f ./$(DEPDIR)/search.Po 1046 -rm -f ./$(DEPDIR)/tkfuncs.Po 1047 -rm -f ./$(DEPDIR)/vendor.Po 1048 -rm -f Makefile 1049maintainer-clean-am: distclean-am maintainer-clean-generic 1050 1051mostlyclean: mostlyclean-recursive 1052 1053mostlyclean-am: mostlyclean-compile mostlyclean-generic 1054 1055pdf: pdf-recursive 1056 1057pdf-am: 1058 1059ps: ps-recursive 1060 1061ps-am: 1062 1063uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA \ 1064 uninstall-dist_helpDATA 1065 1066.MAKE: $(am__recursive_targets) all install-am install-strip 1067 1068.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1069 am--depfiles am--refresh check check-am clean \ 1070 clean-binPROGRAMS clean-cscope clean-generic cscope \ 1071 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1072 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 1073 dist-zip dist-zstd distcheck distclean distclean-compile \ 1074 distclean-generic distclean-hdr distclean-tags distcleancheck \ 1075 distdir distuninstallcheck dvi dvi-am html html-am info \ 1076 info-am install install-am install-binPROGRAMS install-data \ 1077 install-data-am install-dist_appdefaultDATA \ 1078 install-dist_helpDATA install-dvi install-dvi-am install-exec \ 1079 install-exec-am install-html install-html-am install-info \ 1080 install-info-am install-man install-pdf install-pdf-am \ 1081 install-ps install-ps-am install-strip installcheck \ 1082 installcheck-am installdirs installdirs-am maintainer-clean \ 1083 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1084 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 1085 uninstall-am uninstall-binPROGRAMS \ 1086 uninstall-dist_appdefaultDATA uninstall-dist_helpDATA 1087 1088.PRECIOUS: Makefile 1089 1090 1091.PHONY: ChangeLog INSTALL 1092 1093INSTALL: 1094 $(INSTALL_CMD) 1095 1096ChangeLog: 1097 $(CHANGELOG_CMD) 1098 1099dist-hook: ChangeLog INSTALL 1100 1101# Tell versions [3.59,3.63) of GNU make to not export all variables. 1102# Otherwise a system limit (for SysV at least) may be exceeded. 1103.NOEXPORT: 1104