jam(1) | General Commands Manual | jam(1) |
Jam/MR — Make(1) Redux
jam [-a] [-g] [-n] [-q] [-v] [-d debug] [-f jambase] [-j jobs] [-o actionsfile] [-s var=value] [-t target] [target ...]
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.
Show actions (the default)
Show "quiet" actions and display all action text
Show dependency analysis, and target/source timestamps/paths
Show shell arguments
Show rule invocations and variable expansions
Show directory/header file/archive scans
Show variable settings
Show variable fetches
Show variable manipulation, scanner tokens
jam is documented fully in HTML pages available on Debian systems from /usr/share/doc/jam/Jam.html.
This manual page was created by Yann Dirson dirson@debian.org from the Jam.html documentation, for the Debian GNU/Linux system (but may be used by others).