annotate example/many_task/Makefile.def @ 638:671fca057ad3

hmmmm
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 19 Nov 2009 18:18:20 +0900
parents b89ba1d96fff
children bde5f13adf10
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
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
9 CC = g++
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
10 CFLAGS = -g -Wall -O9
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
11
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
12 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
465a871f4c07 fix examples
tkaito@localhost.localdomain
parents: 217
diff changeset
13 LIBS = -L${CERIUM}/TaskManager