[llvm-commits] CVS: llvm-stacker/test/Makefile
Reid Spencer
reid at x10sys.com
Sun Feb 4 14:25:49 PST 2007
Changes in directory llvm-stacker/test:
Makefile updated: 1.11 -> 1.12
---
Log message:
Make Stacker makefiles more compliant with LLVM standards.
Fix linkage problems after libLLVMTransforms.a was removed.
---
Diffs of the changes: (+9 -8)
Makefile | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
Index: llvm-stacker/test/Makefile
diff -u llvm-stacker/test/Makefile:1.11 llvm-stacker/test/Makefile:1.12
--- llvm-stacker/test/Makefile:1.11 Wed Dec 13 02:03:25 2006
+++ llvm-stacker/test/Makefile Sun Feb 4 16:25:16 2007
@@ -1,22 +1,23 @@
-##===- projects/Stacker/test/Makefile ----------------------*- Makefile -*-===##
+#===-- projects/llvm-stacker/test/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.
+#
+#===------------------------------------------------------------------------===#
#
# This is the makefile that tests the various facilities of the Stacker language
#
-##===----------------------------------------------------------------------===##
+#===------------------------------------------------------------------------===#
-#
# Indicates our relative path to the top of the project's root directory.
-#
LEVEL = ../
-#
# Directories that need to be built.
-#
DIRS =
-#
# Include the Master Makefile that knows how to build all.
-#
include $(LEVEL)/Makefile.common
LOGIC_TESTS = eq ne le ge gt lt false true
More information about the llvm-commits
mailing list