diff options
Diffstat (limited to 'lib/clang/libclangindex/Makefile')
-rw-r--r-- | lib/clang/libclangindex/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/clang/libclangindex/Makefile b/lib/clang/libclangindex/Makefile new file mode 100644 index 0000000..0980da0 --- /dev/null +++ b/lib/clang/libclangindex/Makefile @@ -0,0 +1,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" |