$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-05-21 03:52:44
On Tuesday 20 May 2008 15:50:04 John Maddock wrote:
> Is it possible to have a dependency conditional on whether another target
> builds or not?
>
> Basically what I want is "if test case X builds OK, then include library Y
> in the source dependencies of the project, otherwise don't include it."
I don't think so. This sounds like 'configure' functionality,
isn't it?
- Volodya