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