Re: .DELETE_ON_ERROR ?

2005-05-11 Thread Stepan Kasal
Hello, On Tue, May 10, 2005 at 10:29:58PM -0600, Bob Proulx wrote: > > .DELETE_ON_ERROR: > > Could Automake possibly add this target to all generated Makefile.in's? > > Is your goal to limit the amount of Makefile.am editing you need to > do? No, that's not my goal. I'm not concerned about _my_

Conditionally build a shared or convenience library

2005-05-11 Thread Mike Heffner
Hi, I would like to have the same library built as a standalone shared library in one case, but when the library's source tree is mapped as a subdirectory of another library, built as a convenience library (static). However, following the examples of conditional library compilation in the automake