blob: 2ef88415c6a6f2597565c43a44d10573932ff718 [file] [log] [blame]
Misha Brukmane22594f2005-04-24 17:36:05 +00001##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
John Criswellabe5cdc2003-10-20 22:29:16 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner8fa21ac2007-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 Criswellabe5cdc2003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner27936992007-05-06 05:13:17 +00009
Chris Lattner055de182002-05-22 20:27:00 +000010LEVEL = ../..
11
Misha Brukmane22594f2005-04-24 17:36:05 +000012TOOLNAME = llvm-extract
Chris Lattner6d80e212007-05-06 09:29:57 +000013LINK_COMPONENTS := ipo bitreader bitwriter
Chris Lattner055de182002-05-22 20:27:00 +000014
Chris Lattner3f60b482009-02-26 19:01:11 +000015# This tool has no plugins, optimize startup time.
16TOOL_NO_EXPORTS = 1
17
Chris Lattner055de182002-05-22 20:27:00 +000018include $(LEVEL)/Makefile.common