blob: 17a9d3234f62b2aae7bd68732e53a5d80418b3fc [file] [log] [blame]
Reid Spencer8a542ae2004-07-02 03:22:53 +00001##===- tools/llvm-bcanalyzer/Makefile ----------------------*- Makefile -*-===##
Reid Spencerdac69c82004-06-07 17:53:43 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by Reid Spencer and is distributed under the
6# University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10
Reid Spencer8a542ae2004-07-02 03:22:53 +000011TOOLNAME = llvm-bcanalyzer
Reid Spencer6cb21d42004-10-27 23:18:45 +000012USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
Reid Spencerdac69c82004-06-07 17:53:43 +000013include $(LEVEL)/Makefile.common