1 # Makefile.in generated automatically by automake 1.4l 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@
62 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
67 am__include
= @am__include@
68 am__quote
= @am__quote@
69 install_sh
= @install_sh@
71 m4datadir
= $(datadir)/aclocal
72 m4data_DATA
= as.m4 auxdir.m4 ccstdc.m4 cond.m4 depend.m4 depout.m4 \
73 dmalloc.m4 error.m4 gcj.m4 header.m4 init.m4 install-sh.m4
lex.m4 \
74 lispdir.m4 make.m4 maintainer.m4 minuso.m4 missing.m4 multi.m4 \
75 obstack.m4 protos.m4 ptrdiff.m4 python.m4 regex.m4 sanity.m4
strip.m4 \
76 strtod.m4 termios.m4 winsz.m4
79 EXTRA_DIST
= $(m4data_DATA
)
81 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/lib
/mkinstalldirs
86 DIST_COMMON
= Makefile.am Makefile.in
90 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
92 $(AUTOMAKE
) --gnu m4
/Makefile
93 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
94 cd
$(top_builddir
) && \
95 CONFIG_HEADERS
= CONFIG_LINKS
= \
96 CONFIG_FILES
=$(subdir
)/$@
$(SHELL
) .
/config.status
98 install-m4dataDATA
: $(m4data_DATA
)
100 $(mkinstalldirs
) $(DESTDIR
)$(m4datadir
)
101 @list
='$(m4data_DATA)'; for p in
$$list; do \
102 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
103 f
="`echo $$p | sed -e 's|^.*/||'`"; \
104 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \
105 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(m4datadir
)/$$f; \
108 uninstall-m4dataDATA
:
110 @list
='$(m4data_DATA)'; for p in
$$list; do \
111 f
="`echo $$p | sed -e 's|^.*/||'`"; \
112 echo
" rm -f $(DESTDIR)$(m4datadir)/$$f"; \
113 rm -f
$(DESTDIR
)$(m4datadir
)/$$f; \
119 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
122 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
124 distdir
: $(DISTFILES
)
125 @for file in
$(DISTFILES
); do \
126 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
127 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
128 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
129 $(mkinstalldirs
) "$(distdir)/$$dir"; \
131 if
test -d
$$d/$$file; then \
132 cp
-pR
$$d/$$file $(distdir
) \
135 test -f
$(distdir
)/$$file \
136 || cp
-p
$$d/$$file $(distdir
)/$$file \
142 all-am
: Makefile
$(DATA
)
145 $(mkinstalldirs
) $(DESTDIR
)$(m4datadir
)
148 install-exec
: install-exec-am
149 install-data
: install-data-am
150 uninstall: uninstall-am
153 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
155 installcheck: installcheck-am
157 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
158 `test -z '$(STRIP)' || \
159 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
165 -rm -f Makefile
$(CONFIG_CLEAN_FILES
) stamp-h stamp-h
[0-9]*
167 maintainer-clean-generic
:
168 @echo
"This command is intended for maintainers to use"
169 @echo
"it deletes files that may require special tools to rebuild."
172 clean-am
: clean-generic mostlyclean-am
174 distclean: distclean-am
176 distclean-am
: clean-am distclean-generic
186 install-data-am
: install-m4dataDATA
190 install-info
: install-info-am
196 maintainer-clean
: maintainer-clean-am
198 maintainer-clean-am
: distclean-am maintainer-clean-generic
200 mostlyclean: mostlyclean-am
202 mostlyclean-am
: mostlyclean-generic
204 uninstall-am
: uninstall-info-am uninstall-m4dataDATA
206 .PHONY
: all all-am
check check-am
clean clean-generic
distclean \
207 distclean-generic distdir
dvi dvi-am
info info-am
install \
208 install-am install-data install-data-am install-exec \
209 install-exec-am install-info install-info-am install-m4dataDATA \
210 install-man install-strip
installcheck installcheck-am \
211 installdirs maintainer-clean maintainer-clean-generic \
212 mostlyclean mostlyclean-generic
uninstall uninstall-am \
213 uninstall-info-am uninstall-m4dataDATA
215 # Tell versions [3.59,3.63) of GNU make to not export all variables.
216 # Otherwise a system limit (for SysV at least) may be exceeded.