SlackBuildsOrg/development/bakefile
dsomero 687c78d560 various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:34:22 -05:00
..
bakefile.info development/bakefile: Updated for version 0.2.9. 2013-03-22 07:16:35 -04:00
bakefile.SlackBuild various: Fix SlackBuild formatting and comment nit picks. 2013-11-22 02:34:22 -05:00
README
slack-desc development/bakefile: Updated for version 0.2.9. 2013-03-22 07:16:35 -04:00

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).