view example/word_count_test/Makefile.def @ 748:249e91be9152 draft

add ViewerDevice
author hiroki
date Mon, 25 Jan 2010 19:18:03 +0900
parents 07351a5a51c9
children 97adb3fe85c6
line wrap: on
line source

TARGET = word_count

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

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

# SIMPLE_TASK= -DSIMPLE_TASK
SIMPLE_TASK= 

OPT =  -O9
# OPT =  -g

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

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