Bmake

Bmake is a common makefile framework. Both support native build and cross build. Easy for use, modify and extend. Support Kconfig based config configurator like linux kernel, Easy for custom your project. excellent dependency check, parallel build support, GNU compiler support, extension makefile support, multi-projects support and can work under win32 and linux.

Bmake是一种常见的makefile的框架。支持native build和 cross build这两种编译方式。很容易进行使用、修改、扩展操作。Support Kconfig based config configurator like linux kernel,易于定制项目。优秀的依赖检查,并行构建支持, GNU编译器支持,扩展makefile支持,多项目支持,可以在win32和linux下工作。

http://sourceforge.jp/projects/sfnet_bmakefile/

http://www.crufty.net/help/sjg/bmake.html

原文地址:https://www.cnblogs.com/linuxbo/p/4297391.html