automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non-recursive automake


From: NightStrike
Subject: Re: Non-recursive automake
Date: Mon, 4 Jan 2010 18:07:21 -0500

On Sun, Oct 18, 2009 at 1:39 AM, Ralf Wildenhues <address@hidden> wrote:
> Hello,
>
> * Jan Engelhardt wrote on Sat, Oct 17, 2009 at 07:04:39PM CEST:
>> when one decides to drive make in a non-recursive fashion, one has to
>> write an Automake file like this:
>>
>> lib_LTLIBRARIES = foo/bar.la
>> foo_bar_la_SOURCES = foo/one.c foo/two.c
>>
>> Usually I stuff that into a file called "foo/Automakefile" and "include
>> foo/Automakefile" from the real Makefile.am. Despite being in a
>> subdirectory, one may not omit foo/; that is ok.
>>
>> However, it is tiresome. Is there perhaps a way, or a planned
>> development action, so that one can omit all foo/s inside
>> foo/Automakefile and have automake automatically add foo/ upon seeing
>> "include" (or a variant thereof) in the upper Makefile.am?
>
> Yes.  The latest plan I couldn't get stabilized so left out for 1.11:
> <http://thread.gmane.org/gmane.comp.sysutils.automake.general/9824/focus=9920>
> It would be a good idea to look at it again, though.

Is this planned for any future automake?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]