Re: Built sources always regenerated

2006-01-01 Thread Braden McDaniel
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

Re: Built sources always regenerated

2006-01-01 Thread Tom Tromey
> "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

Re: Built sources always regenerated

2006-01-01 Thread Braden McDaniel
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

Re: Built sources always regenerated

2006-01-01 Thread Braden McDaniel
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/

Re: Built sources always regenerated

2006-01-01 Thread Stepan Kasal
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

Re: Built sources always regenerated

2005-12-31 Thread Braden McDaniel
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

Re: Built sources always regenerated

2005-12-31 Thread Stepan Kasal
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

Built sources always regenerated

2005-12-30 Thread Braden McDaniel
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