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.
生成的目标之一cmake是depend:
cmake
depend
以下是此 Makefile 的一些有效目标: ... all(如果未提供目标,则为默认值) ... clean ... depend ... edit_cache ...rebuild_cache
执行“makedepend”会产生什么影响?
这构建了 Makefile 一些目标的依赖规则。见http://en.wikipedia.org/wiki/Makedepend