]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libclangserialization/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libclangserialization / Makefile
1 # $FreeBSD$
2
3 LIB=    clangserialization
4
5 SRCDIR= tools/clang/lib/Serialization
6 SRCS=   ASTCommon.cpp \
7         ASTReader.cpp \
8         ASTReaderDecl.cpp \
9         ASTReaderStmt.cpp \
10         ASTWriter.cpp \
11         ASTWriterDecl.cpp \
12         ASTWriterStmt.cpp \
13         ChainedIncludesSource.cpp \
14         GeneratePCH.cpp
15
16 TGHDRS= AttrList \
17         AttrPCHRead \
18         AttrPCHWrite \
19         Attrs \
20         DeclNodes \
21         DiagnosticCommonKinds \
22         DiagnosticFrontendKinds \
23         DiagnosticSemaKinds \
24         StmtNodes
25
26 .include "../clang.lib.mk"