view example/hello_array/Makefile.def @ 854:6aa20c0dd8f8

may be need ppeManager
author yutaka@localhost.localdomain
date Wed, 09 Jun 2010 23:04:09 +0900
parents 71a58131b2c0
children
line wrap: on
line source

TARGET = hello

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

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

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

ABIBIT = 32

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