Paketname | kbuild |
Beschreibung | framework for writing simple makefiles for complex tasks |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:0.1.98svn2318-8 |
Sektion | devel |
Priorität | extra |
Installierte Größe | 2296 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~) |
Empfohlene Pakete | |
Paketbetreuer | Debian Virtualbox Team |
Quelle | |
Paketgröße | 700682 Byte |
Prüfsumme MD5 | 816721921017b70814875a46995ce76e |
Prüfsumme SHA1 | 44d1c5007521d9481847e19eda2a4e756b9bf188 |
Prüfsumme SHA256 | ecfff604084c5c6a7e5895c3b983e66f7dbd9feec68720b4313c28b6f35df0dd |
Link zum Herunterladen | kbuild_0.1.98svn2318-8_i386.deb |
Ausführliche Beschreibung | 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.
|