]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/c-index-test/Makefile
Vendor import of clang trunk r126079:
[FreeBSD/FreeBSD.git] / tools / c-index-test / Makefile
1 ##===- tools/index-test/Makefile ---------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9 CLANG_LEVEL := ../..
10
11 TOOLNAME = c-index-test
12
13 # No plugins, optimize startup time.
14 TOOL_NO_EXPORTS = 1
15
16 LINK_COMPONENTS := support mc
17 USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
18            clangSerialization.a clangParse.a clangSema.a clangAnalysis.a \
19            clangAST.a clangLex.a clangBasic.a
20
21 include $(CLANG_LEVEL)/Makefile