[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Sep 11 12:59:10 PDT 2003
Changes in directory llvm/test/Programs/SingleSource/Benchmarks:
Makefile added (r1.1)
---
Log message:
Adding Makefiles for the SingleSource Benchmark programs.
---
Diffs of the changes:
Index: llvm/test/Programs/SingleSource/Benchmarks/Makefile
diff -c /dev/null llvm/test/Programs/SingleSource/Benchmarks/Makefile:1.1
*** /dev/null Thu Sep 11 12:58:32 2003
--- llvm/test/Programs/SingleSource/Benchmarks/Makefile Thu Sep 11 12:58:22 2003
***************
*** 0 ****
--- 1,5 ----
+ LEVEL = ../../../..
+ PARALLEL_DIRS=Dhrystone Shootout Stanford Misc
+ LDFLAGS += -lm
+
+ include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list