makedepend缺少?

时间:2012-12-25 14:32:30

标签: macos makefile

OS X 10.8缺少makedependApple: OpenSSL and make depend)。看起来OS X的最后一个版本makedepend为10.7.4(http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/makedepend.1.html)。

由于策略的原因,我无法修改makefile,因此我尝试在.bash_profile中添加别名,但它没有按预期工作。

有人知道替代方案吗? Apple是否将弃用软件包放在任何地方?我没有在opensource.apple.com上看到它。

2 个答案:

答案 0 :(得分:10)

你有没有尝试过:

brew install makedepend

https://github.com/Homebrew/homebrew/wiki/Installation

答案 1 :(得分:2)

发现了两秒的Google搜索this,其中gcc -M相当于makedepend