]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libclangindex/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libclangindex / Makefile
1 # $FreeBSD$
2
3 LIB=    clangindex
4
5 SRCDIR= tools/clang/lib/Index
6 SRCS=   ASTLocation.cpp \
7         Analyzer.cpp \
8         CallGraph.cpp \
9         DeclReferenceMap.cpp \
10         Entity.cpp \
11         GlobalSelector.cpp \
12         Handlers.cpp \
13         IndexProvider.cpp \
14         Indexer.cpp \
15         Program.cpp \
16         SelectorMap.cpp \
17
18 TGHDRS= AttrList \
19         Attrs \
20         DeclNodes \
21         DiagnosticCommonKinds \
22         StmtNodes
23
24 .include "../clang.lib.mk"