The problem is, I need this for Linux. On Windows, we use Visual Studio. On Linux, we're looking to standardize a tool for developers -- I'd like it to be Code::Blocks, if possible, but it must fit into our build scheme somehow which is currently Bakefile based.
If there is any way to go from Bakefile -> something Code::Blocks supports, it would be perfect. We don't even need to be able to re-save projects -- just read them (that is all done via editing Bakefiles).
Here are the supported output formats of Bakefile (from --help):
autoconf GNU autoconf Makefile.in files
borland Borland C/C++ makefiles
dmars Digital Mars makefiles
dmars_smake Digital Mars makefiles for SMAKE
gnu GNU toolchain makefiles (Unix)
mingw MinGW makefiles (mingw32-make)
msevc4prj MS eMbedded Visual C++ 4 project files
msvc MS Visual C++ nmake makefiles
msvc6prj MS Visual C++ 6.0 project files
msvs2003prj MS Visual Studio 2003 project files
msvs2005prj MS Visual Studio 2005 project files
msvs2008prj MS Visual Studio 2008 project files
symbian Symbian development files
watcom OpenWatcom makefiles
xcode2 Xcode 2.4 project files