1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
58 host_alias = @host_alias@
61 AT_TESTPATH = @AT_TESTPATH@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
65 CATOBJEXT = @CATOBJEXT@
68 DATADIRNAME = @DATADIRNAME@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLBISON = @INTLBISON@
83 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
95 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98 WARNING_CFLAGS = @WARNING_CFLAGS@
99 am__include = @am__include@
100 am__quote = @am__quote@
101 install_sh = @install_sh@
123 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
124 CONFIG_HEADER = $(top_builddir)/config.h
127 DIST_COMMON = Makefile.am Makefile.in
131 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
132 cd $(top_srcdir) && \
133 $(AUTOMAKE) --gnu m4/Makefile
134 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
135 cd $(top_builddir) && \
136 CONFIG_HEADERS= CONFIG_LINKS= \
137 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
143 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
148 distdir: $(DISTFILES)
149 @for file in $(DISTFILES); do \
150 if test -f $$file; then d=.; else d=$(srcdir); fi; \
151 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
152 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
153 $(mkinstalldirs) "$(distdir)/$$dir"; \
155 if test -d $$d/$$file; then \
156 cp -pR $$d/$$file $(distdir) \
159 test -f $(distdir)/$$file \
160 || cp -p $$d/$$file $(distdir)/$$file \
171 install-exec: install-exec-am
172 install-data: install-data-am
173 uninstall: uninstall-am
176 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178 installcheck: installcheck-am
180 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
181 `test -z '$(STRIP)' || \
182 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
188 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
190 maintainer-clean-generic:
191 @echo "This command is intended for maintainers to use"
192 @echo "it deletes files that may require special tools to rebuild."
195 clean-am: clean-generic mostlyclean-am
197 distclean: distclean-am
199 distclean-am: clean-am distclean-generic
213 install-info: install-info-am
219 maintainer-clean: maintainer-clean-am
221 maintainer-clean-am: distclean-am maintainer-clean-generic
223 mostlyclean: mostlyclean-am
225 mostlyclean-am: mostlyclean-generic
227 uninstall-am: uninstall-info-am
229 .PHONY: all all-am check check-am clean clean-generic distclean \
230 distclean-generic distdir dvi dvi-am info info-am install \
231 install-am install-data install-data-am install-exec \
232 install-exec-am install-info install-info-am install-man \
233 install-strip installcheck installcheck-am installdirs \
234 maintainer-clean maintainer-clean-generic mostlyclean \
235 mostlyclean-generic uninstall uninstall-am uninstall-info-am
237 # Tell versions [3.59,3.63) of GNU make to not export all variables.
238 # Otherwise a system limit (for SysV at least) may be exceeded.