Re: C# support for automake

2005-12-11 Thread Jirka Hanika
> > Are inter-library dependencies specified? > > As far as I know, inter-library dependencies are handled automatically. > In other words, you link against A.dll and you don't care whether A.dll > depends on B.dll or C.dll or both. You thus never have to compute the > transitive closure of the ne

Re: release and test targets

2005-12-11 Thread Baurzhan Ismagulov
Hello Ralf, On Sat, Dec 10, 2005 at 09:22:12AM +0100, Ralf Corsepius wrote: > You are miss interpreting automake's tasks. Packaging is not of > automake's business. > > Your approach isn't much more but a short-cut to your personal and local > practice and setup. It is wrong and therefore inappli

Automatic support for gettext?

2005-12-11 Thread Daniel Kraft
Hi! I'm currently working at getting GNU gettext to work with my project, and now I'm curious how good automakes native support for gettext is. There's little information in the documentation, maybe you can help. What exactly does automake do when ALL_LINGUAS="de en fr..." AM_GNU_GETTEXT is defin