Questions tagged [jam]

Jam is a build system originally developed by Perforce software. It can be used as a replacement for make. It has three major forks used by the Boost, FreeType, and Haiku projects.

47 questions
0
votes
1 answer

Jam HDRPATTERN for scheme load expressions

I am trying to use some scheme files for code generation as a part of my jamfiles for building a project. I have it "working" in the sense that my scheme files get evaluated as a part of the build and generate their .cpp's that get compiled and…
JJacobsson
  • 153
  • 7
0
votes
1 answer

What value puts Jam in its builtin variable $(OS) on QNX Neutrino hosts?

I have to configure my compilation depending on build hosts. Windows and Linux are easy and I have access to the build hosts to test it myself anyway. What I have so far completely failed to find are the values of $(OS) and, just to check my…
fork0
  • 3,203
  • 20
  • 22
1 2 3
4