[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/mediabench/Makefile
Dinakar Dhurjati
dhurjati at cs.uiuc.edu
Tue Jan 11 10:05:38 PST 2005
Changes in directory llvm-test/MultiSource/Benchmarks/mediabench:
Makefile added (r1.1)
---
Log message:
Added media bench to llvm-test
---
Diffs of the changes: (+14 -0)
Index: llvm-test/MultiSource/Benchmarks/mediabench/Makefile
diff -c /dev/null llvm-test/MultiSource/Benchmarks/mediabench/Makefile:1.1
*** /dev/null Tue Jan 11 12:05:36 2005
--- llvm-test/MultiSource/Benchmarks/mediabench/Makefile Tue Jan 11 12:03:55 2005
***************
*** 0 ****
--- 1,14 ----
+ # MultiSource/mediabench Makefile: Build all subdirectories automatically
+
+ LEVEL = ../../..
+ PARALLEL_DIRS := adpcm g721 gsm jpeg mpeg2
+ #epic fails with lli, needs more investigation
+ #ghostscript complex Makefile structure makes it tough to fit it
+ # in llvm-test Makefile structure
+ #mesa library
+ #pgp hard to automate test
+ #pegwit doesn't compile with gcc on linux
+ #rasta includes a solaris specific library
+
+
+ include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list