freebsd-dev/lib/clang/libclangparse/Makefile
Dimitry Andric 284c197886 Upgrade our copy of llvm/clang to 3.3 release.
Release notes are still in the works, these will follow soon.

MFC after:	1 month
2013-06-12 18:48:53 +00:00

37 lines
598 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= clangparse
SRCDIR= tools/clang/lib/Parse
SRCS= ParseAST.cpp \
ParseCXXInlineMethods.cpp \
ParseDecl.cpp \
ParseDeclCXX.cpp \
ParseExpr.cpp \
ParseExprCXX.cpp \
ParseInit.cpp \
ParseObjc.cpp \
ParseOpenMP.cpp \
ParsePragma.cpp \
ParseStmt.cpp \
ParseTemplate.cpp \
ParseTentative.cpp \
Parser.cpp
TGHDRS= AttrLateParsed \
AttrList \
AttrParsedAttrList \
AttrExprArgs \
Attrs \
CommentCommandList \
CommentNodes \
DeclNodes \
DiagnosticCommonKinds \
DiagnosticParseKinds \
DiagnosticSemaKinds \
StmtNodes
.include "../clang.lib.mk"