view example/word_count/Makefile.def @ 669:4af9d20cf3af

fix non SIMPLE_TASK code
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 04:47:05 +0900
parents 4470ff271c5a
children 821ab210cafa
line wrap: on
line source

TARGET = word_count

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

# ex  linux/ps3
CERIUM = ../../../Cerium

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

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