$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-05-15 12:21:58
John Reid wrote:
> Ok perhaps I can put this more simply.
>
> A.txt is built from A.gl
> B.txt is built from B.gl but also includes A.txt
>
> how do I write generator that uses the INCLUDES rule to make sure A.txt
> is built before B.txt? Nothing intuitive seemed to work.
Is B.txt includes A.txt, or B.gl includes A.txt?
How this inclusion relationship can be detected?
Or do you want to explicitly specify it?
- Volodya