[llvm-commits] CVS: llvm/lib/Linker/Makefile

Reid Spencer reid at x10sys.com
Fri Nov 12 12:39:22 PST 2004



Changes in directory llvm/lib/Linker:

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

Makefile for lib/Linker


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

Index: llvm/lib/Linker/Makefile
diff -c /dev/null llvm/lib/Linker/Makefile:1.1
*** /dev/null	Fri Nov 12 14:39:04 2004
--- llvm/lib/Linker/Makefile	Fri Nov 12 14:38:45 2004
***************
*** 0 ****
--- 1,13 ----
+ ##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
+ # 
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by Reid Spencer and is distributed under the 
+ # University of Illinois Open Source License. See LICENSE.TXT for details.
+ # 
+ ##===----------------------------------------------------------------------===##
+ LEVEL = ../..
+ LIBRARYNAME = LLVMLinker
+ 
+ include $(LEVEL)/Makefile.common
+ 






More information about the llvm-commits mailing list