2010-06-09 15:32:20 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2013-02-02 17:28:29 -05:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
2010-06-09 15:32:20 -04:00
|
|
|
LIB= clangparse
|
|
|
|
|
|
|
|
|
|
SRCDIR= tools/clang/lib/Parse
|
2010-09-20 12:43:17 -04:00
|
|
|
SRCS= ParseAST.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
ParseCXXInlineMethods.cpp \
|
|
|
|
|
ParseDecl.cpp \
|
|
|
|
|
ParseDeclCXX.cpp \
|
|
|
|
|
ParseExpr.cpp \
|
|
|
|
|
ParseExprCXX.cpp \
|
|
|
|
|
ParseInit.cpp \
|
|
|
|
|
ParseObjc.cpp \
|
2013-04-12 13:57:40 -04:00
|
|
|
ParseOpenMP.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
ParsePragma.cpp \
|
|
|
|
|
ParseStmt.cpp \
|
2014-11-24 14:46:35 -05:00
|
|
|
ParseStmtAsm.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
ParseTemplate.cpp \
|
|
|
|
|
ParseTentative.cpp \
|
|
|
|
|
Parser.cpp
|
2010-06-09 15:32:20 -04:00
|
|
|
|
2014-11-24 14:46:35 -05:00
|
|
|
TGHDRS= AttrList \
|
2012-04-16 17:23:25 -04:00
|
|
|
AttrParsedAttrList \
|
2014-11-24 14:46:35 -05:00
|
|
|
AttrParserStringSwitches \
|
2010-09-20 12:43:17 -04:00
|
|
|
Attrs \
|
2013-04-12 13:57:40 -04:00
|
|
|
CommentCommandList \
|
2012-08-20 14:33:03 -04:00
|
|
|
CommentNodes \
|
2010-09-20 12:43:17 -04:00
|
|
|
DeclNodes \
|
|
|
|
|
DiagnosticCommonKinds \
|
|
|
|
|
DiagnosticParseKinds \
|
|
|
|
|
DiagnosticSemaKinds \
|
|
|
|
|
StmtNodes
|
2010-06-09 15:32:20 -04:00
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|