freebsd-nq/lib/clang/libclangindex/Makefile
2010-09-20 16:43:17 +00:00

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"