[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Sep 11 12:59:27 PDT 2003
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout:
Makefile updated: 1.2 -> 1.3
---
Log message:
Adding Makefiles for the SingleSource Benchmark programs.
---
Diffs of the changes:
Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile
diff -u llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile:1.2 llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile:1.3
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile:1.2 Wed Sep 10 11:25:46 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile Thu Sep 11 12:58:26 2003
@@ -1,5 +1,4 @@
-# Shootout/Makefile
-
LEVEL = ../../../../..
-include ../../Makefile.singlesrc
+LDFLAGS += -lm
+include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list