Reid Spencer | 14c225e | 2004-09-13 21:15:19 +0000 | [diff] [blame] | 1 | ##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===## |
Reid Spencer | c0af3f0 | 2004-09-13 01:27:53 +0000 | [diff] [blame] | 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 | ##===----------------------------------------------------------------------===## |
| 9 | |
| 10 | LEVEL = ../.. |
| 11 | |
| 12 | TOOLNAME = llvm-ld |
Reid Spencer | 1893f92 | 2004-11-14 22:23:31 +0000 | [diff] [blame] | 13 | USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ |
John Criswell | a115643 | 2005-10-27 15:54:34 +0000 | [diff] [blame] | 14 | LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ |
Reid Spencer | 18c8b49 | 2006-06-01 01:30:27 +0000 | [diff] [blame] | 15 | LLVMArchive.a LLVMBCReader.a LLVMBCWriter.a \ |
| 16 | LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a |
Chris Lattner | 0465fa9 | 2006-07-07 00:46:19 +0000 | [diff] [blame] | 17 | REQUIRES_EH := 1 |
Reid Spencer | c0af3f0 | 2004-09-13 01:27:53 +0000 | [diff] [blame] | 18 | |
| 19 | include $(LEVEL)/Makefile.common |