blob: 9c3fa53113d49e6d6fd810e7a7046e251faae3f2 [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-link/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 Lattner075a0b72001-10-13 07:06:23 +00009LEVEL = ../..
10
Misha Brukman3ef3beb2003-09-15 18:34:34 +000011TOOLNAME = llvm-link
Reid Spencerd292fb92004-11-14 23:12:22 +000012USEDLIBS = LLVMLinker.a LLVMBCReader LLVMBCWriter \
Reid Spencerbf714df2004-11-25 20:22:06 +000013 LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
Chris Lattner075a0b72001-10-13 07:06:23 +000014
15include $(LEVEL)/Makefile.common