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