Re: [dev] Re: CMake

2010-06-15 Thread Björn Michaelsen
Am Mon, 14 Jun 2010 14:13:36 -0400 schrieb Bill Hoffman : > OK, so you depend on gmake features. Indeed. Some of the recent gmake features are really nifty and make it quite powerful. > This might be an interesting thing to try with CMake some day. To > generate a makefile that does not have recu

Re: [dev] Re: CMake

2010-06-14 Thread Bill Hoffman
On 6/11/2010 1:14 PM, bjoern michaelsen - Sun Microsystems - Hamburg Germany wrote: Hi all, see http://www.gnu.org/software/automake/manual/make/Remaking-Makefiles.html#Remaking-Makefiles for details: "To this end, after reading in all makefiles, make will consider each as a goal target and att

Re: [dev] Re: CMake

2010-06-11 Thread bjoern michaelsen - Sun Microsystems - Hamburg Germany
On Fri, 11 Jun 2010 18:55:59 +0200 Michael Stahl wrote: > > We did attempt to create non-recursive makefiles for CMake, and > > they are "less" recursive than they once were. However, we found > > it impossible to handle implicit dependencies of generated source > > files without using recursive

[dev] Re: CMake

2010-06-11 Thread Michael Stahl
On 10/06/2010 20:19, Bill Hoffman wrote: > On 6/1/2010 8:30 AM, Mathias Bauer wrote: >> Hi Bill, >> >> it took longer than expected, but here we are. I took the CMake build >> protoype again, that my colleague Martin Hollmichel provided, and gave >> it another whirl. The results didn't change much.