$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Building a library where the library name is generated by a program
From: Edward Diener (eldiener_at_[hidden])
Date: 2015-07-11 07:38:25
Is there a way of using Boost build to build a library where the target
library name is generated by the output of a particular program one writes ?
In the 'lib' rule one gives the library target explicitly. is there a
way I can generate the name of the library target on-the-fly ?