]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangast/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libclangast / Makefile
1 # $FreeBSD$
2
3 LIB=    clangast
4
5 SRCDIR= tools/clang/lib/AST
6 SRCS=   APValue.cpp \
7         ASTConsumer.cpp \
8         ASTContext.cpp \
9         ASTDiagnostic.cpp \
10         ASTImporter.cpp \
11         AttrImpl.cpp \
12         CXXInheritance.cpp \
13         Decl.cpp \
14         DeclBase.cpp \
15         DeclCXX.cpp \
16         DeclFriend.cpp \
17         DeclGroup.cpp \
18         DeclObjC.cpp \
19         DeclPrinter.cpp \
20         DeclTemplate.cpp \
21         DeclarationName.cpp \
22         DumpXML.cpp \
23         Expr.cpp \
24         ExprCXX.cpp \
25         ExprClassification.cpp \
26         ExprConstant.cpp \
27         ExternalASTSource.cpp \
28         InheritViz.cpp \
29         ItaniumCXXABI.cpp \
30         ItaniumMangle.cpp \
31         Mangle.cpp \
32         MicrosoftCXXABI.cpp \
33         MicrosoftMangle.cpp \
34         NestedNameSpecifier.cpp \
35         ParentMap.cpp \
36         RecordLayout.cpp \
37         RecordLayoutBuilder.cpp \
38         Stmt.cpp \
39         StmtDumper.cpp \
40         StmtIterator.cpp \
41         StmtPrinter.cpp \
42         StmtProfile.cpp \
43         StmtViz.cpp \
44         TemplateBase.cpp \
45         TemplateName.cpp \
46         Type.cpp \
47         TypeLoc.cpp \
48         TypePrinter.cpp
49
50 TGHDRS= AttrImpl \
51         AttrList \
52         Attrs \
53         DeclNodes \
54         DiagnosticASTKinds \
55         DiagnosticCommonKinds \
56         DiagnosticSemaKinds \
57         StmtNodes
58
59 .include "../clang.lib.mk"