Makefile.in revision b35cf2c0
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@ 205BDFTOPCF = @BDFTOPCF@ 206CHANGELOG_CMD = @CHANGELOG_CMD@ 207COMPRESS = @COMPRESS@ 208COMPRESS_FLAGS = @COMPRESS_FLAGS@ 209COMPRESS_SUFFIX = @COMPRESS_SUFFIX@ 210CSCOPE = @CSCOPE@ 211CTAGS = @CTAGS@ 212CYGPATH_W = @CYGPATH_W@ 213DEFS = @DEFS@ 214DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 215DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 216ECHO_C = @ECHO_C@ 217ECHO_N = @ECHO_N@ 218ECHO_T = @ECHO_T@ 219ETAGS = @ETAGS@ 220FCCACHE = @FCCACHE@ 221FILE_MAN_DIR = @FILE_MAN_DIR@ 222FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 223FONTDIR = @FONTDIR@ 224FONTROOTDIR = @FONTROOTDIR@ 225INSTALL = @INSTALL@ 226INSTALL_CMD = @INSTALL_CMD@ 227INSTALL_DATA = @INSTALL_DATA@ 228INSTALL_PROGRAM = @INSTALL_PROGRAM@ 229INSTALL_SCRIPT = @INSTALL_SCRIPT@ 230INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 231LIBOBJS = @LIBOBJS@ 232LIBS = @LIBS@ 233LIB_MAN_DIR = @LIB_MAN_DIR@ 234LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 235LTLIBOBJS = @LTLIBOBJS@ 236MAKEINFO = @MAKEINFO@ 237MAN_SUBSTS = @MAN_SUBSTS@ 238MISC_MAN_DIR = @MISC_MAN_DIR@ 239MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 240MKDIR_P = @MKDIR_P@ 241MKFONTDIR = @MKFONTDIR@ 242PACKAGE = @PACKAGE@ 243PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 244PACKAGE_NAME = @PACKAGE_NAME@ 245PACKAGE_STRING = @PACKAGE_STRING@ 246PACKAGE_TARNAME = @PACKAGE_TARNAME@ 247PACKAGE_URL = @PACKAGE_URL@ 248PACKAGE_VERSION = @PACKAGE_VERSION@ 249PATH_SEPARATOR = @PATH_SEPARATOR@ 250PKG_CONFIG = @PKG_CONFIG@ 251PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 252PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 253RUN_FCCACHE = @RUN_FCCACHE@ 254SED = @SED@ 255SET_MAKE = @SET_MAKE@ 256SHELL = @SHELL@ 257STRIP = @STRIP@ 258VERSION = @VERSION@ 259XORG_MAN_PAGE = @XORG_MAN_PAGE@ 260abs_builddir = @abs_builddir@ 261abs_srcdir = @abs_srcdir@ 262abs_top_builddir = @abs_top_builddir@ 263abs_top_srcdir = @abs_top_srcdir@ 264am__leading_dot = @am__leading_dot@ 265am__tar = @am__tar@ 266am__untar = @am__untar@ 267bindir = @bindir@ 268build = @build@ 269build_alias = @build_alias@ 270build_cpu = @build_cpu@ 271build_os = @build_os@ 272build_vendor = @build_vendor@ 273builddir = @builddir@ 274datadir = @datadir@ 275datarootdir = @datarootdir@ 276docdir = @docdir@ 277dvidir = @dvidir@ 278exec_prefix = @exec_prefix@ 279host = @host@ 280host_alias = @host_alias@ 281host_cpu = @host_cpu@ 282host_os = @host_os@ 283host_vendor = @host_vendor@ 284htmldir = @htmldir@ 285includedir = @includedir@ 286infodir = @infodir@ 287install_sh = @install_sh@ 288libdir = @libdir@ 289libexecdir = @libexecdir@ 290localedir = @localedir@ 291localstatedir = @localstatedir@ 292mandir = @mandir@ 293mkdir_p = @mkdir_p@ 294oldincludedir = @oldincludedir@ 295pdfdir = @pdfdir@ 296prefix = @prefix@ 297program_transform_name = @program_transform_name@ 298psdir = @psdir@ 299runstatedir = @runstatedir@ 300sbindir = @sbindir@ 301sharedstatedir = @sharedstatedir@ 302srcdir = @srcdir@ 303sysconfdir = @sysconfdir@ 304target_alias = @target_alias@ 305top_build_prefix = @top_build_prefix@ 306top_builddir = @top_builddir@ 307top_srcdir = @top_srcdir@ 308FONT_FILES = \ 309 crox1cb \ 310 crox1c \ 311 crox1cbo \ 312 crox1co \ 313 crox1hb \ 314 crox1h \ 315 crox1hbo \ 316 crox1ho \ 317 crox1tb \ 318 crox1t \ 319 crox1tbo \ 320 crox1to \ 321 crox2cb \ 322 crox2c \ 323 crox2cbo \ 324 crox2co \ 325 crox2hb \ 326 crox2h \ 327 crox2hbo \ 328 crox2ho \ 329 crox2tb \ 330 crox2t \ 331 crox2tbo \ 332 crox2to \ 333 crox3cb \ 334 crox3c \ 335 crox3cbo \ 336 crox3co \ 337 crox3hb \ 338 crox3h \ 339 crox3hbo \ 340 crox3ho \ 341 crox3tb \ 342 crox3t \ 343 crox3tbo \ 344 crox3to \ 345 crox4hb \ 346 crox4h \ 347 crox4hbo \ 348 crox4ho \ 349 crox4tb \ 350 crox4t \ 351 crox4tbo \ 352 crox4to \ 353 crox5hb \ 354 crox5h \ 355 crox5hbo \ 356 crox5ho \ 357 crox5tb \ 358 crox5t \ 359 crox5tbo \ 360 crox5to \ 361 crox6hb \ 362 crox6h \ 363 crox6hbo \ 364 crox6ho \ 365 crox6tb \ 366 crox6t \ 367 crox6tbo \ 368 crox6to \ 369 koi10x16b \ 370 koi10x20 \ 371 koi6x10 \ 372 koinil2 373 374BDF_FILES = $(FONT_FILES:%=%.bdf) 375PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 376SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) 377fontdir = @FONTDIR@ 378font_DATA = $(PCF_FILES) 379CLEANFILES = $(font_DATA) 380EXTRA_DIST = $(BDF_FILES) COPYRIGHT README.md 381MAINTAINERCLEANFILES = ChangeLog INSTALL 382all: all-am 383 384.SUFFIXES: 385.SUFFIXES: .bdf .pcf$(COMPRESS_SUFFIX) 386am--refresh: Makefile 387 @: 388$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 389 @for dep in $?; do \ 390 case '$(am__configure_deps)' in \ 391 *$$dep*) \ 392 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 393 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 394 && exit 0; \ 395 exit 1;; \ 396 esac; \ 397 done; \ 398 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 399 $(am__cd) $(top_srcdir) && \ 400 $(AUTOMAKE) --foreign Makefile 401Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 402 @case '$?' in \ 403 *config.status*) \ 404 echo ' $(SHELL) ./config.status'; \ 405 $(SHELL) ./config.status;; \ 406 *) \ 407 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 408 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 409 esac; 410 411$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 412 $(SHELL) ./config.status --recheck 413 414$(top_srcdir)/configure: $(am__configure_deps) 415 $(am__cd) $(srcdir) && $(AUTOCONF) 416$(ACLOCAL_M4): $(am__aclocal_m4_deps) 417 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 418$(am__aclocal_m4_deps): 419install-fontDATA: $(font_DATA) 420 @$(NORMAL_INSTALL) 421 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 422 if test -n "$$list"; then \ 423 echo " $(MKDIR_P) '$(DESTDIR)$(fontdir)'"; \ 424 $(MKDIR_P) "$(DESTDIR)$(fontdir)" || exit 1; \ 425 fi; \ 426 for p in $$list; do \ 427 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 428 echo "$$d$$p"; \ 429 done | $(am__base_list) | \ 430 while read files; do \ 431 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 432 $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 433 done 434 435uninstall-fontDATA: 436 @$(NORMAL_UNINSTALL) 437 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 438 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 439 dir='$(DESTDIR)$(fontdir)'; $(am__uninstall_files_from_dir) 440tags TAGS: 441 442ctags CTAGS: 443 444cscope cscopelist: 445 446distdir: $(BUILT_SOURCES) 447 $(MAKE) $(AM_MAKEFLAGS) distdir-am 448 449distdir-am: $(DISTFILES) 450 $(am__remove_distdir) 451 test -d "$(distdir)" || mkdir "$(distdir)" 452 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 453 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 454 list='$(DISTFILES)'; \ 455 dist_files=`for file in $$list; do echo $$file; done | \ 456 sed -e "s|^$$srcdirstrip/||;t" \ 457 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 458 case $$dist_files in \ 459 */*) $(MKDIR_P) `echo "$$dist_files" | \ 460 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 461 sort -u` ;; \ 462 esac; \ 463 for file in $$dist_files; do \ 464 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 465 if test -d $$d/$$file; then \ 466 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 467 if test -d "$(distdir)/$$file"; then \ 468 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 469 fi; \ 470 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 471 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 472 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 473 fi; \ 474 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 475 else \ 476 test -f "$(distdir)/$$file" \ 477 || cp -p $$d/$$file "$(distdir)/$$file" \ 478 || exit 1; \ 479 fi; \ 480 done 481 $(MAKE) $(AM_MAKEFLAGS) \ 482 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 483 dist-hook 484 -test -n "$(am__skip_mode_fix)" \ 485 || find "$(distdir)" -type d ! -perm -755 \ 486 -exec chmod u+rwx,go+rx {} \; -o \ 487 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 488 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 489 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 490 || chmod -R a+r "$(distdir)" 491dist-gzip: distdir 492 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 493 $(am__post_remove_distdir) 494 495dist-bzip2: distdir 496 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 497 $(am__post_remove_distdir) 498 499dist-lzip: distdir 500 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 501 $(am__post_remove_distdir) 502dist-xz: distdir 503 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 504 $(am__post_remove_distdir) 505 506dist-zstd: distdir 507 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 508 $(am__post_remove_distdir) 509 510dist-tarZ: distdir 511 @echo WARNING: "Support for distribution archives compressed with" \ 512 "legacy program 'compress' is deprecated." >&2 513 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 514 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 515 $(am__post_remove_distdir) 516 517dist-shar: distdir 518 @echo WARNING: "Support for shar distribution archives is" \ 519 "deprecated." >&2 520 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 521 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 522 $(am__post_remove_distdir) 523 524dist-zip: distdir 525 -rm -f $(distdir).zip 526 zip -rq $(distdir).zip $(distdir) 527 $(am__post_remove_distdir) 528 529dist dist-all: 530 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 531 $(am__post_remove_distdir) 532 533# This target untars the dist file and tries a VPATH configuration. Then 534# it guarantees that the distribution is self-contained by making another 535# tarfile. 536distcheck: dist 537 case '$(DIST_ARCHIVES)' in \ 538 *.tar.gz*) \ 539 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 540 *.tar.bz2*) \ 541 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 542 *.tar.lz*) \ 543 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 544 *.tar.xz*) \ 545 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 546 *.tar.Z*) \ 547 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 548 *.shar.gz*) \ 549 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 550 *.zip*) \ 551 unzip $(distdir).zip ;;\ 552 *.tar.zst*) \ 553 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 554 esac 555 chmod -R a-w $(distdir) 556 chmod u+w $(distdir) 557 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 558 chmod a-w $(distdir) 559 test -d $(distdir)/_build || exit 0; \ 560 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 561 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 562 && am__cwd=`pwd` \ 563 && $(am__cd) $(distdir)/_build/sub \ 564 && ../../configure \ 565 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 566 $(DISTCHECK_CONFIGURE_FLAGS) \ 567 --srcdir=../.. --prefix="$$dc_install_base" \ 568 && $(MAKE) $(AM_MAKEFLAGS) \ 569 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 570 && $(MAKE) $(AM_MAKEFLAGS) check \ 571 && $(MAKE) $(AM_MAKEFLAGS) install \ 572 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 573 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 574 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 575 distuninstallcheck \ 576 && chmod -R a-w "$$dc_install_base" \ 577 && ({ \ 578 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 579 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 580 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 581 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 582 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 583 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 584 && rm -rf "$$dc_destdir" \ 585 && $(MAKE) $(AM_MAKEFLAGS) dist \ 586 && rm -rf $(DIST_ARCHIVES) \ 587 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 588 && cd "$$am__cwd" \ 589 || exit 1 590 $(am__post_remove_distdir) 591 @(echo "$(distdir) archives ready for distribution: "; \ 592 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 593 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 594distcleancheck: distclean 595 @if test '$(srcdir)' = . ; then \ 596 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 597 exit 1 ; \ 598 fi 599 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 600 || { echo "ERROR: files left in build directory after distclean:" ; \ 601 $(distcleancheck_listfiles) ; \ 602 exit 1; } >&2 603check-am: all-am 604check: check-am 605all-am: Makefile $(DATA) 606installdirs: 607 for dir in "$(DESTDIR)$(fontdir)"; do \ 608 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 609 done 610install: install-am 611install-exec: install-exec-am 612install-data: install-data-am 613uninstall: uninstall-am 614 615install-am: all-am 616 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 617 618installcheck: installcheck-am 619install-strip: 620 if test -z '$(STRIP)'; then \ 621 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 622 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 623 install; \ 624 else \ 625 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 626 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 627 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 628 fi 629mostlyclean-generic: 630 631clean-generic: 632 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 633 634distclean-generic: 635 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 636 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 637 638maintainer-clean-generic: 639 @echo "This command is intended for maintainers to use" 640 @echo "it deletes files that may require special tools to rebuild." 641 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 642clean: clean-am 643 644clean-am: clean-generic mostlyclean-am 645 646distclean: distclean-am 647 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 648 -rm -f Makefile 649distclean-am: clean-am distclean-generic 650 651dvi: dvi-am 652 653dvi-am: 654 655html: html-am 656 657html-am: 658 659info: info-am 660 661info-am: 662 663install-data-am: install-fontDATA 664 @$(NORMAL_INSTALL) 665 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 666install-dvi: install-dvi-am 667 668install-dvi-am: 669 670install-exec-am: 671 672install-html: install-html-am 673 674install-html-am: 675 676install-info: install-info-am 677 678install-info-am: 679 680install-man: 681 682install-pdf: install-pdf-am 683 684install-pdf-am: 685 686install-ps: install-ps-am 687 688install-ps-am: 689 690installcheck-am: 691 692maintainer-clean: maintainer-clean-am 693 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 694 -rm -rf $(top_srcdir)/autom4te.cache 695 -rm -f Makefile 696maintainer-clean-am: distclean-am maintainer-clean-generic 697 698mostlyclean: mostlyclean-am 699 700mostlyclean-am: mostlyclean-generic 701 702pdf: pdf-am 703 704pdf-am: 705 706ps: ps-am 707 708ps-am: 709 710uninstall-am: uninstall-fontDATA 711 712.MAKE: install-am install-data-am install-strip 713 714.PHONY: all all-am am--refresh check check-am clean clean-generic \ 715 cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \ 716 dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 717 dist-zstd distcheck distclean distclean-generic distcleancheck \ 718 distdir distuninstallcheck dvi dvi-am html html-am info \ 719 info-am install install-am install-data install-data-am \ 720 install-data-hook install-dvi install-dvi-am install-exec \ 721 install-exec-am install-fontDATA install-html install-html-am \ 722 install-info install-info-am install-man install-pdf \ 723 install-pdf-am install-ps install-ps-am install-strip \ 724 installcheck installcheck-am installdirs maintainer-clean \ 725 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 726 pdf-am ps ps-am tags-am uninstall uninstall-am \ 727 uninstall-fontDATA 728 729.PRECIOUS: Makefile 730 731 732.bdf.pcf$(COMPRESS_SUFFIX): 733 @rm -f $@ 734 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) $(COMPRESS_FLAGS) > $@ 735 736install-data-hook: 737 @rm -f $(DESTDIR)$(fontdir)/fonts.dir 738 $(MKFONTDIR) $(DESTDIR)$(fontdir) 739 @RUN_FCCACHE@ 740 741distuninstallcheck: 742 @: 743 744.PHONY: ChangeLog INSTALL 745 746INSTALL: 747 $(INSTALL_CMD) 748 749ChangeLog: 750 $(CHANGELOG_CMD) 751 752dist-hook: ChangeLog INSTALL 753 754# Tell versions [3.59,3.63) of GNU make to not export all variables. 755# Otherwise a system limit (for SysV at least) may be exceeded. 756.NOEXPORT: 757