2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-02-02 22:28:29 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-06-09 19:32:20 +00:00
|
|
|
LIB= clangparse
|
|
|
|
|
|
|
|
SRCDIR= tools/clang/lib/Parse
|
2010-09-20 16:43:17 +00:00
|
|
|
SRCS= ParseAST.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
ParseCXXInlineMethods.cpp \
|
|
|
|
ParseDecl.cpp \
|
|
|
|
ParseDeclCXX.cpp \
|
|
|
|
ParseExpr.cpp \
|
|
|
|
ParseExprCXX.cpp \
|
|
|
|
ParseInit.cpp \
|
|
|
|
ParseObjc.cpp \
|
2013-04-12 17:57:40 +00:00
|
|
|
ParseOpenMP.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
ParsePragma.cpp \
|
|
|
|
ParseStmt.cpp \
|
|
|
|
ParseTemplate.cpp \
|
|
|
|
ParseTentative.cpp \
|
|
|
|
Parser.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2011-10-22 14:08:43 +00:00
|
|
|
TGHDRS= AttrLateParsed \
|
|
|
|
AttrList \
|
2012-04-16 21:23:25 +00:00
|
|
|
AttrParsedAttrList \
|
2013-06-12 18:48:53 +00:00
|
|
|
AttrExprArgs \
|
2010-09-20 16:43:17 +00:00
|
|
|
Attrs \
|
2013-04-12 17:57:40 +00:00
|
|
|
CommentCommandList \
|
2012-08-20 18:33:03 +00:00
|
|
|
CommentNodes \
|
2010-09-20 16:43:17 +00:00
|
|
|
DeclNodes \
|
|
|
|
DiagnosticCommonKinds \
|
|
|
|
DiagnosticParseKinds \
|
|
|
|
DiagnosticSemaKinds \
|
|
|
|
StmtNodes
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|