Mercurial > hg > Members > kono > Cerium
diff example/word_count_test/Makefile.def @ 661:68f0253f5a71
add word_count_test
remove word_flag from main.cc
author | yutaka@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 02 Dec 2009 03:38:20 +0900 |
parents | |
children | 8a807e2f64f8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/word_count_test/Makefile.def Wed Dec 02 03:38:20 2009 +0900 @@ -0,0 +1,14 @@ +TARGET = word_count + +# include/library path +# ex: macosx +#CERIUM = /Users/gongo/Source/Cerium + +# ex: linux/ps3 +CERIUM = ../../../Cerium + +CC = g++ +CFLAGS = -g -Wall -O9 + +INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. +LIBS = -L${CERIUM}/TaskManager