[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/Makefile

Chris Lattner sabre at nondot.org
Tue Jan 9 14:44:52 PST 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench:

Makefile updated: 1.1.1.1 -> 1.2
---
Log message:

flatten directory hierarchy


---
Diffs of the changes:  (+20 -2)

 Makefile |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)


Index: llvm-test/MultiSource/Benchmarks/MiBench/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/Makefile:1.1.1.1 llvm-test/MultiSource/Benchmarks/MiBench/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/Makefile:1.1.1.1	Mon Jan  8 20:53:45 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/Makefile	Tue Jan  9 16:44:02 2007
@@ -1,9 +1,27 @@
-# MultiSource/MiBench Makefile:  Build all subdirectories automatically
+# 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 consumer network office security telecomm
+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