... -MMD -MP -MF "$(@:%.o=%.d)" -MT "$(@:%.o=%.d)" -o "$@" "$<"
怎么解释呢?
我搜索了makefile文件,但到目前为止没有运气.
(这不仅仅是大约Automatic Variables)
此命令行为每个.o文件生成一个.d依赖项文件.