Tagged Questions
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.
6
votes
4answers
3k views
what is boost jam and is it jam worth migrating to?
what is boost jam and is it jam worth migrating to?
I understand that jam is build system built by perforce however I am not sure how the boost jam & regular jam is different.
I'm also hoping ...
2
votes
4answers
690 views
How can I build different versions of a project using the Jam make tool?
I have a C++ project that compiles to different versions, including release, debug, shared library, and executable, with different compiler flags for each. I am trying out Jam as an alternative to ...
2
votes
1answer
244 views
Define cross directory dependencies in Jam
After many years of using make, I've just started using jam (actually ftjam) for my projects.
In my project workspaces, I have two directories:
src where I build executables and libraries
test ...
0
votes
1answer
58 views
Seperate build directory and include directory in Jam
I'd like to switch to using Jam as my build system. Currently, I have a src, include and build directories and I'm wondering how I can get Jam to put object files in the build directory and search for ...
0
votes
0answers
105 views
Jam is deprecated
How can I remove Jam from my targets in xcode 3/4? They are standard cocoa targets not Java.
0
votes
1answer
517 views
How can I build a googletest unit test using the gtest_main library with Jam?
I am trying to build a googletest unit test for a proof of concept as a new unit testing framework that we could possibly use. In googletest, there are two ways to write a unit test: with a main, or ...
0
votes
1answer
478 views
Build Visual Studio Projects from Jamfiles?
Anyone know of a way to create Visual Studio Projects from a build based on Jamfiles?
I'd settle for a jamfile -> XML-or-some-other-intermediate-format exporter tool, so I could write my own.
-4
votes
4answers
173 views
What is Jam programming language
I notice that a gaming company has job requirement :
Experience with object
oriented languages (C++, C#, Java,
ActionScript, Python, Jam)
So what is What is Jam programming language?
...