Makefile.in revision f4959950
1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# Copyright 2005 Red Hat, Inc. 19# 20# Permission to use, copy, modify, distribute, and sell this software 21# and its documentation for any purpose is hereby granted without 22# fee, provided that the above copyright notice appear in all copies 23# and that both that copyright notice and this permission notice 24# appear in supporting documentation, and that the name of Red Hat 25# not be used in advertising or publicity pertaining to distribution 26# of the software without specific, written prior permission. Red 27# Hat makes no representations about the suitability of this software 28# for any purpose. It is provided "as is" without express or implied 29# warranty. 30# 31# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 33# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 35# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 36# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 37# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 38 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkglibexecdir = $(libexecdir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58subdir = . 59DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 60 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ 61 ChangeLog INSTALL NEWS config.guess config.sub install-sh \ 62 missing 63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 64am__aclocal_m4_deps = $(top_srcdir)/configure.ac 65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 66 $(ACLOCAL_M4) 67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 68 configure.lineno config.status.lineno 69mkinstalldirs = $(install_sh) -d 70CONFIG_CLEAN_FILES = 71CONFIG_CLEAN_VPATH_FILES = 72AM_V_GEN = $(am__v_GEN_$(V)) 73am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 74am__v_GEN_0 = @echo " GEN " $@; 75AM_V_at = $(am__v_at_$(V)) 76am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 77am__v_at_0 = @ 78SOURCES = 79DIST_SOURCES = 80am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 81am__vpath_adj = case $$p in \ 82 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 83 *) f=$$p;; \ 84 esac; 85am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 86am__install_max = 40 87am__nobase_strip_setup = \ 88 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 89am__nobase_strip = \ 90 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 91am__nobase_list = $(am__nobase_strip_setup); \ 92 for p in $$list; do echo "$$p $$p"; done | \ 93 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 94 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 95 if (++n[$$2] == $(am__install_max)) \ 96 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 97 END { for (dir in files) print dir, files[dir] }' 98am__base_list = \ 99 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 100 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 101am__installdirs = "$(DESTDIR)$(fontdir)" 102DATA = $(font_DATA) 103DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 104distdir = $(PACKAGE)-$(VERSION) 105top_distdir = $(distdir) 106am__remove_distdir = \ 107 { test ! -d "$(distdir)" \ 108 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 109 && rm -fr "$(distdir)"; }; } 110DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 111GZIP_ENV = --best 112distuninstallcheck_listfiles = find . -type f -print 113ACLOCAL = @ACLOCAL@ 114ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 115ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 116AMTAR = @AMTAR@ 117AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 118APP_MAN_DIR = @APP_MAN_DIR@ 119APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 120AUTOCONF = @AUTOCONF@ 121AUTOHEADER = @AUTOHEADER@ 122AUTOMAKE = @AUTOMAKE@ 123AWK = @AWK@ 124BDFTOPCF = @BDFTOPCF@ 125CC = @CC@ 126CCDEPMODE = @CCDEPMODE@ 127CFLAGS = @CFLAGS@ 128CHANGELOG_CMD = @CHANGELOG_CMD@ 129COMPRESS = @COMPRESS@ 130COMPRESS_SUFFIX = @COMPRESS_SUFFIX@ 131CPP = @CPP@ 132CPPFLAGS = @CPPFLAGS@ 133CWARNFLAGS = @CWARNFLAGS@ 134CYGPATH_W = @CYGPATH_W@ 135DEFS = @DEFS@ 136DEPDIR = @DEPDIR@ 137DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 138DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 139ECHO_C = @ECHO_C@ 140ECHO_N = @ECHO_N@ 141ECHO_T = @ECHO_T@ 142EGREP = @EGREP@ 143EXEEXT = @EXEEXT@ 144FCCACHE = @FCCACHE@ 145FILE_MAN_DIR = @FILE_MAN_DIR@ 146FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 147FONTDIR = @FONTDIR@ 148FONTROOTDIR = @FONTROOTDIR@ 149GREP = @GREP@ 150INSTALL = @INSTALL@ 151INSTALL_DATA = @INSTALL_DATA@ 152INSTALL_PROGRAM = @INSTALL_PROGRAM@ 153INSTALL_SCRIPT = @INSTALL_SCRIPT@ 154INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 155LDFLAGS = @LDFLAGS@ 156LIBOBJS = @LIBOBJS@ 157LIBS = @LIBS@ 158LIB_MAN_DIR = @LIB_MAN_DIR@ 159LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 160LTLIBOBJS = @LTLIBOBJS@ 161MAINT = @MAINT@ 162MAKEINFO = @MAKEINFO@ 163MAPFILES_PATH = @MAPFILES_PATH@ 164MAPS_CFLAGS = @MAPS_CFLAGS@ 165MAPS_LIBS = @MAPS_LIBS@ 166MISC_MAN_DIR = @MISC_MAN_DIR@ 167MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 168MKDIR_P = @MKDIR_P@ 169MKFONTDIR = @MKFONTDIR@ 170OBJEXT = @OBJEXT@ 171PACKAGE = @PACKAGE@ 172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 173PACKAGE_NAME = @PACKAGE_NAME@ 174PACKAGE_STRING = @PACKAGE_STRING@ 175PACKAGE_TARNAME = @PACKAGE_TARNAME@ 176PACKAGE_VERSION = @PACKAGE_VERSION@ 177PATH_SEPARATOR = @PATH_SEPARATOR@ 178PKG_CONFIG = @PKG_CONFIG@ 179RUN_FCCACHE = @RUN_FCCACHE@ 180SET_MAKE = @SET_MAKE@ 181SHELL = @SHELL@ 182STRIP = @STRIP@ 183UCS2ANY = @UCS2ANY@ 184VERSION = @VERSION@ 185abs_builddir = @abs_builddir@ 186abs_srcdir = @abs_srcdir@ 187abs_top_builddir = @abs_top_builddir@ 188abs_top_srcdir = @abs_top_srcdir@ 189ac_ct_CC = @ac_ct_CC@ 190am__include = @am__include@ 191am__leading_dot = @am__leading_dot@ 192am__quote = @am__quote@ 193am__tar = @am__tar@ 194am__untar = @am__untar@ 195bindir = @bindir@ 196build = @build@ 197build_alias = @build_alias@ 198build_cpu = @build_cpu@ 199build_os = @build_os@ 200build_vendor = @build_vendor@ 201builddir = @builddir@ 202datadir = @datadir@ 203datarootdir = @datarootdir@ 204distcleancheck_listfiles = @distcleancheck_listfiles@ 205docdir = @docdir@ 206dvidir = @dvidir@ 207exec_prefix = @exec_prefix@ 208host = @host@ 209host_alias = @host_alias@ 210host_cpu = @host_cpu@ 211host_os = @host_os@ 212host_vendor = @host_vendor@ 213htmldir = @htmldir@ 214includedir = @includedir@ 215infodir = @infodir@ 216install_sh = @install_sh@ 217libdir = @libdir@ 218libexecdir = @libexecdir@ 219localedir = @localedir@ 220localstatedir = @localstatedir@ 221mandir = @mandir@ 222mkdir_p = @mkdir_p@ 223oldincludedir = @oldincludedir@ 224pdfdir = @pdfdir@ 225prefix = @prefix@ 226program_transform_name = @program_transform_name@ 227psdir = @psdir@ 228sbindir = @sbindir@ 229sharedstatedir = @sharedstatedir@ 230srcdir = @srcdir@ 231sysconfdir = @sysconfdir@ 232target_alias = @target_alias@ 233top_build_prefix = @top_build_prefix@ 234top_builddir = @top_builddir@ 235top_srcdir = @top_srcdir@ 236BDF2UCS_FONT_FILES = \ 237 4x6 \ 238 5x7 \ 239 5x8 \ 240 6x9 \ 241 6x10 \ 242 6x12 \ 243 6x13 \ 244 6x13B \ 245 6x13O \ 246 7x13 \ 247 7x13B \ 248 7x13O \ 249 7x14 \ 250 7x14B \ 251 8x13 \ 252 8x13B \ 253 8x13O \ 254 9x15 \ 255 9x15B \ 256 9x18 \ 257 9x18B \ 258 10x20 259 260BDF2UCS_8_FONT_FILES = \ 261 4x6 \ 262 5x7 \ 263 5x8 \ 264 6x9 \ 265 6x10 \ 266 6x12 \ 267 6x13 \ 268 6x13B \ 269 7x13 \ 270 7x13B \ 271 7x14 \ 272 7x14B \ 273 8x13 \ 274 8x13B \ 275 9x15 \ 276 9x15B \ 277 9x18 \ 278 9x18B \ 279 10x20 280 281BDF2UCS_11_FONT_FILES = \ 282 6x13 \ 283 7x13 \ 284 7x13B \ 285 7x13O \ 286 7x14 \ 287 7x14B \ 288 9x15 \ 289 9x15B \ 290 9x18 \ 291 10x20 292 293BDF2UCS_KOI8_FONT_FILES = \ 294 4x6 \ 295 5x7 \ 296 5x8 \ 297 6x9 \ 298 6x10 \ 299 6x12 \ 300 6x13 \ 301 7x13 \ 302 7x14 \ 303 8x13 \ 304 9x15 \ 305 9x18 \ 306 10x20 307 308BDF2UCS_JISX0201_FONT_FILES = \ 309 7x14 310 311EXTRA_FONT_FILES = \ 312 12x13ja \ 313 18x18ja \ 314 18x18ko \ 315 k14 \ 316 nil2 317 318FONT_FILES = $(BDF2UCS_FONT_FILES) $(EXTRA_FONT_FILES) 319TRUNC_FONT_FILES = $(BDF2UCS_FONT_FILES) 320BDF_FILES = $(FONT_FILES:%=%.bdf) 321PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 322TRUNC_BDF_FILES = $(TRUNC_FONT_FILES:%=%t.bdf) 323TRUNC_PCF_FILES = $(TRUNC_FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 324@ISO8859_1_TRUE@ISO8859_1_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.bdf) 325@ISO8859_1_TRUE@ISO8859_1_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.pcf$(COMPRESS_SUFFIX)) 326@ISO8859_2_TRUE@ISO8859_2_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.bdf) 327@ISO8859_2_TRUE@ISO8859_2_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.pcf$(COMPRESS_SUFFIX)) 328@ISO8859_3_TRUE@ISO8859_3_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.bdf) 329@ISO8859_3_TRUE@ISO8859_3_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.pcf$(COMPRESS_SUFFIX)) 330@ISO8859_4_TRUE@ISO8859_4_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.bdf) 331@ISO8859_4_TRUE@ISO8859_4_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.pcf$(COMPRESS_SUFFIX)) 332@ISO8859_5_TRUE@ISO8859_5_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-5.bdf) 333@ISO8859_5_TRUE@ISO8859_5_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-5.pcf$(COMPRESS_SUFFIX)) 334@ISO8859_7_TRUE@ISO8859_7_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-7.bdf) 335@ISO8859_7_TRUE@ISO8859_7_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-7.pcf$(COMPRESS_SUFFIX)) 336@ISO8859_8_TRUE@ISO8859_8_BDF_FILES = $(BDF2UCS_8_FONT_FILES:%=%-ISO8859-8.bdf) 337@ISO8859_8_TRUE@ISO8859_8_PCF_FILES = $(BDF2UCS_8_FONT_FILES:%=%-ISO8859-8.pcf$(COMPRESS_SUFFIX)) 338@ISO8859_9_TRUE@ISO8859_9_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.bdf) 339@ISO8859_9_TRUE@ISO8859_9_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.pcf$(COMPRESS_SUFFIX)) 340@ISO8859_10_TRUE@ISO8859_10_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.bdf) 341@ISO8859_10_TRUE@ISO8859_10_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.pcf$(COMPRESS_SUFFIX)) 342@ISO8859_11_TRUE@ISO8859_11_BDF_FILES = $(BDF2UCS_11_FONT_FILES:%=%-ISO8859-11.bdf) 343@ISO8859_11_TRUE@ISO8859_11_PCF_FILES = $(BDF2UCS_11_FONT_FILES:%=%-ISO8859-11.pcf$(COMPRESS_SUFFIX)) 344@ISO8859_13_TRUE@ISO8859_13_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.bdf) 345@ISO8859_13_TRUE@ISO8859_13_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.pcf$(COMPRESS_SUFFIX)) 346@ISO8859_14_TRUE@ISO8859_14_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.bdf) 347@ISO8859_14_TRUE@ISO8859_14_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.pcf$(COMPRESS_SUFFIX)) 348@ISO8859_15_TRUE@ISO8859_15_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.bdf) 349@ISO8859_15_TRUE@ISO8859_15_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.pcf$(COMPRESS_SUFFIX)) 350@ISO8859_16_TRUE@ISO8859_16_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-16.bdf) 351@ISO8859_16_TRUE@ISO8859_16_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-16.pcf$(COMPRESS_SUFFIX)) 352@KOI8_R_TRUE@KOI8_R_BDF_FILES = $(BDF2UCS_KOI8_FONT_FILES:%=%-KOI8-R.bdf) 353@KOI8_R_TRUE@KOI8_R_PCF_FILES = $(BDF2UCS_KOI8_FONT_FILES:%=%-KOI8-R.pcf$(COMPRESS_SUFFIX)) 354@JISX0201_TRUE@JISX0201_BDF_FILES = $(BDF2UCS_JISX0201_FONT_FILES:%=%-JISX0201.1976-0.bdf) 355@JISX0201_TRUE@JISX0201_PCF_FILES = $(BDF2UCS_JISX0201_FONT_FILES:%=%-JISX0201.1976-0.pcf$(COMPRESS_SUFFIX)) 356UTIL_DIR = @MAPFILES_PATH@ 357SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) t.bdf \ 358 -ISO8859-1.bdf \ 359 -ISO8859-2.bdf \ 360 -ISO8859-3.bdf \ 361 -ISO8859-4.bdf \ 362 -ISO8859-5.bdf \ 363 -ISO8859-7.bdf \ 364 -ISO8859-8.bdf \ 365 -ISO8859-9.bdf \ 366 -ISO8859-10.bdf \ 367 -ISO8859-11.bdf \ 368 -ISO8859-13.bdf \ 369 -ISO8859-14.bdf \ 370 -ISO8859-15.bdf \ 371 -ISO8859-16.bdf \ 372 -KOI8-R.bdf \ 373 -JISX0201.1976-0.bdf 374 375fontdir = @FONTDIR@ 376font_DATA = \ 377 $(PCF_FILES) \ 378 $(ISO8859_1_PCF_FILES) \ 379 $(ISO8859_2_PCF_FILES) \ 380 $(ISO8859_3_PCF_FILES) \ 381 $(ISO8859_4_PCF_FILES) \ 382 $(ISO8859_5_PCF_FILES) \ 383 $(ISO8859_7_PCF_FILES) \ 384 $(ISO8859_8_PCF_FILES) \ 385 $(ISO8859_9_PCF_FILES) \ 386 $(ISO8859_10_PCF_FILES) \ 387 $(ISO8859_11_PCF_FILES) \ 388 $(ISO8859_13_PCF_FILES) \ 389 $(ISO8859_14_PCF_FILES) \ 390 $(ISO8859_15_PCF_FILES) \ 391 $(ISO8859_16_PCF_FILES) \ 392 $(KOI8_R_PCF_FILES) \ 393 $(JISX0201_PCF_FILES) 394 395BUILT_BDF_FILES = \ 396 $(ISO8859_1_BDF_FILES) \ 397 $(ISO8859_2_BDF_FILES) \ 398 $(ISO8859_3_BDF_FILES) \ 399 $(ISO8859_4_BDF_FILES) \ 400 $(ISO8859_5_BDF_FILES) \ 401 $(ISO8859_7_BDF_FILES) \ 402 $(ISO8859_8_BDF_FILES) \ 403 $(ISO8859_9_BDF_FILES) \ 404 $(ISO8859_10_BDF_FILES) \ 405 $(ISO8859_11_BDF_FILES) \ 406 $(ISO8859_13_BDF_FILES) \ 407 $(ISO8859_14_BDF_FILES) \ 408 $(ISO8859_15_BDF_FILES) \ 409 $(ISO8859_16_BDF_FILES) \ 410 $(KOI8_R_BDF_FILES) \ 411 $(JISX0201_BDF_FILES) 412 413CLEANFILES = $(font_DATA) $(TRUNC_BDF_FILES) $(BUILT_BDF_FILES) 414EXTRA_DIST = $(BDF_FILES) ChangeLog 415MAINTAINERCLEANFILES = ChangeLog 416all: all-am 417 418.SUFFIXES: 419.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 420am--refresh: 421 @: 422$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 423 @for dep in $?; do \ 424 case '$(am__configure_deps)' in \ 425 *$$dep*) \ 426 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 427 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 428 && exit 0; \ 429 exit 1;; \ 430 esac; \ 431 done; \ 432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 433 $(am__cd) $(top_srcdir) && \ 434 $(AUTOMAKE) --foreign Makefile 435.PRECIOUS: Makefile 436Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 437 @case '$?' in \ 438 *config.status*) \ 439 echo ' $(SHELL) ./config.status'; \ 440 $(SHELL) ./config.status;; \ 441 *) \ 442 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 443 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 444 esac; 445 446$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 447 $(SHELL) ./config.status --recheck 448 449$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 450 $(am__cd) $(srcdir) && $(AUTOCONF) 451$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 452 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 453$(am__aclocal_m4_deps): 454install-fontDATA: $(font_DATA) 455 @$(NORMAL_INSTALL) 456 test -z "$(fontdir)" || $(MKDIR_P) "$(DESTDIR)$(fontdir)" 457 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 458 for p in $$list; do \ 459 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 460 echo "$$d$$p"; \ 461 done | $(am__base_list) | \ 462 while read files; do \ 463 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 464 $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 465 done 466 467uninstall-fontDATA: 468 @$(NORMAL_UNINSTALL) 469 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 470 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 471 test -n "$$files" || exit 0; \ 472 echo " ( cd '$(DESTDIR)$(fontdir)' && rm -f" $$files ")"; \ 473 cd "$(DESTDIR)$(fontdir)" && rm -f $$files 474tags: TAGS 475TAGS: 476 477ctags: CTAGS 478CTAGS: 479 480 481distdir: $(DISTFILES) 482 $(am__remove_distdir) 483 test -d "$(distdir)" || mkdir "$(distdir)" 484 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 485 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 486 list='$(DISTFILES)'; \ 487 dist_files=`for file in $$list; do echo $$file; done | \ 488 sed -e "s|^$$srcdirstrip/||;t" \ 489 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 490 case $$dist_files in \ 491 */*) $(MKDIR_P) `echo "$$dist_files" | \ 492 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 493 sort -u` ;; \ 494 esac; \ 495 for file in $$dist_files; do \ 496 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 497 if test -d $$d/$$file; then \ 498 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 499 if test -d "$(distdir)/$$file"; then \ 500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 501 fi; \ 502 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 503 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 504 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 505 fi; \ 506 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 507 else \ 508 test -f "$(distdir)/$$file" \ 509 || cp -p $$d/$$file "$(distdir)/$$file" \ 510 || exit 1; \ 511 fi; \ 512 done 513 $(MAKE) $(AM_MAKEFLAGS) \ 514 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 515 dist-hook 516 -test -n "$(am__skip_mode_fix)" \ 517 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 518 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 519 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 520 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 521 || chmod -R a+r "$(distdir)" 522dist-gzip: distdir 523 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 524 $(am__remove_distdir) 525dist-bzip2: distdir 526 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 527 $(am__remove_distdir) 528 529dist-lzma: distdir 530 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 531 $(am__remove_distdir) 532 533dist-xz: distdir 534 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 535 $(am__remove_distdir) 536 537dist-tarZ: distdir 538 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 539 $(am__remove_distdir) 540 541dist-shar: distdir 542 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 543 $(am__remove_distdir) 544 545dist-zip: distdir 546 -rm -f $(distdir).zip 547 zip -rq $(distdir).zip $(distdir) 548 $(am__remove_distdir) 549 550dist dist-all: distdir 551 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 552 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 553 $(am__remove_distdir) 554 555# This target untars the dist file and tries a VPATH configuration. Then 556# it guarantees that the distribution is self-contained by making another 557# tarfile. 558distcheck: dist 559 case '$(DIST_ARCHIVES)' in \ 560 *.tar.gz*) \ 561 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 562 *.tar.bz2*) \ 563 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 564 *.tar.lzma*) \ 565 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 566 *.tar.xz*) \ 567 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 568 *.tar.Z*) \ 569 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 570 *.shar.gz*) \ 571 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 572 *.zip*) \ 573 unzip $(distdir).zip ;;\ 574 esac 575 chmod -R a-w $(distdir); chmod a+w $(distdir) 576 mkdir $(distdir)/_build 577 mkdir $(distdir)/_inst 578 chmod a-w $(distdir) 579 test -d $(distdir)/_build || exit 0; \ 580 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 581 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 582 && am__cwd=`pwd` \ 583 && $(am__cd) $(distdir)/_build \ 584 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 585 $(DISTCHECK_CONFIGURE_FLAGS) \ 586 && $(MAKE) $(AM_MAKEFLAGS) \ 587 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 588 && $(MAKE) $(AM_MAKEFLAGS) check \ 589 && $(MAKE) $(AM_MAKEFLAGS) install \ 590 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 591 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 592 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 593 distuninstallcheck \ 594 && chmod -R a-w "$$dc_install_base" \ 595 && ({ \ 596 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 597 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 598 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 599 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 600 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 601 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 602 && rm -rf "$$dc_destdir" \ 603 && $(MAKE) $(AM_MAKEFLAGS) dist \ 604 && rm -rf $(DIST_ARCHIVES) \ 605 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 606 && cd "$$am__cwd" \ 607 || exit 1 608 $(am__remove_distdir) 609 @(echo "$(distdir) archives ready for distribution: "; \ 610 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 611 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 612distcleancheck: distclean 613 @if test '$(srcdir)' = . ; then \ 614 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 615 exit 1 ; \ 616 fi 617 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 618 || { echo "ERROR: files left in build directory after distclean:" ; \ 619 $(distcleancheck_listfiles) ; \ 620 exit 1; } >&2 621check-am: all-am 622check: check-am 623all-am: Makefile $(DATA) all-local 624installdirs: 625 for dir in "$(DESTDIR)$(fontdir)"; do \ 626 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 627 done 628install: install-am 629install-exec: install-exec-am 630install-data: install-data-am 631uninstall: uninstall-am 632 633install-am: all-am 634 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 635 636installcheck: installcheck-am 637install-strip: 638 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 639 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 640 `test -z '$(STRIP)' || \ 641 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 642mostlyclean-generic: 643 644clean-generic: 645 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 646 647distclean-generic: 648 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 649 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 650 651maintainer-clean-generic: 652 @echo "This command is intended for maintainers to use" 653 @echo "it deletes files that may require special tools to rebuild." 654 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 655clean: clean-am 656 657clean-am: clean-generic mostlyclean-am 658 659distclean: distclean-am 660 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 661 -rm -f Makefile 662distclean-am: clean-am distclean-generic 663 664dvi: dvi-am 665 666dvi-am: 667 668html: html-am 669 670html-am: 671 672info: info-am 673 674info-am: 675 676install-data-am: install-fontDATA 677 @$(NORMAL_INSTALL) 678 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 679install-dvi: install-dvi-am 680 681install-dvi-am: 682 683install-exec-am: 684 685install-html: install-html-am 686 687install-html-am: 688 689install-info: install-info-am 690 691install-info-am: 692 693install-man: 694 695install-pdf: install-pdf-am 696 697install-pdf-am: 698 699install-ps: install-ps-am 700 701install-ps-am: 702 703installcheck-am: 704 705maintainer-clean: maintainer-clean-am 706 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 707 -rm -rf $(top_srcdir)/autom4te.cache 708 -rm -f Makefile 709maintainer-clean-am: distclean-am maintainer-clean-generic 710 711mostlyclean: mostlyclean-am 712 713mostlyclean-am: mostlyclean-generic 714 715pdf: pdf-am 716 717pdf-am: 718 719ps: ps-am 720 721ps-am: 722 723uninstall-am: uninstall-fontDATA 724 725.MAKE: install-am install-data-am install-strip 726 727.PHONY: all all-am all-local am--refresh check check-am clean \ 728 clean-generic dist dist-all dist-bzip2 dist-gzip dist-hook \ 729 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ 730 distclean distclean-generic distcleancheck distdir \ 731 distuninstallcheck dvi dvi-am html html-am info info-am \ 732 install install-am install-data install-data-am \ 733 install-data-hook install-dvi install-dvi-am install-exec \ 734 install-exec-am install-fontDATA install-html install-html-am \ 735 install-info install-info-am install-man install-pdf \ 736 install-pdf-am install-ps install-ps-am install-strip \ 737 installcheck installcheck-am installdirs maintainer-clean \ 738 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 739 pdf-am ps ps-am uninstall uninstall-am uninstall-fontDATA 740 741 742.bdf.pcf$(COMPRESS_SUFFIX): 743 @rm -f $@ 744 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ 745 746.bdft.bdf: 747 @rm -f $@ 748 $(BDFTRUNCATE) 0x3200 < $< > $@ 749 750.bdf-ISO8859-1.bdf: 751 @rm -f $@ 752 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1 753 754.bdf-ISO8859-2.bdf: 755 @rm -f $@ 756 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-2 ISO8859-2 757 758.bdf-ISO8859-3.bdf: 759 @rm -f $@ 760 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-3 ISO8859-3 761 762.bdf-ISO8859-4.bdf: 763 @rm -f $@ 764 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-4 ISO8859-4 765 766.bdf-ISO8859-5.bdf: 767 @rm -f $@ 768 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-5 ISO8859-5 769 770.bdf-ISO8859-7.bdf: 771 @rm -f $@ 772 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-7 ISO8859-7 773 774.bdf-ISO8859-8.bdf: 775 @rm -f $@ 776 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-8 ISO8859-8 777 778.bdf-ISO8859-9.bdf: 779 @rm -f $@ 780 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-9 ISO8859-9 781 782.bdf-ISO8859-10.bdf: 783 @rm -f $@ 784 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-10 ISO8859-10 785 786.bdf-ISO8859-11.bdf: 787 @rm -f $@ 788 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-11 ISO8859-11 789 790.bdf-ISO8859-13.bdf: 791 @rm -f $@ 792 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-13 ISO8859-13 793 794.bdf-ISO8859-14.bdf: 795 @rm -f $@ 796 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-14 ISO8859-14 797 798.bdf-ISO8859-15.bdf: 799 @rm -f $@ 800 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-15 ISO8859-15 801 802.bdf-ISO8859-16.bdf: 803 @rm -f $@ 804 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-16 ISO8859-16 805 806.bdf-KOI8-R.bdf: 807 @rm -f $@ 808 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-KOI8-R KOI8-R 809 810.bdf-JISX0201.1976-0.bdf: 811 @rm -f $@ 812 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-JISX0201.1976-0 JISX0201.1976-0 813 814t.bdf.pcf$(COMPRESS_SUFFIX): 815 @rm -f $@ 816 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ 817 818all-local: $(BUILT_BDF_FILES) $(font_DATA) 819 820install-data-hook: 821 @rm -f $(DESTDIR)$(fontdir)/font.dir 822 $(MKFONTDIR) $(DESTDIR)$(fontdir) 823 @RUN_FCCACHE@ 824 825distuninstallcheck: 826 @: 827 828.PHONY: ChangeLog 829 830ChangeLog: 831 $(CHANGELOG_CMD) 832 833dist-hook: ChangeLog 834 835# Tell versions [3.59,3.63) of GNU make to not export all variables. 836# Otherwise a system limit (for SysV at least) may be exceeded. 837.NOEXPORT: 838