[llvm-commits] CVS: llvm-stacker/lib/compiler/Makefile

Reid Spencer reid at x10sys.com
Sun Feb 4 14:25:44 PST 2007



Changes in directory llvm-stacker/lib/compiler:

Makefile updated: 1.10 -> 1.11
---
Log message:

Make Stacker makefiles more compliant with LLVM standards. 
Fix linkage problems after libLLVMTransforms.a was removed.


---
Diffs of the changes:  (+8 -1)

 Makefile |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletion(-)


Index: llvm-stacker/lib/compiler/Makefile
diff -u llvm-stacker/lib/compiler/Makefile:1.10 llvm-stacker/lib/compiler/Makefile:1.11
--- llvm-stacker/lib/compiler/Makefile:1.10	Fri Aug 25 12:15:23 2006
+++ llvm-stacker/lib/compiler/Makefile	Sun Feb  4 16:25:16 2007
@@ -1,4 +1,11 @@
-##===- projects/Stacker/lib/compiler/Makefile --------------*- Makefile -*-===##
+#===-- projects/llvm-stacker/lib/compiler/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 := stkr_compiler






More information about the llvm-commits mailing list