Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-09 02:27:01


On Thursday 09 December 2004 01:29, Caleb Epstein wrote:
> On Wed, 8 Dec 2004 17:08:54 -0500 (EST), TC MA <maottawa3_at_[hidden]> wrote:
> > How to convert a jam file into a regular makefile on
> > linux?
>
> I don't think there is any automated way to do this. Why do you need to?

In fact, there is, but I doubt that's exactly what's asked for. Running:

bjam -n | grep "^[ ]"

will output all commands that bjam is going execute, so you can create a
Makefile like this:

all:
<all those commands>

Of course, this is only useful to build all the project from scratch, not for
anything else.

- 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