6.36. Automake-1.9.5

Automake 软件包包含用于生成与 Autoconf 一起使用的 Makefile 的程序。

预计构建时间: 0.2 SBU
所需磁盘空间: 8.8 MB
安装依赖于: Autoconf, Bash, Coreutils, Diffutils, Grep, M4, Make, Perl, 和 Sed

6.36.1. 安装 Automake

为编译准备 Automake

./configure --prefix=/usr

编译软件包

make

要测试结果,执行: make check。 这需要很长时间,大约 5 个 SBU。

安装软件包

make install

6.36.2. Automake 的内容

已安装程序: acinstall, aclocal, aclocal-1.9.5, automake, automake-1.9.5, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, symlink-tree, 和 ylwrap

简短描述

acinstall

一个安装 aclocal 风格的 M4 文件的脚本

aclocal

生成aclocal.m4文件,基于configure.in文件的内容

aclocal-1.9.5

指向 aclocal 的硬链接

automake

一个用于自动生成Makefile.in文件的工具,从Makefile.am文件生成。 要为软件包创建所有Makefile.in文件,请在顶层目录中运行此程序。 通过扫描configure.in文件,它自动查找每个相应的Makefile.am文件,并生成相应的Makefile.in文件

automake-1.9.5

指向 automake 的硬链接

compile

编译器的包装器

config.guess

一个尝试猜测给定构建、主机或目标体系结构的标准三元组的脚本

config.sub

一个配置验证子例程脚本

depcomp

一个用于编译程序的脚本,以便除了所需的输出之外,还生成依赖信息

elisp-comp

字节编译 Emacs Lisp 代码

install-sh

一个安装程序、脚本或数据文件的脚本

mdate-sh

一个打印文件或目录修改时间的脚本

missing

一个在安装期间充当丢失的 GNU 程序的通用存根的脚本

mkinstalldirs

一个创建目录树的脚本

py-compile

编译 Python 程序

symlink-tree

一个创建目录树的符号链接树的脚本

ylwrap

lexyacc 的包装器