freebsd-dev/lib/clang/libclangstaticanalyzerfrontend/Makefile
Dimitry Andric 7ae0e2c9f0 Upgrade our copy of llvm/clang to trunk r162107. With thanks to
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
2012-08-20 18:33:03 +00:00

20 lines
333 B
Makefile

# $FreeBSD$
LIB= clangstaticanalyzerfrontend
SRCDIR= tools/clang/lib/StaticAnalyzer/Frontend
SRCS= AnalysisConsumer.cpp \
CheckerRegistration.cpp \
FrontendActions.cpp
TGHDRS= AttrList \
Attrs \
Checkers \
CommentNodes \
DeclNodes \
DiagnosticCommonKinds \
DiagnosticFrontendKinds \
StmtNodes
.include "../clang.lib.mk"