]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libclangserialization/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"