Makefile.in revision eed6fe1c
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 UTB___10 \ 238 UTB___12 \ 239 UTB___14 \ 240 UTB___18 \ 241 UTB___24 \ 242 UTBI__10 \ 243 UTBI__12 \ 244 UTBI__14 \ 245 UTBI__18 \ 246 UTBI__24 \ 247 UTI___10 \ 248 UTI___12 \ 249 UTI___14 \ 250 UTI___18 \ 251 UTI___24 \ 252 UTRG__10 \ 253 UTRG__12 \ 254 UTRG__14 \ 255 UTRG__18 \ 256 UTRG__24 257 258FONT_FILES = $(BDF2UCS_FONT_FILES) 259BDF_FILES = $(FONT_FILES:%=%.bdf) 260PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 261@ISO8859_1_TRUE@ISO8859_1_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.bdf) 262@ISO8859_1_TRUE@ISO8859_1_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.pcf$(COMPRESS_SUFFIX)) 263@ISO8859_2_TRUE@ISO8859_2_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.bdf) 264@ISO8859_2_TRUE@ISO8859_2_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.pcf$(COMPRESS_SUFFIX)) 265@ISO8859_3_TRUE@ISO8859_3_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.bdf) 266@ISO8859_3_TRUE@ISO8859_3_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.pcf$(COMPRESS_SUFFIX)) 267@ISO8859_4_TRUE@ISO8859_4_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.bdf) 268@ISO8859_4_TRUE@ISO8859_4_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.pcf$(COMPRESS_SUFFIX)) 269@ISO8859_9_TRUE@ISO8859_9_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.bdf) 270@ISO8859_9_TRUE@ISO8859_9_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.pcf$(COMPRESS_SUFFIX)) 271@ISO8859_10_TRUE@ISO8859_10_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.bdf) 272@ISO8859_10_TRUE@ISO8859_10_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.pcf$(COMPRESS_SUFFIX)) 273@ISO8859_13_TRUE@ISO8859_13_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.bdf) 274@ISO8859_13_TRUE@ISO8859_13_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.pcf$(COMPRESS_SUFFIX)) 275@ISO8859_14_TRUE@ISO8859_14_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.bdf) 276@ISO8859_14_TRUE@ISO8859_14_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.pcf$(COMPRESS_SUFFIX)) 277@ISO8859_15_TRUE@ISO8859_15_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.bdf) 278@ISO8859_15_TRUE@ISO8859_15_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.pcf$(COMPRESS_SUFFIX)) 279UTIL_DIR = @MAPFILES_PATH@ 280SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) \ 281 -ISO8859-1.bdf \ 282 -ISO8859-2.bdf \ 283 -ISO8859-3.bdf \ 284 -ISO8859-4.bdf \ 285 -ISO8859-9.bdf \ 286 -ISO8859-10.bdf \ 287 -ISO8859-13.bdf \ 288 -ISO8859-14.bdf \ 289 -ISO8859-15.bdf 290 291fontdir = @FONTDIR@ 292font_DATA = \ 293 $(PCF_FILES) \ 294 $(ISO8859_1_PCF_FILES) \ 295 $(ISO8859_2_PCF_FILES) \ 296 $(ISO8859_3_PCF_FILES) \ 297 $(ISO8859_4_PCF_FILES) \ 298 $(ISO8859_9_PCF_FILES) \ 299 $(ISO8859_10_PCF_FILES) \ 300 $(ISO8859_13_PCF_FILES) \ 301 $(ISO8859_14_PCF_FILES) \ 302 $(ISO8859_15_PCF_FILES) 303 304BUILT_BDF_FILES = \ 305 $(ISO8859_1_BDF_FILES) \ 306 $(ISO8859_2_BDF_FILES) \ 307 $(ISO8859_3_BDF_FILES) \ 308 $(ISO8859_4_BDF_FILES) \ 309 $(ISO8859_9_BDF_FILES) \ 310 $(ISO8859_10_BDF_FILES) \ 311 $(ISO8859_13_BDF_FILES) \ 312 $(ISO8859_14_BDF_FILES) \ 313 $(ISO8859_15_BDF_FILES) 314 315CLEANFILES = $(font_DATA) $(BUILT_BDF_FILES) 316EXTRA_DIST = $(BDF_FILES) ChangeLog 317MAINTAINERCLEANFILES = ChangeLog 318all: all-am 319 320.SUFFIXES: 321.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 322am--refresh: 323 @: 324$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 325 @for dep in $?; do \ 326 case '$(am__configure_deps)' in \ 327 *$$dep*) \ 328 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 329 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 330 && exit 0; \ 331 exit 1;; \ 332 esac; \ 333 done; \ 334 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 335 $(am__cd) $(top_srcdir) && \ 336 $(AUTOMAKE) --foreign Makefile 337.PRECIOUS: Makefile 338Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 339 @case '$?' in \ 340 *config.status*) \ 341 echo ' $(SHELL) ./config.status'; \ 342 $(SHELL) ./config.status;; \ 343 *) \ 344 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 345 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 346 esac; 347 348$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 349 $(SHELL) ./config.status --recheck 350 351$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 352 $(am__cd) $(srcdir) && $(AUTOCONF) 353$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 354 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 355$(am__aclocal_m4_deps): 356install-fontDATA: $(font_DATA) 357 @$(NORMAL_INSTALL) 358 test -z "$(fontdir)" || $(MKDIR_P) "$(DESTDIR)$(fontdir)" 359 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 360 for p in $$list; do \ 361 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 362 echo "$$d$$p"; \ 363 done | $(am__base_list) | \ 364 while read files; do \ 365 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 366 $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 367 done 368 369uninstall-fontDATA: 370 @$(NORMAL_UNINSTALL) 371 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 372 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 373 test -n "$$files" || exit 0; \ 374 echo " ( cd '$(DESTDIR)$(fontdir)' && rm -f" $$files ")"; \ 375 cd "$(DESTDIR)$(fontdir)" && rm -f $$files 376tags: TAGS 377TAGS: 378 379ctags: CTAGS 380CTAGS: 381 382 383distdir: $(DISTFILES) 384 $(am__remove_distdir) 385 test -d "$(distdir)" || mkdir "$(distdir)" 386 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 387 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 388 list='$(DISTFILES)'; \ 389 dist_files=`for file in $$list; do echo $$file; done | \ 390 sed -e "s|^$$srcdirstrip/||;t" \ 391 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 392 case $$dist_files in \ 393 */*) $(MKDIR_P) `echo "$$dist_files" | \ 394 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 395 sort -u` ;; \ 396 esac; \ 397 for file in $$dist_files; do \ 398 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 399 if test -d $$d/$$file; then \ 400 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 401 if test -d "$(distdir)/$$file"; then \ 402 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 403 fi; \ 404 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 405 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 407 fi; \ 408 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 409 else \ 410 test -f "$(distdir)/$$file" \ 411 || cp -p $$d/$$file "$(distdir)/$$file" \ 412 || exit 1; \ 413 fi; \ 414 done 415 $(MAKE) $(AM_MAKEFLAGS) \ 416 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 417 dist-hook 418 -test -n "$(am__skip_mode_fix)" \ 419 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 420 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 421 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 422 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 423 || chmod -R a+r "$(distdir)" 424dist-gzip: distdir 425 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 426 $(am__remove_distdir) 427dist-bzip2: distdir 428 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 429 $(am__remove_distdir) 430 431dist-lzma: distdir 432 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 433 $(am__remove_distdir) 434 435dist-xz: distdir 436 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 437 $(am__remove_distdir) 438 439dist-tarZ: distdir 440 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 441 $(am__remove_distdir) 442 443dist-shar: distdir 444 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 445 $(am__remove_distdir) 446 447dist-zip: distdir 448 -rm -f $(distdir).zip 449 zip -rq $(distdir).zip $(distdir) 450 $(am__remove_distdir) 451 452dist dist-all: distdir 453 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 454 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 455 $(am__remove_distdir) 456 457# This target untars the dist file and tries a VPATH configuration. Then 458# it guarantees that the distribution is self-contained by making another 459# tarfile. 460distcheck: dist 461 case '$(DIST_ARCHIVES)' in \ 462 *.tar.gz*) \ 463 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 464 *.tar.bz2*) \ 465 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 466 *.tar.lzma*) \ 467 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 468 *.tar.xz*) \ 469 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 470 *.tar.Z*) \ 471 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 472 *.shar.gz*) \ 473 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 474 *.zip*) \ 475 unzip $(distdir).zip ;;\ 476 esac 477 chmod -R a-w $(distdir); chmod a+w $(distdir) 478 mkdir $(distdir)/_build 479 mkdir $(distdir)/_inst 480 chmod a-w $(distdir) 481 test -d $(distdir)/_build || exit 0; \ 482 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 483 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 484 && am__cwd=`pwd` \ 485 && $(am__cd) $(distdir)/_build \ 486 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 487 $(DISTCHECK_CONFIGURE_FLAGS) \ 488 && $(MAKE) $(AM_MAKEFLAGS) \ 489 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 490 && $(MAKE) $(AM_MAKEFLAGS) check \ 491 && $(MAKE) $(AM_MAKEFLAGS) install \ 492 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 493 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 494 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 495 distuninstallcheck \ 496 && chmod -R a-w "$$dc_install_base" \ 497 && ({ \ 498 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 499 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 500 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 501 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 502 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 503 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 504 && rm -rf "$$dc_destdir" \ 505 && $(MAKE) $(AM_MAKEFLAGS) dist \ 506 && rm -rf $(DIST_ARCHIVES) \ 507 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 508 && cd "$$am__cwd" \ 509 || exit 1 510 $(am__remove_distdir) 511 @(echo "$(distdir) archives ready for distribution: "; \ 512 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 513 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 514distcleancheck: distclean 515 @if test '$(srcdir)' = . ; then \ 516 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 517 exit 1 ; \ 518 fi 519 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 520 || { echo "ERROR: files left in build directory after distclean:" ; \ 521 $(distcleancheck_listfiles) ; \ 522 exit 1; } >&2 523check-am: all-am 524check: check-am 525all-am: Makefile $(DATA) all-local 526installdirs: 527 for dir in "$(DESTDIR)$(fontdir)"; do \ 528 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 529 done 530install: install-am 531install-exec: install-exec-am 532install-data: install-data-am 533uninstall: uninstall-am 534 535install-am: all-am 536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 537 538installcheck: installcheck-am 539install-strip: 540 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 541 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 542 `test -z '$(STRIP)' || \ 543 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 544mostlyclean-generic: 545 546clean-generic: 547 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 548 549distclean-generic: 550 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 551 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 552 553maintainer-clean-generic: 554 @echo "This command is intended for maintainers to use" 555 @echo "it deletes files that may require special tools to rebuild." 556 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 557clean: clean-am 558 559clean-am: clean-generic mostlyclean-am 560 561distclean: distclean-am 562 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 563 -rm -f Makefile 564distclean-am: clean-am distclean-generic 565 566dvi: dvi-am 567 568dvi-am: 569 570html: html-am 571 572html-am: 573 574info: info-am 575 576info-am: 577 578install-data-am: install-fontDATA 579 @$(NORMAL_INSTALL) 580 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 581install-dvi: install-dvi-am 582 583install-dvi-am: 584 585install-exec-am: 586 587install-html: install-html-am 588 589install-html-am: 590 591install-info: install-info-am 592 593install-info-am: 594 595install-man: 596 597install-pdf: install-pdf-am 598 599install-pdf-am: 600 601install-ps: install-ps-am 602 603install-ps-am: 604 605installcheck-am: 606 607maintainer-clean: maintainer-clean-am 608 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 609 -rm -rf $(top_srcdir)/autom4te.cache 610 -rm -f Makefile 611maintainer-clean-am: distclean-am maintainer-clean-generic 612 613mostlyclean: mostlyclean-am 614 615mostlyclean-am: mostlyclean-generic 616 617pdf: pdf-am 618 619pdf-am: 620 621ps: ps-am 622 623ps-am: 624 625uninstall-am: uninstall-fontDATA 626 627.MAKE: install-am install-data-am install-strip 628 629.PHONY: all all-am all-local am--refresh check check-am clean \ 630 clean-generic dist dist-all dist-bzip2 dist-gzip dist-hook \ 631 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ 632 distclean distclean-generic distcleancheck distdir \ 633 distuninstallcheck dvi dvi-am html html-am info info-am \ 634 install install-am install-data install-data-am \ 635 install-data-hook install-dvi install-dvi-am install-exec \ 636 install-exec-am install-fontDATA install-html install-html-am \ 637 install-info install-info-am install-man install-pdf \ 638 install-pdf-am install-ps install-ps-am install-strip \ 639 installcheck installcheck-am installdirs maintainer-clean \ 640 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 641 pdf-am ps ps-am uninstall uninstall-am uninstall-fontDATA 642 643 644.bdf.pcf$(COMPRESS_SUFFIX): 645 @rm -f $@ 646 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ 647 648.bdf-ISO8859-1.bdf: 649 @rm -f $@ 650 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1 651 652.bdf-ISO8859-2.bdf: 653 @rm -f $@ 654 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-2 ISO8859-2 655 656.bdf-ISO8859-3.bdf: 657 @rm -f $@ 658 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-3 ISO8859-3 659 660.bdf-ISO8859-4.bdf: 661 @rm -f $@ 662 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-4 ISO8859-4 663 664.bdf-ISO8859-9.bdf: 665 @rm -f $@ 666 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-9 ISO8859-9 667 668.bdf-ISO8859-10.bdf: 669 @rm -f $@ 670 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-10 ISO8859-10 671 672.bdf-ISO8859-13.bdf: 673 @rm -f $@ 674 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-13 ISO8859-13 675 676.bdf-ISO8859-14.bdf: 677 @rm -f $@ 678 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-14 ISO8859-14 679 680.bdf-ISO8859-15.bdf: 681 @rm -f $@ 682 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-15 ISO8859-15 683 684all-local: $(BUILT_BDF_FILES) $(font_DATA) 685 686install-data-hook: 687 @rm -f $(DESTDIR)$(fontdir)/font.dir 688 $(MKFONTDIR) $(DESTDIR)$(fontdir) 689 @RUN_FCCACHE@ 690 691distuninstallcheck: 692 @: 693 694.PHONY: ChangeLog 695 696ChangeLog: 697 $(CHANGELOG_CMD) 698 699dist-hook: ChangeLog 700 701# Tell versions [3.59,3.63) of GNU make to not export all variables. 702# Otherwise a system limit (for SysV at least) may be exceeded. 703.NOEXPORT: 704