blob: 16ecbf8dc1e0eda6e12e9a478b79374570d06468 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PROG_CXX= clang-tblgen
MAN=
SRCDIR= clang/utils/TableGen
SRCS+= ASTTableGen.cpp
SRCS+= ClangASTNodesEmitter.cpp
SRCS+= ClangASTPropertiesEmitter.cpp
SRCS+= ClangAttrEmitter.cpp
SRCS+= ClangBuiltinsEmitter.cpp
SRCS+= ClangCommentCommandInfoEmitter.cpp
SRCS+= ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
SRCS+= ClangCommentHTMLTagsEmitter.cpp
SRCS+= ClangDataCollectorsEmitter.cpp
SRCS+= ClangDiagnosticsEmitter.cpp
SRCS+= ClangOpcodesEmitter.cpp
SRCS+= ClangOpenCLBuiltinEmitter.cpp
SRCS+= ClangOptionDocEmitter.cpp
SRCS+= ClangSACheckersEmitter.cpp
SRCS+= ClangSyntaxEmitter.cpp
SRCS+= ClangTypeNodesEmitter.cpp
SRCS+= MveEmitter.cpp
SRCS+= NeonEmitter.cpp
SRCS+= RISCVVEmitter.cpp
SRCS+= SveEmitter.cpp
SRCS+= TableGen.cpp
.include "${SRCTOP}/lib/clang/clang.pre.mk"
CFLAGS.RISCVVEmitter.cpp+= -I${CLANG_SRCS}/include
.include "../clang.prog.mk"
|