99b00e570c
branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
29 lines
484 B
Makefile
29 lines
484 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= clangserialization
|
|
|
|
SRCDIR= tools/clang/lib/Serialization
|
|
SRCS= ASTCommon.cpp \
|
|
ASTReader.cpp \
|
|
ASTReaderDecl.cpp \
|
|
ASTReaderStmt.cpp \
|
|
ASTWriter.cpp \
|
|
ASTWriterDecl.cpp \
|
|
ASTWriterStmt.cpp \
|
|
ChainedIncludesSource.cpp \
|
|
GeneratePCH.cpp \
|
|
Module.cpp \
|
|
ModuleManager.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
AttrPCHRead \
|
|
AttrPCHWrite \
|
|
Attrs \
|
|
DeclNodes \
|
|
DiagnosticCommonKinds \
|
|
DiagnosticFrontendKinds \
|
|
DiagnosticSemaKinds \
|
|
StmtNodes
|
|
|
|
.include "../clang.lib.mk"
|