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 | 614.3 kB | 2048 kB | [list of files] |
| amd64 | 555.9 kB | 1792 kB | [list of files] |
| arm | 520.4 kB | 1672 kB | [list of files] |
| hppa | 576.2 kB | 1760 kB | [list of files] |
| i386 | 520.2 kB | 1668 kB | [list of files] |
| ia64 | 820.7 kB | 2940 kB | [list of files] |
| mips | 580.0 kB | 2048 kB | [list of files] |
| mipsel | 581.1 kB | 2052 kB | [list of files] |
| powerpc | 550.4 kB | 1796 kB | [list of files] |
| s390 | 552.0 kB | 1784 kB | [list of files] |
| sparc | 513.2 kB | 1716 kB | [list of files] |