Penguin

Differences between current version and predecessor to the previous major change of BuildTools.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Friday, May 5, 2006 8:11:54 pm by LawrenceDoliveiro
Older page: version 3 Last edited on Tuesday, November 25, 2003 12:40:46 am by AristotlePagaltzis Revert
@@ -1 +1 @@
-A class of tools for building (compiling, testing and installing) software. make(1) is the cannonical build tool, but [Ant] is becoming widespread in [Java]-centric projects and many projects still use handcrafted bash(1) scripts. Monolithic [IDE]s are also build tools, but some [IDE]s interface to specialist build tools (VisualStudio with nmake, [Emacs] with make(1) or [Ant]). The BuildTools for some high level [ProgrammingLanguage]s are written in the language itself (such as the __distutils__ package for [Python] programs and the somewhat new __Module::Build__ module for [Perl] programs). 
+A class of tools for building (compiling, testing and installing) software. make(1) is the cannonical build tool, but [Ant] is becoming widespread in [Java]-centric projects and many projects still use handcrafted bash(1) scripts. Another interesting make-alternative is [Jam|http://www.perforce.com/jam/jam.html] . Monolithic [IDE]s are also build tools, but some [IDE]s interface to specialist build tools (VisualStudio with nmake, [Emacs] with make(1) or [Ant]). The BuildTools for some high level [ProgrammingLanguage]s are written in the language itself (such as the __distutils__ package for [Python] programs and the somewhat new __Module::Build__ module for [Perl] programs).