2015-12-31 17:37:35 +00:00

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"