[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using convenience libraries with non-recursive make
From: |
Diego Elio Pettenò |
Subject: |
Re: Using convenience libraries with non-recursive make |
Date: |
Wed, 15 Aug 2012 12:16:05 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120720 Thunderbird/14.0 |
On 15/08/2012 08:26, Del Merritt wrote:
>
> nodist_EXTRA_libmyprog_la_SOURCES = dummy.cxx
I would bet that this one is giving you trouble, but...
why are you using multiple convenience libraries? If you're not going to
install any of them, and the result is one final binary, you should just
list all the sources to that one target. This also helps if you change
some of the source files as it only needs to re-perform the final link
step instead of having to do one or more ar calls.
And I somehow doubt you want to use lib_LTLIBRARIES given the name
(which will install the libraries as well).
--
Diego Elio Pettenò — Flameeyes
address@hidden — http://blog.flameeyes.eu/
RE: Using convenience libraries with non-recursive make, John Calcote, 2012/08/15