Hi,<br>
I am converting a project from make to cmake, and feeling some pain. <br>
Basically, the Makefiles make extensive use of grep/sed and other such <br>
utils to generate input files. <br>
<br>
While cmake provides some support for file processing - it's limited to <br>
finding/copying/deleting. <br>
<br>
I was wondering how difficult it'd be to add extensions to allow <br>
generic scripting capabilities - binding to say tcl/perl/python or somesuch?<br>
<br>
Thinking about this, it also made me wonder as to why a special language<br>
was invented for Cmake in the first place? It could probably have been built <br>
as an extension to a scripting language. Would be interesting to know that bit<br>
of history...<br>
<br>
Tcl seems to have some effort expended in this direction - <br>
<a href="http://wiki.tcl.tk/12592">http://wiki.tcl.tk/12592</a> , though nothing close to what cmake provides<br>
in terms of cross platform capabilities.<br>
<br>
-shishir<br>
<br>-- <br>It is not because things are difficult that we do not dare, <br>it is because we do not dare that things are difficult. <br> - Seneca<br>