kbuild 1:0.1.9998svn2695+dfsg-1 source package in Ubuntu

Changelog

kbuild (1:0.1.9998svn2695+dfsg-1) unstable; urgency=low


  [ Ritesh Raj Sarraf ]
  * [8c3dfc1] Exclude src/kmk/doc/make.texi from dfsg archive
  * [00cc15e] Imported Upstream version 0.1.9998svn2695+dfsg
  * [34ffb72] Add myself to Uploaders

 -- Ritesh Raj Sarraf <email address hidden>  Tue, 03 Dec 2013 12:06:57 +0530

Upload details

Uploaded by:
Debian Virtualbox Team
Uploaded to:
Sid
Original maintainer:
Debian Virtualbox Team
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
kbuild_0.1.9998svn2695+dfsg-1.dsc 2.1 KiB 0d22dce53ddbf7e9eba837c2946d6b2708afeecc29ce956df30cf72659adcb20
kbuild_0.1.9998svn2695+dfsg.orig.tar.gz 2.4 MiB 9e8a9fd455eeef7d5eb82e1e3301e59b75420b86f9991f782ab508f31596c7cc
kbuild_0.1.9998svn2695+dfsg-1.debian.tar.gz 14.8 KiB 5238fad6e24b198c82b68384a386d9b03649ec53e0b327313fdf127de2c30a8e

No changes file available.

Binary packages built by this source

kbuild: 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 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.