【发布时间】:2014-06-27 15:29:50
【问题描述】:
我最近读到“There are several ways to configure and build a project using Autotools.”
其中:
Autoconf 和 Autoscan:
- 带有项目构建规则和 Makefile 替换的 Makefile.in
Autoheader(可与所有其他工具一起使用)
- 扫描项目并在项目期间生成一个 config.h 文件
具有平台特定宏定义的配置,无配置
需要的文件
如何构建没有“Makefile.am”的项目?只需使用 Autoconf、Autoscan 和 Autoheader。
【问题讨论】:
标签: build makefile autotools autoconf automake