For detailed information on using, building, and modifying Weld, please visit: http://www.agottem.com/weld Additional information may be found within the doc/ directory included with the Weld installation
agottem/weld
Weld is an implementation of a non-recursive build system on top of GNU Make. By avoiding recursion, Weld is able to define an easy to use, fast, and scalable build system. Buildable components are defined by writing an easy to read component definition file. Components are automatically discovered and their dependencies automatically determined. This perfect dependency discovery results in precise incremental builds and optimal parallelization among build tasks. Weld supports Windows, Linux, and FreeBSD.
MakefileGPL-3.0