2003-10-21 06:29:16 +08:00
|
|
|
##===- tools/llvm-dis/Makefile ------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-06-07 04:29:01 +08:00
|
|
|
LEVEL = ../..
|
|
|
|
|
2003-08-29 05:34:13 +08:00
|
|
|
TOOLNAME = llvm-dis
|
2004-11-26 04:22:06 +08:00
|
|
|
USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
2001-09-08 06:59:25 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|