Makefile.in revision eeced2e6
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	cu12 \
240	cu-alt12 \
241	cu-arabic12 \
242	cuarabic12 \
243	cu-devnag12 \
244	cudevnag12 \
245	cu-lig12 \
246	cu-pua12
247
248BDF_FILES = $(FONT_FILES:%=%.bdf)
249PCF_FILES = $(FONT_FILES:%=%.pcf$(COMPRESS_SUFFIX))
250SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX)
251fontdir = @FONTDIR@
252font_DATA = $(PCF_FILES)
253CLEANFILES = $(font_DATA)
254EXTRA_DIST = $(BDF_FILES) autogen.sh
255MAINTAINERCLEANFILES = ChangeLog INSTALL
256all: all-am
257
258.SUFFIXES:
259.SUFFIXES: .bdf .pcf$(COMPRESS_SUFFIX)
260am--refresh:
261	@:
262$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
263	@for dep in $?; do \
264	  case '$(am__configure_deps)' in \
265	    *$$dep*) \
266	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
267	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
268		&& exit 0; \
269	      exit 1;; \
270	  esac; \
271	done; \
272	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
273	$(am__cd) $(top_srcdir) && \
274	  $(AUTOMAKE) --foreign Makefile
275.PRECIOUS: Makefile
276Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277	@case '$?' in \
278	  *config.status*) \
279	    echo ' $(SHELL) ./config.status'; \
280	    $(SHELL) ./config.status;; \
281	  *) \
282	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
283	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
284	esac;
285
286$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287	$(SHELL) ./config.status --recheck
288
289$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
290	$(am__cd) $(srcdir) && $(AUTOCONF)
291$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
292	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
293$(am__aclocal_m4_deps):
294install-fontDATA: $(font_DATA)
295	@$(NORMAL_INSTALL)
296	test -z "$(fontdir)" || $(MKDIR_P) "$(DESTDIR)$(fontdir)"
297	@list='$(font_DATA)'; test -n "$(fontdir)" || list=; \
298	for p in $$list; do \
299	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
300	  echo "$$d$$p"; \
301	done | $(am__base_list) | \
302	while read files; do \
303	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \
304	  $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \
305	done
306
307uninstall-fontDATA:
308	@$(NORMAL_UNINSTALL)
309	@list='$(font_DATA)'; test -n "$(fontdir)" || list=; \
310	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
311	test -n "$$files" || exit 0; \
312	echo " ( cd '$(DESTDIR)$(fontdir)' && rm -f" $$files ")"; \
313	cd "$(DESTDIR)$(fontdir)" && rm -f $$files
314tags: TAGS
315TAGS:
316
317ctags: CTAGS
318CTAGS:
319
320
321distdir: $(DISTFILES)
322	$(am__remove_distdir)
323	test -d "$(distdir)" || mkdir "$(distdir)"
324	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326	list='$(DISTFILES)'; \
327	  dist_files=`for file in $$list; do echo $$file; done | \
328	  sed -e "s|^$$srcdirstrip/||;t" \
329	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
330	case $$dist_files in \
331	  */*) $(MKDIR_P) `echo "$$dist_files" | \
332			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
333			   sort -u` ;; \
334	esac; \
335	for file in $$dist_files; do \
336	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
337	  if test -d $$d/$$file; then \
338	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
339	    if test -d "$(distdir)/$$file"; then \
340	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
341	    fi; \
342	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
344	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345	    fi; \
346	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
347	  else \
348	    test -f "$(distdir)/$$file" \
349	    || cp -p $$d/$$file "$(distdir)/$$file" \
350	    || exit 1; \
351	  fi; \
352	done
353	$(MAKE) $(AM_MAKEFLAGS) \
354	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
355	  dist-hook
356	-test -n "$(am__skip_mode_fix)" \
357	|| find "$(distdir)" -type d ! -perm -755 \
358		-exec chmod u+rwx,go+rx {} \; -o \
359	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
360	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
361	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
362	|| chmod -R a+r "$(distdir)"
363dist-gzip: distdir
364	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
365	$(am__remove_distdir)
366dist-bzip2: distdir
367	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
368	$(am__remove_distdir)
369
370dist-lzma: distdir
371	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
372	$(am__remove_distdir)
373
374dist-xz: distdir
375	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
376	$(am__remove_distdir)
377
378dist-tarZ: distdir
379	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
380	$(am__remove_distdir)
381
382dist-shar: distdir
383	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
384	$(am__remove_distdir)
385
386dist-zip: distdir
387	-rm -f $(distdir).zip
388	zip -rq $(distdir).zip $(distdir)
389	$(am__remove_distdir)
390
391dist dist-all: distdir
392	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
393	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
394	$(am__remove_distdir)
395
396# This target untars the dist file and tries a VPATH configuration.  Then
397# it guarantees that the distribution is self-contained by making another
398# tarfile.
399distcheck: dist
400	case '$(DIST_ARCHIVES)' in \
401	*.tar.gz*) \
402	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
403	*.tar.bz2*) \
404	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
405	*.tar.lzma*) \
406	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
407	*.tar.xz*) \
408	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
409	*.tar.Z*) \
410	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
411	*.shar.gz*) \
412	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
413	*.zip*) \
414	  unzip $(distdir).zip ;;\
415	esac
416	chmod -R a-w $(distdir); chmod a+w $(distdir)
417	mkdir $(distdir)/_build
418	mkdir $(distdir)/_inst
419	chmod a-w $(distdir)
420	test -d $(distdir)/_build || exit 0; \
421	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
422	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
423	  && am__cwd=`pwd` \
424	  && $(am__cd) $(distdir)/_build \
425	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
426	    $(DISTCHECK_CONFIGURE_FLAGS) \
427	  && $(MAKE) $(AM_MAKEFLAGS) \
428	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
429	  && $(MAKE) $(AM_MAKEFLAGS) check \
430	  && $(MAKE) $(AM_MAKEFLAGS) install \
431	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
432	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
433	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
434	        distuninstallcheck \
435	  && chmod -R a-w "$$dc_install_base" \
436	  && ({ \
437	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
438	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
439	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
440	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
441	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
442	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
443	  && rm -rf "$$dc_destdir" \
444	  && $(MAKE) $(AM_MAKEFLAGS) dist \
445	  && rm -rf $(DIST_ARCHIVES) \
446	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
447	  && cd "$$am__cwd" \
448	  || exit 1
449	$(am__remove_distdir)
450	@(echo "$(distdir) archives ready for distribution: "; \
451	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
452	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
453distcleancheck: distclean
454	@if test '$(srcdir)' = . ; then \
455	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
456	  exit 1 ; \
457	fi
458	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
459	  || { echo "ERROR: files left in build directory after distclean:" ; \
460	       $(distcleancheck_listfiles) ; \
461	       exit 1; } >&2
462check-am: all-am
463check: check-am
464all-am: Makefile $(DATA)
465installdirs:
466	for dir in "$(DESTDIR)$(fontdir)"; do \
467	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
468	done
469install: install-am
470install-exec: install-exec-am
471install-data: install-data-am
472uninstall: uninstall-am
473
474install-am: all-am
475	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
476
477installcheck: installcheck-am
478install-strip:
479	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
480	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
481	  `test -z '$(STRIP)' || \
482	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
483mostlyclean-generic:
484
485clean-generic:
486	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
487
488distclean-generic:
489	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
490	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
491
492maintainer-clean-generic:
493	@echo "This command is intended for maintainers to use"
494	@echo "it deletes files that may require special tools to rebuild."
495	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
496clean: clean-am
497
498clean-am: clean-generic mostlyclean-am
499
500distclean: distclean-am
501	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
502	-rm -f Makefile
503distclean-am: clean-am distclean-generic
504
505dvi: dvi-am
506
507dvi-am:
508
509html: html-am
510
511html-am:
512
513info: info-am
514
515info-am:
516
517install-data-am: install-fontDATA
518	@$(NORMAL_INSTALL)
519	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
520install-dvi: install-dvi-am
521
522install-dvi-am:
523
524install-exec-am:
525
526install-html: install-html-am
527
528install-html-am:
529
530install-info: install-info-am
531
532install-info-am:
533
534install-man:
535
536install-pdf: install-pdf-am
537
538install-pdf-am:
539
540install-ps: install-ps-am
541
542install-ps-am:
543
544installcheck-am:
545
546maintainer-clean: maintainer-clean-am
547	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
548	-rm -rf $(top_srcdir)/autom4te.cache
549	-rm -f Makefile
550maintainer-clean-am: distclean-am maintainer-clean-generic
551
552mostlyclean: mostlyclean-am
553
554mostlyclean-am: mostlyclean-generic
555
556pdf: pdf-am
557
558pdf-am:
559
560ps: ps-am
561
562ps-am:
563
564uninstall-am: uninstall-fontDATA
565
566.MAKE: install-am install-data-am install-strip
567
568.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
569	dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
570	dist-tarZ dist-xz dist-zip distcheck distclean \
571	distclean-generic distcleancheck distdir distuninstallcheck \
572	dvi dvi-am html html-am info info-am install install-am \
573	install-data install-data-am install-data-hook install-dvi \
574	install-dvi-am install-exec install-exec-am install-fontDATA \
575	install-html install-html-am install-info install-info-am \
576	install-man install-pdf install-pdf-am install-ps \
577	install-ps-am install-strip installcheck installcheck-am \
578	installdirs maintainer-clean maintainer-clean-generic \
579	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
580	uninstall-am uninstall-fontDATA
581
582
583.bdf.pcf$(COMPRESS_SUFFIX):
584	@rm -f $@
585	$(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@
586
587install-data-hook:
588	@rm -f $(DESTDIR)$(fontdir)/font.dir
589	$(MKFONTDIR) $(DESTDIR)$(fontdir)
590	@RUN_FCCACHE@
591
592distuninstallcheck:
593	@:
594
595.PHONY: ChangeLog INSTALL
596
597INSTALL:
598	$(INSTALL_CMD)
599
600ChangeLog:
601	$(CHANGELOG_CMD)
602
603dist-hook: ChangeLog INSTALL
604
605# Tell versions [3.59,3.63) of GNU make to not export all variables.
606# Otherwise a system limit (for SysV at least) may be exceeded.
607.NOEXPORT:
608