scons

Build automation tool using Python scripts instead of Makefiles.

brewmacoslinux
Try with needOr install directly
Source

About

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

Commands

scons

Examples

build a project from source code$ scons
build specific target in your project$ scons my_program
clean up build artifacts and object files$ scons -c
build with multiple parallel jobs for speed$ scons -j 4
show what build commands would run without executing$ scons --dry-run