Makefile.in revision 0cfee914
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 AUTHORS COPYING ChangeLog \ 174 INSTALL 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@ 238MAPFILES_PATH = @MAPFILES_PATH@ 239MAPS_CFLAGS = @MAPS_CFLAGS@ 240MAPS_LIBS = @MAPS_LIBS@ 241MISC_MAN_DIR = @MISC_MAN_DIR@ 242MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 243MKDIR_P = @MKDIR_P@ 244MKFONTDIR = @MKFONTDIR@ 245PACKAGE = @PACKAGE@ 246PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 247PACKAGE_NAME = @PACKAGE_NAME@ 248PACKAGE_STRING = @PACKAGE_STRING@ 249PACKAGE_TARNAME = @PACKAGE_TARNAME@ 250PACKAGE_URL = @PACKAGE_URL@ 251PACKAGE_VERSION = @PACKAGE_VERSION@ 252PATH_SEPARATOR = @PATH_SEPARATOR@ 253PKG_CONFIG = @PKG_CONFIG@ 254PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 255PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 256RUN_FCCACHE = @RUN_FCCACHE@ 257SED = @SED@ 258SET_MAKE = @SET_MAKE@ 259SHELL = @SHELL@ 260STRIP = @STRIP@ 261UCS2ANY = @UCS2ANY@ 262VERSION = @VERSION@ 263XORG_MAN_PAGE = @XORG_MAN_PAGE@ 264abs_builddir = @abs_builddir@ 265abs_srcdir = @abs_srcdir@ 266abs_top_builddir = @abs_top_builddir@ 267abs_top_srcdir = @abs_top_srcdir@ 268am__leading_dot = @am__leading_dot@ 269am__tar = @am__tar@ 270am__untar = @am__untar@ 271bindir = @bindir@ 272build = @build@ 273build_alias = @build_alias@ 274build_cpu = @build_cpu@ 275build_os = @build_os@ 276build_vendor = @build_vendor@ 277builddir = @builddir@ 278datadir = @datadir@ 279datarootdir = @datarootdir@ 280docdir = @docdir@ 281dvidir = @dvidir@ 282exec_prefix = @exec_prefix@ 283host = @host@ 284host_alias = @host_alias@ 285host_cpu = @host_cpu@ 286host_os = @host_os@ 287host_vendor = @host_vendor@ 288htmldir = @htmldir@ 289includedir = @includedir@ 290infodir = @infodir@ 291install_sh = @install_sh@ 292libdir = @libdir@ 293libexecdir = @libexecdir@ 294localedir = @localedir@ 295localstatedir = @localstatedir@ 296mandir = @mandir@ 297mkdir_p = @mkdir_p@ 298oldincludedir = @oldincludedir@ 299pdfdir = @pdfdir@ 300prefix = @prefix@ 301program_transform_name = @program_transform_name@ 302psdir = @psdir@ 303runstatedir = @runstatedir@ 304sbindir = @sbindir@ 305sharedstatedir = @sharedstatedir@ 306srcdir = @srcdir@ 307sysconfdir = @sysconfdir@ 308target_alias = @target_alias@ 309top_build_prefix = @top_build_prefix@ 310top_builddir = @top_builddir@ 311top_srcdir = @top_srcdir@ 312BDF2UCS_FONT_FILES = \ 313 4x6 \ 314 5x7 \ 315 5x8 \ 316 6x9 \ 317 6x10 \ 318 6x12 \ 319 6x13 \ 320 6x13B \ 321 6x13O \ 322 7x13 \ 323 7x13B \ 324 7x13O \ 325 7x14 \ 326 7x14B \ 327 8x13 \ 328 8x13B \ 329 8x13O \ 330 9x15 \ 331 9x15B \ 332 9x18 \ 333 9x18B \ 334 10x20 335 336BDF2UCS_8_FONT_FILES = \ 337 4x6 \ 338 5x7 \ 339 5x8 \ 340 6x9 \ 341 6x10 \ 342 6x12 \ 343 6x13 \ 344 6x13B \ 345 7x13 \ 346 7x13B \ 347 7x14 \ 348 7x14B \ 349 8x13 \ 350 8x13B \ 351 9x15 \ 352 9x15B \ 353 9x18 \ 354 9x18B \ 355 10x20 356 357BDF2UCS_11_FONT_FILES = \ 358 6x13 \ 359 7x13 \ 360 7x13B \ 361 7x13O \ 362 7x14 \ 363 7x14B \ 364 9x15 \ 365 9x15B \ 366 9x18 \ 367 10x20 368 369BDF2UCS_KOI8_FONT_FILES = \ 370 4x6 \ 371 5x7 \ 372 5x8 \ 373 6x9 \ 374 6x10 \ 375 6x12 \ 376 6x13 \ 377 7x13 \ 378 7x14 \ 379 8x13 \ 380 9x15 \ 381 9x18 \ 382 10x20 383 384BDF2UCS_JISX0201_FONT_FILES = \ 385 7x14 386 387EXTRA_FONT_FILES = \ 388 12x13ja \ 389 18x18ja \ 390 18x18ko \ 391 k14 \ 392 nil2 393 394FONT_FILES = $(BDF2UCS_FONT_FILES) $(EXTRA_FONT_FILES) 395TRUNC_FONT_FILES = $(BDF2UCS_FONT_FILES) 396BDF_FILES = $(FONT_FILES:%=%.bdf) 397PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 398TRUNC_BDF_FILES = $(TRUNC_FONT_FILES:%=%t.bdf) 399TRUNC_PCF_FILES = $(TRUNC_FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 400@ISO8859_1_TRUE@ISO8859_1_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.bdf) 401@ISO8859_1_TRUE@ISO8859_1_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.pcf$(COMPRESS_SUFFIX)) 402@ISO8859_2_TRUE@ISO8859_2_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.bdf) 403@ISO8859_2_TRUE@ISO8859_2_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.pcf$(COMPRESS_SUFFIX)) 404@ISO8859_3_TRUE@ISO8859_3_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.bdf) 405@ISO8859_3_TRUE@ISO8859_3_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.pcf$(COMPRESS_SUFFIX)) 406@ISO8859_4_TRUE@ISO8859_4_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.bdf) 407@ISO8859_4_TRUE@ISO8859_4_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.pcf$(COMPRESS_SUFFIX)) 408@ISO8859_5_TRUE@ISO8859_5_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-5.bdf) 409@ISO8859_5_TRUE@ISO8859_5_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-5.pcf$(COMPRESS_SUFFIX)) 410@ISO8859_7_TRUE@ISO8859_7_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-7.bdf) 411@ISO8859_7_TRUE@ISO8859_7_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-7.pcf$(COMPRESS_SUFFIX)) 412@ISO8859_8_TRUE@ISO8859_8_BDF_FILES = $(BDF2UCS_8_FONT_FILES:%=%-ISO8859-8.bdf) 413@ISO8859_8_TRUE@ISO8859_8_PCF_FILES = $(BDF2UCS_8_FONT_FILES:%=%-ISO8859-8.pcf$(COMPRESS_SUFFIX)) 414@ISO8859_9_TRUE@ISO8859_9_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.bdf) 415@ISO8859_9_TRUE@ISO8859_9_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.pcf$(COMPRESS_SUFFIX)) 416@ISO8859_10_TRUE@ISO8859_10_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.bdf) 417@ISO8859_10_TRUE@ISO8859_10_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.pcf$(COMPRESS_SUFFIX)) 418@ISO8859_11_TRUE@ISO8859_11_BDF_FILES = $(BDF2UCS_11_FONT_FILES:%=%-ISO8859-11.bdf) 419@ISO8859_11_TRUE@ISO8859_11_PCF_FILES = $(BDF2UCS_11_FONT_FILES:%=%-ISO8859-11.pcf$(COMPRESS_SUFFIX)) 420@ISO8859_13_TRUE@ISO8859_13_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.bdf) 421@ISO8859_13_TRUE@ISO8859_13_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.pcf$(COMPRESS_SUFFIX)) 422@ISO8859_14_TRUE@ISO8859_14_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.bdf) 423@ISO8859_14_TRUE@ISO8859_14_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.pcf$(COMPRESS_SUFFIX)) 424@ISO8859_15_TRUE@ISO8859_15_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.bdf) 425@ISO8859_15_TRUE@ISO8859_15_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.pcf$(COMPRESS_SUFFIX)) 426@ISO8859_16_TRUE@ISO8859_16_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-16.bdf) 427@ISO8859_16_TRUE@ISO8859_16_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-16.pcf$(COMPRESS_SUFFIX)) 428@KOI8_R_TRUE@KOI8_R_BDF_FILES = $(BDF2UCS_KOI8_FONT_FILES:%=%-KOI8-R.bdf) 429@KOI8_R_TRUE@KOI8_R_PCF_FILES = $(BDF2UCS_KOI8_FONT_FILES:%=%-KOI8-R.pcf$(COMPRESS_SUFFIX)) 430@JISX0201_TRUE@JISX0201_BDF_FILES = $(BDF2UCS_JISX0201_FONT_FILES:%=%-JISX0201.1976-0.bdf) 431@JISX0201_TRUE@JISX0201_PCF_FILES = $(BDF2UCS_JISX0201_FONT_FILES:%=%-JISX0201.1976-0.pcf$(COMPRESS_SUFFIX)) 432UTIL_DIR = @MAPFILES_PATH@ 433SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) t.bdf \ 434 -ISO8859-1.bdf \ 435 -ISO8859-2.bdf \ 436 -ISO8859-3.bdf \ 437 -ISO8859-4.bdf \ 438 -ISO8859-5.bdf \ 439 -ISO8859-7.bdf \ 440 -ISO8859-8.bdf \ 441 -ISO8859-9.bdf \ 442 -ISO8859-10.bdf \ 443 -ISO8859-11.bdf \ 444 -ISO8859-13.bdf \ 445 -ISO8859-14.bdf \ 446 -ISO8859-15.bdf \ 447 -ISO8859-16.bdf \ 448 -KOI8-R.bdf \ 449 -JISX0201.1976-0.bdf 450 451fontdir = @FONTDIR@ 452font_DATA = \ 453 $(PCF_FILES) \ 454 $(ISO8859_1_PCF_FILES) \ 455 $(ISO8859_2_PCF_FILES) \ 456 $(ISO8859_3_PCF_FILES) \ 457 $(ISO8859_4_PCF_FILES) \ 458 $(ISO8859_5_PCF_FILES) \ 459 $(ISO8859_7_PCF_FILES) \ 460 $(ISO8859_8_PCF_FILES) \ 461 $(ISO8859_9_PCF_FILES) \ 462 $(ISO8859_10_PCF_FILES) \ 463 $(ISO8859_11_PCF_FILES) \ 464 $(ISO8859_13_PCF_FILES) \ 465 $(ISO8859_14_PCF_FILES) \ 466 $(ISO8859_15_PCF_FILES) \ 467 $(ISO8859_16_PCF_FILES) \ 468 $(KOI8_R_PCF_FILES) \ 469 $(JISX0201_PCF_FILES) 470 471BUILT_BDF_FILES = \ 472 $(ISO8859_1_BDF_FILES) \ 473 $(ISO8859_2_BDF_FILES) \ 474 $(ISO8859_3_BDF_FILES) \ 475 $(ISO8859_4_BDF_FILES) \ 476 $(ISO8859_5_BDF_FILES) \ 477 $(ISO8859_7_BDF_FILES) \ 478 $(ISO8859_8_BDF_FILES) \ 479 $(ISO8859_9_BDF_FILES) \ 480 $(ISO8859_10_BDF_FILES) \ 481 $(ISO8859_11_BDF_FILES) \ 482 $(ISO8859_13_BDF_FILES) \ 483 $(ISO8859_14_BDF_FILES) \ 484 $(ISO8859_15_BDF_FILES) \ 485 $(ISO8859_16_BDF_FILES) \ 486 $(KOI8_R_BDF_FILES) \ 487 $(JISX0201_BDF_FILES) 488 489CLEANFILES = $(font_DATA) $(TRUNC_BDF_FILES) $(BUILT_BDF_FILES) 490EXTRA_DIST = $(BDF_FILES) README.md 491MAINTAINERCLEANFILES = ChangeLog INSTALL 492all: all-am 493 494.SUFFIXES: 495.SUFFIXES: .bdf .pcf$(COMPRESS_SUFFIX) t.bdf -ISO8859-1.bdf -ISO8859-2.bdf -ISO8859-3.bdf -ISO8859-4.bdf -ISO8859-5.bdf -ISO8859-7.bdf -ISO8859-8.bdf -ISO8859-9.bdf -ISO8859-10.bdf -ISO8859-11.bdf -ISO8859-13.bdf -ISO8859-14.bdf -ISO8859-15.bdf -ISO8859-16.bdf -KOI8-R.bdf -JISX0201.1976-0.bdf 496am--refresh: Makefile 497 @: 498$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 499 @for dep in $?; do \ 500 case '$(am__configure_deps)' in \ 501 *$$dep*) \ 502 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 503 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 504 && exit 0; \ 505 exit 1;; \ 506 esac; \ 507 done; \ 508 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 509 $(am__cd) $(top_srcdir) && \ 510 $(AUTOMAKE) --foreign Makefile 511Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 512 @case '$?' in \ 513 *config.status*) \ 514 echo ' $(SHELL) ./config.status'; \ 515 $(SHELL) ./config.status;; \ 516 *) \ 517 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 518 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 519 esac; 520 521$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 522 $(SHELL) ./config.status --recheck 523 524$(top_srcdir)/configure: $(am__configure_deps) 525 $(am__cd) $(srcdir) && $(AUTOCONF) 526$(ACLOCAL_M4): $(am__aclocal_m4_deps) 527 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 528$(am__aclocal_m4_deps): 529install-fontDATA: $(font_DATA) 530 @$(NORMAL_INSTALL) 531 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 532 if test -n "$$list"; then \ 533 echo " $(MKDIR_P) '$(DESTDIR)$(fontdir)'"; \ 534 $(MKDIR_P) "$(DESTDIR)$(fontdir)" || exit 1; \ 535 fi; \ 536 for p in $$list; do \ 537 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 538 echo "$$d$$p"; \ 539 done | $(am__base_list) | \ 540 while read files; do \ 541 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 542 $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 543 done 544 545uninstall-fontDATA: 546 @$(NORMAL_UNINSTALL) 547 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 548 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 549 dir='$(DESTDIR)$(fontdir)'; $(am__uninstall_files_from_dir) 550tags TAGS: 551 552ctags CTAGS: 553 554cscope cscopelist: 555 556distdir: $(BUILT_SOURCES) 557 $(MAKE) $(AM_MAKEFLAGS) distdir-am 558 559distdir-am: $(DISTFILES) 560 $(am__remove_distdir) 561 test -d "$(distdir)" || mkdir "$(distdir)" 562 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 563 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 564 list='$(DISTFILES)'; \ 565 dist_files=`for file in $$list; do echo $$file; done | \ 566 sed -e "s|^$$srcdirstrip/||;t" \ 567 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 568 case $$dist_files in \ 569 */*) $(MKDIR_P) `echo "$$dist_files" | \ 570 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 571 sort -u` ;; \ 572 esac; \ 573 for file in $$dist_files; do \ 574 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 575 if test -d $$d/$$file; then \ 576 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 577 if test -d "$(distdir)/$$file"; then \ 578 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 579 fi; \ 580 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 581 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 582 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 583 fi; \ 584 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 585 else \ 586 test -f "$(distdir)/$$file" \ 587 || cp -p $$d/$$file "$(distdir)/$$file" \ 588 || exit 1; \ 589 fi; \ 590 done 591 $(MAKE) $(AM_MAKEFLAGS) \ 592 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 593 dist-hook 594 -test -n "$(am__skip_mode_fix)" \ 595 || find "$(distdir)" -type d ! -perm -755 \ 596 -exec chmod u+rwx,go+rx {} \; -o \ 597 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 598 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 599 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 600 || chmod -R a+r "$(distdir)" 601dist-gzip: distdir 602 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 603 $(am__post_remove_distdir) 604 605dist-bzip2: distdir 606 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 607 $(am__post_remove_distdir) 608 609dist-lzip: distdir 610 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 611 $(am__post_remove_distdir) 612dist-xz: distdir 613 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 614 $(am__post_remove_distdir) 615 616dist-zstd: distdir 617 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 618 $(am__post_remove_distdir) 619 620dist-tarZ: distdir 621 @echo WARNING: "Support for distribution archives compressed with" \ 622 "legacy program 'compress' is deprecated." >&2 623 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 624 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 625 $(am__post_remove_distdir) 626 627dist-shar: distdir 628 @echo WARNING: "Support for shar distribution archives is" \ 629 "deprecated." >&2 630 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 631 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 632 $(am__post_remove_distdir) 633 634dist-zip: distdir 635 -rm -f $(distdir).zip 636 zip -rq $(distdir).zip $(distdir) 637 $(am__post_remove_distdir) 638 639dist dist-all: 640 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 641 $(am__post_remove_distdir) 642 643# This target untars the dist file and tries a VPATH configuration. Then 644# it guarantees that the distribution is self-contained by making another 645# tarfile. 646distcheck: dist 647 case '$(DIST_ARCHIVES)' in \ 648 *.tar.gz*) \ 649 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 650 *.tar.bz2*) \ 651 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 652 *.tar.lz*) \ 653 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 654 *.tar.xz*) \ 655 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 656 *.tar.Z*) \ 657 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 658 *.shar.gz*) \ 659 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 660 *.zip*) \ 661 unzip $(distdir).zip ;;\ 662 *.tar.zst*) \ 663 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 664 esac 665 chmod -R a-w $(distdir) 666 chmod u+w $(distdir) 667 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 668 chmod a-w $(distdir) 669 test -d $(distdir)/_build || exit 0; \ 670 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 671 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 672 && am__cwd=`pwd` \ 673 && $(am__cd) $(distdir)/_build/sub \ 674 && ../../configure \ 675 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 676 $(DISTCHECK_CONFIGURE_FLAGS) \ 677 --srcdir=../.. --prefix="$$dc_install_base" \ 678 && $(MAKE) $(AM_MAKEFLAGS) \ 679 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 680 && $(MAKE) $(AM_MAKEFLAGS) check \ 681 && $(MAKE) $(AM_MAKEFLAGS) install \ 682 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 683 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 684 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 685 distuninstallcheck \ 686 && chmod -R a-w "$$dc_install_base" \ 687 && ({ \ 688 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 689 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 690 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 691 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 692 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 693 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 694 && rm -rf "$$dc_destdir" \ 695 && $(MAKE) $(AM_MAKEFLAGS) dist \ 696 && rm -rf $(DIST_ARCHIVES) \ 697 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 698 && cd "$$am__cwd" \ 699 || exit 1 700 $(am__post_remove_distdir) 701 @(echo "$(distdir) archives ready for distribution: "; \ 702 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 703 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 704distcleancheck: distclean 705 @if test '$(srcdir)' = . ; then \ 706 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 707 exit 1 ; \ 708 fi 709 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 710 || { echo "ERROR: files left in build directory after distclean:" ; \ 711 $(distcleancheck_listfiles) ; \ 712 exit 1; } >&2 713check-am: all-am 714check: check-am 715all-am: Makefile $(DATA) all-local 716installdirs: 717 for dir in "$(DESTDIR)$(fontdir)"; do \ 718 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 719 done 720install: install-am 721install-exec: install-exec-am 722install-data: install-data-am 723uninstall: uninstall-am 724 725install-am: all-am 726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 727 728installcheck: installcheck-am 729install-strip: 730 if test -z '$(STRIP)'; then \ 731 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 732 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 733 install; \ 734 else \ 735 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 736 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 737 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 738 fi 739mostlyclean-generic: 740 741clean-generic: 742 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 743 744distclean-generic: 745 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 746 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 747 748maintainer-clean-generic: 749 @echo "This command is intended for maintainers to use" 750 @echo "it deletes files that may require special tools to rebuild." 751 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 752clean: clean-am 753 754clean-am: clean-generic mostlyclean-am 755 756distclean: distclean-am 757 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 758 -rm -f Makefile 759distclean-am: clean-am distclean-generic 760 761dvi: dvi-am 762 763dvi-am: 764 765html: html-am 766 767html-am: 768 769info: info-am 770 771info-am: 772 773install-data-am: install-fontDATA 774 @$(NORMAL_INSTALL) 775 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 776install-dvi: install-dvi-am 777 778install-dvi-am: 779 780install-exec-am: 781 782install-html: install-html-am 783 784install-html-am: 785 786install-info: install-info-am 787 788install-info-am: 789 790install-man: 791 792install-pdf: install-pdf-am 793 794install-pdf-am: 795 796install-ps: install-ps-am 797 798install-ps-am: 799 800installcheck-am: 801 802maintainer-clean: maintainer-clean-am 803 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 804 -rm -rf $(top_srcdir)/autom4te.cache 805 -rm -f Makefile 806maintainer-clean-am: distclean-am maintainer-clean-generic 807 808mostlyclean: mostlyclean-am 809 810mostlyclean-am: mostlyclean-generic 811 812pdf: pdf-am 813 814pdf-am: 815 816ps: ps-am 817 818ps-am: 819 820uninstall-am: uninstall-fontDATA 821 822.MAKE: install-am install-data-am install-strip 823 824.PHONY: all all-am all-local am--refresh check check-am clean \ 825 clean-generic cscopelist-am ctags-am dist dist-all dist-bzip2 \ 826 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 827 dist-zip dist-zstd distcheck distclean distclean-generic \ 828 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 829 html-am info info-am install install-am install-data \ 830 install-data-am install-data-hook install-dvi install-dvi-am \ 831 install-exec install-exec-am install-fontDATA install-html \ 832 install-html-am install-info install-info-am install-man \ 833 install-pdf install-pdf-am install-ps install-ps-am \ 834 install-strip installcheck installcheck-am installdirs \ 835 maintainer-clean maintainer-clean-generic mostlyclean \ 836 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ 837 uninstall-am uninstall-fontDATA 838 839.PRECIOUS: Makefile 840 841 842.bdf.pcf$(COMPRESS_SUFFIX): 843 @rm -f $@ 844 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) $(COMPRESS_FLAGS) > $@ 845 846.bdft.bdf: 847 @rm -f $@ 848 $(BDFTRUNCATE) 0x3200 < $< > $@ 849 850.bdf-ISO8859-1.bdf: 851 @rm -f $@ 852 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1 853 854.bdf-ISO8859-2.bdf: 855 @rm -f $@ 856 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-2 ISO8859-2 857 858.bdf-ISO8859-3.bdf: 859 @rm -f $@ 860 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-3 ISO8859-3 861 862.bdf-ISO8859-4.bdf: 863 @rm -f $@ 864 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-4 ISO8859-4 865 866.bdf-ISO8859-5.bdf: 867 @rm -f $@ 868 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-5 ISO8859-5 869 870.bdf-ISO8859-7.bdf: 871 @rm -f $@ 872 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-7 ISO8859-7 873 874.bdf-ISO8859-8.bdf: 875 @rm -f $@ 876 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-8 ISO8859-8 877 878.bdf-ISO8859-9.bdf: 879 @rm -f $@ 880 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-9 ISO8859-9 881 882.bdf-ISO8859-10.bdf: 883 @rm -f $@ 884 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-10 ISO8859-10 885 886.bdf-ISO8859-11.bdf: 887 @rm -f $@ 888 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-11 ISO8859-11 889 890.bdf-ISO8859-13.bdf: 891 @rm -f $@ 892 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-13 ISO8859-13 893 894.bdf-ISO8859-14.bdf: 895 @rm -f $@ 896 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-14 ISO8859-14 897 898.bdf-ISO8859-15.bdf: 899 @rm -f $@ 900 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-15 ISO8859-15 901 902.bdf-ISO8859-16.bdf: 903 @rm -f $@ 904 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-16 ISO8859-16 905 906.bdf-KOI8-R.bdf: 907 @rm -f $@ 908 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-KOI8-R KOI8-R 909 910.bdf-JISX0201.1976-0.bdf: 911 @rm -f $@ 912 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-JISX0201.1976-0 JISX0201.1976-0 913 914t.bdf.pcf$(COMPRESS_SUFFIX): 915 @rm -f $@ 916 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ 917 918all-local: $(BUILT_BDF_FILES) $(font_DATA) 919 920install-data-hook: 921 @rm -f $(DESTDIR)$(fontdir)/fonts.dir 922 $(MKFONTDIR) $(DESTDIR)$(fontdir) 923 @RUN_FCCACHE@ 924 925distuninstallcheck: 926 @: 927 928.PHONY: ChangeLog INSTALL 929 930INSTALL: 931 $(INSTALL_CMD) 932 933ChangeLog: 934 $(CHANGELOG_CMD) 935 936dist-hook: ChangeLog INSTALL 937 938# Tell versions [3.59,3.63) of GNU make to not export all variables. 939# Otherwise a system limit (for SysV at least) may be exceeded. 940.NOEXPORT: 941