automake
[Top][All Lists]
Advanced

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

Re: convenience binaries


From: Sander Niemeijer
Subject: Re: convenience binaries
Date: Mon, 22 Sep 2003 19:15:57 +0200

Yes. At least for libraries. For libtool you use noinst_LTLIBRARIES to create convenience libraries. These are often used as intermediate libraries for a series of object files that are later on included in a final executable or library which /will/ be installed.

Regards,
Sander

On maandag, sep 22, 2003, at 14:31 Europe/Amsterdam, Andrew Suffield wrote:

On Mon, Sep 22, 2003 at 10:01:24PM +1000, Robert Collins wrote:
On Mon, 2003-09-22 at 21:22, Warren Turkal wrote:
Robert Collins wrote:
yes,
noinst_PROGRAMS = convenience_binaries

Can these convenience programs be built for the host arch in a
cross-compiled environment?

probably, you'll likely need to override the default build recipe
though.. I haven't tried, perhaps someone else here has more details.

Can it ever be correct for a noinst object to be built for the target
environment? By definition, they should only exist on the build
system.

--
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'                          |
   `-             -><-          |
<signature.asc>





reply via email to

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