]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/clang/clang-tblgen/Makefile
/etc/services: attempt to bring the database to this century 2/2.
[FreeBSD/FreeBSD.git] / usr.bin / clang / clang-tblgen / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=       clang-tblgen
4 MAN=
5
6 SRCDIR=         clang/utils/TableGen
7 SRCS+=          ASTTableGen.cpp
8 SRCS+=          ClangASTNodesEmitter.cpp
9 SRCS+=          ClangASTPropertiesEmitter.cpp
10 SRCS+=          ClangAttrEmitter.cpp
11 SRCS+=          ClangCommentCommandInfoEmitter.cpp
12 SRCS+=          ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
13 SRCS+=          ClangCommentHTMLTagsEmitter.cpp
14 SRCS+=          ClangDataCollectorsEmitter.cpp
15 SRCS+=          ClangDiagnosticsEmitter.cpp
16 SRCS+=          ClangOpcodesEmitter.cpp
17 SRCS+=          ClangOpenCLBuiltinEmitter.cpp
18 SRCS+=          ClangOptionDocEmitter.cpp
19 SRCS+=          ClangSACheckersEmitter.cpp
20 SRCS+=          ClangTypeNodesEmitter.cpp
21 SRCS+=          MveEmitter.cpp
22 SRCS+=          NeonEmitter.cpp
23 SRCS+=          SveEmitter.cpp
24 SRCS+=          TableGen.cpp
25
26 .include "../llvm.prog.mk"