freebsd-dev/usr.bin/clang/llvm-bcanalyzer/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

17 lines
217 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
PROG_CXX=llvm-bcanalyzer
SRCDIR= tools/llvm-bcanalyzer
SRCS= llvm-bcanalyzer.cpp
TGHDRS= Attributes
LIBDEPS=llvmbitreader \
llvmcore \
llvmsupport
.include "../clang.prog.mk"