jvm-seam requires the script seamtool from seam in the execution path!


To compile jvm-seam, use:

gmake

For Windows, you should use:

gmake WINDOWS=1

To build jvm-seam with the BytecodeInterpreter of the prototyp instead
of the KaffeInterpreter, use:

gmake KAFFE=0

To build with debugging support:

gmake DEBUG=1

You can pass additional CXXFLAGS with:

gmake CXXFLAGS="-fmessage-length=0 -Wall"

To avoid the rebuilding of the dependencies files, use:

gmake DEPEND=0


You can specify all these variables in a file config.mk in the same
directory as the Makefile, if you do not want to type them every
invocation of gmake. config.mk will automatically be included in the
main Makefile if present.
