Makefile.in revision f1e20f77
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 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@ 182PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 183PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 184RUN_FCCACHE = @RUN_FCCACHE@ 185SED = @SED@ 186SET_MAKE = @SET_MAKE@ 187SHELL = @SHELL@ 188STRIP = @STRIP@ 189UCS2ANY = @UCS2ANY@ 190VERSION = @VERSION@ 191XORG_MAN_PAGE = @XORG_MAN_PAGE@ 192abs_builddir = @abs_builddir@ 193abs_srcdir = @abs_srcdir@ 194abs_top_builddir = @abs_top_builddir@ 195abs_top_srcdir = @abs_top_srcdir@ 196ac_ct_CC = @ac_ct_CC@ 197am__include = @am__include@ 198am__leading_dot = @am__leading_dot@ 199am__quote = @am__quote@ 200am__tar = @am__tar@ 201am__untar = @am__untar@ 202bindir = @bindir@ 203build = @build@ 204build_alias = @build_alias@ 205build_cpu = @build_cpu@ 206build_os = @build_os@ 207build_vendor = @build_vendor@ 208builddir = @builddir@ 209datadir = @datadir@ 210datarootdir = @datarootdir@ 211docdir = @docdir@ 212dvidir = @dvidir@ 213exec_prefix = @exec_prefix@ 214host = @host@ 215host_alias = @host_alias@ 216host_cpu = @host_cpu@ 217host_os = @host_os@ 218host_vendor = @host_vendor@ 219htmldir = @htmldir@ 220includedir = @includedir@ 221infodir = @infodir@ 222install_sh = @install_sh@ 223libdir = @libdir@ 224libexecdir = @libexecdir@ 225localedir = @localedir@ 226localstatedir = @localstatedir@ 227mandir = @mandir@ 228mkdir_p = @mkdir_p@ 229oldincludedir = @oldincludedir@ 230pdfdir = @pdfdir@ 231prefix = @prefix@ 232program_transform_name = @program_transform_name@ 233psdir = @psdir@ 234sbindir = @sbindir@ 235sharedstatedir = @sharedstatedir@ 236srcdir = @srcdir@ 237sysconfdir = @sysconfdir@ 238target_alias = @target_alias@ 239top_build_prefix = @top_build_prefix@ 240top_builddir = @top_builddir@ 241top_srcdir = @top_srcdir@ 242BDF2UCS_FONT_FILES = \ 243 lubB08 \ 244 lubB10 \ 245 lubB12 \ 246 lubB14 \ 247 lubB18 \ 248 lubB19 \ 249 lubB24 \ 250 lubBI08 \ 251 lubBI10 \ 252 lubBI12 \ 253 lubBI14 \ 254 lubBI18 \ 255 lubBI19 \ 256 lubBI24 \ 257 lubI08 \ 258 lubI10 \ 259 lubI12 \ 260 lubI14 \ 261 lubI18 \ 262 lubI19 \ 263 lubI24 \ 264 luBIS08 \ 265 luBIS10 \ 266 luBIS12 \ 267 luBIS14 \ 268 luBIS18 \ 269 luBIS19 \ 270 luBIS24 \ 271 lubR08 \ 272 lubR10 \ 273 lubR12 \ 274 lubR14 \ 275 lubR18 \ 276 lubR19 \ 277 lubR24 \ 278 luBS08 \ 279 luBS10 \ 280 luBS12 \ 281 luBS14 \ 282 luBS18 \ 283 luBS19 \ 284 luBS24 \ 285 luIS08 \ 286 luIS10 \ 287 luIS12 \ 288 luIS14 \ 289 luIS18 \ 290 luIS19 \ 291 luIS24 \ 292 luRS08 \ 293 luRS10 \ 294 luRS12 \ 295 luRS14 \ 296 luRS18 \ 297 luRS19 \ 298 luRS24 299 300FONT_FILES = $(BDF2UCS_FONT_FILES) 301BDF_FILES = $(FONT_FILES:%=%.bdf) 302PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX)) 303@ISO8859_1_TRUE@ISO8859_1_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.bdf) 304@ISO8859_1_TRUE@ISO8859_1_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.pcf$(COMPRESS_SUFFIX)) 305@ISO8859_2_TRUE@ISO8859_2_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.bdf) 306@ISO8859_2_TRUE@ISO8859_2_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.pcf$(COMPRESS_SUFFIX)) 307@ISO8859_3_TRUE@ISO8859_3_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.bdf) 308@ISO8859_3_TRUE@ISO8859_3_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.pcf$(COMPRESS_SUFFIX)) 309@ISO8859_4_TRUE@ISO8859_4_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.bdf) 310@ISO8859_4_TRUE@ISO8859_4_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.pcf$(COMPRESS_SUFFIX)) 311@ISO8859_9_TRUE@ISO8859_9_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.bdf) 312@ISO8859_9_TRUE@ISO8859_9_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.pcf$(COMPRESS_SUFFIX)) 313@ISO8859_10_TRUE@ISO8859_10_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.bdf) 314@ISO8859_10_TRUE@ISO8859_10_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.pcf$(COMPRESS_SUFFIX)) 315@ISO8859_13_TRUE@ISO8859_13_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.bdf) 316@ISO8859_13_TRUE@ISO8859_13_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.pcf$(COMPRESS_SUFFIX)) 317@ISO8859_14_TRUE@ISO8859_14_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.bdf) 318@ISO8859_14_TRUE@ISO8859_14_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.pcf$(COMPRESS_SUFFIX)) 319@ISO8859_15_TRUE@ISO8859_15_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.bdf) 320@ISO8859_15_TRUE@ISO8859_15_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.pcf$(COMPRESS_SUFFIX)) 321UTIL_DIR = @MAPFILES_PATH@ 322SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) \ 323 -ISO8859-1.bdf \ 324 -ISO8859-2.bdf \ 325 -ISO8859-3.bdf \ 326 -ISO8859-4.bdf \ 327 -ISO8859-9.bdf \ 328 -ISO8859-10.bdf \ 329 -ISO8859-13.bdf \ 330 -ISO8859-14.bdf \ 331 -ISO8859-15.bdf 332 333fontdir = @FONTDIR@ 334font_DATA = \ 335 $(PCF_FILES) \ 336 $(ISO8859_1_PCF_FILES) \ 337 $(ISO8859_2_PCF_FILES) \ 338 $(ISO8859_3_PCF_FILES) \ 339 $(ISO8859_4_PCF_FILES) \ 340 $(ISO8859_9_PCF_FILES) \ 341 $(ISO8859_10_PCF_FILES) \ 342 $(ISO8859_13_PCF_FILES) \ 343 $(ISO8859_14_PCF_FILES) \ 344 $(ISO8859_15_PCF_FILES) 345 346BUILT_BDF_FILES = \ 347 $(ISO8859_1_BDF_FILES) \ 348 $(ISO8859_2_BDF_FILES) \ 349 $(ISO8859_3_BDF_FILES) \ 350 $(ISO8859_4_BDF_FILES) \ 351 $(ISO8859_9_BDF_FILES) \ 352 $(ISO8859_10_BDF_FILES) \ 353 $(ISO8859_13_BDF_FILES) \ 354 $(ISO8859_14_BDF_FILES) \ 355 $(ISO8859_15_BDF_FILES) 356 357CLEANFILES = $(font_DATA) $(BUILT_BDF_FILES) 358EXTRA_DIST = $(BDF_FILES) LU_LEGALNOTICE 359MAINTAINERCLEANFILES = ChangeLog INSTALL 360all: all-am 361 362.SUFFIXES: 363.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 364am--refresh: 365 @: 366$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 367 @for dep in $?; do \ 368 case '$(am__configure_deps)' in \ 369 *$$dep*) \ 370 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 371 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 372 && exit 0; \ 373 exit 1;; \ 374 esac; \ 375 done; \ 376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 377 $(am__cd) $(top_srcdir) && \ 378 $(AUTOMAKE) --foreign Makefile 379.PRECIOUS: Makefile 380Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 381 @case '$?' in \ 382 *config.status*) \ 383 echo ' $(SHELL) ./config.status'; \ 384 $(SHELL) ./config.status;; \ 385 *) \ 386 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 387 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 388 esac; 389 390$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 391 $(SHELL) ./config.status --recheck 392 393$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 394 $(am__cd) $(srcdir) && $(AUTOCONF) 395$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 396 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 397$(am__aclocal_m4_deps): 398install-fontDATA: $(font_DATA) 399 @$(NORMAL_INSTALL) 400 test -z "$(fontdir)" || $(MKDIR_P) "$(DESTDIR)$(fontdir)" 401 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 402 for p in $$list; do \ 403 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 404 echo "$$d$$p"; \ 405 done | $(am__base_list) | \ 406 while read files; do \ 407 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \ 408 $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \ 409 done 410 411uninstall-fontDATA: 412 @$(NORMAL_UNINSTALL) 413 @list='$(font_DATA)'; test -n "$(fontdir)" || list=; \ 414 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 415 test -n "$$files" || exit 0; \ 416 echo " ( cd '$(DESTDIR)$(fontdir)' && rm -f" $$files ")"; \ 417 cd "$(DESTDIR)$(fontdir)" && rm -f $$files 418tags: TAGS 419TAGS: 420 421ctags: CTAGS 422CTAGS: 423 424 425distdir: $(DISTFILES) 426 $(am__remove_distdir) 427 test -d "$(distdir)" || mkdir "$(distdir)" 428 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 429 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 430 list='$(DISTFILES)'; \ 431 dist_files=`for file in $$list; do echo $$file; done | \ 432 sed -e "s|^$$srcdirstrip/||;t" \ 433 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 434 case $$dist_files in \ 435 */*) $(MKDIR_P) `echo "$$dist_files" | \ 436 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 437 sort -u` ;; \ 438 esac; \ 439 for file in $$dist_files; do \ 440 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 441 if test -d $$d/$$file; then \ 442 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 443 if test -d "$(distdir)/$$file"; then \ 444 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 445 fi; \ 446 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 447 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 448 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 449 fi; \ 450 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 451 else \ 452 test -f "$(distdir)/$$file" \ 453 || cp -p $$d/$$file "$(distdir)/$$file" \ 454 || exit 1; \ 455 fi; \ 456 done 457 $(MAKE) $(AM_MAKEFLAGS) \ 458 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 459 dist-hook 460 -test -n "$(am__skip_mode_fix)" \ 461 || find "$(distdir)" -type d ! -perm -755 \ 462 -exec chmod u+rwx,go+rx {} \; -o \ 463 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 464 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 465 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 466 || chmod -R a+r "$(distdir)" 467dist-gzip: distdir 468 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 469 $(am__remove_distdir) 470dist-bzip2: distdir 471 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 472 $(am__remove_distdir) 473 474dist-lzma: distdir 475 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 476 $(am__remove_distdir) 477 478dist-xz: distdir 479 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 480 $(am__remove_distdir) 481 482dist-tarZ: distdir 483 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 484 $(am__remove_distdir) 485 486dist-shar: distdir 487 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 488 $(am__remove_distdir) 489 490dist-zip: distdir 491 -rm -f $(distdir).zip 492 zip -rq $(distdir).zip $(distdir) 493 $(am__remove_distdir) 494 495dist dist-all: distdir 496 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 497 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 498 $(am__remove_distdir) 499 500# This target untars the dist file and tries a VPATH configuration. Then 501# it guarantees that the distribution is self-contained by making another 502# tarfile. 503distcheck: dist 504 case '$(DIST_ARCHIVES)' in \ 505 *.tar.gz*) \ 506 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 507 *.tar.bz2*) \ 508 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 509 *.tar.lzma*) \ 510 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 511 *.tar.xz*) \ 512 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 513 *.tar.Z*) \ 514 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 515 *.shar.gz*) \ 516 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 517 *.zip*) \ 518 unzip $(distdir).zip ;;\ 519 esac 520 chmod -R a-w $(distdir); chmod a+w $(distdir) 521 mkdir $(distdir)/_build 522 mkdir $(distdir)/_inst 523 chmod a-w $(distdir) 524 test -d $(distdir)/_build || exit 0; \ 525 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 526 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 527 && am__cwd=`pwd` \ 528 && $(am__cd) $(distdir)/_build \ 529 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 530 $(DISTCHECK_CONFIGURE_FLAGS) \ 531 && $(MAKE) $(AM_MAKEFLAGS) \ 532 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 533 && $(MAKE) $(AM_MAKEFLAGS) check \ 534 && $(MAKE) $(AM_MAKEFLAGS) install \ 535 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 536 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 537 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 538 distuninstallcheck \ 539 && chmod -R a-w "$$dc_install_base" \ 540 && ({ \ 541 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 542 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 543 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 544 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 545 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 546 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 547 && rm -rf "$$dc_destdir" \ 548 && $(MAKE) $(AM_MAKEFLAGS) dist \ 549 && rm -rf $(DIST_ARCHIVES) \ 550 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 551 && cd "$$am__cwd" \ 552 || exit 1 553 $(am__remove_distdir) 554 @(echo "$(distdir) archives ready for distribution: "; \ 555 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 556 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 557distcleancheck: distclean 558 @if test '$(srcdir)' = . ; then \ 559 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 560 exit 1 ; \ 561 fi 562 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 563 || { echo "ERROR: files left in build directory after distclean:" ; \ 564 $(distcleancheck_listfiles) ; \ 565 exit 1; } >&2 566check-am: all-am 567check: check-am 568all-am: Makefile $(DATA) all-local 569installdirs: 570 for dir in "$(DESTDIR)$(fontdir)"; do \ 571 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 572 done 573install: install-am 574install-exec: install-exec-am 575install-data: install-data-am 576uninstall: uninstall-am 577 578install-am: all-am 579 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 580 581installcheck: installcheck-am 582install-strip: 583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 585 `test -z '$(STRIP)' || \ 586 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 587mostlyclean-generic: 588 589clean-generic: 590 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 591 592distclean-generic: 593 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 594 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 595 596maintainer-clean-generic: 597 @echo "This command is intended for maintainers to use" 598 @echo "it deletes files that may require special tools to rebuild." 599 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 600clean: clean-am 601 602clean-am: clean-generic mostlyclean-am 603 604distclean: distclean-am 605 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 606 -rm -f Makefile 607distclean-am: clean-am distclean-generic 608 609dvi: dvi-am 610 611dvi-am: 612 613html: html-am 614 615html-am: 616 617info: info-am 618 619info-am: 620 621install-data-am: install-fontDATA 622 @$(NORMAL_INSTALL) 623 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 624install-dvi: install-dvi-am 625 626install-dvi-am: 627 628install-exec-am: 629 630install-html: install-html-am 631 632install-html-am: 633 634install-info: install-info-am 635 636install-info-am: 637 638install-man: 639 640install-pdf: install-pdf-am 641 642install-pdf-am: 643 644install-ps: install-ps-am 645 646install-ps-am: 647 648installcheck-am: 649 650maintainer-clean: maintainer-clean-am 651 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 652 -rm -rf $(top_srcdir)/autom4te.cache 653 -rm -f Makefile 654maintainer-clean-am: distclean-am maintainer-clean-generic 655 656mostlyclean: mostlyclean-am 657 658mostlyclean-am: mostlyclean-generic 659 660pdf: pdf-am 661 662pdf-am: 663 664ps: ps-am 665 666ps-am: 667 668uninstall-am: uninstall-fontDATA 669 670.MAKE: install-am install-data-am install-strip 671 672.PHONY: all all-am all-local am--refresh check check-am clean \ 673 clean-generic dist dist-all dist-bzip2 dist-gzip dist-hook \ 674 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ 675 distclean distclean-generic distcleancheck distdir \ 676 distuninstallcheck dvi dvi-am html html-am info info-am \ 677 install install-am install-data install-data-am \ 678 install-data-hook install-dvi install-dvi-am install-exec \ 679 install-exec-am install-fontDATA install-html install-html-am \ 680 install-info install-info-am install-man install-pdf \ 681 install-pdf-am install-ps install-ps-am install-strip \ 682 installcheck installcheck-am installdirs maintainer-clean \ 683 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 684 pdf-am ps ps-am uninstall uninstall-am uninstall-fontDATA 685 686 687.bdf.pcf$(COMPRESS_SUFFIX): 688 @rm -f $@ 689 $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ 690 691.bdf-ISO8859-1.bdf: 692 @rm -f $@ 693 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1 694 695.bdf-ISO8859-2.bdf: 696 @rm -f $@ 697 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-2 ISO8859-2 698 699.bdf-ISO8859-3.bdf: 700 @rm -f $@ 701 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-3 ISO8859-3 702 703.bdf-ISO8859-4.bdf: 704 @rm -f $@ 705 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-4 ISO8859-4 706 707.bdf-ISO8859-9.bdf: 708 @rm -f $@ 709 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-9 ISO8859-9 710 711.bdf-ISO8859-10.bdf: 712 @rm -f $@ 713 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-10 ISO8859-10 714 715.bdf-ISO8859-13.bdf: 716 @rm -f $@ 717 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-13 ISO8859-13 718 719.bdf-ISO8859-14.bdf: 720 @rm -f $@ 721 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-14 ISO8859-14 722 723.bdf-ISO8859-15.bdf: 724 @rm -f $@ 725 $(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-15 ISO8859-15 726 727all-local: $(BUILT_BDF_FILES) $(font_DATA) 728 729install-data-hook: 730 @rm -f $(DESTDIR)$(fontdir)/font.dir 731 $(MKFONTDIR) $(DESTDIR)$(fontdir) 732 @RUN_FCCACHE@ 733 734distuninstallcheck: 735 @: 736 737.PHONY: ChangeLog INSTALL 738 739INSTALL: 740 $(INSTALL_CMD) 741 742ChangeLog: 743 $(CHANGELOG_CMD) 744 745dist-hook: ChangeLog INSTALL 746 747# Tell versions [3.59,3.63) of GNU make to not export all variables. 748# Otherwise a system limit (for SysV at least) may be exceeded. 749.NOEXPORT: 750