view example/word_count_run16array/Makefile.def @ 931:ec1b15cdfee0 draft

Add Lighting to GL mode
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sat, 31 Jul 2010 00:22:26 +0900
parents 0729db4d99fe
children
line wrap: on
line source

TARGET = word_count

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

# 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