]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libclangparse/Makefile
Update mandoc to 20160116
[FreeBSD/FreeBSD.git] / lib / clang / libclangparse / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangparse
6
7 SRCDIR= tools/clang/lib/Parse
8 SRCS=   ParseAST.cpp \
9         ParseCXXInlineMethods.cpp \
10         ParseDecl.cpp \
11         ParseDeclCXX.cpp \
12         ParseExpr.cpp \
13         ParseExprCXX.cpp \
14         ParseInit.cpp \
15         ParseObjc.cpp \
16         ParseOpenMP.cpp \
17         ParsePragma.cpp \
18         ParseStmt.cpp \
19         ParseStmtAsm.cpp \
20         ParseTemplate.cpp \
21         ParseTentative.cpp \
22         Parser.cpp
23
24 TGHDRS= AttrList \
25         AttrParsedAttrList \
26         AttrParserStringSwitches \
27         Attrs \
28         CommentCommandList \
29         CommentNodes \
30         DeclNodes \
31         DiagnosticCommonKinds \
32         DiagnosticParseKinds \
33         DiagnosticSemaKinds \
34         StmtNodes
35
36 .include "../clang.lib.mk"