Home > Computers > Software > Build Management > Makefile Generators
Makefile generators reduce the human costs of software builds by automating some of the tedious and error-prone work of creating makefiles. The makefile generation problem is very difficult to solve, so most makefile generators are simple. They depend upon human labor for the difficult parts of makefile construction. Simple generators produce dependency files by scanning source files for include file statements. Intermediate generators produce whole makefiles by expanding manually-constructed input files. Advanced generators produce whole makefiles from scratch, with no manually-constructed input files or human labor required.
http://www.bakefile.org/
Freeware - Generates traditional makefiles from compiler-independent build tasks. Features optional outputs of Makefile.in files for autoconf, makefiles for vcc/bcc compilers, and use on wxWindows new build system.
http://www.gnu.org/software/automake/
Freeware - Generates makefile.in files from makefile.am input files, as part of the official GNU coding standards and build process. Requires GNU autoconf.
http://www.kitebird.com/imake-book/
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.
http://sourceforge.net/projects/makedep
Freeware - A dependency generator that analyzes C/C++ source code and generates a dependency file for inclusion into traditional makefiles.
http://www.snake.net/software/imake-stuff/
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.
http://www.ociweb.com/products/mpc
Object Computing Inc - A Makefile and Project file Creator program that generates Make-specific makefiles or visual studio project files from platform-independent build files and template files.
Home > Computers > Software > Build Management > Makefile Generators
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us