
|
|
|
|
Home / Computers / Software / Build Management / Makefile Generators
|
|
|
|
Web Sites
|
- GNU 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.
www.gnu.org/software/automake
- 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.
www.kitebird.com/imake-book
- Makedep - Freeware - A dependency generator that analyzes C/C++ source code and generates a dependency file for inclusion into traditional makefiles.
sourceforge.net/projects/makedep
- 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.
www.dubois.ws/software/imake-stuff
- Makeit - Freeware - Generates GNU Makefiles for C/C++ projects, featuring dependency scanning and variant compilation support. Part of the OSE application development framework.
ose.sourceforge.net
- Smart Makefile Now - Codefast - A makefile generator for generating traditional makefiles for software builds using no human labor. Features collections, dependency scanning, a knowledge base, parallel targets, and multiple platforms.
www.smart-makefiles-now.com/index.html
- Smart Perl Makefiles Now - Codefast - A generator for Perl "makefiles" for software builds. Features collections, dependency scanning, a knowledge base, parallel builds, multiple platforms.
www.smart-perl-makefiles-now.com
|
|
|
|
|