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

2019-12-11 Thread Nick Bowler
On 12/11/19, Georg-Johann Lay wrote: >> On Tue, 10 Dec 2019, Georg-Johann Lay wrote: [...] >>> Will this also work with same file names? Like >>> >>> avrfoo_LIBRARIES = libfoo.a >>> >>> avrbar_LIBRARIES = libfoo.a >>> >>> or would that confuse the tools? [...] > It appears to work though, and

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

2019-12-11 Thread Georg-Johann Lay
Bob Friesenhahn schrieb: 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

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

2019-12-11 Thread Thomas Martitz
Am 10.12.19 um 22:46 schrieb Georg-Johann Lay: Will this also work with same file names? Like avrfoo_LIBRARIES = libfoo.a avrbar_LIBRARIES = libfoo.a Should work. The _LIBRARIES suffix causes the file libfoo.a to be built, the prefix just says install the file (whoever created it) to a