Makefile.in revision a99f82b8
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@
65CYGPATH_W = @CYGPATH_W@
66DEFS = @DEFS@
67ECHO_C = @ECHO_C@
68ECHO_N = @ECHO_N@
69ECHO_T = @ECHO_T@
70INSTALL_DATA = @INSTALL_DATA@
71INSTALL_PROGRAM = @INSTALL_PROGRAM@
72INSTALL_SCRIPT = @INSTALL_SCRIPT@
73INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74LIBOBJS = @LIBOBJS@
75LIBS = @LIBS@
76LTLIBOBJS = @LTLIBOBJS@
77MAINT = @MAINT@
78MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
79MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
80MAKEINFO = @MAKEINFO@
81PACKAGE = @PACKAGE@
82PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
83PACKAGE_NAME = @PACKAGE_NAME@
84PACKAGE_STRING = @PACKAGE_STRING@
85PACKAGE_TARNAME = @PACKAGE_TARNAME@
86PACKAGE_VERSION = @PACKAGE_VERSION@
87PATH_SEPARATOR = @PATH_SEPARATOR@
88SET_MAKE = @SET_MAKE@
89SHELL = @SHELL@
90STRIP = @STRIP@
91TOPFONTDIR = @TOPFONTDIR@
92VERSION = @VERSION@
93ac_ct_STRIP = @ac_ct_STRIP@
94am__leading_dot = @am__leading_dot@
95bindir = @bindir@
96build_alias = @build_alias@
97datadir = @datadir@
98exec_prefix = @exec_prefix@
99host_alias = @host_alias@
100includedir = @includedir@
101infodir = @infodir@
102install_sh = @install_sh@
103libdir = @libdir@
104libexecdir = @libexecdir@
105localstatedir = @localstatedir@
106mandir = @mandir@
107oldincludedir = @oldincludedir@
108prefix = @prefix@
109program_transform_name = @program_transform_name@
110sbindir = @sbindir@
111sharedstatedir = @sharedstatedir@
112sysconfdir = @sysconfdir@
113target_alias = @target_alias@
114
115aliasdir = @TOPFONTDIR@/100dpi
116alias_DATA = fonts.alias
117
118EXTRA_DIST = $(alias_DATA)
119subdir = 100dpi
120ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122CONFIG_CLEAN_FILES =
123DIST_SOURCES =
124DATA = $(alias_DATA)
125
126DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
127all: all-am
128
129.SUFFIXES:
130$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
131	cd $(top_srcdir) && \
132	  $(AUTOMAKE) --foreign  100dpi/Makefile
133Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
134	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
135uninstall-info-am:
136aliasDATA_INSTALL = $(INSTALL_DATA)
137install-aliasDATA: $(alias_DATA)
138	@$(NORMAL_INSTALL)
139	$(mkinstalldirs) $(DESTDIR)$(aliasdir)
140	@list='$(alias_DATA)'; for p in $$list; do \
141	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
142	  f="`echo $$p | sed -e 's|^.*/||'`"; \
143	  echo " $(aliasDATA_INSTALL) $$d$$p $(DESTDIR)$(aliasdir)/$$f"; \
144	  $(aliasDATA_INSTALL) $$d$$p $(DESTDIR)$(aliasdir)/$$f; \
145	done
146
147uninstall-aliasDATA:
148	@$(NORMAL_UNINSTALL)
149	@list='$(alias_DATA)'; for p in $$list; do \
150	  f="`echo $$p | sed -e 's|^.*/||'`"; \
151	  echo " rm -f $(DESTDIR)$(aliasdir)/$$f"; \
152	  rm -f $(DESTDIR)$(aliasdir)/$$f; \
153	done
154tags: TAGS
155TAGS:
156
157ctags: CTAGS
158CTAGS:
159
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161
162top_distdir = ..
163distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
164
165distdir: $(DISTFILES)
166	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
167	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
168	list='$(DISTFILES)'; for file in $$list; do \
169	  case $$file in \
170	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
171	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
172	  esac; \
173	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
174	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
175	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
176	    dir="/$$dir"; \
177	    $(mkinstalldirs) "$(distdir)$$dir"; \
178	  else \
179	    dir=''; \
180	  fi; \
181	  if test -d $$d/$$file; then \
182	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
183	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
184	    fi; \
185	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
186	  else \
187	    test -f $(distdir)/$$file \
188	    || cp -p $$d/$$file $(distdir)/$$file \
189	    || exit 1; \
190	  fi; \
191	done
192check-am: all-am
193check: check-am
194all-am: Makefile $(DATA)
195
196installdirs:
197	$(mkinstalldirs) $(DESTDIR)$(aliasdir)
198install: install-am
199install-exec: install-exec-am
200install-data: install-data-am
201uninstall: uninstall-am
202
203install-am: all-am
204	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
205
206installcheck: installcheck-am
207install-strip:
208	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
209	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
210	  `test -z '$(STRIP)' || \
211	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
212mostlyclean-generic:
213
214clean-generic:
215
216distclean-generic:
217	-rm -f $(CONFIG_CLEAN_FILES)
218
219maintainer-clean-generic:
220	@echo "This command is intended for maintainers to use"
221	@echo "it deletes files that may require special tools to rebuild."
222clean: clean-am
223
224clean-am: clean-generic mostlyclean-am
225
226distclean: distclean-am
227	-rm -f Makefile
228distclean-am: clean-am distclean-generic
229
230dvi: dvi-am
231
232dvi-am:
233
234info: info-am
235
236info-am:
237
238install-data-am: install-aliasDATA
239
240install-exec-am:
241
242install-info: install-info-am
243
244install-man:
245
246installcheck-am:
247
248maintainer-clean: maintainer-clean-am
249	-rm -f Makefile
250maintainer-clean-am: distclean-am maintainer-clean-generic
251
252mostlyclean: mostlyclean-am
253
254mostlyclean-am: mostlyclean-generic
255
256pdf: pdf-am
257
258pdf-am:
259
260ps: ps-am
261
262ps-am:
263
264uninstall-am: uninstall-aliasDATA uninstall-info-am
265
266.PHONY: all all-am check check-am clean clean-generic distclean \
267	distclean-generic distdir dvi dvi-am info info-am install \
268	install-aliasDATA install-am install-data install-data-am \
269	install-exec install-exec-am install-info install-info-am \
270	install-man install-strip installcheck installcheck-am \
271	installdirs maintainer-clean maintainer-clean-generic \
272	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
273	uninstall-aliasDATA uninstall-am uninstall-info-am
274
275# Tell versions [3.59,3.63) of GNU make to not export all variables.
276# Otherwise a system limit (for SysV at least) may be exceeded.
277.NOEXPORT:
278