Makefile.in revision 2ceb2653
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@ 163MISC_MAN_DIR = @MISC_MAN_DIR@ 164MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 165MKDIR_P = @MKDIR_P@ 166MKFONTDIR = @MKFONTDIR@ 167OBJEXT = @OBJEXT@ 168PACKAGE = @PACKAGE@ 169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 170PACKAGE_NAME = @PACKAGE_NAME@ 171PACKAGE_STRING = @PACKAGE_STRING@ 172PACKAGE_TARNAME = @PACKAGE_TARNAME@ 173PACKAGE_VERSION = @PACKAGE_VERSION@ 174PATH_SEPARATOR = @PATH_SEPARATOR@ 175PKG_CONFIG = @PKG_CONFIG@ 176RUN_FCCACHE = @RUN_FCCACHE@ 177SET_MAKE = @SET_MAKE@ 178SHELL = @SHELL@ 179STRIP = @STRIP@ 180VERSION = @VERSION@ 181abs_builddir = @abs_builddir@ 182abs_srcdir = @abs_srcdir@ 183abs_top_builddir = @abs_top_builddir@ 184abs_top_srcdir = @abs_top_srcdir@ 185ac_ct_CC = @ac_ct_CC@ 186am__include = @am__include@ 187am__leading_dot = @am__leading_dot@ 188am__quote = @am__quote@ 189am__tar = @am__tar@ 190am__untar = @am__untar@ 191bindir = @bindir@ 192build = @build@ 193build_alias = @build_alias@ 194build_cpu = @build_cpu@ 195build_os = @build_os@ 196build_vendor = @build_vendor@ 197builddir = @builddir@ 198datadir = @datadir@ 199datarootdir = @datarootdir@ 200distcleancheck_listfiles = @distcleancheck_listfiles@ 201docdir = @docdir@ 202dvidir = @dvidir@ 203exec_prefix = @exec_prefix@ 204host = @host@ 205host_alias = @host_alias@ 206host_cpu = @host_cpu@ 207host_os = @host_os@ 208host_vendor = @host_vendor@ 209htmldir = @htmldir@ 210includedir = @includedir@ 211infodir = @infodir@ 212install_sh = @install_sh@ 213libdir = @libdir@ 214libexecdir = @libexecdir@ 215localedir = @localedir@ 216localstatedir = @localstatedir@ 217mandir = @mandir@ 218mkdir_p = @mkdir_p@ 219oldincludedir = @oldincludedir@ 220pdfdir = @pdfdir@ 221prefix = @prefix@ 222program_transform_name = @program_transform_name@ 223psdir = @psdir@ 224sbindir = @sbindir@ 225sharedstatedir = @sharedstatedir@ 226srcdir = @srcdir@ 227sysconfdir = @sysconfdir@ 228target_alias = @target_alias@ 229top_build_prefix = @top_build_prefix@ 230top_builddir = @top_builddir@ 231top_srcdir = @top_srcdir@ 232FONT_FILES = \ 233 deccurs \ 234 decsess 235 236BDF_FILES = $(FONT_FILES:%=%.bdf) 237PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 238SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) 239fontdir = @FONTDIR@ 240font_DATA = $(PCF_FILES) 241CLEANFILES = $(font_DATA) 242EXTRA_DIST = $(BDF_FILES) ChangeLog 243MAINTAINERCLEANFILES = ChangeLog 244all: all-am 245 246.SUFFIXES: 247.SUFFIXES: .bdf .pcf$(COMPRESS_SUFFIX) 248am--refresh: 249 @: 250$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 251 @for dep in $?; do \ 252 case '$(am__configure_deps)' in \ 253 *$$dep*) \ 254 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 255 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 256 && exit 0; \ 257 exit 1;; \ 258 esac; \ 259 done; \ 260 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 261 $(am__cd) $(top_srcdir) && \ 262 $(AUTOMAKE) --foreign Makefile 263.PRECIOUS: Makefile 264Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 265 @case '$?' in \ 266 *config.status*) \ 267 echo ' $(SHELL) ./config.status'; \ 268 $(SHELL) ./config.status;; \ 269 *) \ 270 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 271 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 272 esac; 273 274$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 275 $(SHELL) ./config.status --recheck 276 277$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 278 $(am__cd) $(srcdir) && $(AUTOCONF) 279$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 280 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 281$(am__aclocal_m4_deps): 282install-fontDATA: $(font_DATA) 283 @$(NORMAL_INSTALL) 284 test -z "$(fontdir)" || $(MKDIR_P) "$(DESTDIR)$(fontdir)" 285 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 286 for p in $$list; do \ 287 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 288 echo "$$d$$p"; \ 289 done | $(am__base_list) | \ 290 while read files; do \ 291 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 292 $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 293 done 294 295uninstall-fontDATA: 296 @$(NORMAL_UNINSTALL) 297 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 298 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 299 test -n "$$files" || exit 0; \ 300 echo " ( cd '$(DESTDIR)$(fontdir)' && rm -f" $$files ")"; \ 301 cd "$(DESTDIR)$(fontdir)" && rm -f $$files 302tags: TAGS 303TAGS: 304 305ctags: CTAGS 306CTAGS: 307 308 309distdir: $(DISTFILES) 310 $(am__remove_distdir) 311 test -d "$(distdir)" || mkdir "$(distdir)" 312 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 313 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 314 list='$(DISTFILES)'; \ 315 dist_files=`for file in $$list; do echo $$file; done | \ 316 sed -e "s|^$$srcdirstrip/||;t" \ 317 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 318 case $$dist_files in \ 319 */*) $(MKDIR_P) `echo "$$dist_files" | \ 320 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 321 sort -u` ;; \ 322 esac; \ 323 for file in $$dist_files; do \ 324 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 325 if test -d $$d/$$file; then \ 326 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 327 if test -d "$(distdir)/$$file"; then \ 328 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 329 fi; \ 330 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 331 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 332 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 333 fi; \ 334 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 335 else \ 336 test -f "$(distdir)/$$file" \ 337 || cp -p $$d/$$file "$(distdir)/$$file" \ 338 || exit 1; \ 339 fi; \ 340 done 341 $(MAKE) $(AM_MAKEFLAGS) \ 342 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 343 dist-hook 344 -test -n "$(am__skip_mode_fix)" \ 345 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 346 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 347 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 348 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 349 || chmod -R a+r "$(distdir)" 350dist-gzip: distdir 351 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 352 $(am__remove_distdir) 353dist-bzip2: distdir 354 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 355 $(am__remove_distdir) 356 357dist-lzma: distdir 358 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 359 $(am__remove_distdir) 360 361dist-xz: distdir 362 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 363 $(am__remove_distdir) 364 365dist-tarZ: distdir 366 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 367 $(am__remove_distdir) 368 369dist-shar: distdir 370 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 371 $(am__remove_distdir) 372 373dist-zip: distdir 374 -rm -f $(distdir).zip 375 zip -rq $(distdir).zip $(distdir) 376 $(am__remove_distdir) 377 378dist dist-all: distdir 379 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 380 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 381 $(am__remove_distdir) 382 383# This target untars the dist file and tries a VPATH configuration. Then 384# it guarantees that the distribution is self-contained by making another 385# tarfile. 386distcheck: dist 387 case '$(DIST_ARCHIVES)' in \ 388 *.tar.gz*) \ 389 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 390 *.tar.bz2*) \ 391 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 392 *.tar.lzma*) \ 393 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 394 *.tar.xz*) \ 395 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 396 *.tar.Z*) \ 397 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 398 *.shar.gz*) \ 399 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 400 *.zip*) \ 401 unzip $(distdir).zip ;;\ 402 esac 403 chmod -R a-w $(distdir); chmod a+w $(distdir) 404 mkdir $(distdir)/_build 405 mkdir $(distdir)/_inst 406 chmod a-w $(distdir) 407 test -d $(distdir)/_build || exit 0; \ 408 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 409 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 410 && am__cwd=`pwd` \ 411 && $(am__cd) $(distdir)/_build \ 412 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 413 $(DISTCHECK_CONFIGURE_FLAGS) \ 414 && $(MAKE) $(AM_MAKEFLAGS) \ 415 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 416 && $(MAKE) $(AM_MAKEFLAGS) check \ 417 && $(MAKE) $(AM_MAKEFLAGS) install \ 418 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 419 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 420 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 421 distuninstallcheck \ 422 && chmod -R a-w "$$dc_install_base" \ 423 && ({ \ 424 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 425 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 426 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 427 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 428 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 429 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 430 && rm -rf "$$dc_destdir" \ 431 && $(MAKE) $(AM_MAKEFLAGS) dist \ 432 && rm -rf $(DIST_ARCHIVES) \ 433 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 434 && cd "$$am__cwd" \ 435 || exit 1 436 $(am__remove_distdir) 437 @(echo "$(distdir) archives ready for distribution: "; \ 438 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 439 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 440distcleancheck: distclean 441 @if test '$(srcdir)' = . ; then \ 442 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 443 exit 1 ; \ 444 fi 445 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 446 || { echo "ERROR: files left in build directory after distclean:" ; \ 447 $(distcleancheck_listfiles) ; \ 448 exit 1; } >&2 449check-am: all-am 450check: check-am 451all-am: Makefile $(DATA) 452installdirs: 453 for dir in "$(DESTDIR)$(fontdir)"; do \ 454 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 455 done 456install: install-am 457install-exec: install-exec-am 458install-data: install-data-am 459uninstall: uninstall-am 460 461install-am: all-am 462 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 463 464installcheck: installcheck-am 465install-strip: 466 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 467 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 468 `test -z '$(STRIP)' || \ 469 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 470mostlyclean-generic: 471 472clean-generic: 473 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 474 475distclean-generic: 476 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 477 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 478 479maintainer-clean-generic: 480 @echo "This command is intended for maintainers to use" 481 @echo "it deletes files that may require special tools to rebuild." 482 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 483clean: clean-am 484 485clean-am: clean-generic mostlyclean-am 486 487distclean: distclean-am 488 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 489 -rm -f Makefile 490distclean-am: clean-am distclean-generic 491 492dvi: dvi-am 493 494dvi-am: 495 496html: html-am 497 498html-am: 499 500info: info-am 501 502info-am: 503 504install-data-am: install-fontDATA 505 @$(NORMAL_INSTALL) 506 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 507install-dvi: install-dvi-am 508 509install-dvi-am: 510 511install-exec-am: 512 513install-html: install-html-am 514 515install-html-am: 516 517install-info: install-info-am 518 519install-info-am: 520 521install-man: 522 523install-pdf: install-pdf-am 524 525install-pdf-am: 526 527install-ps: install-ps-am 528 529install-ps-am: 530 531installcheck-am: 532 533maintainer-clean: maintainer-clean-am 534 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 535 -rm -rf $(top_srcdir)/autom4te.cache 536 -rm -f Makefile 537maintainer-clean-am: distclean-am maintainer-clean-generic 538 539mostlyclean: mostlyclean-am 540 541mostlyclean-am: mostlyclean-generic 542 543pdf: pdf-am 544 545pdf-am: 546 547ps: ps-am 548 549ps-am: 550 551uninstall-am: uninstall-fontDATA 552 553.MAKE: install-am install-data-am install-strip 554 555.PHONY: all all-am am--refresh check check-am clean clean-generic dist \ 556 dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \ 557 dist-tarZ dist-xz dist-zip distcheck distclean \ 558 distclean-generic distcleancheck distdir distuninstallcheck \ 559 dvi dvi-am html html-am info info-am install install-am \ 560 install-data install-data-am install-data-hook install-dvi \ 561 install-dvi-am install-exec install-exec-am install-fontDATA \ 562 install-html install-html-am install-info install-info-am \ 563 install-man install-pdf install-pdf-am install-ps \ 564 install-ps-am install-strip installcheck installcheck-am \ 565 installdirs maintainer-clean maintainer-clean-generic \ 566 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ 567 uninstall-am uninstall-fontDATA 568 569 570.bdf.pcf$(COMPRESS_SUFFIX): 571 @rm -f $@ 572 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ 573 574install-data-hook: 575 @rm -f $(DESTDIR)$(fontdir)/font.dir 576 $(MKFONTDIR) $(DESTDIR)$(fontdir) 577 @RUN_FCCACHE@ 578 579distuninstallcheck: 580 @: 581 582.PHONY: ChangeLog 583 584ChangeLog: 585 $(CHANGELOG_CMD) 586 587dist-hook: ChangeLog 588 589# Tell versions [3.59,3.63) of GNU make to not export all variables. 590# Otherwise a system limit (for SysV at least) may be exceeded. 591.NOEXPORT: 592