diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 22:28:33 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 22:28:33 +0000 |
| commit | 30227fde87927696429fce9723037687ffaca65f (patch) | |
| tree | 44e37f28d1c83692ddd5f7d4e0f005a5d8bf101a | |
| parent | 54a20f20093787b10d13d3d552e5fbd4582fb055 (diff) | |
| download | bcm5719-llvm-30227fde87927696429fce9723037687ffaca65f.tar.gz bcm5719-llvm-30227fde87927696429fce9723037687ffaca65f.zip | |
Makefile for llvm-ranlib tool
llvm-svn: 17796
| -rw-r--r-- | llvm/tools/llvm-ranlib/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/tools/llvm-ranlib/Makefile b/llvm/tools/llvm-ranlib/Makefile new file mode 100644 index 00000000000..5aab1714f23 --- /dev/null +++ b/llvm/tools/llvm-ranlib/Makefile @@ -0,0 +1,14 @@ +##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +TOOLNAME = llvm-ranlib +USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a + +include $(LEVEL)/Makefile.common |

