annotate example/many_task/Makefile.def @ 866:a37eb30d40d8

add aquarium.proto
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Jun 2010 12:10:37 +0900
parents bde5f13adf10
children f4d7cf77ec3d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 TARGET = sort
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
3 # include/library path
291
3569d31705b6 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
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6
256
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
7 CERIUM = ../../../Cerium
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
8
674
bde5f13adf10 fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 356
diff changeset
9 OPT = -O9
bde5f13adf10 fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 356
diff changeset
10 # OPT = -g
256
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
11 CC = g++
674
bde5f13adf10 fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 356
diff changeset
12 CFLAGS = -Wall $(OPT)
256
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
13
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
14 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
15 LIBS = -L${CERIUM}/TaskManager