source: trunk/Softwares/MiBench/Makefile.defs @ 130

Last change on this file since 130 was 130, checked in by rosiere, 15 years ago

1) add MORPHEO_PREFIX

  • Property svn:keywords set to Id
File size: 349 bytes
Line 
1#
2# $Id: Makefile.defs 130 2009-06-30 12:31:46Z 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                        network.dijkstra    \
17                        office.stringsearch \
18                        security.sha        \
19                        none
20
21BENCHS_TYPE             = -DMIBENCH_LARGE
22
23# MIBENCH_SMALL
24# MIBENCH_LARGE
Note: See TracBrowser for help on using the repository browser.