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 | 1893f92 | 2004-11-14 22:23:31 +0000 | [diff] [blame] | 15 | LLVMArchive.a LLVMBCReader LLVMBCWriter \ |
Reid Spencer | bf714df | 2004-11-25 20:22:06 +0000 | [diff] [blame] | 16 | LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a |
Reid Spencer | c0af3f0 | 2004-09-13 01:27:53 +0000 | [diff] [blame] | 17 | |
| 18 | include $(LEVEL)/Makefile.common |