On Sun, 2006-01-01 at 15:41 -0700, Tom Tromey wrote:
> > "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes:
>
> Braden> Forget about BUILT_SOURCES and *_DEPENDENCIES. The sources I'm
> building
> Braden> get #include'd by browser.cpp. As such, checking of browser.cpp's
> Braden> dependen
> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes:
Braden> Forget about BUILT_SOURCES and *_DEPENDENCIES. The sources I'm building
Braden> get #include'd by browser.cpp. As such, checking of browser.cpp's
Braden> dependencies should cause them to get (re)generated, right?
Braden> But i
Alright, let's back up a bit.
Forget about BUILT_SOURCES and *_DEPENDENCIES. The sources I'm building
get #include'd by browser.cpp. As such, checking of browser.cpp's
dependencies should cause them to get (re)generated, right?
But it doesn't. If I remove BUILT_SOURCES, the files don't get genera
On Sun, 2006-01-01 at 11:29 +0100, Stepan Kasal wrote:
> Hello Braden,
>
> I tried to check out openvrml from sourceforge, but anonymous cvs access
> doesn't seem to work well at the moment.
:-/
> But I was able to see the Makefile.am, and the obvious question is:
> whe creates
> openvrml/src/
Hello Braden,
I tried to check out openvrml from sourceforge, but anonymous cvs access
doesn't seem to work well at the moment.
But I was able to see the Makefile.am, and the obvious question is:
whe creates
openvrml/src/libopenvrml/openvrml/Vrml97TokenTypes.txt
and when?
Perhaps you didn't me
On Sat, 2005-12-31 at 14:22 +0100, Stepan Kasal wrote:
> Hello,
>
> On Sat, Dec 31, 2005 at 02:51:30AM -0500, Braden McDaniel wrote:
> > but the behavior is the same: the sources are regenerated every time,
> > regardless of whether the antlr grammar has been modified.
>
> I can imagine several p
Hello,
On Sat, Dec 31, 2005 at 02:51:30AM -0500, Braden McDaniel wrote:
> but the behavior is the same: the sources are regenerated every time,
> regardless of whether the antlr grammar has been modified.
I can imagine several problems:
1) there is a prerequisite which is always refreshed and cau
I have some sources that are generated with antlr. I have custom make
rules that generate the sources from the antlr grammar. I have tried
listing the generated sources in both BUILT_SOURCES and _DEPENDENCIES,
but the behavior is the same: the sources are regenerated every time,
regardless of wheth