Path to this page:
Subject: CVS commit: wip/kBuild-svn
From: Thomas Klausner
Date: 2014-08-21 12:18:18
Message id: E1XKPS0-0008NE-Im@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Import kBuild-0.1.5nb20140821 as wip/kBuild-svn.
kBuild is a makefile framework for writing simple makefiles for
complex tasks.
The goals of the kBuild framework:
Similar behavior cross all supported platforms.
Flexibility, don't create unnecessary restrictions preventing
ad-hoc solutions.
Makefile very simple to write and maintain.
There are four concepts being tried out in the current kBuild
incaration:
One configuration file for a subtree automatically included.
Target configuration templates as the primary mechanism for
makefile simplification.
Tools and SDKs for helping out the templates with flexibility.
Non-recursive makefile method by using sub-makefiles.
Files: