SCons is a lightweight build system implemented in Python. It is not a compiler, but in layman terms, it is a tool that uses the compiler to generate a compiled executable. Its minimalistic paradigm ...
In addition to source and target file signatures, SCons saves a build signature that includes information about the action required to build the target. The build signature will include the ...