fourtysixandtwo a89e71aa91 development/bakefile: Change i486 to i586 %!s(int64=2) %!d(string=hai) anos
..
README 86fd43b8dc development/bakefile: Fix README. %!s(int64=4) %!d(string=hai) anos
bakefile.SlackBuild a89e71aa91 development/bakefile: Change i486 to i586 %!s(int64=2) %!d(string=hai) anos
bakefile.info 26775b3c1f development/bakefile: Updated for version 0.2.9. %!s(int64=11) %!d(string=hai) anos
slack-desc 26775b3c1f development/bakefile: Updated for version 0.2.9. %!s(int64=11) %!d(string=hai) anos

README

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