2754fe609d
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
19 lines
317 B
Makefile
19 lines
317 B
Makefile
# $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"
|