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

时间: 2024-10-24 22:12:35

Bmake的相关文章

Use pkgsrc on ARM

What is this page? This page describes how to use pkgsrc on ARM architecture with EABI support. I bought TeraStation Live, which is called "TeraStation Living" in Japan, and wanted to use it as a home server. The original system in TeraStation L

.alias

##linux normal usagealias gv gvimalias gvd gvimdiffalias gvdif gvimdiff ##open two windows and split vertically alias gvh 'gvim -o'##open two windows and split horizontally alias gvv 'gvim -O'##open two tab pages with one for eachalias gvp 'gvim -p'