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