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