]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvminterpreter/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / libllvminterpreter / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvminterpreter
6
7 SRCDIR= lib/ExecutionEngine/Interpreter
8 SRCS=   Execution.cpp \
9         ExternalFunctions.cpp \
10         Interpreter.cpp \
11
12 TGHDRS= Intrinsics
13
14 .include "../clang.lib.mk"