Difference between revisions of "Makepp"
(Created page with "{{Entry |Name=Makepp |Short description=Reimplementation of 'make' |Full description=Makepp, a build program which has a number of features that allow for reliable builds and sim...") |
|||
| Line 4: | Line 4: | ||
|Full description=Makepp, a build program which 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. Also its relationship to make is analogous to C++'s relationship to C: it is almost 100% backward compatible but adds a number of new features and much better ways to write makefiles. 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); build caches (not recompiling identically what a user of the same cache already did). | |Full description=Makepp, a build program which 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. Also its relationship to make is analogous to C++'s relationship to C: it is almost 100% backward compatible but adds a number of new features and much better ways to write makefiles. 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); build caches (not recompiling identically what a user of the same cache already did). | ||
|User level=intermediate | |User level=intermediate | ||
| + | |Status=Live | ||
| + | |Component programs= | ||
| + | |Homepage URL=http://makepp.sourceforge.net/ | ||
| + | |VCS checkout command=:pserver:anonymous@cvs.makepp.sourceforge.net:/cvsroot/makepp | ||
| + | |Computer languages=Perl | ||
| + | |Documentation note=User manual available in HTML format from http://makepp.sourceforge.net/; User tutorial available in HTML format from http://makepp.sourceforge.net/1.19/makepp_tutorial.html | ||
| + | |Paid support= | ||
| + | |IRC help= | ||
| + | |IRC general= | ||
| + | |IRC development= | ||
| + | |Related projects=FireMake,Phing,ccbuild,cons,gmsl,make,smake | ||
| + | |Keywords=software development,programming,build,make,makefile,GNU make,makepp,include | ||
| + | |Is GNU=n | ||
| + | |Last review by=Janet Casey | ||
| + | |Last review date=2010-04-28 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
| − | |Version identifier=1.40 | + | |Version identifier=1.40.1 |
| − | |Version date=2004-12- | + | |Version date=2004-12-23 |
|Version status=stable | |Version status=stable | ||
| − | |Version download=http:// | + | |Version download=http://sourceforge.net/projects/makepp/files/makepp/1.40.1/makepp-1.40.1a.tar.gz/download |
| − | |License verified date= | + | |License verified date=2010-04-28 |
| − | |Version comment= | + | |Version comment=cvs -d:pserver:anonymous@makepp.cvs.sourceforge.net:/cvsroot/makepp login |
| + | cvs -z3 -d:pserver:anonymous@makepp.cvs.sourceforge.net:/cvsroot/makepp | ||
| + | co -P makepp | ||
| + | }} | ||
| + | {{Person | ||
| + | |Role=Maintainer | ||
| + | |Real name=Gary Holt | ||
| + | |Email=holt-makepp@gholt.net | ||
| + | |Resource URL= | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Developer | ||
| + | |Resource kind=VCS Repository Webview | ||
| + | |Resource URL=http://sourceforge.net/cvs/?group_id=43679 | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Bug Tracking | ||
| + | |Resource kind=VCS Repository Webview | ||
| + | |Resource URL=http://sourceforge.net/tracker/?group_id=43679&atid=437093 | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Bug Tracking,Developer,Support | ||
| + | |Resource kind=E-mail | ||
| + | |Resource URL=mailto:holt-makepp@gholt.net | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=command-line | |Interface=command-line | ||
| + | |Program-build-automation=make-related | ||
| + | |Software-development=program-build-automation | ||
| + | |Use=software-development | ||
}} | }} | ||
{{Project license | {{Project license | ||
|License=Perl | |License=Perl | ||
| − | |License verified by= | + | |License verified by=Kelly Hopkins |
| − | |License verified date= | + | |License verified date=2010-04-28 |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Latest revision as of 09:55, 12 April 2011
Makepp
http://makepp.sourceforge.net/
Makepp, a build program which 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. Also its relationship to make is analogous to C++'s relationship to C: it is almost 100% backward compatible but adds a number of new features and much better ways to write makefiles. 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); build caches (not recompiling identically what a user of the same cache already did).
Documentation
User manual available in HTML format from http://makepp.sourceforge.net/; User tutorial available in HTML format from http://makepp.sourceforge.net/1.19/makepp_tutorial.html
Related Projects
Download
Download
version 1.40.1
(stable)
released on 23 December 2004
VCS Checkout
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| Perl | Kelly Hopkins | 28 April 2010 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | VCS Repository Webview | |
| Bug Tracking | VCS Repository Webview | |
| Bug Tracking,Developer,Support | mailto:holt-makepp@gholt.net |
Software prerequisites
| Kind | Description |
|---|---|
| Required to use | Perl 5.005_03 or later |
| Weak prerequisite | Digest_MD5 |
This entry (in part or in whole) was last reviewed on 28 April 2010.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.