Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
jam: Program construction tool, similar to make
- Summary
- Jam is a program construction tool, like make. 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.
Changelog
- * Fri Sep 9 17:00:00 2005 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 2.5-2
- use smp_mflags
- use name and version in source field
- * Fri Aug 19 17:00:00 2005 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 2.5-1
- initial package for Fedora Extras