blob: 0663396cdd964b48353c90a2eaaba57d2fa7fe15 [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 Spencer18c8b492006-06-01 01:30:27 +000012USEDLIBS = LLVMLinker.a LLVMBCReader.a LLVMBCWriter.a \
13 LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
Chris Lattner0465fa92006-07-07 00:46:19 +000014REQUIRES_EH := 1
Chris Lattner075a0b72001-10-13 07:06:23 +000015
16include $(LEVEL)/Makefile.common