Makefile revision 3e627ae2a918f0268f23c3f7ba62fd7df9ab30e1
150398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff##===- tools/index-test/Makefile ---------------------------*- Makefile -*-===##
250398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff# 
350398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff#                     The LLVM Compiler Infrastructure
450398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff#
550398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff# This file is distributed under the University of Illinois Open Source
650398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff# License. See LICENSE.TXT for details.
750398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff# 
850398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff##===----------------------------------------------------------------------===##
9afed099bd2e759efd4bb63fdc525d3445f94cc13Daniel DunbarCLANG_LEVEL := ../..
1050398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff
1150398199fb10e196a8d92fbf7a062dbe42ed88fdSteve NaroffTOOLNAME = c-index-test
1250398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff
133e627ae2a918f0268f23c3f7ba62fd7df9ab30e1Bob Wilson# If a separate install prefix was specified for internal tools, use it
143e627ae2a918f0268f23c3f7ba62fd7df9ab30e1Bob Wilson# when installing c-index-test.
153e627ae2a918f0268f23c3f7ba62fd7df9ab30e1Bob WilsonINTERNAL_TOOL = 1
163e627ae2a918f0268f23c3f7ba62fd7df9ab30e1Bob Wilson
1750398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff# No plugins, optimize startup time.
1850398199fb10e196a8d92fbf7a062dbe42ed88fdSteve NaroffTOOL_NO_EXPORTS = 1
1950398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff
204b93d660c6326ec79b5e369317d1051cf826c2f3Peter CollingbourneLINK_COMPONENTS := support mc
21857281328fa824782bdd979c3bfdd97ecdbc1609Sebastian RedlUSEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
22119bf6b42e2231b0d32dce74a0816f942471be44John McCall	   clangSerialization.a clangParse.a clangSema.a \
23bb540933aa459e7625b5c128e234c722ff551522Argyrios Kyrtzidis	   clangAnalysis.a clangAST.a clangLex.a clangBasic.a
2450398199fb10e196a8d92fbf7a062dbe42ed88fdSteve Naroff
25afed099bd2e759efd4bb63fdc525d3445f94cc13Daniel Dunbarinclude $(CLANG_LEVEL)/Makefile
26