]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libclangserialization/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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         Module.cpp \
16         ModuleManager.cpp
17
18 TGHDRS= AttrList \
19         AttrPCHRead \
20         AttrPCHWrite \
21         Attrs \
22         DeclNodes \
23         DiagnosticCommonKinds \
24         DiagnosticFrontendKinds \
25         DiagnosticSemaKinds \
26         StmtNodes
27
28 .include "../clang.lib.mk"