]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libclangserialization/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / clang / libclangserialization / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clangserialization
6
7 SRCDIR= tools/clang/lib/Serialization
8 SRCS=   ASTCommon.cpp \
9         ASTReader.cpp \
10         ASTReaderDecl.cpp \
11         ASTReaderStmt.cpp \
12         ASTWriter.cpp \
13         ASTWriterDecl.cpp \
14         ASTWriterStmt.cpp \
15         GeneratePCH.cpp \
16         GlobalModuleIndex.cpp \
17         Module.cpp \
18         ModuleManager.cpp
19
20 TGHDRS= AttrList \
21         AttrPCHRead \
22         AttrPCHWrite \
23         AttrParsedAttrList \
24         Attrs \
25         CommentCommandList \
26         CommentNodes \
27         DeclNodes \
28         DiagnosticCommonKinds \
29         DiagnosticFrontendKinds \
30         DiagnosticSemaKinds \
31         DiagnosticSerializationKinds \
32         StmtNodes
33
34 .include "../clang.lib.mk"