summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangast/Makefile
blob: 61b44fb22828a64deac5f02aeb64635803fc5998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# $FreeBSD$

LIB=	clangast

SRCDIR=	tools/clang/lib/AST
SRCS=	APValue.cpp \
	ASTConsumer.cpp \
	ASTContext.cpp \
	ASTDiagnostic.cpp \
	ASTImporter.cpp \
	AttrImpl.cpp \
	CXXInheritance.cpp \
	Decl.cpp \
	DeclBase.cpp \
	DeclCXX.cpp \
	DeclFriend.cpp \
	DeclGroup.cpp \
	DeclObjC.cpp \
	DeclPrinter.cpp \
	DeclTemplate.cpp \
	DeclarationName.cpp \
	DumpXML.cpp \
	Expr.cpp \
	ExprCXX.cpp \
	ExprClassification.cpp \
	ExprConstant.cpp \
	ExternalASTSource.cpp \
	InheritViz.cpp \
	ItaniumCXXABI.cpp \
	ItaniumMangle.cpp \
	Mangle.cpp \
	MicrosoftCXXABI.cpp \
	MicrosoftMangle.cpp \
	NestedNameSpecifier.cpp \
	ParentMap.cpp \
	RecordLayout.cpp \
	RecordLayoutBuilder.cpp \
	Stmt.cpp \
	StmtDumper.cpp \
	StmtIterator.cpp \
	StmtPrinter.cpp \
	StmtProfile.cpp \
	StmtViz.cpp \
	TemplateBase.cpp \
	TemplateName.cpp \
	Type.cpp \
	TypeLoc.cpp \
	TypePrinter.cpp

TGHDRS=	AttrImpl \
	AttrList \
	Attrs \
	DeclNodes \
	DiagnosticASTKinds \
	DiagnosticCommonKinds \
	DiagnosticSemaKinds \
	StmtNodes

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud