view example/get_segment/Makefile.def @ 1011:46c54dd20d1c

warning fix
author tkaito
date Sun, 31 Oct 2010 18:02:06 +0900
parents 5710e5be29d6
children
line wrap: on
line source

TARGET = mainMem

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

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

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

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