view example/dependency_task/Makefile.def @ 1130:5addc6c1d5c4 draft

fix.
author root@dolphins.cr.ie.u-ryukyu.ac.jp
date Sun, 13 Feb 2011 22:34:44 +0900
parents 29355ae40e6c
children
line wrap: on
line source

TARGET = dependency

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

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

ABIBIT=32

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

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