Re: Multiple libraries from the same sources

2019-11-22 Thread Simon Richter
Hi, On Fri, Nov 22, 2019 at 01:27:34PM +0100, Darshit Shah wrote: > Until here, it's all good. But then, I don't want to mention the > sources for each of the libraries separately. They are always the > same, and I would like to avoid having to manually keep them in sync > when stuff changes. Not

Multiple libraries from the same sources

2019-11-22 Thread Darshit Shah
Hi, We use automake as the build system for our projects. I'm currently stuck on one small requirement that I haven't managed to find a resolution for. I'd like to build multiple versions of the library (with different CFLAGS) from the same set of source files. More precisely, this is what I'd li