[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 4 17:48:02 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ:
Makefile added (r1.1)
---
Log message:
Build this
---
Diffs of the changes: (+8 -0)
Index: llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile
diff -c /dev/null llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile:1.1
*** /dev/null Mon Oct 4 19:47:59 2004
--- llvm-test/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile Mon Oct 4 19:47:49 2004
***************
*** 0 ****
--- 1,8 ----
+ LEVEL = ../../../..
+
+ PROG = employ
+ LDFLAGS = -lstdc++
+ RUN_OPTIONS = 40
+ STDIN_FILENAME = input.txt
+ include $(LEVEL)/MultiSource/Makefile.multisrc
+
More information about the llvm-commits
mailing list