Re: Non-recursive make & intermediate objects

2003-11-21 Thread Robert Collins
On Sat, 2003-11-22 at 07:12, Bob Friesenhahn wrote: > So this bug is only present if SUBDIRS is used to cause the Makefile > to also have a recursive aspect. Yes - which projects that include other projects will need. Or for things like test scripts, I find throwing them in a sandbox of sorts muc

Re: Non-recursive make & intermediate objects

2003-11-21 Thread Bob Friesenhahn
On Sat, 22 Nov 2003, Robert Collins wrote: > > > > Please move the clean bug up in the priority level. Automake has a > > non-recursive user now. :-) > > We've had them for ages - I've been using it for 2 years now in > progressive increasing sizes I keep meaning to get back to my > transformi

Re: Non-recursive make & intermediate objects

2003-11-21 Thread Robert Collins
On Thu, 2003-11-20 at 09:50, Bob Friesenhahn wrote: > On Thu, 20 Nov 2003, Robert Collins wrote: > > > subdir_objects in your automake options. > > > > Problem is, there is a design headache that makes recursive clean fail > > with this approach - I forget the bug #, but it's on my todo, waay down

Re: Non-recursive make & intermediate objects

2003-11-20 Thread Gary V. Vaughan
On Wed, 19 Nov 2003 16:50:23 -0600 (CST), "Bob Friesenhahn" <[EMAIL PROTECTED]> said: > On Thu, 20 Nov 2003, Robert Collins wrote: > > > subdir_objects in your automake options. > > > > Problem is, there is a design headache that makes recursive clean fail > > with this approach - I forget the bu

Re: Non-recursive make & intermediate objects

2003-11-19 Thread Kevin P. Fleming
Bob Friesenhahn wrote: Please move the clean bug up in the priority level. Automake has a non-recursive user now. :-) More than one :-) My project also uses non-recursive Makefile to build a bunch of libraries (one normal, about 30 plugin modules) and a couple of other directories of executable

Re: Non-recursive make & intermediate objects

2003-11-19 Thread Bob Friesenhahn
On Thu, 20 Nov 2003, Robert Collins wrote: > subdir_objects in your automake options. > > Problem is, there is a design headache that makes recursive clean fail > with this approach - I forget the bug #, but it's on my todo, waay down > there :p. Ahhh, subdir-objects. Since this is so important

Re: Non-recursive make & intermediate objects

2003-11-19 Thread Robert Collins
On Thu, 2003-11-20 at 09:04, Bob Friesenhahn wrote: > Using Automake 1.7.9, I am attempting to create a single Makefile.am > which is capable of building all of the libraries used by the project. > The source files to the project are located in subdirectories, and the > output libraries should also

Non-recursive make & intermediate objects

2003-11-19 Thread Bob Friesenhahn
Using Automake 1.7.9, I am attempting to create a single Makefile.am which is capable of building all of the libraries used by the project. The source files to the project are located in subdirectories, and the output libraries should also be located in subdirectories. The objective is to replace