summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangindex/Makefile
blob: 0980da0fb0c800f09f6974ec33219e14e1e64760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $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"
OpenPOWER on IntegriCloud