1 # Makefile.in generated by automake 1.5a from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
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.
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
20 top_srcdir = @top_srcdir@
23 exec_prefix = @exec_prefix@
27 libexecdir = @libexecdir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
45 AUTOHEADER = @AUTOHEADER@
47 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_HEADER = $(INSTALL_DATA)
53 transform = @program_transform_name@
60 host_alias = @host_alias@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
69 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
71 CATOBJEXT = @CATOBJEXT@
74 DATADIRNAME = @DATADIRNAME@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLBISON = @INTLBISON@
86 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
96 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
99 WARNING_CFLAGS = @WARNING_CFLAGS@
100 am__include = @am__include@
101 am__quote = @am__quote@
102 install_sh = @install_sh@
104 EXTRA_DIST = move-if-change prev-version.txt
106 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
107 CONFIG_HEADER = $(top_builddir)/config.h
110 DIST_COMMON = Makefile.am Makefile.in config.guess config.sub depcomp \
111 install-sh mdate-sh missing mkinstalldirs texinfo.tex
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116 cd $(top_srcdir) && \
117 $(AUTOMAKE) --gnu config/Makefile
118 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
119 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
130 distdir: $(DISTFILES)
131 @for file in $(DISTFILES); do \
132 if test -f $$file; then d=.; else d=$(srcdir); fi; \
133 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
134 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
135 $(mkinstalldirs) "$(distdir)/$$dir"; \
137 if test -d $$d/$$file; then \
138 cp -pR $$d/$$file $(distdir) \
141 test -f $(distdir)/$$file \
142 || cp -p $$d/$$file $(distdir)/$$file \
153 install-exec: install-exec-am
154 install-data: install-data-am
155 uninstall: uninstall-am
158 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
160 installcheck: installcheck-am
162 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
163 `test -z '$(STRIP)' || \
164 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
170 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
172 maintainer-clean-generic:
173 @echo "This command is intended for maintainers to use"
174 @echo "it deletes files that may require special tools to rebuild."
177 clean-am: clean-generic mostlyclean-am
179 distclean: distclean-am
181 distclean-am: clean-am distclean-generic
195 install-info: install-info-am
201 maintainer-clean: maintainer-clean-am
203 maintainer-clean-am: distclean-am maintainer-clean-generic
205 mostlyclean: mostlyclean-am
207 mostlyclean-am: mostlyclean-generic
209 uninstall-am: uninstall-info-am
211 .PHONY: all all-am check check-am clean clean-generic distclean \
212 distclean-generic distdir dvi dvi-am info info-am install \
213 install-am install-data install-data-am install-exec \
214 install-exec-am install-info install-info-am install-man \
215 install-strip installcheck installcheck-am installdirs \
216 maintainer-clean maintainer-clean-generic mostlyclean \
217 mostlyclean-generic uninstall uninstall-am uninstall-info-am
219 # Tell versions [3.59,3.63) of GNU make to not export all variables.
220 # Otherwise a system limit (for SysV at least) may be exceeded.