summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangindex/Makefile
blob: 63b532c83ba5e05223cd574088a969b71b4325f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

LIB=	clangindex

SRCDIR=	tools/clang/lib/Index
SRCS=	ASTLocation.cpp \
	Analyzer.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