view example/word_count/Makefile.def @ 1162:8917aff8629c draft

global allocate
author Yutaka_Kinjyo
date Thu, 05 May 2011 13:11:59 +0900
parents 54cf940e124a
children e8debff40a3d
line wrap: on
line source

TARGET = word_count

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

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


#OPT =  -O9
OPT =  -g

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

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