summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/clang-tblgen/Makefile
blob: aedbeb4b8d57eb52070fc838851a9a63e4f68cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PROG_CXX=clang-tblgen
NO_MAN=

SRCDIR=	tools/clang/utils/TableGen
SRCS=	ClangASTNodesEmitter.cpp \
	ClangAttrEmitter.cpp \
	ClangDiagnosticsEmitter.cpp \
	ClangSACheckersEmitter.cpp \
	NeonEmitter.cpp \
	OptParserEmitter.cpp \
	TableGen.cpp
LLVM_REQUIRES_EH=

LIBDEPS=llvmtablegen llvmsupport

.include "../clang.prog.mk"
OpenPOWER on IntegriCloud