]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libclangast/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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         SelectorLocationsKind.cpp \
39         Stmt.cpp \
40         StmtDumper.cpp \
41         StmtIterator.cpp \
42         StmtPrinter.cpp \
43         StmtProfile.cpp \
44         StmtViz.cpp \
45         TemplateBase.cpp \
46         TemplateName.cpp \
47         Type.cpp \
48         TypeLoc.cpp \
49         TypePrinter.cpp \
50         VTTBuilder.cpp \
51         VTableBuilder.cpp
52
53 TGHDRS= AttrImpl \
54         AttrList \
55         Attrs \
56         DeclNodes \
57         DiagnosticASTKinds \
58         DiagnosticCommonKinds \
59         DiagnosticSemaKinds \
60         StmtNodes
61
62 .include "../clang.lib.mk"