ffa548ae3e
WITH_CLANG_EXTRAS tools built.
13 lines
150 B
Makefile
13 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmcjit
|
|
|
|
SRCDIR= lib/ExecutionEngine/MCJIT
|
|
SRCS= MCJIT.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|