1# $FreeBSD$ 2 3PROG_CXX= clang-tblgen 4MAN= 5 6SRCDIR= clang/utils/TableGen 7SRCS+= ASTTableGen.cpp 8SRCS+= ClangASTNodesEmitter.cpp 9SRCS+= ClangASTPropertiesEmitter.cpp 10SRCS+= ClangAttrEmitter.cpp 11SRCS+= ClangCommentCommandInfoEmitter.cpp 12SRCS+= ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 13SRCS+= ClangCommentHTMLTagsEmitter.cpp 14SRCS+= ClangDataCollectorsEmitter.cpp 15SRCS+= ClangDiagnosticsEmitter.cpp 16SRCS+= ClangOpcodesEmitter.cpp 17SRCS+= ClangOpenCLBuiltinEmitter.cpp 18SRCS+= ClangOptionDocEmitter.cpp 19SRCS+= ClangSACheckersEmitter.cpp 20SRCS+= ClangSyntaxEmitter.cpp 21SRCS+= ClangTypeNodesEmitter.cpp 22SRCS+= MveEmitter.cpp 23SRCS+= NeonEmitter.cpp 24SRCS+= RISCVVEmitter.cpp 25SRCS+= SveEmitter.cpp 26SRCS+= TableGen.cpp 27 28.include "../llvm.prog.mk" 29