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@
124 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
125 CONFIG_HEADER = $(top_builddir)/config.h
128 DIST_COMMON = Makefile.am Makefile.in
132 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
133 cd $(top_srcdir) && \
134 $(AUTOMAKE) --gnu m4/Makefile
135 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
136 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
142 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
147 distdir: $(DISTFILES)
148 @for file in $(DISTFILES); do \
149 if test -f $$file; then d=.; else d=$(srcdir); fi; \
150 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
151 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
152 $(mkinstalldirs) "$(distdir)/$$dir"; \
154 if test -d $$d/$$file; then \
155 cp -pR $$d/$$file $(distdir) \
158 test -f $(distdir)/$$file \
159 || cp -p $$d/$$file $(distdir)/$$file \
170 install-exec: install-exec-am
171 install-data: install-data-am
172 uninstall: uninstall-am
175 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
177 installcheck: installcheck-am
179 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
180 `test -z '$(STRIP)' || \
181 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
187 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
189 maintainer-clean-generic:
190 @echo "This command is intended for maintainers to use"
191 @echo "it deletes files that may require special tools to rebuild."
194 clean-am: clean-generic mostlyclean-am
196 distclean: distclean-am
198 distclean-am: clean-am distclean-generic
212 install-info: install-info-am
218 maintainer-clean: maintainer-clean-am
220 maintainer-clean-am: distclean-am maintainer-clean-generic
222 mostlyclean: mostlyclean-am
224 mostlyclean-am: mostlyclean-generic
226 uninstall-am: uninstall-info-am
228 .PHONY: all all-am check check-am clean clean-generic distclean \
229 distclean-generic distdir dvi dvi-am info info-am install \
230 install-am install-data install-data-am install-exec \
231 install-exec-am install-info install-info-am install-man \
232 install-strip installcheck installcheck-am installdirs \
233 maintainer-clean maintainer-clean-generic mostlyclean \
234 mostlyclean-generic uninstall uninstall-am uninstall-info-am
236 # Tell versions [3.59,3.63) of GNU make to not export all variables.
237 # Otherwise a system limit (for SysV at least) may be exceeded.