]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvmjit/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libllvmjit / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmjit
6
7 SRCDIR= lib/ExecutionEngine/JIT
8 SRCS=   JIT.cpp \
9         JITEmitter.cpp \
10         JITMemoryManager.cpp
11
12 .include "../clang.lib.mk"