mfg is a fairly simple makefile generator. It tries to guess all necessary steps to create a specified target file from a given set of source files, and will then create a makefile performing these steps using one of the provided template files.
ObjcDoc is a tool for documenting Objective C class libraries. It can parse Objective C source code and creates HTML output files containing class documentation extracted from special comments inside the source code (somewhat similar to JavaDoc).