1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
16 top_srcdir
= @top_srcdir@
19 exec_prefix = @
exec_prefix@
23 libexecdir
= @libexecdir@
25 sysconfdir
= @sysconfdir@
26 sharedstatedir
= @sharedstatedir@
27 localstatedir
= @localstatedir@
31 includedir = @
includedir@
32 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
45 AUTOHEADER
= @AUTOHEADER@
48 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
49 INSTALL_DATA
= @INSTALL_DATA@
50 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
66 CATOBJEXT
= @CATOBJEXT@
71 DATADIRNAME
= @DATADIRNAME@
76 GNU_PACKAGE
= @GNU_PACKAGE@
80 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
81 INSTOBJEXT
= @INSTOBJEXT@
87 MKINSTALLDIRS
= @MKINSTALLDIRS@
94 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
97 install_sh
= @install_sh@
101 EXTRA_DIST
= README Makefile.am.in \
145 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
146 CONFIG_HEADER
= ..
/config.h
149 DIST_COMMON
= README ChangeLog Makefile.am Makefile.in
152 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
157 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
158 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu m4
/Makefile
160 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
162 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
168 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
170 distdir
: $(DISTFILES
)
171 @for file in
$(DISTFILES
); do \
173 if
test -d
$$d/$$file; then \
174 cp
-pR
$$d/$$file $(distdir
); \
176 test -f
$(distdir
)/$$file \
177 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
178 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
188 installcheck: installcheck-am
190 install-exec
: install-exec-am
193 install-data
: install-data-am
196 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
199 uninstall: uninstall-am
203 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
212 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
213 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
215 maintainer-clean-generic
:
217 mostlyclean-am
: mostlyclean-generic
219 mostlyclean: mostlyclean-am
221 clean-am
: clean-generic mostlyclean-am
225 distclean-am
: distclean-generic clean-am
227 distclean: distclean-am
229 maintainer-clean-am
: maintainer-clean-generic distclean-am
230 @echo
"This command is intended for maintainers to use;"
231 @echo
"it deletes files that may require special tools to rebuild."
233 maintainer-clean
: maintainer-clean-am
235 .PHONY
: tags distdir info-am
info dvi-am
dvi check check-am \
236 installcheck-am
installcheck install-exec-am install-exec \
237 install-data-am install-data install-am
install uninstall-am
uninstall \
238 all-redirect all-am
all install-strip
installdirs mostlyclean-generic \
239 distclean-generic clean-generic maintainer-clean-generic
clean \
240 mostlyclean distclean maintainer-clean
243 Makefile.am
: Makefile.am.in
245 sed
-n
'1,/^##m4-files-begin/p' $< > $@t
246 ( (echo EXTRA_DIST
= README Makefile.am.in | tr
'\012' @
); \
247 (echo
*.m4|tr
' ' @
) ) \
248 |sed
's/@$$/%/;s/@/ \\@/g' |tr @
% '\012\012' \
250 sed
-n
'/^##m4-files-end/,$$p' $< >> $@t
254 # Tell versions [3.59,3.63) of GNU make to not export all variables.
255 # Otherwise a system limit (for SysV at least) may be exceeded.