[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: lex & yacc with C++ projects
From: |
Robert Collins |
Subject: |
RE: lex & yacc with C++ projects |
Date: |
Fri, 26 Apr 2002 19:45:31 +1000 |
> -----Original Message-----
> From: Robert Collins
> Sent: Friday, April 26, 2002 7:18 PM
> To: address@hidden
> Subject: lex & yacc with C++ projects
>
>
> It would be nice to be able to tell automake that we want to
> compile the out of lex and yaxx with g++, not gcc. (this is
> for C++ projects).
>
> Is there any way to do this currently?
>
> At the moment I've got the .cc files listed as BUILT_SOURCES,
> and custom rules to make them.
I had two issues, and got confused when writing the email. The
BUILT_SOURCES solution works fine.. so please ignore the next bit.
Rob
> This isn't very satisfactory,
> as depcomp doesn't then operate (or I copy the exact rule
> from Makefile.in and get tightly bound to a version of automake...)
>
> Rob
>
>