slackbuilds/development/jam
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/jam: Fix README. 2020-10-17 09:39:14 +07:00
jam.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
jam.info
slack-desc

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.