d27c6ca57d
WITH_CLANG_EXTRAS tools built.
16 lines
226 B
Makefile
16 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvminterpreter
|
|
|
|
SRCDIR= lib/ExecutionEngine/Interpreter
|
|
SRCS= Execution.cpp \
|
|
ExternalFunctions.cpp \
|
|
Interpreter.cpp \
|
|
|
|
TGHDRS= Attributes \
|
|
Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|