Boost logo

Boost-Build :

Subject: [Boost-build] Building aggregate libraries from other libraries
From: Matthew Chambers (matt.chambers42_at_[hidden])
Date: 2011-05-27 14:19:24


I have a project that's split into a nice array of library targets. But some of my clients want a
monolithic way of accessing these. Instead of:
lib_pwiz_A.a
lib_pwiz_B.a
lib_pwiz_C.a
(+15 others)

They just want:
lib_pwiz.a

Is there a way to make an explicit target simply the aggregate all the individual libraries into a
monolithic one? Preferably for either link=shared or link=static, but only working for link=static
would be acceptable.

Thanks,
-Matt


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk