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@ 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 clR6x12 314 315EXTRA_FONT_FILES = \ 316 clB6x10 \ 317 clB6x12 \ 318 clB8x10 \ 319 clB8x12 \ 320 clB8x13 \ 321 clB8x14 \ 322 clB8x16 \ 323 clB8x8 \ 324 clB9x15 \ 325 clI6x12 \ 326 clI8x8 \ 327 clR4x6 \ 328 clR5x10 \ 329 clR5x6 \ 330 clR5x8 \ 331 clR6x10 \ 332 clR6x13 \ 333 clR6x6 \ 334 clR6x8 \ 335 clR7x10 \ 336 clR7x12 \ 337 clR7x14 \ 338 clR7x8 \ 339 clR8x10 \ 340 clR8x12 \ 341 clR8x13 \ 342 clR8x14 \ 343 clR8x16 \ 344 clR8x8 \ 345 clR9x15 346 347FONT_FILES = $(BDF2UCS_FONT_FILES) $(EXTRA_FONT_FILES) 348TRUNC_FONT_FILES = $(BDF2UCS_FONT_FILES) 349BDF_FILES = $(FONT_FILES:%=%.bdf) 350PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 351TRUNC_BDF_FILES = $(TRUNC_FONT_FILES:%=%t.bdf) 352TRUNC_PCF_FILES = $(TRUNC_FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 353@ISO8859_1_TRUE@ISO8859_1_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.bdf) 354@ISO8859_1_TRUE@ISO8859_1_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.pcf$(COMPRESS_SUFFIX)) 355@ISO8859_2_TRUE@ISO8859_2_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.bdf) 356@ISO8859_2_TRUE@ISO8859_2_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.pcf$(COMPRESS_SUFFIX)) 357@ISO8859_3_TRUE@ISO8859_3_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.bdf) 358@ISO8859_3_TRUE@ISO8859_3_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.pcf$(COMPRESS_SUFFIX)) 359@ISO8859_4_TRUE@ISO8859_4_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.bdf) 360@ISO8859_4_TRUE@ISO8859_4_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.pcf$(COMPRESS_SUFFIX)) 361@ISO8859_5_TRUE@ISO8859_5_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-5.bdf) 362@ISO8859_5_TRUE@ISO8859_5_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-5.pcf$(COMPRESS_SUFFIX)) 363@ISO8859_7_TRUE@ISO8859_7_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-7.bdf) 364@ISO8859_7_TRUE@ISO8859_7_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-7.pcf$(COMPRESS_SUFFIX)) 365@ISO8859_8_TRUE@ISO8859_8_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-8.bdf) 366@ISO8859_8_TRUE@ISO8859_8_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-8.pcf$(COMPRESS_SUFFIX)) 367@ISO8859_9_TRUE@ISO8859_9_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.bdf) 368@ISO8859_9_TRUE@ISO8859_9_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.pcf$(COMPRESS_SUFFIX)) 369@ISO8859_10_TRUE@ISO8859_10_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.bdf) 370@ISO8859_10_TRUE@ISO8859_10_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.pcf$(COMPRESS_SUFFIX)) 371@ISO8859_13_TRUE@ISO8859_13_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.bdf) 372@ISO8859_13_TRUE@ISO8859_13_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.pcf$(COMPRESS_SUFFIX)) 373@ISO8859_14_TRUE@ISO8859_14_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.bdf) 374@ISO8859_14_TRUE@ISO8859_14_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.pcf$(COMPRESS_SUFFIX)) 375@ISO8859_15_TRUE@ISO8859_15_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.bdf) 376@ISO8859_15_TRUE@ISO8859_15_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.pcf$(COMPRESS_SUFFIX)) 377@ISO8859_16_TRUE@ISO8859_16_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-16.bdf) 378@ISO8859_16_TRUE@ISO8859_16_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-16.pcf$(COMPRESS_SUFFIX)) 379@KOI8_R_TRUE@KOI8_R_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-KOI8-R.bdf) 380@KOI8_R_TRUE@KOI8_R_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-KOI8-R.pcf$(COMPRESS_SUFFIX)) 381UTIL_DIR = @MAPFILES_PATH@ 382SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) t.bdf \ 383 -ISO8859-1.bdf \ 384 -ISO8859-2.bdf \ 385 -ISO8859-3.bdf \ 386 -ISO8859-4.bdf \ 387 -ISO8859-5.bdf \ 388 -ISO8859-7.bdf \ 389 -ISO8859-8.bdf \ 390 -ISO8859-9.bdf \ 391 -ISO8859-10.bdf \ 392 -ISO8859-13.bdf \ 393 -ISO8859-14.bdf \ 394 -ISO8859-15.bdf \ 395 -ISO8859-16.bdf \ 396 -KOI8-R.bdf 397 398fontdir = @FONTDIR@ 399font_DATA = \ 400 $(PCF_FILES) \ 401 $(ISO8859_1_PCF_FILES) \ 402 $(ISO8859_2_PCF_FILES) \ 403 $(ISO8859_3_PCF_FILES) \ 404 $(ISO8859_4_PCF_FILES) \ 405 $(ISO8859_5_PCF_FILES) \ 406 $(ISO8859_7_PCF_FILES) \ 407 $(ISO8859_8_PCF_FILES) \ 408 $(ISO8859_9_PCF_FILES) \ 409 $(ISO8859_10_PCF_FILES) \ 410 $(ISO8859_13_PCF_FILES) \ 411 $(ISO8859_14_PCF_FILES) \ 412 $(ISO8859_15_PCF_FILES) \ 413 $(ISO8859_16_PCF_FILES) \ 414 $(KOI8_R_PCF_FILES) 415 416BUILT_BDF_FILES = \ 417 $(ISO8859_1_BDF_FILES) \ 418 $(ISO8859_2_BDF_FILES) \ 419 $(ISO8859_3_BDF_FILES) \ 420 $(ISO8859_4_BDF_FILES) \ 421 $(ISO8859_5_BDF_FILES) \ 422 $(ISO8859_7_BDF_FILES) \ 423 $(ISO8859_8_BDF_FILES) \ 424 $(ISO8859_9_BDF_FILES) \ 425 $(ISO8859_10_BDF_FILES) \ 426 $(ISO8859_13_BDF_FILES) \ 427 $(ISO8859_14_BDF_FILES) \ 428 $(ISO8859_15_BDF_FILES) \ 429 $(ISO8859_16_BDF_FILES) \ 430 $(KOI8_R_BDF_FILES) 431 432CLEANFILES = $(font_DATA) $(TRUNC_BDF_FILES) $(BUILT_BDF_FILES) 433EXTRA_DIST = $(BDF_FILES) README.md 434MAINTAINERCLEANFILES = ChangeLog INSTALL 435all: all-am 436 437.SUFFIXES: 438.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-13.bdf -ISO8859-14.bdf -ISO8859-15.bdf -ISO8859-16.bdf -KOI8-R.bdf 439am--refresh: Makefile 440 @: 441$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 442 @for dep in $?; do \ 443 case '$(am__configure_deps)' in \ 444 *$$dep*) \ 445 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 446 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 447 && exit 0; \ 448 exit 1;; \ 449 esac; \ 450 done; \ 451 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 452 $(am__cd) $(top_srcdir) && \ 453 $(AUTOMAKE) --foreign Makefile 454Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 455 @case '$?' in \ 456 *config.status*) \ 457 echo ' $(SHELL) ./config.status'; \ 458 $(SHELL) ./config.status;; \ 459 *) \ 460 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 461 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 462 esac; 463 464$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 465 $(SHELL) ./config.status --recheck 466 467$(top_srcdir)/configure: $(am__configure_deps) 468 $(am__cd) $(srcdir) && $(AUTOCONF) 469$(ACLOCAL_M4): $(am__aclocal_m4_deps) 470 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 471$(am__aclocal_m4_deps): 472install-fontDATA: $(font_DATA) 473 @$(NORMAL_INSTALL) 474 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 475 if test -n "$$list"; then \ 476 echo " $(MKDIR_P) '$(DESTDIR)$(fontdir)'"; \ 477 $(MKDIR_P) "$(DESTDIR)$(fontdir)" || exit 1; \ 478 fi; \ 479 for p in $$list; do \ 480 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 481 echo "$$d$$p"; \ 482 done | $(am__base_list) | \ 483 while read files; do \ 484 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 485 $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 486 done 487 488uninstall-fontDATA: 489 @$(NORMAL_UNINSTALL) 490 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 491 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 492 dir='$(DESTDIR)$(fontdir)'; $(am__uninstall_files_from_dir) 493tags TAGS: 494 495ctags CTAGS: 496 497cscope cscopelist: 498 499distdir: $(BUILT_SOURCES) 500 $(MAKE) $(AM_MAKEFLAGS) distdir-am 501 502distdir-am: $(DISTFILES) 503 $(am__remove_distdir) 504 test -d "$(distdir)" || mkdir "$(distdir)" 505 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 506 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 507 list='$(DISTFILES)'; \ 508 dist_files=`for file in $$list; do echo $$file; done | \ 509 sed -e "s|^$$srcdirstrip/||;t" \ 510 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 511 case $$dist_files in \ 512 */*) $(MKDIR_P) `echo "$$dist_files" | \ 513 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 514 sort -u` ;; \ 515 esac; \ 516 for file in $$dist_files; do \ 517 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 518 if test -d $$d/$$file; then \ 519 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 520 if test -d "$(distdir)/$$file"; then \ 521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 522 fi; \ 523 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 524 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 526 fi; \ 527 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 528 else \ 529 test -f "$(distdir)/$$file" \ 530 || cp -p $$d/$$file "$(distdir)/$$file" \ 531 || exit 1; \ 532 fi; \ 533 done 534 $(MAKE) $(AM_MAKEFLAGS) \ 535 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 536 dist-hook 537 -test -n "$(am__skip_mode_fix)" \ 538 || find "$(distdir)" -type d ! -perm -755 \ 539 -exec chmod u+rwx,go+rx {} \; -o \ 540 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 541 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 542 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 543 || chmod -R a+r "$(distdir)" 544dist-gzip: distdir 545 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 546 $(am__post_remove_distdir) 547 548dist-bzip2: distdir 549 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 550 $(am__post_remove_distdir) 551 552dist-lzip: distdir 553 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 554 $(am__post_remove_distdir) 555dist-xz: distdir 556 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 557 $(am__post_remove_distdir) 558 559dist-zstd: distdir 560 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 561 $(am__post_remove_distdir) 562 563dist-tarZ: distdir 564 @echo WARNING: "Support for distribution archives compressed with" \ 565 "legacy program 'compress' is deprecated." >&2 566 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 567 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 568 $(am__post_remove_distdir) 569 570dist-shar: distdir 571 @echo WARNING: "Support for shar distribution archives is" \ 572 "deprecated." >&2 573 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 574 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 575 $(am__post_remove_distdir) 576 577dist-zip: distdir 578 -rm -f $(distdir).zip 579 zip -rq $(distdir).zip $(distdir) 580 $(am__post_remove_distdir) 581 582dist dist-all: 583 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 584 $(am__post_remove_distdir) 585 586# This target untars the dist file and tries a VPATH configuration. Then 587# it guarantees that the distribution is self-contained by making another 588# tarfile. 589distcheck: dist 590 case '$(DIST_ARCHIVES)' in \ 591 *.tar.gz*) \ 592 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 593 *.tar.bz2*) \ 594 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 595 *.tar.lz*) \ 596 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 597 *.tar.xz*) \ 598 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 599 *.tar.Z*) \ 600 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 601 *.shar.gz*) \ 602 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 603 *.zip*) \ 604 unzip $(distdir).zip ;;\ 605 *.tar.zst*) \ 606 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 607 esac 608 chmod -R a-w $(distdir) 609 chmod u+w $(distdir) 610 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 611 chmod a-w $(distdir) 612 test -d $(distdir)/_build || exit 0; \ 613 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 614 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 615 && am__cwd=`pwd` \ 616 && $(am__cd) $(distdir)/_build/sub \ 617 && ../../configure \ 618 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 619 $(DISTCHECK_CONFIGURE_FLAGS) \ 620 --srcdir=../.. --prefix="$$dc_install_base" \ 621 && $(MAKE) $(AM_MAKEFLAGS) \ 622 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 623 && $(MAKE) $(AM_MAKEFLAGS) check \ 624 && $(MAKE) $(AM_MAKEFLAGS) install \ 625 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 626 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 627 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 628 distuninstallcheck \ 629 && chmod -R a-w "$$dc_install_base" \ 630 && ({ \ 631 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 632 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 633 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 634 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 635 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 636 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 637 && rm -rf "$$dc_destdir" \ 638 && $(MAKE) $(AM_MAKEFLAGS) dist \ 639 && rm -rf $(DIST_ARCHIVES) \ 640 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 641 && cd "$$am__cwd" \ 642 || exit 1 643 $(am__post_remove_distdir) 644 @(echo "$(distdir) archives ready for distribution: "; \ 645 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 646 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 647distcleancheck: distclean 648 @if test '$(srcdir)' = . ; then \ 649 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 650 exit 1 ; \ 651 fi 652 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 653 || { echo "ERROR: files left in build directory after distclean:" ; \ 654 $(distcleancheck_listfiles) ; \ 655 exit 1; } >&2 656check-am: all-am 657check: check-am 658all-am: Makefile $(DATA) all-local 659installdirs: 660 for dir in "$(DESTDIR)$(fontdir)"; do \ 661 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 662 done 663install: install-am 664install-exec: install-exec-am 665install-data: install-data-am 666uninstall: uninstall-am 667 668install-am: all-am 669 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 670 671installcheck: installcheck-am 672install-strip: 673 if test -z '$(STRIP)'; then \ 674 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 675 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 676 install; \ 677 else \ 678 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 679 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 680 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 681 fi 682mostlyclean-generic: 683 684clean-generic: 685 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 686 687distclean-generic: 688 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 689 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 690 691maintainer-clean-generic: 692 @echo "This command is intended for maintainers to use" 693 @echo "it deletes files that may require special tools to rebuild." 694 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 695clean: clean-am 696 697clean-am: clean-generic mostlyclean-am 698 699distclean: distclean-am 700 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 701 -rm -f Makefile 702distclean-am: clean-am distclean-generic 703 704dvi: dvi-am 705 706dvi-am: 707 708html: html-am 709 710html-am: 711 712info: info-am 713 714info-am: 715 716install-data-am: install-fontDATA 717 @$(NORMAL_INSTALL) 718 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 719install-dvi: install-dvi-am 720 721install-dvi-am: 722 723install-exec-am: 724 725install-html: install-html-am 726 727install-html-am: 728 729install-info: install-info-am 730 731install-info-am: 732 733install-man: 734 735install-pdf: install-pdf-am 736 737install-pdf-am: 738 739install-ps: install-ps-am 740 741install-ps-am: 742 743installcheck-am: 744 745maintainer-clean: maintainer-clean-am 746 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 747 -rm -rf $(top_srcdir)/autom4te.cache 748 -rm -f Makefile 749maintainer-clean-am: distclean-am maintainer-clean-generic 750 751mostlyclean: mostlyclean-am 752 753mostlyclean-am: mostlyclean-generic 754 755pdf: pdf-am 756 757pdf-am: 758 759ps: ps-am 760 761ps-am: 762 763uninstall-am: uninstall-fontDATA 764 765.MAKE: install-am install-data-am install-strip 766 767.PHONY: all all-am all-local am--refresh check check-am clean \ 768 clean-generic cscopelist-am ctags-am dist dist-all dist-bzip2 \ 769 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 770 dist-zip dist-zstd distcheck distclean distclean-generic \ 771 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 772 html-am info info-am install install-am install-data \ 773 install-data-am install-data-hook install-dvi install-dvi-am \ 774 install-exec install-exec-am install-fontDATA install-html \ 775 install-html-am install-info install-info-am install-man \ 776 install-pdf install-pdf-am install-ps install-ps-am \ 777 install-strip installcheck installcheck-am installdirs \ 778 maintainer-clean maintainer-clean-generic mostlyclean \ 779 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ 780 uninstall-am uninstall-fontDATA 781 782.PRECIOUS: Makefile 783 784 785.bdf.pcf$(COMPRESS_SUFFIX): 786 @rm -f $@ 787 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ 788 789.bdft.bdf: 790 @rm -f $@ 791 $(BDFTRUNCATE) 0x3200 < $< > $@ 792 793.bdf-ISO8859-1.bdf: 794 @rm -f $@ 795 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1 796 797.bdf-ISO8859-2.bdf: 798 @rm -f $@ 799 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-2 ISO8859-2 800 801.bdf-ISO8859-3.bdf: 802 @rm -f $@ 803 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-3 ISO8859-3 804 805.bdf-ISO8859-4.bdf: 806 @rm -f $@ 807 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-4 ISO8859-4 808 809.bdf-ISO8859-5.bdf: 810 @rm -f $@ 811 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-5 ISO8859-5 812 813.bdf-ISO8859-7.bdf: 814 @rm -f $@ 815 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-7 ISO8859-7 816 817.bdf-ISO8859-8.bdf: 818 @rm -f $@ 819 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-8 ISO8859-8 820 821.bdf-ISO8859-9.bdf: 822 @rm -f $@ 823 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-9 ISO8859-9 824 825.bdf-ISO8859-10.bdf: 826 @rm -f $@ 827 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-10 ISO8859-10 828 829.bdf-ISO8859-13.bdf: 830 @rm -f $@ 831 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-13 ISO8859-13 832 833.bdf-ISO8859-14.bdf: 834 @rm -f $@ 835 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-14 ISO8859-14 836 837.bdf-ISO8859-15.bdf: 838 @rm -f $@ 839 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-15 ISO8859-15 840 841.bdf-ISO8859-16.bdf: 842 @rm -f $@ 843 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-16 ISO8859-16 844 845.bdf-KOI8-R.bdf: 846 @rm -f $@ 847 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-KOI8-R KOI8-R 848 849t.bdf.pcf$(COMPRESS_SUFFIX): 850 @rm -f $@ 851 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) $(COMPRESS_FLAGS) > $@ 852 853all-local: $(BUILT_BDF_FILES) $(font_DATA) 854 855install-data-hook: 856 @rm -f $(DESTDIR)$(fontdir)/fonts.dir 857 $(MKFONTDIR) $(DESTDIR)$(fontdir) 858 @RUN_FCCACHE@ 859 860distuninstallcheck: 861 @: 862 863.PHONY: ChangeLog INSTALL 864 865INSTALL: 866 $(INSTALL_CMD) 867 868ChangeLog: 869 $(CHANGELOG_CMD) 870 871dist-hook: ChangeLog INSTALL 872 873# Tell versions [3.59,3.63) of GNU make to not export all variables. 874# Otherwise a system limit (for SysV at least) may be exceeded. 875.NOEXPORT: 876