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