annotate example/many_task/Makefile.def @ 829:c3fb62d9355f draft

merge
author tkaito
date Tue, 25 May 2010 03:41:10 +0900
parents 07351a5a51c9
children 53ad3a61b40b
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
674
07351a5a51c9 fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 356
diff changeset
9 OPT = -O9
07351a5a51c9 fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 356
diff changeset
10 # OPT = -g
256
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
11 CC = g++
674
07351a5a51c9 fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 356
diff changeset
12 CFLAGS = -Wall $(OPT)
256
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
13
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
14 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
2c775d229cc6 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
15 LIBS = -L${CERIUM}/TaskManager