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= clangfrontend
|
|
|
|
|
|
|
|
SRCDIR= tools/clang/lib/Frontend
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= ASTConsumers.cpp \
|
|
|
|
ASTMerge.cpp \
|
|
|
|
ASTUnit.cpp \
|
|
|
|
CacheTokens.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
ChainedDiagnosticConsumer.cpp \
|
|
|
|
ChainedIncludesSource.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
CompilerInstance.cpp \
|
|
|
|
CompilerInvocation.cpp \
|
2011-05-02 21:04:37 +00:00
|
|
|
CreateInvocationFromCommandLine.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
DependencyFile.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
DependencyGraph.cpp \
|
|
|
|
DiagnosticRenderer.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
FrontendAction.cpp \
|
|
|
|
FrontendActions.cpp \
|
|
|
|
FrontendOptions.cpp \
|
2011-02-20 19:33:47 +00:00
|
|
|
HeaderIncludeGen.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
InitHeaderSearch.cpp \
|
|
|
|
InitPreprocessor.cpp \
|
|
|
|
LangStandards.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
LayoutOverrideSource.cpp \
|
2011-05-02 21:04:37 +00:00
|
|
|
LogDiagnosticPrinter.cpp \
|
2011-02-20 19:33:47 +00:00
|
|
|
MultiplexConsumer.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
PrintPreprocessedOutput.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
SerializedDiagnosticPrinter.cpp \
|
|
|
|
TextDiagnostic.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
TextDiagnosticBuffer.cpp \
|
|
|
|
TextDiagnosticPrinter.cpp \
|
2011-10-22 14:08:43 +00:00
|
|
|
VerifyDiagnosticConsumer.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
Warnings.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2010-07-20 17:16:57 +00:00
|
|
|
TGHDRS= AttrList \
|
2012-04-16 21:23:25 +00:00
|
|
|
AttrParsedAttrList \
|
2010-07-20 17:16:57 +00:00
|
|
|
Attrs \
|
2013-04-12 17:57:40 +00:00
|
|
|
CommentCommandList \
|
2012-08-20 18:33:03 +00:00
|
|
|
CommentNodes \
|
2010-07-20 17:16:57 +00:00
|
|
|
DeclNodes \
|
|
|
|
DiagnosticASTKinds \
|
|
|
|
DiagnosticCommonKinds \
|
|
|
|
DiagnosticDriverKinds \
|
|
|
|
DiagnosticFrontendKinds \
|
|
|
|
DiagnosticLexKinds \
|
|
|
|
DiagnosticSemaKinds \
|
2011-05-02 21:04:37 +00:00
|
|
|
Options \
|
2010-07-20 17:16:57 +00:00
|
|
|
StmtNodes
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|