]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmjit/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         JITDwarfEmitter.cpp \
10         JITEmitter.cpp \
11         JITMemoryManager.cpp
12
13 .include "../clang.lib.mk"