Difference between revisions of "Makepp"

From Free Software Directory
Jump to: navigation, search
(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-15
+
|Version date=2004-12-23
 
|Version status=stable
 
|Version status=stable
|Version download=http://prdownloads.sourceforge.net/makepp/makepp-1.40.tar.gz?download
+
|Version download=http://sourceforge.net/projects/makepp/files/makepp/1.40.1/makepp-1.40.1a.tar.gz/download
|License verified date=2002-01-10
+
|License verified date=2010-04-28
|Version comment=1.40 stable released 2004-12-15
+
|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=Janet Casey
+
|License verified by=Kelly Hopkins
|License verified date=2002-01-10
+
|License verified date=2010-04-28
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite

Revision as of 09:55, 12 April 2011


[edit]

Makepp

http://makepp.sourceforge.net/
Reimplementation of 'make'

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).





Licensing

License

Verified by

Verified on

Notes

License

Perl

Verified by

Kelly Hopkins

Verified on

28 April 2010




Leaders and contributors

Contact(s)Role
Gary Holt Maintainer


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/makepp
Bug Tracking,Developer,SupportE-mailmailto:holt-makepp@gholt.net
Perl (Ref)https://metacpan.org/release/makepp
Bug TrackingVCS Repository Webviewhttp://sourceforge.net/tracker/?group_id=43679&atid=437093
DeveloperVCS Repository Webviewhttp://sourceforge.net/cvs/?group_id=43679


Software prerequisites

KindDescription
Weak prerequisiteDigest_MD5
Required to usePerl 5.005_03 or later




Entry























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 or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.