]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/c-index-test/Makefile
Update clang to r103004.
[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 LEVEL = ../../../..
10
11 TOOLNAME = c-index-test
12 CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
13
14 # No plugins, optimize startup time.
15 TOOL_NO_EXPORTS = 1
16
17 include $(LEVEL)/Makefile.config
18
19 LINK_COMPONENTS := bitreader mc core
20 USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a clangSema.a \
21            clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
22
23 include $(LLVM_SRC_ROOT)/Makefile.rules