这两个文件主要出现在开源项目中.
它们是什么,它们是如何工作的?
automake makefile autotools
有人建议一个人如何开始使用autotools来构建C项目?
c build-automation resources build autotools
Automake要求我的项目的源目录中存在以下"标准"文件:
显然,这些文件都不是构建程序所必需的,但Automake拒绝在没有它们的情况下运行.我知道--add-missing将生成样板文件的标志,但我宁愿根本没有文件.
--add-missing
有没有办法强制Automake运行并忽略丢失的文件而不生成它们?
automake autotools
autotools ×3
automake ×2
build ×1
build-automation ×1
c ×1
makefile ×1
resources ×1