view example/hello_array/Makefile.def @ 1998:ed30952c240e draft

change function read() to pread() in my_read
author masa
date Tue, 22 Apr 2014 00:58:37 +0900
parents f0b7eeb72918
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