summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvminterpreter/Makefile
blob: 06fcca4fb9f9755d499c5bb9bd6aaf4aaf54b4d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.own.mk>

LIB=	llvminterpreter

SRCDIR=	lib/ExecutionEngine/Interpreter
SRCS=	Execution.cpp \
	ExternalFunctions.cpp \
	Interpreter.cpp \

TGHDRS=	Intrinsics

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud