[llvm-commits] CVS: llvm-stacker/tools/Makefile
Reid Spencer
reid at x10sys.com
Sun Feb 4 14:25:45 PST 2007
Changes in directory llvm-stacker/tools:
Makefile updated: 1.3 -> 1.4
---
Log message:
Make Stacker makefiles more compliant with LLVM standards.
Fix linkage problems after libLLVMTransforms.a was removed.
---
Diffs of the changes: (+7 -11)
Makefile | 18 +++++++-----------
1 files changed, 7 insertions(+), 11 deletions(-)
Index: llvm-stacker/tools/Makefile
diff -u llvm-stacker/tools/Makefile:1.3 llvm-stacker/tools/Makefile:1.4
--- llvm-stacker/tools/Makefile:1.3 Sat Sep 4 14:48:50 2004
+++ llvm-stacker/tools/Makefile Sun Feb 4 16:25:16 2007
@@ -1,20 +1,16 @@
-##===- projects/Stacker/tools/Makefile ---------------------*- Makefile -*-===##
+#===-- projects/llvm-stacker/tools/Makefile -----------------*- Makefile -*-===#
#
-# This is the stacker tools 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.
+#
+#===------------------------------------------------------------------------===#
-#
# Indicates our relative path to the top of the project's root directory.
-#
LEVEL = ..
-#
-# Directories that needs to be built.
-#
+# Directories that need to be built.
DIRS = stkrc
-#
-# Include the Master Makefile that knows how to build all.
-#
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list