Other Stuff

If you ever work with Makefiles, you probably already know the value of makedepend. Managing dependencies on any project larger than just a few files would be insane, especially since there's a simple tool that will do all that tedious work for you. However, most versions of makedepend do not support the Objective-C #import directive, which is annoying if you're trying to maintain an Objective-C project with Makefiles. If you're on Mac OS X, there is a patch available that you can try. If you're on Windows, I've applied similar changes to a version of makedepend which was ported to Windows. It's available here for anyone who wants to download it. My changes are noted in the code, and a win32 binary is included for your convenience.

Page built Wed Sep 24 23:52:07 2008.