Cross-platform makefile generator
I want a cross-platform makefile generator. It should take an easy-to-generate list of dependencies and emit the most natural file for the given platform. E.g., .vcproj files for Visual Studio .NET, .dsp files for Visual Studio 6, makefiles for Linux, and so on.
I'm sure this exists already.
