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 |
rev |
line source |
109
|
1 TARGET = sort
|
|
2
|
|
3 # include/library path
|
291
|
4 # ex macosx
|
217
|
5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium
|
109
|
6
|
256
|
7 CERIUM = ../../../Cerium
|
|
8
|
|
9 CC = g++
|
|
10 CFLAGS = -g -Wall -O9
|
|
11
|
|
12 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
|
|
13 LIBS = -L${CERIUM}/TaskManager
|