- 授权协议: GPL
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: http://www.gnu.org/software/automake/
- 软件文档: http://www.gnu.org/software/automake/manual/automake.html
软件介绍
GNU Automake是一种编程工具,可以产生供make程式使用的Makefile,用来编译程式。它是自由软件基金会发起的GNU计划的其中一项,作为GNU建构系统的一部分。automake所产生的Makefile符合GNU编程标准。
automake是由Perl语言所写的,必须和GNU autoconf一并使用。automake包含了以下命令:
- aclocal
- automake
aclocal是个泛用的程式,对于autoconf使用者是相当有用的。举例而言,GNU Compiler Collection使用aclocal,即使Makefile是手写的。
就像autoconf,automake并非完全向下相容的。举例而言,使用automake 1.4的专案可能不能使用automake 1.9。
Refactoring
Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!
