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 Red Hat, Inc. 18# 19# Permission to use, copy, modify, distribute, and sell this software 20# and its documentation for any purpose is hereby granted without 21# fee, provided that the above copyright notice appear in all copies 22# and that both that copyright notice and this permission notice 23# appear in supporting documentation, and that the name of Red Hat 24# not be used in advertising or publicity pertaining to distribution 25# of the software without specific, written prior permission. Red 26# Hat makes no representations about the suitability of this software 27# for any purpose. It is provided "as is" without express or implied 28# warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 32# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 34# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 35# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 36# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37 38VPATH = @srcdir@ 39am__is_gnu_make = { \ 40 if test -z '$(MAKELEVEL)'; then \ 41 false; \ 42 elif test -n '$(MAKE_HOST)'; then \ 43 true; \ 44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 45 true; \ 46 else \ 47 false; \ 48 fi; \ 49} 50am__make_running_with_option = \ 51 case $${target_option-} in \ 52 ?) ;; \ 53 *) echo "am__make_running_with_option: internal error: invalid" \ 54 "target option '$${target_option-}' specified" >&2; \ 55 exit 1;; \ 56 esac; \ 57 has_opt=no; \ 58 sane_makeflags=$$MAKEFLAGS; \ 59 if $(am__is_gnu_make); then \ 60 sane_makeflags=$$MFLAGS; \ 61 else \ 62 case $$MAKEFLAGS in \ 63 *\\[\ \ ]*) \ 64 bs=\\; \ 65 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 66 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 67 esac; \ 68 fi; \ 69 skip_next=no; \ 70 strip_trailopt () \ 71 { \ 72 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 73 }; \ 74 for flg in $$sane_makeflags; do \ 75 test $$skip_next = yes && { skip_next=no; continue; }; \ 76 case $$flg in \ 77 *=*|--*) continue;; \ 78 -*I) strip_trailopt 'I'; skip_next=yes;; \ 79 -*I?*) strip_trailopt 'I';; \ 80 -*O) strip_trailopt 'O'; skip_next=yes;; \ 81 -*O?*) strip_trailopt 'O';; \ 82 -*l) strip_trailopt 'l'; skip_next=yes;; \ 83 -*l?*) strip_trailopt 'l';; \ 84 -[dEDm]) skip_next=yes;; \ 85 -[JT]) skip_next=yes;; \ 86 esac; \ 87 case $$flg in \ 88 *$$target_option*) has_opt=yes; break;; \ 89 esac; \ 90 done; \ 91 test $$has_opt = yes 92am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 93am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 94pkgdatadir = $(datadir)/@PACKAGE@ 95pkgincludedir = $(includedir)/@PACKAGE@ 96pkglibdir = $(libdir)/@PACKAGE@ 97pkglibexecdir = $(libexecdir)/@PACKAGE@ 98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 99install_sh_DATA = $(install_sh) -c -m 644 100install_sh_PROGRAM = $(install_sh) -c 101install_sh_SCRIPT = $(install_sh) -c 102INSTALL_HEADER = $(INSTALL_DATA) 103transform = $(program_transform_name) 104NORMAL_INSTALL = : 105PRE_INSTALL = : 106POST_INSTALL = : 107NORMAL_UNINSTALL = : 108PRE_UNINSTALL = : 109POST_UNINSTALL = : 110build_triplet = @build@ 111host_triplet = @host@ 112subdir = . 113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 114am__aclocal_m4_deps = $(top_srcdir)/configure.ac 115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 116 $(ACLOCAL_M4) 117DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 118 $(am__configure_deps) $(am__DIST_COMMON) 119am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 120 configure.lineno config.status.lineno 121mkinstalldirs = $(install_sh) -d 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 = 138am__can_run_installinfo = \ 139 case $$AM_UPDATE_INFO_DIR in \ 140 n|no|NO) false;; \ 141 *) (install-info --version) >/dev/null 2>&1;; \ 142 esac 143am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 144am__vpath_adj = case $$p in \ 145 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 146 *) f=$$p;; \ 147 esac; 148am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 149am__install_max = 40 150am__nobase_strip_setup = \ 151 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 152am__nobase_strip = \ 153 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 154am__nobase_list = $(am__nobase_strip_setup); \ 155 for p in $$list; do echo "$$p $$p"; done | \ 156 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 157 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 158 if (++n[$$2] == $(am__install_max)) \ 159 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 160 END { for (dir in files) print dir, files[dir] }' 161am__base_list = \ 162 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 163 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 164am__uninstall_files_from_dir = { \ 165 test -z "$$files" \ 166 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 167 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 168 $(am__cd) "$$dir" && rm -f $$files; }; \ 169 } 170am__installdirs = "$(DESTDIR)$(fontdir)" 171DATA = $(font_DATA) 172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 173am__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog INSTALL \ 174 README.md config.guess config.sub install-sh missing 175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 176distdir = $(PACKAGE)-$(VERSION) 177top_distdir = $(distdir) 178am__remove_distdir = \ 179 if test -d "$(distdir)"; then \ 180 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 181 && rm -rf "$(distdir)" \ 182 || { sleep 5 && rm -rf "$(distdir)"; }; \ 183 else :; fi 184am__post_remove_distdir = $(am__remove_distdir) 185DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 186GZIP_ENV = --best 187DIST_TARGETS = dist-xz dist-gzip 188# Exists only to be overridden by the user if desired. 189AM_DISTCHECK_DVI_TARGET = dvi 190distuninstallcheck_listfiles = find . -type f -print 191am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 192 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 193distcleancheck_listfiles = find . -type f -print 194ACLOCAL = @ACLOCAL@ 195ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 196ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 197AMTAR = @AMTAR@ 198AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 199APP_MAN_DIR = @APP_MAN_DIR@ 200APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 201AUTOCONF = @AUTOCONF@ 202AUTOHEADER = @AUTOHEADER@ 203AUTOMAKE = @AUTOMAKE@ 204AWK = @AWK@ 205CHANGELOG_CMD = @CHANGELOG_CMD@ 206CSCOPE = @CSCOPE@ 207CTAGS = @CTAGS@ 208CYGPATH_W = @CYGPATH_W@ 209DEFS = @DEFS@ 210DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 211DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 212ECHO_C = @ECHO_C@ 213ECHO_N = @ECHO_N@ 214ECHO_T = @ECHO_T@ 215ETAGS = @ETAGS@ 216FCCACHE = @FCCACHE@ 217FILE_MAN_DIR = @FILE_MAN_DIR@ 218FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 219FONTDIR = @FONTDIR@ 220FONTROOTDIR = @FONTROOTDIR@ 221INSTALL = @INSTALL@ 222INSTALL_CMD = @INSTALL_CMD@ 223INSTALL_DATA = @INSTALL_DATA@ 224INSTALL_PROGRAM = @INSTALL_PROGRAM@ 225INSTALL_SCRIPT = @INSTALL_SCRIPT@ 226INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 227LIBOBJS = @LIBOBJS@ 228LIBS = @LIBS@ 229LIB_MAN_DIR = @LIB_MAN_DIR@ 230LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 231LTLIBOBJS = @LTLIBOBJS@ 232MAKEINFO = @MAKEINFO@ 233MAN_SUBSTS = @MAN_SUBSTS@ 234MISC_MAN_DIR = @MISC_MAN_DIR@ 235MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 236MKDIR_P = @MKDIR_P@ 237MKFONTDIR = @MKFONTDIR@ 238MKFONTSCALE = @MKFONTSCALE@ 239PACKAGE = @PACKAGE@ 240PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 241PACKAGE_NAME = @PACKAGE_NAME@ 242PACKAGE_STRING = @PACKAGE_STRING@ 243PACKAGE_TARNAME = @PACKAGE_TARNAME@ 244PACKAGE_URL = @PACKAGE_URL@ 245PACKAGE_VERSION = @PACKAGE_VERSION@ 246PATH_SEPARATOR = @PATH_SEPARATOR@ 247PKG_CONFIG = @PKG_CONFIG@ 248PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 249PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 250RUN_FCCACHE = @RUN_FCCACHE@ 251SED = @SED@ 252SET_MAKE = @SET_MAKE@ 253SHELL = @SHELL@ 254STRIP = @STRIP@ 255VERSION = @VERSION@ 256XORG_MAN_PAGE = @XORG_MAN_PAGE@ 257abs_builddir = @abs_builddir@ 258abs_srcdir = @abs_srcdir@ 259abs_top_builddir = @abs_top_builddir@ 260abs_top_srcdir = @abs_top_srcdir@ 261am__leading_dot = @am__leading_dot@ 262am__tar = @am__tar@ 263am__untar = @am__untar@ 264bindir = @bindir@ 265build = @build@ 266build_alias = @build_alias@ 267build_cpu = @build_cpu@ 268build_os = @build_os@ 269build_vendor = @build_vendor@ 270builddir = @builddir@ 271datadir = @datadir@ 272datarootdir = @datarootdir@ 273docdir = @docdir@ 274dvidir = @dvidir@ 275exec_prefix = @exec_prefix@ 276host = @host@ 277host_alias = @host_alias@ 278host_cpu = @host_cpu@ 279host_os = @host_os@ 280host_vendor = @host_vendor@ 281htmldir = @htmldir@ 282includedir = @includedir@ 283infodir = @infodir@ 284install_sh = @install_sh@ 285libdir = @libdir@ 286libexecdir = @libexecdir@ 287localedir = @localedir@ 288localstatedir = @localstatedir@ 289mandir = @mandir@ 290mkdir_p = @mkdir_p@ 291oldincludedir = @oldincludedir@ 292pdfdir = @pdfdir@ 293prefix = @prefix@ 294program_transform_name = @program_transform_name@ 295psdir = @psdir@ 296runstatedir = @runstatedir@ 297sbindir = @sbindir@ 298sharedstatedir = @sharedstatedir@ 299srcdir = @srcdir@ 300sysconfdir = @sysconfdir@ 301target_alias = @target_alias@ 302top_build_prefix = @top_build_prefix@ 303top_builddir = @top_builddir@ 304top_srcdir = @top_srcdir@ 305FONT_FILES = \ 306 c0419bt_.afm \ 307 c0419bt_.pfb \ 308 c0582bt_.afm \ 309 c0582bt_.pfb \ 310 c0583bt_.afm \ 311 c0583bt_.pfb \ 312 c0611bt_.afm \ 313 c0611bt_.pfb \ 314 c0632bt_.afm \ 315 c0632bt_.pfb \ 316 c0633bt_.afm \ 317 c0633bt_.pfb \ 318 c0648bt_.afm \ 319 c0648bt_.pfb \ 320 c0649bt_.afm \ 321 c0649bt_.pfb 322 323fontdir = @FONTDIR@ 324font_DATA = $(FONT_FILES) 325EXTRA_DIST = $(FONT_FILES) Copyright README.md 326MAINTAINERCLEANFILES = ChangeLog INSTALL 327all: all-am 328 329.SUFFIXES: 330am--refresh: Makefile 331 @: 332$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 333 @for dep in $?; do \ 334 case '$(am__configure_deps)' in \ 335 *$$dep*) \ 336 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 337 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 338 && exit 0; \ 339 exit 1;; \ 340 esac; \ 341 done; \ 342 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 343 $(am__cd) $(top_srcdir) && \ 344 $(AUTOMAKE) --foreign Makefile 345Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 346 @case '$?' in \ 347 *config.status*) \ 348 echo ' $(SHELL) ./config.status'; \ 349 $(SHELL) ./config.status;; \ 350 *) \ 351 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 352 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 353 esac; 354 355$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 356 $(SHELL) ./config.status --recheck 357 358$(top_srcdir)/configure: $(am__configure_deps) 359 $(am__cd) $(srcdir) && $(AUTOCONF) 360$(ACLOCAL_M4): $(am__aclocal_m4_deps) 361 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 362$(am__aclocal_m4_deps): 363install-fontDATA: $(font_DATA) 364 @$(NORMAL_INSTALL) 365 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 366 if test -n "$$list"; then \ 367 echo " $(MKDIR_P) '$(DESTDIR)$(fontdir)'"; \ 368 $(MKDIR_P) "$(DESTDIR)$(fontdir)" || exit 1; \ 369 fi; \ 370 for p in $$list; do \ 371 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 372 echo "$$d$$p"; \ 373 done | $(am__base_list) | \ 374 while read files; do \ 375 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 376 $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 377 done 378 379uninstall-fontDATA: 380 @$(NORMAL_UNINSTALL) 381 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 382 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 383 dir='$(DESTDIR)$(fontdir)'; $(am__uninstall_files_from_dir) 384tags TAGS: 385 386ctags CTAGS: 387 388cscope cscopelist: 389 390distdir: $(BUILT_SOURCES) 391 $(MAKE) $(AM_MAKEFLAGS) distdir-am 392 393distdir-am: $(DISTFILES) 394 $(am__remove_distdir) 395 test -d "$(distdir)" || mkdir "$(distdir)" 396 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 397 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 398 list='$(DISTFILES)'; \ 399 dist_files=`for file in $$list; do echo $$file; done | \ 400 sed -e "s|^$$srcdirstrip/||;t" \ 401 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 402 case $$dist_files in \ 403 */*) $(MKDIR_P) `echo "$$dist_files" | \ 404 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 405 sort -u` ;; \ 406 esac; \ 407 for file in $$dist_files; do \ 408 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 409 if test -d $$d/$$file; then \ 410 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 411 if test -d "$(distdir)/$$file"; then \ 412 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 413 fi; \ 414 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 415 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 416 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 417 fi; \ 418 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 419 else \ 420 test -f "$(distdir)/$$file" \ 421 || cp -p $$d/$$file "$(distdir)/$$file" \ 422 || exit 1; \ 423 fi; \ 424 done 425 $(MAKE) $(AM_MAKEFLAGS) \ 426 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 427 dist-hook 428 -test -n "$(am__skip_mode_fix)" \ 429 || find "$(distdir)" -type d ! -perm -755 \ 430 -exec chmod u+rwx,go+rx {} \; -o \ 431 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 432 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 433 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 434 || chmod -R a+r "$(distdir)" 435dist-gzip: distdir 436 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 437 $(am__post_remove_distdir) 438 439dist-bzip2: distdir 440 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 441 $(am__post_remove_distdir) 442 443dist-lzip: distdir 444 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 445 $(am__post_remove_distdir) 446dist-xz: distdir 447 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 448 $(am__post_remove_distdir) 449 450dist-zstd: distdir 451 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 452 $(am__post_remove_distdir) 453 454dist-tarZ: distdir 455 @echo WARNING: "Support for distribution archives compressed with" \ 456 "legacy program 'compress' is deprecated." >&2 457 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 458 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 459 $(am__post_remove_distdir) 460 461dist-shar: distdir 462 @echo WARNING: "Support for shar distribution archives is" \ 463 "deprecated." >&2 464 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 465 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 466 $(am__post_remove_distdir) 467 468dist-zip: distdir 469 -rm -f $(distdir).zip 470 zip -rq $(distdir).zip $(distdir) 471 $(am__post_remove_distdir) 472 473dist dist-all: 474 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 475 $(am__post_remove_distdir) 476 477# This target untars the dist file and tries a VPATH configuration. Then 478# it guarantees that the distribution is self-contained by making another 479# tarfile. 480distcheck: dist 481 case '$(DIST_ARCHIVES)' in \ 482 *.tar.gz*) \ 483 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 484 *.tar.bz2*) \ 485 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 486 *.tar.lz*) \ 487 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 488 *.tar.xz*) \ 489 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 490 *.tar.Z*) \ 491 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 492 *.shar.gz*) \ 493 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 494 *.zip*) \ 495 unzip $(distdir).zip ;;\ 496 *.tar.zst*) \ 497 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 498 esac 499 chmod -R a-w $(distdir) 500 chmod u+w $(distdir) 501 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 502 chmod a-w $(distdir) 503 test -d $(distdir)/_build || exit 0; \ 504 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 505 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 506 && am__cwd=`pwd` \ 507 && $(am__cd) $(distdir)/_build/sub \ 508 && ../../configure \ 509 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 510 $(DISTCHECK_CONFIGURE_FLAGS) \ 511 --srcdir=../.. --prefix="$$dc_install_base" \ 512 && $(MAKE) $(AM_MAKEFLAGS) \ 513 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 514 && $(MAKE) $(AM_MAKEFLAGS) check \ 515 && $(MAKE) $(AM_MAKEFLAGS) install \ 516 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 517 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 518 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 519 distuninstallcheck \ 520 && chmod -R a-w "$$dc_install_base" \ 521 && ({ \ 522 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 523 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 524 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 525 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 526 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 527 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 528 && rm -rf "$$dc_destdir" \ 529 && $(MAKE) $(AM_MAKEFLAGS) dist \ 530 && rm -rf $(DIST_ARCHIVES) \ 531 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 532 && cd "$$am__cwd" \ 533 || exit 1 534 $(am__post_remove_distdir) 535 @(echo "$(distdir) archives ready for distribution: "; \ 536 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 537 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 538distcleancheck: distclean 539 @if test '$(srcdir)' = . ; then \ 540 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 541 exit 1 ; \ 542 fi 543 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 544 || { echo "ERROR: files left in build directory after distclean:" ; \ 545 $(distcleancheck_listfiles) ; \ 546 exit 1; } >&2 547check-am: all-am 548check: check-am 549all-am: Makefile $(DATA) 550installdirs: 551 for dir in "$(DESTDIR)$(fontdir)"; do \ 552 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 553 done 554install: install-am 555install-exec: install-exec-am 556install-data: install-data-am 557uninstall: uninstall-am 558 559install-am: all-am 560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 561 562installcheck: installcheck-am 563install-strip: 564 if test -z '$(STRIP)'; then \ 565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 567 install; \ 568 else \ 569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 571 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 572 fi 573mostlyclean-generic: 574 575clean-generic: 576 577distclean-generic: 578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 580 581maintainer-clean-generic: 582 @echo "This command is intended for maintainers to use" 583 @echo "it deletes files that may require special tools to rebuild." 584 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 585clean: clean-am 586 587clean-am: clean-generic mostlyclean-am 588 589distclean: distclean-am 590 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 591 -rm -f Makefile 592distclean-am: clean-am distclean-generic 593 594dvi: dvi-am 595 596dvi-am: 597 598html: html-am 599 600html-am: 601 602info: info-am 603 604info-am: 605 606install-data-am: install-fontDATA 607 @$(NORMAL_INSTALL) 608 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 609install-dvi: install-dvi-am 610 611install-dvi-am: 612 613install-exec-am: 614 615install-html: install-html-am 616 617install-html-am: 618 619install-info: install-info-am 620 621install-info-am: 622 623install-man: 624 625install-pdf: install-pdf-am 626 627install-pdf-am: 628 629install-ps: install-ps-am 630 631install-ps-am: 632 633installcheck-am: 634 635maintainer-clean: maintainer-clean-am 636 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 637 -rm -rf $(top_srcdir)/autom4te.cache 638 -rm -f Makefile 639maintainer-clean-am: distclean-am maintainer-clean-generic 640 641mostlyclean: mostlyclean-am 642 643mostlyclean-am: mostlyclean-generic 644 645pdf: pdf-am 646 647pdf-am: 648 649ps: ps-am 650 651ps-am: 652 653uninstall-am: uninstall-fontDATA 654 655.MAKE: install-am install-data-am install-strip 656 657.PHONY: all all-am am--refresh check check-am clean clean-generic \ 658 cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \ 659 dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 660 dist-zstd distcheck distclean distclean-generic distcleancheck \ 661 distdir distuninstallcheck dvi dvi-am html html-am info \ 662 info-am install install-am install-data install-data-am \ 663 install-data-hook install-dvi install-dvi-am install-exec \ 664 install-exec-am install-fontDATA install-html install-html-am \ 665 install-info install-info-am install-man install-pdf \ 666 install-pdf-am install-ps install-ps-am install-strip \ 667 installcheck installcheck-am installdirs maintainer-clean \ 668 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 669 pdf-am ps ps-am tags-am uninstall uninstall-am \ 670 uninstall-fontDATA 671 672.PRECIOUS: Makefile 673 674 675install-data-hook: 676 @rm -f $(DESTDIR)$(fontdir)/fonts.scale 677 $(MKFONTSCALE) $(DESTDIR)$(fontdir) 678 @rm -f $(DESTDIR)$(fontdir)/fonts.dir 679 $(MKFONTDIR) $(DESTDIR)$(fontdir) 680 @RUN_FCCACHE@ 681 682distuninstallcheck: 683 @: 684 685.PHONY: ChangeLog INSTALL 686 687INSTALL: 688 $(INSTALL_CMD) 689 690ChangeLog: 691 $(CHANGELOG_CMD) 692 693dist-hook: ChangeLog INSTALL 694 695# Tell versions [3.59,3.63) of GNU make to not export all variables. 696# Otherwise a system limit (for SysV at least) may be exceeded. 697.NOEXPORT: 698