Download Source Package kbuild:
The goals of the kBuild framework:
- Similar behavior cross all supported platforms. - Flexibility, don't create unnecessary restrictions preventing ad-hoc solutions. - Makefile can 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.
kBuild does not provide any facilities for checking compiler/library/header configurations, that's not in its scope. If this is important for your project, check out the autoconf tool in the GNU build system. It is possible to use kBuild together with autoconf if you like, but you might just as well use the full GNU package.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 817.7 kB | 2932 kB | [list of files] |
| amd64 | 742.7 kB | 2488 kB | [list of files] |
| arm | 676.6 kB | 2288 kB | [list of files] |
| armel | 682.0 kB | 2300 kB | [list of files] |
| hppa | 744.1 kB | 2408 kB | [list of files] |
| i386 | 668.5 kB | 2296 kB | [list of files] |
| ia64 | 1,064.2 kB | 4024 kB | [list of files] |
| powerpc | 749.0 kB | 2520 kB | [list of files] |
| s390 | 727.8 kB | 2448 kB | [list of files] |
| sparc | 684.1 kB | 2384 kB | [list of files] |