Page 1 of 1

Jam [freeware]

Posted: Fri Oct 26, 2007 4:09 pm
by Tami
[url=\"http://www.perforce.com/jam/jam.html\"]Jam[/url] is a software build tool that makes building simple things simple and building complicated things manageable. It has been freely available as C source for many years from the Perforce Public Depot and is widely used to build commercial and academic software. Jam is a very good solution for conventional C/C++ compile-and-link builds.

Because Jam understands C/C++ dependencies, there is no need to declare header or object files. The built-in Jam rule "Main" handles header file dependencies and object files both automatically and on-the-fly.

Jam features
Unintrusive and clean
Jam is small, it has negligible CPU overhead, and it doesn't create or leave behind temporary files.

Scalable
Jam is able to build large projects spread across many directories in a single pass and can manage and distribute build steps to multiple processors on one or more networked machines.

Highly portable
Jam runs on UNIX, VMS, NT, OS/2, Macintosh OS X, and Macintosh MPW. Most Jamfiles are also portable.

Multiplatform
Platform independent rules and platform specific actions can be defined separately from dependency rules.

Customizable
Developers can enhance/extend Jam by creating user defined rules to utilize other built-in directives.

Language
Jam includes flow-control statments, variables, and a few other features of general purpose languages.

Free
Jam is free and can be incorporated into commercial products without licensing restrictions.


[url=\"http://www.perforce.com/perforce/loadsupp.html#top\"]related software on the same site[/url]

Jam [freeware]

Posted: Fri Oct 26, 2007 11:59 pm
by Jim
This actually looks really cool, seems abit like it's for people who don't want to go through the procedure to code programs properly themselves *shrugs*

Jam [freeware]

Posted: Sat Oct 27, 2007 10:06 am
by Tami
I found it in a developer's blog; if you want, I can find the link for you - he was comparing three different utilities (I think)...and he had a bit of write-up about them.

Jam [freeware]

Posted: Sat Oct 27, 2007 5:45 pm
by Jim
That would be nice, may end up downloading this later on.

Jam [freeware]

Posted: Sat Oct 27, 2007 7:43 pm
by Tami
Here you go ... [url=\"http://www.gamesfromwithin.com/articles/0506/000092.html\"]Games From Within[/url]