Makefile.in revision b7d53ee5
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#  Copyright 2005 Red Hat, Inc.
18#
19#  Permission to use, copy, modify, distribute, and sell this software
20#  and its documentation for any purpose is hereby granted without
21#  fee, provided that the above copyright notice appear in all copies
22#  and that both that copyright notice and this permission notice
23#  appear in supporting documentation, and that the name of Red Hat
24#  not be used in advertising or publicity pertaining to distribution
25#  of the software without specific, written prior permission.  Red
26#  Hat makes no representations about the suitability of this software
27#  for any purpose.  It is provided "as is" without express or implied
28#  warranty.
29#
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
32#  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
34#  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
35#  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
36#  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37
38srcdir = @srcdir@
39top_srcdir = @top_srcdir@
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkgincludedir = $(includedir)/@PACKAGE@
44top_builddir = .
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48install_sh_DATA = $(install_sh) -c -m 644
49install_sh_PROGRAM = $(install_sh) -c
50install_sh_SCRIPT = $(install_sh) -c
51INSTALL_HEADER = $(INSTALL_DATA)
52transform = $(program_transform_name)
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59ACLOCAL = @ACLOCAL@
60AMTAR = @AMTAR@
61AUTOCONF = @AUTOCONF@
62AUTOHEADER = @AUTOHEADER@
63AUTOMAKE = @AUTOMAKE@
64AWK = @AWK@
65BDFTOPCF = @BDFTOPCF@
66CYGPATH_W = @CYGPATH_W@
67DEFS = @DEFS@
68ECHO_C = @ECHO_C@
69ECHO_N = @ECHO_N@
70ECHO_T = @ECHO_T@
71FONTDIR = @FONTDIR@
72INSTALL_DATA = @INSTALL_DATA@
73INSTALL_PROGRAM = @INSTALL_PROGRAM@
74INSTALL_SCRIPT = @INSTALL_SCRIPT@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76LIBOBJS = @LIBOBJS@
77LIBS = @LIBS@
78LTLIBOBJS = @LTLIBOBJS@
79MAINT = @MAINT@
80MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
81MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
82MAKEINFO = @MAKEINFO@
83MKFONTDIR = @MKFONTDIR@
84MKFONTSCALE = @MKFONTSCALE@
85PACKAGE = @PACKAGE@
86PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
87PACKAGE_NAME = @PACKAGE_NAME@
88PACKAGE_STRING = @PACKAGE_STRING@
89PACKAGE_TARNAME = @PACKAGE_TARNAME@
90PACKAGE_VERSION = @PACKAGE_VERSION@
91PATH_SEPARATOR = @PATH_SEPARATOR@
92SET_MAKE = @SET_MAKE@
93SHELL = @SHELL@
94STRIP = @STRIP@
95VERSION = @VERSION@
96ac_ct_STRIP = @ac_ct_STRIP@
97am__leading_dot = @am__leading_dot@
98bindir = @bindir@
99build_alias = @build_alias@
100datadir = @datadir@
101exec_prefix = @exec_prefix@
102host_alias = @host_alias@
103includedir = @includedir@
104infodir = @infodir@
105install_sh = @install_sh@
106libdir = @libdir@
107libexecdir = @libexecdir@
108localstatedir = @localstatedir@
109mandir = @mandir@
110oldincludedir = @oldincludedir@
111prefix = @prefix@
112program_transform_name = @program_transform_name@
113sbindir = @sbindir@
114sharedstatedir = @sharedstatedir@
115sysconfdir = @sysconfdir@
116target_alias = @target_alias@
117
118FONT_FILES = \
119	deccurs \
120	decsess
121
122
123BDF_FILES = $(FONT_FILES:%=%.bdf)
124PCF_FILES = $(FONT_FILES:%=%.pcf.gz)
125
126SUFFIXES = .bdf .pcf.gz
127
128fontdir = @FONTDIR@
129font_DATA = $(PCF_FILES)
130CLEANFILES = $(font_DATA)
131
132EXTRA_DIST = $(BDF_FILES) autogen.sh
133subdir = .
134ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
135mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
136CONFIG_CLEAN_FILES =
137DIST_SOURCES =
138DATA = $(font_DATA)
139
140DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
141	COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 configure \
142	configure.ac install-sh missing mkinstalldirs
143all: all-am
144
145.SUFFIXES:
146.SUFFIXES: .bdf .pcf.gz
147
148am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
149 configure.lineno
150$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
151	cd $(top_srcdir) && \
152	  $(AUTOMAKE) --foreign  Makefile
153Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
154	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
155
156$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
157	$(SHELL) ./config.status --recheck
158$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
159	cd $(srcdir) && $(AUTOCONF)
160
161$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac 
162	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
163uninstall-info-am:
164fontDATA_INSTALL = $(INSTALL_DATA)
165install-fontDATA: $(font_DATA)
166	@$(NORMAL_INSTALL)
167	$(mkinstalldirs) $(DESTDIR)$(fontdir)
168	@list='$(font_DATA)'; for p in $$list; do \
169	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
170	  f="`echo $$p | sed -e 's|^.*/||'`"; \
171	  echo " $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f"; \
172	  $(fontDATA_INSTALL) $$d$$p $(DESTDIR)$(fontdir)/$$f; \
173	done
174
175uninstall-fontDATA:
176	@$(NORMAL_UNINSTALL)
177	@list='$(font_DATA)'; for p in $$list; do \
178	  f="`echo $$p | sed -e 's|^.*/||'`"; \
179	  echo " rm -f $(DESTDIR)$(fontdir)/$$f"; \
180	  rm -f $(DESTDIR)$(fontdir)/$$f; \
181	done
182tags: TAGS
183TAGS:
184
185ctags: CTAGS
186CTAGS:
187
188DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
189
190top_distdir = .
191distdir = $(PACKAGE)-$(VERSION)
192
193am__remove_distdir = \
194  { test ! -d $(distdir) \
195    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
196         && rm -fr $(distdir); }; }
197
198GZIP_ENV = --best
199distuninstallcheck_listfiles = find . -type f -print
200distcleancheck_listfiles = find . -type f -print
201
202distdir: $(DISTFILES)
203	$(am__remove_distdir)
204	mkdir $(distdir)
205	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
206	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
207	list='$(DISTFILES)'; for file in $$list; do \
208	  case $$file in \
209	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
210	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
211	  esac; \
212	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
213	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
214	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
215	    dir="/$$dir"; \
216	    $(mkinstalldirs) "$(distdir)$$dir"; \
217	  else \
218	    dir=''; \
219	  fi; \
220	  if test -d $$d/$$file; then \
221	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
222	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
223	    fi; \
224	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
225	  else \
226	    test -f $(distdir)/$$file \
227	    || cp -p $$d/$$file $(distdir)/$$file \
228	    || exit 1; \
229	  fi; \
230	done
231	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
232	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
233	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
234	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
235	|| chmod -R a+r $(distdir)
236dist-gzip: distdir
237	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
238	$(am__remove_distdir)
239
240dist-bzip2: distdir
241	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
242	$(am__remove_distdir)
243
244dist dist-all: distdir
245	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
246	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
247	$(am__remove_distdir)
248
249# This target untars the dist file and tries a VPATH configuration.  Then
250# it guarantees that the distribution is self-contained by making another
251# tarfile.
252distcheck: dist
253	$(am__remove_distdir)
254	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
255	chmod -R a-w $(distdir); chmod a+w $(distdir)
256	mkdir $(distdir)/_build
257	mkdir $(distdir)/_inst
258	chmod a-w $(distdir)
259	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
260	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
261	  && cd $(distdir)/_build \
262	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
263	    $(DISTCHECK_CONFIGURE_FLAGS) \
264	  && $(MAKE) $(AM_MAKEFLAGS) \
265	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
266	  && $(MAKE) $(AM_MAKEFLAGS) check \
267	  && $(MAKE) $(AM_MAKEFLAGS) install \
268	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
269	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
270	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
271	        distuninstallcheck \
272	  && chmod -R a-w "$$dc_install_base" \
273	  && ({ \
274	       (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
275	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
276	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
277	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
278	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
279	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
280	  && rm -rf "$$dc_destdir" \
281	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
282	  && rm -f $(distdir).tar.gz \
283	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
284	$(am__remove_distdir)
285	@echo "$(distdir).tar.gz is ready for distribution" | \
286	  sed 'h;s/./=/g;p;x;p;x'
287distcleancheck: distclean
288	@if test '$(srcdir)' = . ; then \
289	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
290	  exit 1 ; \
291	fi
292	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
293	  || { echo "ERROR: files left in build directory after distclean:" ; \
294	       $(distcleancheck_listfiles) ; \
295	       exit 1; } >&2
296check-am: all-am
297check: check-am
298all-am: Makefile $(DATA)
299
300installdirs:
301	$(mkinstalldirs) $(DESTDIR)$(fontdir)
302install: install-am
303install-exec: install-exec-am
304install-data: install-data-am
305uninstall: uninstall-am
306
307install-am: all-am
308	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
309
310installcheck: installcheck-am
311install-strip:
312	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
313	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
314	  `test -z '$(STRIP)' || \
315	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
316mostlyclean-generic:
317
318clean-generic:
319	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
320
321distclean-generic:
322	-rm -f $(CONFIG_CLEAN_FILES)
323
324maintainer-clean-generic:
325	@echo "This command is intended for maintainers to use"
326	@echo "it deletes files that may require special tools to rebuild."
327clean: clean-am
328
329clean-am: clean-generic mostlyclean-am
330
331distclean: distclean-am
332	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
333	-rm -f Makefile
334distclean-am: clean-am distclean-generic
335
336dvi: dvi-am
337
338dvi-am:
339
340info: info-am
341
342info-am:
343
344install-data-am: install-fontDATA
345	@$(NORMAL_INSTALL)
346	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
347
348install-exec-am:
349
350install-info: install-info-am
351
352install-man:
353
354installcheck-am:
355
356maintainer-clean: maintainer-clean-am
357	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
358	-rm -rf $(top_srcdir)/autom4te.cache
359	-rm -f Makefile
360maintainer-clean-am: distclean-am maintainer-clean-generic
361
362mostlyclean: mostlyclean-am
363
364mostlyclean-am: mostlyclean-generic
365
366pdf: pdf-am
367
368pdf-am:
369
370ps: ps-am
371
372ps-am:
373
374uninstall-am: uninstall-fontDATA uninstall-info-am
375
376.PHONY: all all-am check check-am clean clean-generic dist dist-all \
377	dist-bzip2 dist-gzip distcheck distclean distclean-generic \
378	distcleancheck distdir distuninstallcheck dvi dvi-am info \
379	info-am install install-am install-data install-data-am \
380	install-exec install-exec-am install-fontDATA install-info \
381	install-info-am install-man install-strip installcheck \
382	installcheck-am installdirs maintainer-clean \
383	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
384	pdf-am ps ps-am uninstall uninstall-am uninstall-fontDATA \
385	uninstall-info-am
386
387
388.bdf.pcf.gz:
389	@rm -f $@
390	$(BDFTOPCF) -t $< | gzip > $@
391
392install-data-hook:
393	@rm -f $(DESTDIR)$(fontdir)/fonts.scale
394	$(MKFONTSCALE) $(DESTDIR)$(fontdir)
395	@rm -f $(DESTDIR)$(fontdir)/font.dir
396	$(MKFONTDIR) $(DESTDIR)$(fontdir)
397
398distuninstallcheck:
399	@:
400# Tell versions [3.59,3.63) of GNU make to not export all variables.
401# Otherwise a system limit (for SysV at least) may be exceeded.
402.NOEXPORT:
403