Mac Categories

Bakefile 0.2.6


Bakefile Free and open source makefiles generator for your Mac

System Requirememts
Mac OS X
Download Details
Company Vaclav Slavik
Version 0.2.6
Post Date April 25, 2009
License Freeware
File Size 1.8 MB
There are no screenshots

Bakefile 0.2.6


Free and open source makefiles generator for your Mac
Bakefile is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile(Visual C++ project, autoconf's Makefile.in, 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).

NOTE: Bakefile is released under the MIT License.

What's New in This Release:

  • autoconf: fixed dependencies support for traditional Unix compilers
  • autoconf: correct shared library extension under HP-UX ia64
  • autoconf: added support for new (10 and 11) Intel C/C++ compiler versions
  • watcom: fixes for OpenWatcom 1.8 (Jiri Malak, #238)
  • fixed assert failure with wxWidgets' presets (#230)
  • msvs*prj: pass preprocessor flags to IDL compiler (#240)
  • msvs*prj: define WIN32 preprocessor symbol
  • fixed 100% CPU usage in bakefile_gen
  • added tag to support Visual Studio debugger's Edit and Continue feature
  • msvs*prj: allow overriding names of .vcproj files using MSVS_PROJECT_FILE variable (#224)