]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmmcjit/Makefile
MFC r234353:
[FreeBSD/stable/9.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
10 .if ${MK_CLANG_EXTRAS} != "no"
11 SRCS+=  MCJITMemoryManager.cpp
12 .endif
13
14 .include "../clang.lib.mk"