annotate example/many_task/Makefile.def @ 1515:b3644b73d2cf draft

add flip flag test
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 23 Oct 2012 14:41:27 +0900
parents e8debff40a3d
children e544f9747169
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 TARGET = sort
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
3 # include/library path
291
d7803cea25a3 document
kono@localhost.localdomain
parents: 256
diff changeset
4 # ex macosx
217
gongo@localhost.localdomain
parents: 109
diff changeset
5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6
256
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
7 CERIUM = ../../../Cerium
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
8
1420
e8debff40a3d comment
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 1413
diff changeset
9 OPT = -O9
1275
08d81be1c6e4 fix time.sh
Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
parents: 1079
diff changeset
10 # OPT = -g -O9
1420
e8debff40a3d comment
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 1413
diff changeset
11 # OPT = -g
256
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
12 CC = g++
1515
b3644b73d2cf add flip flag test
Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
parents: 1420
diff changeset
13 CFLAGS = -Wall $(OPT) -DUSE_SIMPLE_TASK
932
53ad3a61b40b sort test (add swap())
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 674
diff changeset
14 # CFLAGS = -Wall $(OPT)
256
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
15
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
16 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
17 LIBS = -L${CERIUM}/TaskManager
1079
7823233584da single cpu run on Mac OS X
one@zeus.cr.ie.u-ryukyu.ac.jp
parents: 932
diff changeset
18
7823233584da single cpu run on Mac OS X
one@zeus.cr.ie.u-ryukyu.ac.jp
parents: 932
diff changeset
19 ABIBIT = 64
7823233584da single cpu run on Mac OS X
one@zeus.cr.ie.u-ryukyu.ac.jp
parents: 932
diff changeset
20 ABI = -m$(ABIBIT)