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