view example/many_task/Makefile.def @ 674:07351a5a51c9 draft

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 5b995810b86a
children 53ad3a61b40b
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