blob: 8efe423a98b520b38c461808354884f01f0435e4 [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#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner579d9142002-05-22 20:27:00 +00009LEVEL = ../..
10
Misha Brukmande03bc02005-04-24 17:36:05 +000011TOOLNAME = llvm-extract
Chris Lattneraea932d2006-09-04 05:59:09 +000012LINK_COMPONENTS := bcreader bcwriter ipo
Chris Lattner0465fa92006-07-07 00:46:19 +000013REQUIRES_EH := 1
Chris Lattner579d9142002-05-22 20:27:00 +000014
15include $(LEVEL)/Makefile.common