Perforce Jam


title: "Perforce Jam" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["compiling-tools", "build-automation"] topic_path: "general/compiling-tools" source: "https://en.wikipedia.org/wiki/Perforce_Jam" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox software"]

FieldValue
nameJam
logo
screenshot
authorChristopher Seiwald
released
discontinuedYes
latest release version2.6
latest release date
latest preview date
programming languageC
operating systemCross-platform
genreSoftware development tools
licenseopen-source
website
::

| name = Jam | logo = | screenshot = | caption = | collapsible = | author = Christopher Seiwald | developer = | released = | discontinued = Yes | latest release version = 2.6 | latest release date = | latest preview version = | latest preview date = | frequently updated = | programming language = C | operating system = Cross-platform | platform = | size = | language = | status = | genre = Software development tools | license = open-source | website = Perforce Jam was an open-source build system developed by Christopher Seiwald of Perforce Software. It was used as a replacement for make. Its primary feature was its ability to express build patterns in an imperative language which supported structured namespaces (similar to Pascal records) and simple lists. Jam could be used with autoconf, although it was often not necessary because of Jam's portability features. Perforce Jam ran on Unix (including many clones), OpenVMS, Windows NT (including Windows 2000 and Windows XP), Mac OS, and BeOS. It was also possible to configure it to work on Windows 9x using MinGW or Cygwin.

The company announced that version 2.6 released in August 2014 was the last Perforce Jam release.

Popular variants of Jam

FT Jam

FT Jam is a popular variant maintained by The FreeType Project and is fully backward compatible, although its features are being integrated into Perforce Jam. Users of FT Jam often refer to Perforce Jam as "Classic Jam".

Boost.Jam

The Boost C++ Libraries is using a Jam variant called "Boost.Jam" (or "BJam"). It is incompatible with other variants, and is not a standalone tool, but part of Boost.Build.

Haiku Jam

Haiku Jam is a custom fork of Perforce's Jam used by Haiku.

JamPlus

JamPlus adds new features to Jam and integrates a number of patches from the Jamming mailing list and the Perforce Public Depot.

Jambase

Jam comes with a set of rules called "Jambase", which define rules for building various things. Jambase is "smart" and knows, for instance, that if a header file is modified, all files that include it must be rebuilt. Unlike with makefiles, the writer of the Jamfile need not manage these dependencies, only list the source code files themselves. Jambase is usually compiled into the executable file itself.

Jambase is notorious among Jam users for its bugs and the infrequency with which fixes are integrated into the distribution, though few bugs are critical. There are some packages such as AutoJam designed to solve some of the problems of Jambase.

References

References

  1. "Jam Documentation".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

compiling-toolsbuild-automation