[llvm-commits] CVS: llvm/tools/llvm-ranlib/Makefile

Reid Spencer reid at x10sys.com
Sun Nov 14 14:29:11 PST 2004



Changes in directory llvm/tools/llvm-ranlib:

Makefile added (r1.1)
---
Log message:

Makefile for llvm-ranlib tool

---
Diffs of the changes:  (+14 -0)

Index: llvm/tools/llvm-ranlib/Makefile
diff -c /dev/null llvm/tools/llvm-ranlib/Makefile:1.1
*** /dev/null	Sun Nov 14 16:28:52 2004
--- llvm/tools/llvm-ranlib/Makefile	Sun Nov 14 16:28:33 2004
***************
*** 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






More information about the llvm-commits mailing list