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