automake
[Top][All Lists]
Advanced

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

Re: How to install data / lib in more than 1 place?


From: Bob Friesenhahn
Subject: Re: How to install data / lib in more than 1 place?
Date: Tue, 10 Dec 2019 16:19:57 -0600 (CST)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

On Tue, 10 Dec 2019, Georg-Johann Lay wrote:

Hi, thanks.  That was fast!

avrfoo_LIBRARIES = libfoo.a

avrbar_LIBRARIES = libbar.a

Will this also work with same file names? Like

avrfoo_LIBRARIES = libfoo.a

avrbar_LIBRARIES = libfoo.a

or would that confuse the tools?

I am not sure. I would assume so even though the documentation suggests support for only installing libraries to two standard locations. GNU coding standards (and Autotools) proposes and supports certain standards, but it is possible to go beyond those standards.

It should also be possible to provide different CFLAGS and CPPFLAGS for objects built for those libraries (e.g for different CPU targets), even if they start from the same source files.

Give it a try and find out!

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt



reply via email to

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