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?


>>> "John" == John Millaway <johnmillaway@yahoo.com> 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



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