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