## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ## * 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:=@sablevm_src_root@/src/sablevm/sablevm # SableVM libdir and datadir libdir=@libdir@ pkglibdir=$(libdir) datadir=@datadir@ pkgdatadir=$(datadir) SABLEVM_LIBDIR=${DESTDIR}$(pkglibdir) SABLEVM_DATADIR=${DESTDIR}$(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-compatible 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 used to build SableJIT JUNIT_CLASSPATH=@sablejit_junit_path@