annotate example/many_task/Makefile.def @ 325:f79cacba09b1

add inner_product is minus case.
author e065725@yutaka.st.ie.u-ryukyu.ac.jp
date Thu, 11 Jun 2009 16:55:10 +0900
parents 8ec2f3e61ee1
children b89ba1d96fff
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