Makefile revision 243830
150479Speter# $FreeBSD: head/lib/clang/libclangast/Makefile 243830 2012-12-03 19:24:08Z dim $
279859Sdd
379859SddLIB=	clangast
479859Sdd
579859SddSRCDIR=	tools/clang/lib/AST
62706SwollmanSRCS=	APValue.cpp \
72706Swollman	ASTConsumer.cpp \
82706Swollman	ASTContext.cpp \
9	ASTDiagnostic.cpp \
10	ASTImporter.cpp \
11	AttrImpl.cpp \
12	CXXInheritance.cpp \
13	Comment.cpp \
14	CommentBriefParser.cpp \
15	CommentCommandTraits.cpp \
16	CommentDumper.cpp \
17	CommentLexer.cpp \
18	CommentParser.cpp \
19	CommentSema.cpp \
20	Decl.cpp \
21	DeclBase.cpp \
22	DeclCXX.cpp \
23	DeclFriend.cpp \
24	DeclGroup.cpp \
25	DeclObjC.cpp \
26	DeclPrinter.cpp \
27	DeclTemplate.cpp \
28	DeclarationName.cpp \
29	DumpXML.cpp \
30	Expr.cpp \
31	ExprCXX.cpp \
32	ExprClassification.cpp \
33	ExprConstant.cpp \
34	ExternalASTSource.cpp \
35	InheritViz.cpp \
36	ItaniumCXXABI.cpp \
37	ItaniumMangle.cpp \
38	LambdaMangleContext.cpp \
39	Mangle.cpp \
40	MicrosoftCXXABI.cpp \
41	MicrosoftMangle.cpp \
42	NestedNameSpecifier.cpp \
43	NSAPI.cpp \
44	ParentMap.cpp \
45	RawCommentList.cpp \
46	RecordLayout.cpp \
47	RecordLayoutBuilder.cpp \
48	SelectorLocationsKind.cpp \
49	Stmt.cpp \
50	StmtDumper.cpp \
51	StmtIterator.cpp \
52	StmtPrinter.cpp \
53	StmtProfile.cpp \
54	StmtViz.cpp \
55	TemplateBase.cpp \
56	TemplateName.cpp \
57	Type.cpp \
58	TypeLoc.cpp \
59	TypePrinter.cpp \
60	VTTBuilder.cpp \
61	VTableBuilder.cpp
62
63TGHDRS=	AttrImpl \
64	AttrList \
65	Attrs \
66	CommentCommandInfo \
67	CommentHTMLTags \
68	CommentHTMLTagsProperties \
69	CommentNodes \
70	DeclNodes \
71	DiagnosticASTKinds \
72	DiagnosticCommentKinds \
73	DiagnosticCommonKinds \
74	DiagnosticSemaKinds \
75	StmtNodes
76
77.include "../clang.lib.mk"
78