3 # Test of subdir objects with C.
5 .
$srcdir/defs ||
exit 1
7 cat >> configure.
in << 'END'
12 cat > Makefile.am
<< 'END'
13 AUTOMAKE_OPTIONS
= subdir-objects
15 wish_SOURCES
= generic
/a.c generic
/b.c
23 fgrep
'generic/a.$(OBJEXT)' Makefile.
in ||
exit 1
24 grep '[^/]a\.\$(OBJEXT)' Makefile.
in && exit 1
26 # Opportunistically test for a different bug.
27 grep '^generic/b.\$(OBJEXT):.*dirstamp' Makefile.
in