summaryrefslogtreecommitdiffstats
path: root/development/bakefile/README
diff options
context:
space:
mode:
author Luis Henrique <lmello.009@gmail.com>2010-05-11 23:57:31 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-05-16 22:24:25 -0500
commitd19082cdb640a950e3c10628a5a2f3e7ba44c9e0 (patch)
tree58003738c619d88633e6c798ab79fcc161183b93 /development/bakefile/README
parentbffa5246123d8a572492b40b8bbe9451ecb013e6 (diff)
downloadslackbuilds-d19082cdb640a950e3c10628a5a2f3e7ba44c9e0.tar.gz
slackbuilds-d19082cdb640a950e3c10628a5a2f3e7ba44c9e0.tar.xz
development/bakefile: Added (a makefile generator).
Diffstat (limited to 'development/bakefile/README')
-rw-r--r--development/bakefile/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/bakefile/README b/development/bakefile/README
new file mode 100644
index 0000000000..7c5164d201
--- /dev/null
+++ b/development/bakefile/README
@@ -0,0 +1,9 @@
+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).