freebsd-dev/lib/clang/libllvmmcjit/Makefile
Dimitry Andric ffa548ae3e Next part of updating llvm/clang build glue: getting the
WITH_CLANG_EXTRAS tools built.
2015-12-31 17:37:35 +00:00

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"