view example/word_count3/Makefile.def @ 663:8a807e2f64f8

incremental task creation on word count_test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 02 Dec 2009 22:20:32 +0900
parents 7d9d209bdc82
children ad6903dd6419
line wrap: on
line source

TARGET = post

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

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

CC      = g++
CFLAGS  = -g -Wall -O9

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