It has been 297 days since the last update, the content of the article may be outdated.

autotools 自动生成 Makefile

Makefile 可以大大提高编译程序的效率,手写 Makefile 也比较麻烦,所以比较大的项目都是使用 autotools 工具来自动生成 Makefile。

流程大致如下:

img

Linux c 开发 - Makefile工具-CSDN博客

Linux中使用autotools自动生成Makefile_automake --add-missing automake: warnings are trea-CSDN博客

automake—configure.in/configure.am和makefile.am编写-CSDN博客