automake
[Top][All Lists]
Advanced

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

Re: building without $(top_builddir) in LDADD (was Re: libtool libraries


From: Diego Elio Pettenò
Subject: Re: building without $(top_builddir) in LDADD (was Re: libtool libraries, dependencies and parallel builds)
Date: Fri, 02 Nov 2012 16:48:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121027 Thunderbird/16.0.1

On 02/11/2012 16:16, Václav Zeman wrote:
> How can I make this work as you have suggested without $(top_builddir)?

Okay here's my rule of thumb (Stefano can give you the informed,
developer opinion):

 - if it's declared in the same makefile, don't use $(top_builddir);
 - if it's declared on a different makefile, use $(top_builddir) and
make sure SUBDIRS come first;
 - if possible, don't use recursive make at all.

-- 
Diego Elio Pettenò — Flameeyes
address@hidden — http://blog.flameeyes.eu/

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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