slackbuilds/development/jam
David Somero 40fb804ca2 development/jam: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:03:00 -04:00
..
README development/jam: Initial import 2010-05-11 14:05:51 +02:00
jam.SlackBuild development/jam: Misc automated cleanups. 2010-06-04 01:03:00 -04:00
jam.info development: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
slack-desc development/jam: Updated for version 2.5 2010-05-12 17:38:31 +02:00

README

Jam - Make(1) Redux

Jam is a program construction tool, like make(1). Jam recursively builds
target files from source files, using dependency information and updating
actions expressed in the Jambase file, which is written in jam's own
interpreted language. The default Jambase is compiled into jam and
provides a boilerplate for common use, relying on a user-provide file
"Jamfile" to enumerate actual targets and sources.