source: trunk/Softwares/MiBench/Makefile.defs

Last change on this file was 137, checked in by rosiere, 14 years ago

Various modif (add test, and vhdl)

  • Property svn:keywords set to Id
File size: 470 bytes
Line 
1#
2# $Id: Makefile.defs 137 2010-02-16 12:35:48Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8
9NB_THREAD_MAX           = 8
10
11BENCHS                  = \
12                        automative.basicmath            \
13                        automative.bitcount             \
14                        automative.qsort                \
15                        automative.susan                \
16                        automative.susan_edges          \
17                        automative.susan_corners        \
18                        automative.susan_smoothing      \
19                        network.dijkstra                \
20                        office.stringsearch             \
21                        security.sha                    \
22                        all                             \
23                        none
24
25BENCHS_TYPE             = -DMIBENCH_SMALL
26
27# MIBENCH_SMALL
28# MIBENCH_LARGE
Note: See TracBrowser for help on using the repository browser.