Mercurial > hg > Game > Cerium
view example/word_count/Makefile.def @ 1496:8b0911f58b70 draft
fix kernel param size
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 21 Aug 2012 17:34:21 +0900 |
parents | e8debff40a3d |
children | fac06524090b |
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