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.
Arch: src
| Download: | jam-2.5-2.el4.kb.src.rpm |
| Build Date: | Mon Sep 12 22:03:32 2005 |
| Packager: | Karanbir Singh <kbsingh{%}karan{*}org> |
| Size: | 155 KiB |
Changelog
- * Fri Sep 9 23: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 23:00:00 2005 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 2.5-1
- initial package for Fedora Extras