view example/many_task/Makefile.def @ 674:bde5f13adf10

fix many task example (sort). Dummy task is now system supported.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 06 Dec 2009 00:54:10 +0900
parents b89ba1d96fff
children f4d7cf77ec3d
line wrap: on
line source

TARGET = sort

# include/library path
# ex  macosx
#CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium

CERIUM = ../../../Cerium

OPT = -O9
# OPT = -g
CC      = g++
CFLAGS  =  -Wall  $(OPT)

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager