Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-09-24 10:57:04


Rene Rivera wrote:
> [2002-09-24] Vladimir Prus wrote:
>
>
>>Hi,
>>does anybody know a way to get a list of all sources for a given exe/lib
>>target? If no, no problem --- I'll specify sources explicitly.
>>
>
> By the (V1) in the subject I imagine you want this for the current system?
> If so...
>
> There are a set of variables that hold that info, and related things:
>
> gTARGET_SOURCES($(target))
> gTARGET_DEPS($(target))
> gTARGET_REQUIREMENTS($(target))
> gTARGET_DEFAULT_BUILD($(target))
>
> All the paths in those are rooted, so if you don't want paths you'll have to
> munge accordingly.

Thanks, Rene!
I think absolute paths won't be a problem for me.

- Volodya

 


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