3 # Test of subdir objects with C++.
5 .
$srcdir/defs ||
exit 1
7 cat >> configure.
in << 'END'
11 cat > Makefile.am
<< 'END'
12 AUTOMAKE_OPTIONS
= subdir-objects
14 wish_SOURCES
= generic
/a.cc generic
/b.cxx
21 fgrep
'generic/a.o' Makefile.
in ||
exit 1
22 grep '[^/]a\.o' Makefile.
in && exit 1
23 fgrep
-e '-c -o' Makefile.
in