view example/Bulk/Makefile.def @ 683:9a6cb2439593

on going...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 06 Dec 2009 18:53:46 +0900
parents dbe137505f2e
children f725c6455d19
line wrap: on
line source

TARGET = twice

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

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

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

ABIBIT = 32

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