发信人: dingdang()
整理人: zelor(2001-11-27 10:40:26), 站内信件
|
上一节, 下一节, 回到目录
---------------------------------------------------------------------- ----------
@dircategory GNU admin @direntry * automake: (automake). Making Makefi le.in's
@dircategory Individual utilities @direntry * aclocal: (automake)Invok ing aclocal. Generating aclocal.m4
版权所有(C)1995,96 自由软件基金会
这是GNU Automake文档的第一版本, 是根据Automake 1.2d编写的。
Published by the Free Software Foundation
59 Temple Place - Suite 330,
Boston, MA 02111-1307 USA
Permission is granted to make and distribute verbatim copies of this m anual provided the copyright notice and this permission notice are pre served on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the e ntire resulting derived work is distributed under the terms of a permi ssion notice identical to this one.
Permission is granted to copy and distribute translations of this manu al into another language, under the above conditions for modified vers ions, except that this permission notice may be stated in a translatio n approved by the Free Software Foundation.
简介
Automake是一个根据`Makefile.am'自动生成`Makefile.in'的工具。 `Makefile .am'基本上由一系列的make的宏定义组成。所生成的 `Makefile.in'符合GNU的M akefile标准。
GNU的Makefile标准(参见The GNU Coding Standards的`Makefile Conventions' 节) 冗长而复杂,且在不断更新。Automake的目的就是将程序员从维护Makefile 的沉重负担中解脱出来。
典型的Automake的输入文件是一系列宏定义,每个输入文件经处理后生成一个 ` Makefile.in'文件。通常在每一个子目录下都有一个`Makefile.am'文件。
Automake对project还有几个限制,比如它假定该project使用了Autoconf (参见 The Autoconf Manual), 对`configure.in'文件的内容也作了一些规定。
Automake需要perl来生成`Makefile.in'文件,但生成的发布结果则不需要perl。
若发现问题或有任何建议请发邮件至 [email protected] 。
---------------------------------------------------------------------- ----------
上一节, 下一节, 回到目录
-- ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.104.84.141]
|
|