automake
[Top][All Lists]
Advanced

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

Re: The automake/libtool way to make a dynamic lib from multiple sources


From: Ryan McDougall
Subject: Re: The automake/libtool way to make a dynamic lib from multiple sources
Date: Thu, 28 Sep 2006 18:30:32 +0900

On Thu, 2006-09-28 at 18:23 +0900, Ryan McDougall wrote:
> On Fri, 2006-09-22 at 04:34 +0200, Ralf Wildenhues wrote:
> > * Ryan McDougall wrote on Fri, Sep 22, 2006 at 02:54:21AM CEST:
> > > On Thu, 2006-09-21 at 13:32 +0200, Ralf Wildenhues wrote:
> > > > * Ryan McDougall wrote on Thu, Sep 21, 2006 at 11:40:37AM CEST:

> 
> How can I either
> 1. Express to automake the correct dependancy
> 2. Trick automake into building lib_LTLIBRARIES last (after
> noinst_LTLIBRARIES)
> 

I just discovered that I can trick automake with this:

zardir=/dev/null
zar_LTLIBRARIES=libfoo.la
lib_LTLIBRARIES=libA.la

and this will allow libfoo to be built before libA, however this is sort
of trickery is bound to bite me in the ass somewhere, right?

Cheers,





reply via email to

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