]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libclangparse/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         ParseTemplate.cpp \
20         ParseTentative.cpp \
21         Parser.cpp
22
23 TGHDRS= AttrLateParsed \
24         AttrList \
25         AttrParsedAttrList \
26         AttrExprArgs \
27         Attrs \
28         CommentCommandList \
29         CommentNodes \
30         DeclNodes \
31         DiagnosticCommonKinds \
32         DiagnosticParseKinds \
33         DiagnosticSemaKinds \
34         StmtNodes
35
36 .include "../clang.lib.mk"