[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/Makefile
Chris Lattner
sabre at nondot.org
Tue Jan 9 15:38:30 PST 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench:
Makefile added (r1.1)
---
Log message:
re-check-in MiBench
---
Diffs of the changes: (+27 -0)
Makefile | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+)
Index: llvm-test/MultiSource/Benchmarks/MiBench/Makefile
diff -c /dev/null llvm-test/MultiSource/Benchmarks/MiBench/Makefile:1.1
*** /dev/null Tue Jan 9 17:38:24 2007
--- llvm-test/MultiSource/Benchmarks/MiBench/Makefile Tue Jan 9 17:38:14 2007
***************
*** 0 ****
--- 1,27 ----
+ # MultiSource/Benchmarks/MiBench Makefile
+
+ LEVEL = ../../..
+
+ ## NOTE: This must remain in this order, so that the labels in the nightly
+ ## tester gnuplot scripts are correct.
+ PARALLEL_DIRS := \
+ automotive-basicmath \
+ automotive-bitcount \
+ automotive-susan \
+ consumer-jpeg \
+ consumer-lame \
+ consumer-typeset \
+ network-dijkstra \
+ network-patricia \
+ office-ispell \
+ office-stringsearch \
+ security-blowfish \
+ security-rijndael \
+ security-sha \
+ telecomm-CRC32 \
+ telecomm-FFT \
+ telecomm-adpcm \
+ telecomm-gsm
+
+ include $(LEVEL)/Makefile.programs
+
More information about the llvm-commits
mailing list