SCons (memo)

SConsというツールの存在を知った。
要はpythonでつくられたmakeの代替品ということなのだが、なかなか面白そうなので、とりあえずウェブ上の情報をメモしておく。

SCons is a software construction tool (build tool, substitute for Make) implemented in Python, based on the winning design in the Software Carpentry build tool competition (in turn based on the Cons build tool).

SCons - Browse Files at SourceForge.net

Pythonスクリプトで記述できるので、自由度と拡張性はかなり高いところがポイント。
今すぐ必要ではないので、とりあえず今日は保留。