2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= clangparse
|
|
|
|
|
|
|
|
SRCDIR= tools/clang/lib/Parse
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= AttributeList.cpp \
|
|
|
|
DeclSpec.cpp \
|
|
|
|
MinimalAction.cpp \
|
|
|
|
ParseCXXInlineMethods.cpp \
|
|
|
|
ParseDecl.cpp \
|
|
|
|
ParseDeclCXX.cpp \
|
|
|
|
ParseExpr.cpp \
|
|
|
|
ParseExprCXX.cpp \
|
|
|
|
ParseInit.cpp \
|
|
|
|
ParseObjc.cpp \
|
|
|
|
ParsePragma.cpp \
|
|
|
|
ParseStmt.cpp \
|
|
|
|
ParseTemplate.cpp \
|
|
|
|
ParseTentative.cpp \
|
|
|
|
Parser.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2010-07-20 17:16:57 +00:00
|
|
|
TGHDRS= DiagnosticCommonKinds \
|
|
|
|
DiagnosticParseKinds
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|