3 # Test to make sure rules to invoke all compilers are selected with
4 # mixed source objects.
5 # Matthew D. Langston <langston@SLAC.Stanford.EDU>
7 .
$srcdir/defs ||
exit 1
9 cat >> configure.
in << 'END'
13 AC_F77_LIBRARY_LDFLAGS
16 cat > Makefile.am
<< 'END'
18 foo_SOURCES
= foo.f bar.c baz.cc
30 # Look for the macros at the beginning of rules. Be careful, as there
31 # are literal tabs at the beginning of the search strings.
32 grep ' \$(COMPILE)' Makefile.
in ||
exit 1
33 grep ' \$(CXXCOMPILE)' Makefile.
in ||
exit 1
34 grep ' \$(F77COMPILE)' Makefile.
in ||
exit 1