Mercurial > hg > Members > kono > Cerium
view 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 |
line wrap: on
line source
TARGET = sort # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager