标签: makefile autotools autoconf automake
我面临着构建多个分发tarball的需求。目前我有dist目标,它在项目目录中使用./autogen && ./configure && make dist构建分发tar球。我希望能够构建第二个分发包,其中仅包含“常规”分发包的某些部分。我该怎么做?
./autogen && ./configure && make dist
由于