Reputation: 24587
Are there any existing build systems with the following criteria?
Basically, I want something that is up to the task of managing software build dependencies system-wide, but is still minimalist and efficient. I want a spiritual successor to make that is adoptable by a majority of the open-source world. What comes the closest?
Upvotes: 1
Views: 568
Reputation: 24587
Tup looks interesting...
and djb redo:
https://github.com/apenwarr/redo/
and shake:
http://hackage.haskell.org/package/shake
Upvotes: 1
Reputation: 24587
The ninja infrastructure looks interesting. It isn't a standalone build system, but maybe it will catalyze someone into writing a very elegant front-end. And perhaps CMake supporting it as a back-end will speed it's adoption.
http://martine.github.com/ninja/
Upvotes: 0
Reputation: 24587
Makepp comes close, and I have used it. For some reason it doesn't have much traction, though... Potential downsides:
Upvotes: 0