blob: 83a190c26dec282856bbc3db33b9f64bf79657b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $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>
|