blob: 011409e3dd56dfadd80098f92ead5bbe87634265 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-dis/Makefile ------------------------------*- Makefile -*-===##
2#
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 Lattner00950542001-06-06 20:29:01 +00009LEVEL = ../..
Chris Lattnerc9744e72001-09-07 22:59:25 +000010
Misha Brukmanad0bf0f2003-08-28 21:34:13 +000011TOOLNAME = llvm-dis
Reid Spencer18c8b492006-06-01 01:30:27 +000012USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
Chris Lattner0465fa92006-07-07 00:46:19 +000013REQUIRES_EH := 1
14
Chris Lattner00950542001-06-06 20:29:01 +000015include $(LEVEL)/Makefile.common