diff options
author | Ferenc Deak <ferenc.deak@gmail.com> | 2010-05-11 14:05:51 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:51 +0200 |
commit | 61e7763ae2a02320215395990ab0df57a9010308 (patch) | |
tree | f72a7fb89ea7a9616189c10e6b66936457c68668 /development/ftjam/README | |
parent | bbff165e6c7cca38ad309c34f9e92ecc1bef6dd8 (diff) |
development/ftjam: Initial import
Diffstat (limited to 'development/ftjam/README')
-rw-r--r-- | development/ftjam/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/ftjam/README b/development/ftjam/README new file mode 100644 index 000000000000..3c994bfec119 --- /dev/null +++ b/development/ftjam/README @@ -0,0 +1,12 @@ +ftjam is make like program construction tool + +This is "FT-Jam", a simple derivative of the Jam build tool, based on +and 100% compatible with Jam 2.5. + +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. + |