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_
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