1 # Makefile.in generated automatically by automake 1.1a from Makefile.am
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
11 top_srcdir
= @top_srcdir@
14 exec_prefix = @
exec_prefix@
18 libexecdir
= @libexecdir@
20 sysconfdir
= @sysconfdir@
21 sharedstatedir
= @sharedstatedir@
22 localstatedir
= @localstatedir@
26 includedir = @
includedir@
27 oldincludedir = /usr
/include
29 pkgdatadir
= $(datadir)/@PACKAGE@
30 pkglibdir
= $(libdir)/@PACKAGE@
31 pkgincludedir
= $(includedir)/@PACKAGE@
36 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
37 INSTALL_DATA
= @INSTALL_DATA@
38 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
39 transform
= @program_transform_name@
41 AUTOMAKE_OPTIONS
= gnits
43 TESTS
= mdate.
test vtexi.
test acoutput.
test instexec.
test checkall.
test \
44 acoutnoq.
test acouttbs.
test libobj.
test proginst.
test acoutqnl.
test \
45 confincl.
test spelling.
test prefix.
test badprog.
test depend.
test exdir.
test \
46 canon.
test installsh.
test empty.
test rulepat.
test insh.
test canon2.
test \
47 target.
test extra.
test noinst.
test instman.
test mkinstall.
test auxdir.
test \
48 canon3.
test mdate2.
test subdir.
test backsl.
test package.
test number.
test \
49 insh2.
test outdir.
test fpinstall.
test fpinst2.
test texinfo.
test dejagnu.
test \
50 yacc.
test mkinstall2.
test texinfo2.
test
52 EXTRA_DIST
= defs
$(TESTS
)
53 mkinstalldirs
= $(top_srcdir
)/mkinstalldirs
54 DIST_COMMON
= ChangeLog Makefile.am Makefile.in
60 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(BUILT_SOURCES
) $(HEADERS
) \
61 $(TEXINFOS
) $(INFOS
) $(MANS
) $(EXTRA_DIST
) $(DATA
)
62 DEP_DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(BUILT_SOURCES
) $(HEADERS
) \
63 $(TEXINFOS
) $(INFO_DEPS
) $(MANS
) $(EXTRA_DIST
) $(DATA
)
69 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
70 cd
$(top_srcdir
) && automake
$(subdir
)/Makefile
72 Makefile
: $(top_builddir
)/config.status Makefile.in
73 cd
$(top_builddir
) && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= .
/config.status
79 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
80 distdir
: $(DEP_DISTFILES
)
81 @for file in
`cd $(srcdir) && echo $(DISTFILES)`; do \
82 test -f
$(distdir
)/$$file \
83 || ln
$(srcdir)/$$file $(distdir
)/$$file 2> /dev
/null \
84 || cp
-p
$(srcdir)/$$file $(distdir
)/$$file; \
88 srcdir=$(srcdir); export srcdir; \
89 for tst in
$(TESTS
); do \
90 all=`expr $$all + 1`; \
91 if
test -f
$$tst; then
dir=.
; \
92 else dir="$(srcdir)"; fi
; \
93 if
$(TESTS_ENVIRONMENT
) $$dir/$$tst; then \
96 failed
=`expr $$failed + 1`; \
100 if
test "$$failed" -eq
0; then \
101 echo
"========================"; \
102 echo
"All $$all tests passed"; \
103 echo
"========================"; \
105 echo
"$$failed of $$all tests failed"; \
111 check: all check-TESTS
119 install: install-exec install-data
all
127 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' install
132 test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
135 test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
138 rm -f Makefile
$(DISTCLEANFILES
)
139 rm -f config.cache config.log
$(CONFIG_HEADER
) stamp-h
141 maintainer-clean-generic
:
142 test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
143 test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
144 mostlyclean: mostlyclean-generic
146 clean: clean-generic
mostlyclean
148 distclean: distclean-generic
clean
151 maintainer-clean
: maintainer-clean-generic
distclean
152 @echo
"This command is intended for maintainers to use;"
153 @echo
"it deletes files that may require special tools to rebuild."
155 .PHONY
: default
tags distdir check-TESTS
info dvi check installcheck \
156 install-exec install-data
install uninstall all installdirs \
157 mostlyclean-generic distclean-generic clean-generic \
158 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
162 # Tell versions [3.59,3.63) of GNU make to not export all variables.
163 # Otherwise a system limit (for SysV at least) may be exceeded.