slackbuilds/development/jam
B. Watson 3a02e990f1 development/jam: VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-03-25 13:27:15 +00:00
..
README
jam.SlackBuild development/jam: VERSION override, i486=>i586. 2017-03-25 13:27:15 +00:00
jam.info development/jam: Update DOWNLOAD url. 2015-10-11 23:42:50 +07:00
slack-desc development/jam: Fix slack-desc. 2016-11-14 16:47:23 +07: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.