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