Bakefile is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).
Bakefile's task is to generate native makefiles, so that people can keep using their favorite tools. There are other cross-platform make solutions, but they either aren't native and require the user to use unfamiliar tools (Boost.Build) or they are too limited (qmake).
top
Mailing list information can be found at SourceForge project page. Mailing list is also available as news thanks to Gmane as gmane.comp.sysutils.bakefile.devel group (archive).
Bugs and patches tracker and wiki are in Bakefile's Trac.
topList of projects using Bakefile is maintained on the Wiki, please feel free to update it.
topBig thanks go to the following companies and individuals for sponsoring Bakefile development:
TT-Solutions: wxWidgets consultancy and technical support
Robert Roebling (eVC project files support)