freebsd-dev/lib/clang/libclangstaticanalyzerfrontend/Makefile

19 lines
317 B
Makefile
Raw Normal View History

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