Re: Non-recursive make & maintenance issue

2003-11-27 Thread Jirka Hanika
> In other words, dealing with junk like > > apps_build_postgres_src_build_postgres_SOURCES > > is very tiring and failure prone. Is there a reason why it can't > simply be > > apps/build-postgres/src/build-postgres_SOURCES ? Speaking as a random user, this would only be a win (to me) if the t

Re: non recursive includes proof of concept #2

2003-12-01 Thread Jirka Hanika
On Mon, Dec 01, 2003 at 07:52:37PM +1100, Robert Collins wrote: > It transforms macros and paths in an included file (called > Makefile.rules for now) , to make them suitable for a non-recursive > build. > > As show by the test cases, this allows a couple of neat things: > 1) A stub Makefile.am >

Re: [Fwd: Can nobase_pkgdata_DATA take directories? Does not seam so.]

2004-03-10 Thread Jirka Hanika
cy between the file list and actual directory content. Perhaps you can also reconsider the advantages and disadvantages of each approach. Hope this helps, Jirka Hanika

Re: Specifying AM_CPPFLAGS from within configure.ac

2005-06-02 Thread Jirka Hanika
On Thu, Jun 02, 2005 at 05:50:14PM +1200, Matthew Walker wrote: > Hi, > > I would like to know how I should go about specifying AM_CPPFLAGS from > within my configure.ac. For such things, it is VERY useful to add something like this: include $(top_srcdir)/Makefile.common at the top of every Ma

Re: Specifying AM_CPPFLAGS from within configure.ac

2005-06-03 Thread Jirka Hanika
Hi Matthew, Stepan, Ralf, first let me thank Ralf and Stepan, for your comments about the code snippet, I've learned a lot. You are both right. For example I'll try to upgrade the "unused variable" warning avoidance code to something like if (((int)argv) * ((int)argv) < 0 || argc < 0) printf(""

Re: Specifying AM_CPPFLAGS from within configure.ac

2005-06-06 Thread Jirka Hanika
On Mon, Jun 06, 2005 at 03:12:48PM +0200, Andreas Schwab wrote: > Jirka Hanika <[EMAIL PROTECTED]> writes: > > > For example I'll try to upgrade the "unused variable" warning avoidance > > code to something like > > > > if (((int)argv) * ((int

Re: I: adjust test suite for upcoming GNU Make 3.83

2005-07-10 Thread Jirka Hanika
> However, apparently there is no choice but to support them since Java > requires it. It really confuses me how a company like Sun could create > a language that is so difficult to use with standard UNIX tools. If > you're going to invent a language, why not make it easy to work with? I may be

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