Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些 .c 文件包含在某些单元测试中(例如#include "foo.c")。我不希望构建系统尝试构建这些。它会失败。我只想调用“make dist”并获取生成的包中包含的那些 .c 文件。
我怎么做?我试过noinst_前缀和_DATA后缀没有效果。
此外,指向特定文档的链接会很棒。我正在阅读 GNU 的相关文档。这是巨大的(应该是)!
你有没有尝试过:
EXTRA_DIST = foo.c