This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to disable ylwrap?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]