located in the Software, Build Management Categories
Bakefile - Freeware - Generates traditional makefiles from a compiler-independent build tasks. Features output of Makefile.in files for autoconf
CMake - Freeware - Generates traditional Unix/Windows makefiles for C/C++ projects from manually created input files written in the CMake language.
Imake - Freeware - Generates traditional makefiles by using the CPP preprocessor and makedepend programs to assemble makefiles from templates and Imakefile control files. From the MIT X11 project.
Makedep - Freeware - A dependency generator that analyzes C/C++ source code and generates a dependency file for inclusion into traditional makefiles.
Makedepend - Freeware - A dependency generator for C/C++ code used by Imake from the X11 distribution. Can be used without Imake to generate makefile dependency files.
Makeit - Freeware - Generates GNU Makefiles for C/C++ projects
Openmake - Catalyst - A multiplatform build system featuring a web interface