Mercurial > hg > Game > Cerium
view example/word_count_test/Makefile.def @ 673:5e5e8eb8da5a draft
profiling worked.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 05 Dec 2009 20:54:12 +0900 |
parents | 1d9608e6965f |
children | 07351a5a51c9 |
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