]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangparse/Makefile
MFC r234353:
[FreeBSD/stable/9.git] / lib / clang / libclangparse / Makefile
1 # $FreeBSD$
2
3 LIB=    clangparse
4
5 SRCDIR= tools/clang/lib/Parse
6 SRCS=   ParseAST.cpp \
7         ParseCXXInlineMethods.cpp \
8         ParseDecl.cpp \
9         ParseDeclCXX.cpp \
10         ParseExpr.cpp \
11         ParseExprCXX.cpp \
12         ParseInit.cpp \
13         ParseObjc.cpp \
14         ParsePragma.cpp \
15         ParseStmt.cpp \
16         ParseTemplate.cpp \
17         ParseTentative.cpp \
18         Parser.cpp
19
20 TGHDRS= AttrLateParsed \
21         AttrList \
22         AttrParsedAttrList \
23         Attrs \
24         DeclNodes \
25         DiagnosticCommonKinds \
26         DiagnosticParseKinds \
27         DiagnosticSemaKinds \
28         StmtNodes
29
30 .include "../clang.lib.mk"