>>> "John" == John Millaway <[EMAIL PROTECTED]> writes:
John> We want to build "foo.cc" from "foo.l". Automake tries John> build "foo.c" instead (using ylwrap). How do we disable John> this entirely or at least tell automake that the output John> files for *.l should be named *.cc ? I don't think you can. However if you name your lexer `foo.ll' then Automake will build `foo.cc'. -- Alexandre Duret-Lutz
