[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/garage/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 4 19:30:00 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/garage:
Makefile added (r1.1)
---
Log message:
Wow, the first bm to work without modification!
---
Diffs of the changes: (+6 -0)
Index: llvm-test/MultiSource/Benchmarks/Prolangs-C++/garage/Makefile
diff -c /dev/null llvm-test/MultiSource/Benchmarks/Prolangs-C++/garage/Makefile:1.1
*** /dev/null Mon Oct 4 21:29:58 2004
--- llvm-test/MultiSource/Benchmarks/Prolangs-C++/garage/Makefile Mon Oct 4 21:29:48 2004
***************
*** 0 ****
--- 1,6 ----
+ LEVEL = ../../../..
+
+ PROG = garage
+ LDFLAGS = -lstdc++
+ include $(LEVEL)/MultiSource/Makefile.multisrc
+
More information about the llvm-commits
mailing list