autotools - 自动重新配置清理

标签 autotools

我使用 autoreconf --install 为我的项目生成配置脚本等。是否有“清理”选项或其他一些简单的方法来清理 autoreconf 生成的文件?使用 configure 生成的 Makefile,我可以执行 make distclean,但我想通过删除 Makefile.in 等文件来进一步清理我的目录。

最佳答案

该命令称为makemaintainer-clean。它将删除 autoreconf 生成的几乎所有内容,但有一些异常(exception)。两个值得注意的异常(exception)是 configureMakefile.in

关于autotools - 自动重新配置清理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12803239/

相关文章:

emacs - 修复在 emacs 中执行源外自动工具构建时的源文件搜索路径

c++11 - Autotools/libtool 链接库与 libstdc++,尽管 -stdlib=libc++ 选项传递给配置

git - 使用版本控制编译工作流

c - 在使用 AM_LDFLAGS 的项目的 makefile 中编写依赖关系规则

makefile - autogen.sh 不(重新)生成 po/Makefile.in.in

c - autotools,如果找不到交叉编译器如何失败

windows - Linphone 配置导致多个未定义的 Autotools 宏

autotools - 链接器标志位于错误的位置

c - 使用带文件扩展名 .r 的 autotools 作为 header ,不是 ratfor,而是 C 编程

c++ - 如何设置 autotools 以在多个系统上同时为单独的体系结构构建项目?