## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ## * This file is part of SableJIT. * ## * See the file "LICENSE.JIT" for Copyright information and * ## * the terms and conditions for copying, distribution and * ## * modification of SableJIT. * ## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * # SableVM binary prefix=@prefix@ exec_prefix=@exec_prefix@ SABLEVM_BIN:=$(shell echo @bindir@/`echo sablevm | sed '@program_transform_name@'`) # SableVM libdir and datadir libdir=@libdir@ pkglibdir=$(libdir) datadir=@datadir@ pkgdatadir=$(datadir)/sablevm SABLEVM_LIBDIR=$(pkglibdir) SABLEVM_DATADIR=$(pkgdatadir) # Needed for libglue CC=@CC@ CFLAGS=@CFLAGS@ CPPFLAGS=@CPPFLAGS@ LIBTOOL=@GNU_LIBTOOL@ # Java compiler to compile SableJIT JAVAC_BIN=@sablejit_java_compiler_bin@ # Additionnal flags to pass JAVAC_FLAGS=@JAVAC_FLAGS@ # A GNU m4 M4=@M4@ # SableJIT platform SABLEJIT_PLATFORM=@jit_platform@ # How much binary compatible... BINARY_COMPATIBILITY_MODE=@with_sablejit_binary_compatibility_mode@ # SableVM and SableJIT source root directory SABLEVM_SRC_ROOT=@sablevm_src_root@ SABLEJIT_SRC_ROOT=@sablejit_srcdir@ # directory that contains the SableJIT C source files SABLEJIT_C_SRC_ROOT=${SABLEVM_SRC_ROOT}/src/libsablevm/sablejit # classpath of junit to build SableJIT JUNIT_CLASSPATH=@sablejit_junit_path@