diff example/word_count_test/spe/Makefile @ 667:d753b4f6b129

SimpeTask WordCount Worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 04:23:36 +0900
parents 4470ff271c5a
children f725c6455d19
line wrap: on
line diff
--- a/example/word_count_test/spe/Makefile	Thu Dec 03 02:11:31 2009 +0900
+++ b/example/word_count_test/spe/Makefile	Thu Dec 03 04:23:36 2009 +0900
@@ -7,7 +7,7 @@
 OBJS = $(SRCS:.cc=.o)
 
 CC      = spu-g++
-CFLAGS  = -Wall -fno-exceptions -fno-rtti $(OPT) #-DDEBUG
+CFLAGS  = -Wall -fno-exceptions -fno-rtti $(OPT) $(SIMPLE_TASK) #-DDEBUG
 INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I..
 LIBS = -L../${CERIUM}/TaskManager -lspemanager