Projects / makepp

makepp

Makepp, a build program that has a number of features that allow for reliable builds and simpler build files, is a drop-in replacement for GNU make. It supports almost all of the syntax that GNU make supports, and can be used with makefiles produced by utilities such as automake. It is called makepp (or make++) because it was designed with special support for C++, which has since been extended to other languages like Swig or embedded SQL. Some features that makepp adds to make are: greatly improved handling of builds that involve multiple makefiles (recursive make is no longer necessary); automatic scanning for include files; rebuilds triggered if build command changes; checksum-based signature methods for reliable builds, smart enough to ignore whitespace or comment changes; extensibility through Perl (within your makefile); repositories (automatically importing files from another tree); and build caches (not recompiling identically what a user of the same cache already did).

Tags
Licenses

RSS Recent releases

  •  11 Jan 2012 22:36

Release Notes: Only few minor bugs were reported since rc1, and all have been fixed. The major change is installation of HTML documentation in a new format, the same one that is also used for the newly designed Web site.

  •  20 Nov 2011 20:20

Release Notes: After seven years and many changes, this is almost a complete rewrite of version 1.40.1, with many new features. One core feature has always been smart signatures for C++ like languages, i.e. not recompiling if only comments or whitespace changed. Since the last snapshot, this has become easily extensible to any suffix or filename. The same is now also available for XML files, with a choice of two parsers.

  •  15 Dec 2004 11:53

Release Notes: Support for new command line options: -n (to display commands that would execute rather than executing them), --assume-old, --assume-new, --dont-build, and --keep-repository-symlinks. Client-server mode for fast startup. A rewritten interface to handle scanning for include files. Support for verilog. Many bugfixes. Support for GNU make's define statement. Reorganized and corrected documentation.

  •  16 Apr 2004 23:54

Release Notes: A number of bugfixes, a client/server system for faster startup, and an improved include file scanning implementation that makes it much easier to support new languages.

  •  25 Jul 2003 00:58

Release Notes: This version reorganizes the documentation, includes a configure script for installation, supports target-specific variable assignments, supports the $(origin) function, adds the new functions $(find_upwards) and $(relative_to), can inhibit importing files from repositories by making a locally unreadable copy, and includes miscellaneous bugfixes.

Screenshot

Project Spotlight

POSIXplorer

A script that helps find, navigate, and open files under Linux/Mac OS.

Screenshot

Project Spotlight

Padre

A Perl application development and refactoring environment.