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: Packaging a directory tree with scripts.

2006-01-01 Thread Stepan Kasal
Hello, On Wed, Dec 28, 2005 at 01:48:24PM -0500, Pat Suwalski wrote: > I have an autotooled project that has a structure like so: > > top > src > engine > front-end > tools > tool1 > tool2 > (...) > > I would like to include the src/tools directory in the distribu

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