On Thu, Aug 01, 2002 at 09:22:42AM -0700, John Millaway wrote: > > I don't think you can. However if you name your lexer `foo.ll' > > then Automake will build `foo.cc'. > > I can't believe there is no way to override this. ylwrap is a most frustrating > addition to automake.
It's probably because you don't see the point of ylwrap: work with *stock* Yacc anf Lex. I'm pretty sure you want to use Flex, so just use regular Makefile rules, and don't use Automake's l. in SOURCES feature.