slackbuilds_ponce/development/bakefile
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
bakefile.info
bakefile.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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