slackbuilds/development/jam
Willy Sudiarto Raharjo 14583df43f development/jam: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-11 23:42:50 +07:00
..
README development/jam: Initial import 2010-05-11 14:05:51 +02:00
jam.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
jam.info development/jam: Update DOWNLOAD url. 2015-10-11 23:42:50 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05: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.