mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
24 lines
369 B
Makefile
24 lines
369 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= clangindex
|
|
|
|
SRCDIR= tools/clang/lib/Index
|
|
SRCS= ASTLocation.cpp \
|
|
Analyzer.cpp \
|
|
CallGraph.cpp \
|
|
DeclReferenceMap.cpp \
|
|
Entity.cpp \
|
|
GlobalSelector.cpp \
|
|
Handlers.cpp \
|
|
IndexProvider.cpp \
|
|
Indexer.cpp \
|
|
Program.cpp \
|
|
SelectorMap.cpp \
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
DeclNodes \
|
|
DiagnosticCommonKinds \
|
|
StmtNodes
|
|
|
|
.include "../clang.lib.mk"
|