[llvm-commits] CVS: llvm-stacker/samples/Makefile
Reid Spencer
reid at x10sys.com
Sun Feb 4 14:25:49 PST 2007
Changes in directory llvm-stacker/samples:
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: (+10 -5)
Makefile | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
Index: llvm-stacker/samples/Makefile
diff -u llvm-stacker/samples/Makefile:1.8 llvm-stacker/samples/Makefile:1.9
--- llvm-stacker/samples/Makefile:1.8 Sat Oct 30 04:26:22 2004
+++ llvm-stacker/samples/Makefile Sun Feb 4 16:25:16 2007
@@ -1,12 +1,17 @@
-##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
+#===-- projects/llvm-stacker/samples/Makefile ---------------*- Makefile -*-===#
#
-# This is a sample Makefile for a project that uses LLVM.
+# 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.
+#
+#===------------------------------------------------------------------------===#
#
-# Indicates our relative path to the top of the project's root directory.
+# This makefile builds some sample stacker programs.
#
+#===------------------------------------------------------------------------===#
+
+# Indicates our relative path to the top of the project's root directory.
LEVEL = ../../..
DIRS =
More information about the llvm-commits
mailing list