slackbuilds_ponce/development/jam
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
jam.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
jam.SlackBuild development/jam: Misc automated cleanups. 2010-06-04 01:03:00 -04:00
README development/jam: Initial import 2010-05-11 14:05:51 +02:00
slack-desc development/jam: Updated for version 2.5 2010-05-12 17:38:31 +02:00

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.