1*76c7fc5fSjoerg# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:07 joerg Exp $ 2*76c7fc5fSjoerg 3*76c7fc5fSjoergLIB= LLVMInterpreter 4*76c7fc5fSjoerg 5*76c7fc5fSjoerg.include <bsd.init.mk> 6*76c7fc5fSjoerg 7*76c7fc5fSjoerg.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Interpreter 8*76c7fc5fSjoerg 9*76c7fc5fSjoergSRCS+= Execution.cpp \ 10*76c7fc5fSjoerg ExternalFunctions.cpp \ 11*76c7fc5fSjoerg Interpreter.cpp 12*76c7fc5fSjoerg 13*76c7fc5fSjoerg.include <bsd.lib.mk> 14