blob: 51416c6426bfdba1fe4d223c9bbbf1fce6510468 [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 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
Chris Lattnerc48e1db2007-05-06 05:13:17 +000013LINK_COMPONENTS := bcreader bcwriter ipo bitreader bitwriter
Chris Lattner579d9142002-05-22 20:27:00 +000014
15include $(LEVEL)/Makefile.common