]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangparse/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[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= AttrList \
21         Attrs \
22         DeclNodes \
23         DiagnosticCommonKinds \
24         DiagnosticParseKinds \
25         DiagnosticSemaKinds \
26         StmtNodes
27
28 .include "../clang.lib.mk"