e580952d8a
Approved-by: rpaulo (mentor)
25 lines
369 B
Makefile
25 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"
|