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@
103 EXTRA_DIST = move-if-change prev-version.txt
105 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
106 CONFIG_HEADER = $(top_builddir)/config.h
109 DIST_COMMON = Makefile.am Makefile.in config.guess config.sub \
110 install-sh mdate-sh missing mkinstalldirs texinfo.tex
114 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
115 cd $(top_srcdir) && \
116 $(AUTOMAKE) --gnu config/Makefile
117 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
118 cd $(top_builddir) && \
119 CONFIG_HEADERS= CONFIG_LINKS= \
120 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
131 distdir: $(DISTFILES)
132 @for file in $(DISTFILES); do \
133 if test -f $$file; then d=.; else d=$(srcdir); fi; \
134 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
135 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
136 $(mkinstalldirs) "$(distdir)/$$dir"; \
138 if test -d $$d/$$file; then \
139 cp -pR $$d/$$file $(distdir) \
142 test -f $(distdir)/$$file \
143 || cp -p $$d/$$file $(distdir)/$$file \
154 install-exec: install-exec-am
155 install-data: install-data-am
156 uninstall: uninstall-am
159 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
161 installcheck: installcheck-am
163 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
164 `test -z '$(STRIP)' || \
165 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
171 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
173 maintainer-clean-generic:
174 @echo "This command is intended for maintainers to use"
175 @echo "it deletes files that may require special tools to rebuild."
178 clean-am: clean-generic mostlyclean-am
180 distclean: distclean-am
182 distclean-am: clean-am distclean-generic
196 install-info: install-info-am
202 maintainer-clean: maintainer-clean-am
204 maintainer-clean-am: distclean-am maintainer-clean-generic
206 mostlyclean: mostlyclean-am
208 mostlyclean-am: mostlyclean-generic
210 uninstall-am: uninstall-info-am
212 .PHONY: all all-am check check-am clean clean-generic distclean \
213 distclean-generic distdir dvi dvi-am info info-am install \
214 install-am install-data install-data-am install-exec \
215 install-exec-am install-info install-info-am install-man \
216 install-strip installcheck installcheck-am installdirs \
217 maintainer-clean maintainer-clean-generic mostlyclean \
218 mostlyclean-generic uninstall uninstall-am uninstall-info-am
220 # Tell versions [3.59,3.63) of GNU make to not export all variables.
221 # Otherwise a system limit (for SysV at least) may be exceeded.