Boost logo

Boost-Build :

Subject: Re: [Boost-build] Writing a rule whose dependencies are in a file
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-06-17 15:18:55


AMDG

On 06/17/2014 11:30 AM, Ryan Gonzalez wrote:
> Hello,
>
> I'm trying to write a rule whose dependencies are in a file that's
> generated by a rule. I'm not quite sure how to do that. Is this possible in
> Boost.Build?
>

If you can make it so it's essentially the same
as a #include, then it's easy. i.e. pass the
file containing the dependencies to the updating
action, and write a scanner to resolve the dependencies.

In Christ,
Steven Watanabe


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