Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-09-24 10:45:32


[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.

HTH :-)

-- grafik - Don't Assume Anything
-- rrivera_at_[hidden] - grafik_at_[hidden]
-- 102708583_at_icq - Grafik666_at_AIM - Grafik_at_[hidden]

 


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