summaryrefslogtreecommitdiffstats
path: root/development/jam/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-11 14:05:51 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 14:05:51 +0200
commit28495e71e8d7af066f0a1d99a39c7cee06792d76 (patch)
tree87bf2187a43a03032be85548edd2bd64a030f49f /development/jam/README
parentfffe78e2b38babd75990aa8835b80d841e9ad58c (diff)
downloadslackbuilds-28495e71e8d7af066f0a1d99a39c7cee06792d76.tar.gz
slackbuilds-28495e71e8d7af066f0a1d99a39c7cee06792d76.tar.xz
development/jam: Initial import
Diffstat (limited to 'development/jam/README')
-rw-r--r--development/jam/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/jam/README b/development/jam/README
new file mode 100644
index 0000000000..3709eb4521
--- /dev/null
+++ b/development/jam/README
@@ -0,0 +1,8 @@
+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.