view example/HelloWorld/Makefile.def @ 629:8843edf37c0e

Cell 64 bit tried, but not yet worked. Cell's list DMA is 32bit.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 18 Nov 2009 13:32:58 +0900
parents ab866bc8a624
children 0eed1fa290c1
line wrap: on
line source

TARGET = hello

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

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

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

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