|
Boost-Build : |
Subject: [Boost-build] Includes scanner in custom action
From: Piotr Jachowicz (pjachowi_at_[hidden])
Date: 2010-09-02 02:04:44
Hello,
I have some template files (.imp), used to generate cpp
make schema.cpp : schema.imp : @schema : <location>. ;
actions schema
{
cd $(>:D)
genFromSchema -I. $(>:D=)
}
So far so good. But it showed that schema.imp can include other files, using
C #inlcude syntax. Touching included files does not make schema.cpp
regenerate.
Is there a way to use standard scanner to trace when schema.cpp should be
rebuild?
-- Piotr Jachowicz
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