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 | 617.8 kB | 2044 kB | [list of files] |
| amd64 | 559.5 kB | 1788 kB | [list of files] |
| arm | 510.5 kB | 1636 kB | [list of files] |
| armel | 516.1 kB | 1640 kB | [list of files] |
| hppa | 576.0 kB | 1744 kB | [list of files] |
| i386 | 502.2 kB | 1648 kB | [list of files] |
| ia64 | 824.3 kB | 2904 kB | [list of files] |
| mips | 562.0 kB | 1984 kB | [list of files] |
| mipsel | 562.9 kB | 1988 kB | [list of files] |
| powerpc | 561.9 kB | 1836 kB | [list of files] |
| s390 | 557.9 kB | 1772 kB | [list of files] |
| sparc | 516.0 kB | 1716 kB | [list of files] |