## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ## * 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 SABLEVM_LIBDIR=@libdir@ # SableVM datadir SABLEVM_DATADIR=@datadir@ # Needed for libglue CC=@CC@ CFLAGS=@CFLAGS@ CPPFLAGS=@CPPFLAGS@ LIBTOOL=@GNU_LIBTOOL@ # 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