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	courB08 \
244	courB10 \
245	courB12 \
246	courB14 \
247	courB18 \
248	courB24 \
249	courBO08 \
250	courBO10 \
251	courBO12 \
252	courBO14 \
253	courBO18 \
254	courBO24 \
255	courO08 \
256	courO10 \
257	courO12 \
258	courO14 \
259	courO18 \
260	courO24 \
261	courR08 \
262	courR10 \
263	courR12 \
264	courR14 \
265	courR18 \
266	courR24 \
267	helvB08 \
268	helvB10 \
269	helvB12 \
270	helvB14 \
271	helvB18 \
272	helvB24 \
273	helvBO08 \
274	helvBO10 \
275	helvBO12 \
276	helvBO14 \
277	helvBO18 \
278	helvBO24 \
279	helvO08 \
280	helvO10 \
281	helvO12 \
282	helvO14 \
283	helvO18 \
284	helvO24 \
285	helvR08 \
286	helvR10 \
287	helvR12 \
288	helvR14 \
289	helvR18 \
290	helvR24 \
291	ncenB08 \
292	ncenB10 \
293	ncenB12 \
294	ncenB14 \
295	ncenB18 \
296	ncenB24 \
297	ncenBI08 \
298	ncenBI10 \
299	ncenBI12 \
300	ncenBI14 \
301	ncenBI18 \
302	ncenBI24 \
303	ncenI08 \
304	ncenI10 \
305	ncenI12 \
306	ncenI14 \
307	ncenI18 \
308	ncenI24 \
309	ncenR08 \
310	ncenR10 \
311	ncenR12 \
312	ncenR14 \
313	ncenR18 \
314	ncenR24 \
315	timB08 \
316	timB10 \
317	timB12 \
318	timB14 \
319	timB18 \
320	timB24 \
321	timBI08 \
322	timBI10 \
323	timBI12 \
324	timBI14 \
325	timBI18 \
326	timBI24 \
327	timI08 \
328	timI10 \
329	timI12 \
330	timI14 \
331	timI18 \
332	timI24 \
333	timR08 \
334	timR10 \
335	timR12 \
336	timR14 \
337	timR18 \
338	timR24
339
340EXTRA_FONT_FILES = \
341	symb08 \
342	symb10 \
343	symb12 \
344	symb14 \
345	symb18 \
346	symb24
347
348FONT_FILES = $(BDF2UCS_FONT_FILES) $(EXTRA_FONT_FILES)
349BDF_FILES = $(FONT_FILES:%=%.bdf)
350PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX))
351@ISO8859_1_TRUE@ISO8859_1_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.bdf)
352@ISO8859_1_TRUE@ISO8859_1_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-1.pcf$(COMPRESS_SUFFIX))
353@ISO8859_2_TRUE@ISO8859_2_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.bdf)
354@ISO8859_2_TRUE@ISO8859_2_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-2.pcf$(COMPRESS_SUFFIX))
355@ISO8859_3_TRUE@ISO8859_3_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.bdf)
356@ISO8859_3_TRUE@ISO8859_3_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-3.pcf$(COMPRESS_SUFFIX))
357@ISO8859_4_TRUE@ISO8859_4_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.bdf)
358@ISO8859_4_TRUE@ISO8859_4_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-4.pcf$(COMPRESS_SUFFIX))
359@ISO8859_9_TRUE@ISO8859_9_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.bdf)
360@ISO8859_9_TRUE@ISO8859_9_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-9.pcf$(COMPRESS_SUFFIX))
361@ISO8859_10_TRUE@ISO8859_10_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.bdf)
362@ISO8859_10_TRUE@ISO8859_10_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-10.pcf$(COMPRESS_SUFFIX))
363@ISO8859_13_TRUE@ISO8859_13_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.bdf)
364@ISO8859_13_TRUE@ISO8859_13_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-13.pcf$(COMPRESS_SUFFIX))
365@ISO8859_14_TRUE@ISO8859_14_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.bdf)
366@ISO8859_14_TRUE@ISO8859_14_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-14.pcf$(COMPRESS_SUFFIX))
367@ISO8859_15_TRUE@ISO8859_15_BDF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.bdf)
368@ISO8859_15_TRUE@ISO8859_15_PCF_FILES = $(BDF2UCS_FONT_FILES:%=%-ISO8859-15.pcf$(COMPRESS_SUFFIX))
369UTIL_DIR = @MAPFILES_PATH@
370SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) \
371	-ISO8859-1.bdf \
372	-ISO8859-2.bdf \
373	-ISO8859-3.bdf \
374	-ISO8859-4.bdf \
375	-ISO8859-9.bdf \
376	-ISO8859-10.bdf \
377	-ISO8859-13.bdf \
378	-ISO8859-14.bdf \
379	-ISO8859-15.bdf
380
381fontdir = @FONTDIR@
382font_DATA = \
383	$(PCF_FILES) \
384	$(ISO8859_1_PCF_FILES) \
385	$(ISO8859_2_PCF_FILES) \
386	$(ISO8859_3_PCF_FILES) \
387	$(ISO8859_4_PCF_FILES) \
388	$(ISO8859_9_PCF_FILES) \
389	$(ISO8859_10_PCF_FILES) \
390	$(ISO8859_13_PCF_FILES) \
391	$(ISO8859_14_PCF_FILES) \
392	$(ISO8859_15_PCF_FILES)
393
394BUILT_BDF_FILES = \
395	$(ISO8859_1_BDF_FILES) \
396	$(ISO8859_2_BDF_FILES) \
397	$(ISO8859_3_BDF_FILES) \
398	$(ISO8859_4_BDF_FILES) \
399	$(ISO8859_9_BDF_FILES) \
400	$(ISO8859_10_BDF_FILES) \
401	$(ISO8859_13_BDF_FILES) \
402	$(ISO8859_14_BDF_FILES) \
403	$(ISO8859_15_BDF_FILES)
404
405CLEANFILES = $(font_DATA) $(BUILT_BDF_FILES)
406EXTRA_DIST = $(BDF_FILES)
407MAINTAINERCLEANFILES = ChangeLog INSTALL
408all: all-am
409
410.SUFFIXES:
411.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
412am--refresh:
413	@:
414$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
415	@for dep in $?; do \
416	  case '$(am__configure_deps)' in \
417	    *$$dep*) \
418	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
419	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
420		&& exit 0; \
421	      exit 1;; \
422	  esac; \
423	done; \
424	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
425	$(am__cd) $(top_srcdir) && \
426	  $(AUTOMAKE) --foreign Makefile
427.PRECIOUS: Makefile
428Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
429	@case '$?' in \
430	  *config.status*) \
431	    echo ' $(SHELL) ./config.status'; \
432	    $(SHELL) ./config.status;; \
433	  *) \
434	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
435	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
436	esac;
437
438$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
439	$(SHELL) ./config.status --recheck
440
441$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
442	$(am__cd) $(srcdir) && $(AUTOCONF)
443$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
444	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
445$(am__aclocal_m4_deps):
446install-fontDATA: $(font_DATA)
447	@$(NORMAL_INSTALL)
448	test -z "$(fontdir)" || $(MKDIR_P) "$(DESTDIR)$(fontdir)"
449	@list='$(font_DATA)'; test -n "$(fontdir)" || list=; \
450	for p in $$list; do \
451	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
452	  echo "$$d$$p"; \
453	done | $(am__base_list) | \
454	while read files; do \
455	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \
456	  $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \
457	done
458
459uninstall-fontDATA:
460	@$(NORMAL_UNINSTALL)
461	@list='$(font_DATA)'; test -n "$(fontdir)" || list=; \
462	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
463	test -n "$$files" || exit 0; \
464	echo " ( cd '$(DESTDIR)$(fontdir)' && rm -f" $$files ")"; \
465	cd "$(DESTDIR)$(fontdir)" && rm -f $$files
466tags: TAGS
467TAGS:
468
469ctags: CTAGS
470CTAGS:
471
472
473distdir: $(DISTFILES)
474	$(am__remove_distdir)
475	test -d "$(distdir)" || mkdir "$(distdir)"
476	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478	list='$(DISTFILES)'; \
479	  dist_files=`for file in $$list; do echo $$file; done | \
480	  sed -e "s|^$$srcdirstrip/||;t" \
481	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
482	case $$dist_files in \
483	  */*) $(MKDIR_P) `echo "$$dist_files" | \
484			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
485			   sort -u` ;; \
486	esac; \
487	for file in $$dist_files; do \
488	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
489	  if test -d $$d/$$file; then \
490	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
491	    if test -d "$(distdir)/$$file"; then \
492	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493	    fi; \
494	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
495	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
496	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497	    fi; \
498	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
499	  else \
500	    test -f "$(distdir)/$$file" \
501	    || cp -p $$d/$$file "$(distdir)/$$file" \
502	    || exit 1; \
503	  fi; \
504	done
505	$(MAKE) $(AM_MAKEFLAGS) \
506	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
507	  dist-hook
508	-test -n "$(am__skip_mode_fix)" \
509	|| find "$(distdir)" -type d ! -perm -755 \
510		-exec chmod u+rwx,go+rx {} \; -o \
511	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
512	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
513	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
514	|| chmod -R a+r "$(distdir)"
515dist-gzip: distdir
516	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
517	$(am__remove_distdir)
518dist-bzip2: distdir
519	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
520	$(am__remove_distdir)
521
522dist-lzma: distdir
523	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
524	$(am__remove_distdir)
525
526dist-xz: distdir
527	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
528	$(am__remove_distdir)
529
530dist-tarZ: distdir
531	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
532	$(am__remove_distdir)
533
534dist-shar: distdir
535	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
536	$(am__remove_distdir)
537
538dist-zip: distdir
539	-rm -f $(distdir).zip
540	zip -rq $(distdir).zip $(distdir)
541	$(am__remove_distdir)
542
543dist dist-all: distdir
544	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
545	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
546	$(am__remove_distdir)
547
548# This target untars the dist file and tries a VPATH configuration.  Then
549# it guarantees that the distribution is self-contained by making another
550# tarfile.
551distcheck: dist
552	case '$(DIST_ARCHIVES)' in \
553	*.tar.gz*) \
554	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
555	*.tar.bz2*) \
556	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
557	*.tar.lzma*) \
558	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
559	*.tar.xz*) \
560	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
561	*.tar.Z*) \
562	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
563	*.shar.gz*) \
564	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
565	*.zip*) \
566	  unzip $(distdir).zip ;;\
567	esac
568	chmod -R a-w $(distdir); chmod a+w $(distdir)
569	mkdir $(distdir)/_build
570	mkdir $(distdir)/_inst
571	chmod a-w $(distdir)
572	test -d $(distdir)/_build || exit 0; \
573	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
574	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
575	  && am__cwd=`pwd` \
576	  && $(am__cd) $(distdir)/_build \
577	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
578	    $(DISTCHECK_CONFIGURE_FLAGS) \
579	  && $(MAKE) $(AM_MAKEFLAGS) \
580	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
581	  && $(MAKE) $(AM_MAKEFLAGS) check \
582	  && $(MAKE) $(AM_MAKEFLAGS) install \
583	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
584	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
585	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
586	        distuninstallcheck \
587	  && chmod -R a-w "$$dc_install_base" \
588	  && ({ \
589	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
590	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
591	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
592	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
593	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
594	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
595	  && rm -rf "$$dc_destdir" \
596	  && $(MAKE) $(AM_MAKEFLAGS) dist \
597	  && rm -rf $(DIST_ARCHIVES) \
598	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
599	  && cd "$$am__cwd" \
600	  || exit 1
601	$(am__remove_distdir)
602	@(echo "$(distdir) archives ready for distribution: "; \
603	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
604	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
605distcleancheck: distclean
606	@if test '$(srcdir)' = . ; then \
607	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
608	  exit 1 ; \
609	fi
610	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
611	  || { echo "ERROR: files left in build directory after distclean:" ; \
612	       $(distcleancheck_listfiles) ; \
613	       exit 1; } >&2
614check-am: all-am
615check: check-am
616all-am: Makefile $(DATA) all-local
617installdirs:
618	for dir in "$(DESTDIR)$(fontdir)"; do \
619	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
620	done
621install: install-am
622install-exec: install-exec-am
623install-data: install-data-am
624uninstall: uninstall-am
625
626install-am: all-am
627	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
628
629installcheck: installcheck-am
630install-strip:
631	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
632	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
633	  `test -z '$(STRIP)' || \
634	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
635mostlyclean-generic:
636
637clean-generic:
638	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
639
640distclean-generic:
641	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
642	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
643
644maintainer-clean-generic:
645	@echo "This command is intended for maintainers to use"
646	@echo "it deletes files that may require special tools to rebuild."
647	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
648clean: clean-am
649
650clean-am: clean-generic mostlyclean-am
651
652distclean: distclean-am
653	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
654	-rm -f Makefile
655distclean-am: clean-am distclean-generic
656
657dvi: dvi-am
658
659dvi-am:
660
661html: html-am
662
663html-am:
664
665info: info-am
666
667info-am:
668
669install-data-am: install-fontDATA
670	@$(NORMAL_INSTALL)
671	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
672install-dvi: install-dvi-am
673
674install-dvi-am:
675
676install-exec-am:
677
678install-html: install-html-am
679
680install-html-am:
681
682install-info: install-info-am
683
684install-info-am:
685
686install-man:
687
688install-pdf: install-pdf-am
689
690install-pdf-am:
691
692install-ps: install-ps-am
693
694install-ps-am:
695
696installcheck-am:
697
698maintainer-clean: maintainer-clean-am
699	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
700	-rm -rf $(top_srcdir)/autom4te.cache
701	-rm -f Makefile
702maintainer-clean-am: distclean-am maintainer-clean-generic
703
704mostlyclean: mostlyclean-am
705
706mostlyclean-am: mostlyclean-generic
707
708pdf: pdf-am
709
710pdf-am:
711
712ps: ps-am
713
714ps-am:
715
716uninstall-am: uninstall-fontDATA
717
718.MAKE: install-am install-data-am install-strip
719
720.PHONY: all all-am all-local am--refresh check check-am clean \
721	clean-generic dist dist-all dist-bzip2 dist-gzip dist-hook \
722	dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
723	distclean distclean-generic distcleancheck distdir \
724	distuninstallcheck dvi dvi-am html html-am info info-am \
725	install install-am install-data install-data-am \
726	install-data-hook install-dvi install-dvi-am install-exec \
727	install-exec-am install-fontDATA install-html install-html-am \
728	install-info install-info-am install-man install-pdf \
729	install-pdf-am install-ps install-ps-am install-strip \
730	installcheck installcheck-am installdirs maintainer-clean \
731	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
732	pdf-am ps ps-am uninstall uninstall-am uninstall-fontDATA
733
734
735.bdf.pcf$(COMPRESS_SUFFIX):
736	@rm -f $@
737	$(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@
738
739.bdf-ISO8859-1.bdf:
740	@rm -f $@
741	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1
742
743.bdf-ISO8859-2.bdf:
744	@rm -f $@
745	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-2 ISO8859-2
746
747.bdf-ISO8859-3.bdf:
748	@rm -f $@
749	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-3 ISO8859-3
750
751.bdf-ISO8859-4.bdf:
752	@rm -f $@
753	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-4 ISO8859-4
754
755.bdf-ISO8859-9.bdf:
756	@rm -f $@
757	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-9 ISO8859-9
758
759.bdf-ISO8859-10.bdf:
760	@rm -f $@
761	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-10 ISO8859-10
762
763.bdf-ISO8859-13.bdf:
764	@rm -f $@
765	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-13 ISO8859-13
766
767.bdf-ISO8859-14.bdf:
768	@rm -f $@
769	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-14 ISO8859-14
770
771.bdf-ISO8859-15.bdf:
772	@rm -f $@
773	$(AM_V_GEN)$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-15 ISO8859-15
774
775all-local: $(BUILT_BDF_FILES) $(font_DATA)
776
777install-data-hook:
778	@rm -f $(DESTDIR)$(fontdir)/font.dir
779	$(MKFONTDIR) $(DESTDIR)$(fontdir)
780	@RUN_FCCACHE@
781
782distuninstallcheck:
783	@:
784
785.PHONY: ChangeLog INSTALL
786
787INSTALL:
788	$(INSTALL_CMD)
789
790ChangeLog:
791	$(CHANGELOG_CMD)
792
793dist-hook: ChangeLog INSTALL
794
795# Tell versions [3.59,3.63) of GNU make to not export all variables.
796# Otherwise a system limit (for SysV at least) may be exceeded.
797.NOEXPORT:
798