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
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt