freebsd-skq/lib/clang/libclangserialization/Makefile
dim 99b00e570c Upgrade our copy of llvm/clang to r142614, from upstream's release_30
branch.  This brings us very close to the 3.0 release, which is expected
in a week or two.

MFC after:	1 week
2011-10-22 14:08:43 +00:00

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"