mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
18 lines
317 B
Makefile
18 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"
|