]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangast/Makefile
MFC r234353:
[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         LambdaMangleContext.cpp \
32         Mangle.cpp \
33         MicrosoftCXXABI.cpp \
34         MicrosoftMangle.cpp \
35         NestedNameSpecifier.cpp \
36         NSAPI.cpp \
37         ParentMap.cpp \
38         RecordLayout.cpp \
39         RecordLayoutBuilder.cpp \
40         SelectorLocationsKind.cpp \
41         Stmt.cpp \
42         StmtDumper.cpp \
43         StmtIterator.cpp \
44         StmtPrinter.cpp \
45         StmtProfile.cpp \
46         StmtViz.cpp \
47         TemplateBase.cpp \
48         TemplateName.cpp \
49         Type.cpp \
50         TypeLoc.cpp \
51         TypePrinter.cpp \
52         VTTBuilder.cpp \
53         VTableBuilder.cpp
54
55 TGHDRS= AttrImpl \
56         AttrList \
57         Attrs \
58         DeclNodes \
59         DiagnosticASTKinds \
60         DiagnosticCommonKinds \
61         DiagnosticSemaKinds \
62         StmtNodes
63
64 .include "../clang.lib.mk"