Changes between Version 3 and Version 4 of kBuild
- Timestamp:
- Dec 13, 2006, 4:08:29 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kBuild
v3 v4 28 28 1. Tools and SDKs for helping out the templates with flexibility. 29 29 1. Non-recursive makefile method by using sub-makefiles. 30 31 32 === What kBuild Does Not Do === 33 [wiki:kBuild 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.