[llvm-commits] CVS: llvm-stacker/lib/Makefile
Reid Spencer
reid at x10sys.com
Sun Feb 4 14:25:47 PST 2007
Changes in directory llvm-stacker/lib:
Makefile updated: 1.8 -> 1.9
---
Log message:
Make Stacker makefiles more compliant with LLVM standards.
Fix linkage problems after libLLVMTransforms.a was removed.
---
Diffs of the changes: (+9 -3)
Makefile | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
Index: llvm-stacker/lib/Makefile
diff -u llvm-stacker/lib/Makefile:1.8 llvm-stacker/lib/Makefile:1.9
--- llvm-stacker/lib/Makefile:1.8 Sat Nov 4 21:58:44 2006
+++ llvm-stacker/lib/Makefile Sun Feb 4 16:25:16 2007
@@ -1,8 +1,15 @@
-##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
+#===-- projects/llvm-stacker/lib/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.
+#
+#===------------------------------------------------------------------------===#
#
# Compile Stacker libraries
#
-##===----------------------------------------------------------------------===##
+#===------------------------------------------------------------------------===#
LEVEL = ..
DIRS = compiler runtime
@@ -13,4 +20,3 @@
ifeq ($(strip $(LLVMGCC)),)
DIRS := $(filter-out runtime, $(DIRS))
endif
-
More information about the llvm-commits
mailing list