14 lines
248 B
Makefile
14 lines
248 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:58 joerg Exp $
|
||
|
|
||
|
LIB= LLVMInterpreter
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Interpreter
|
||
|
|
||
|
SRCS+= Execution.cpp \
|
||
|
ExternalFunctions.cpp \
|
||
|
Interpreter.cpp
|
||
|
|
||
|
.include <bsd.lib.mk>
|