1 # Makefile.in generated by automake 1.5c from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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
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@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
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@
97 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
100 WARNING_CFLAGS = @WARNING_CFLAGS@
101 WERROR_CFLAGS = @WERROR_CFLAGS@
102 am__include = @am__include@
103 am__quote = @am__quote@
104 install_sh = @install_sh@
105 EXTRA_DIST = move-if-change prev-version.txt
107 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
108 CONFIG_HEADER = $(top_builddir)/config.h
111 DIST_COMMON = Makefile.am Makefile.in config.guess config.sub depcomp \
112 install-sh mdate-sh missing mkinstalldirs texinfo.tex
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117 cd $(top_srcdir) && \
118 $(AUTOMAKE) --gnu config/Makefile
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
120 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
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 || test -d $$file; then d=.; else d=$(srcdir); fi; \
133 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
134 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
136 $(mkinstalldirs) "$(distdir)$$dir"; \
140 if test -d $$d/$$file; then \
141 cp -pR $$d/$$file $(distdir)$$dir \
144 test -f $(distdir)/$$file \
145 || cp -p $$d/$$file $(distdir)/$$file \
156 install-exec: install-exec-am
157 install-data: install-data-am
158 uninstall: uninstall-am
161 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
163 installcheck: installcheck-am
165 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
166 INSTALL_STRIP_FLAG=-s \
167 `test -z '$(STRIP)' || \
168 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
174 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
176 maintainer-clean-generic:
177 @echo "This command is intended for maintainers to use"
178 @echo "it deletes files that may require special tools to rebuild."
181 clean-am: clean-generic mostlyclean-am
183 distclean: distclean-am
185 distclean-am: clean-am distclean-generic
199 install-info: install-info-am
205 maintainer-clean: maintainer-clean-am
207 maintainer-clean-am: distclean-am maintainer-clean-generic
209 mostlyclean: mostlyclean-am
211 mostlyclean-am: mostlyclean-generic
213 uninstall-am: uninstall-info-am
215 .PHONY: all all-am check check-am clean clean-generic distclean \
216 distclean-generic distdir dvi dvi-am info info-am install \
217 install-am install-data install-data-am install-exec \
218 install-exec-am install-info install-info-am install-man \
219 install-strip installcheck installcheck-am installdirs \
220 maintainer-clean maintainer-clean-generic mostlyclean \
221 mostlyclean-generic uninstall uninstall-am uninstall-info-am
223 # Tell versions [3.59,3.63) of GNU make to not export all variables.
224 # Otherwise a system limit (for SysV at least) may be exceeded.