blob: 5672aa3299a2426f37ccf142f48fc935a50c9363 [file] [log] [blame]
Misha Brukmande03bc02005-04-24 17:36:05 +00001##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswelle2fab732003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnerc48e1db2007-05-06 05:13:17 +00009
Chris Lattner579d9142002-05-22 20:27:00 +000010LEVEL = ../..
11
Misha Brukmande03bc02005-04-24 17:36:05 +000012TOOLNAME = llvm-extract
Dan Gohmanec080462009-09-11 20:46:33 +000013LINK_COMPONENTS := ipo bitreader bitwriter asmparser
Chris Lattner579d9142002-05-22 20:27:00 +000014
Chris Lattnere3ff4562009-02-26 19:01:11 +000015# This tool has no plugins, optimize startup time.
16TOOL_NO_EXPORTS = 1
17
Chris Lattner579d9142002-05-22 20:27:00 +000018include $(LEVEL)/Makefile.common