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