## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ## * 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. * ## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * CLASSES= \ jni.h \ jni_system_specific.h AUTO_FILES= \ jni.h \ jni_system_specific.h SUBDIRS= include ../../Makefile.config include ../../Makefile.common jni.h: rm -f $@ ln -s ${SABLEVM_SRC_ROOT}/src/libsablevm/include/jni.h jni_system_specific.h: rm -f $@ ln -s ${SABLEVM_SRC_ROOT}/src/libsablevm/include/jni_system_specific.h