scons

Python-based build system that replaces Make with improved dependency handling

brewmacoslinux
Try with needOr install directly
Source

About

Substitute for classic 'make' tool with autoconf/automake functionality

Commands

scons

Examples

Build a project using the default SConstruct file$ scons
Clean build artifacts and object files$ scons -c
Build with parallel jobs and verbose output$ scons -j 4 -v