Deleted Added
sdiff udiff text old ( 234353 ) new ( 243830 )
full compact
1# $FreeBSD: head/lib/clang/libllvmmcjit/Makefile 234353 2012-04-16 21:23:25Z dim $
2
3.include <bsd.own.mk>
4
5LIB= llvmmcjit
6
7SRCDIR= lib/ExecutionEngine/MCJIT
8SRCS= MCJIT.cpp
9
10.if ${MK_CLANG_EXTRAS} != "no"
11SRCS+= MCJITMemoryManager.cpp
12.endif
13
14.include "../clang.lib.mk"