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