annotate example/word_count_test/Makefile.def @ 669:4af9d20cf3af

fix non SIMPLE_TASK code
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 04:47:05 +0900
parents 6bec6efda444
children d9111086b2c4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
661
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
1 TARGET = word_count
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
2
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
3 # include/library path
663
8a807e2f64f8 incremental task creation on word count_test
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 661
diff changeset
4 # ex macosx
661
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
5 #CERIUM = /Users/gongo/Source/Cerium
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
6
663
8a807e2f64f8 incremental task creation on word count_test
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 661
diff changeset
7 # ex linux/ps3
661
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
8 CERIUM = ../../../Cerium
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
9
668
6bec6efda444 vector fix on Simple Task
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 667
diff changeset
10 # SIMPLE_TASK= -DSIMPLE_TASK
6bec6efda444 vector fix on Simple Task
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 667
diff changeset
11 SIMPLE_TASK=
667
d753b4f6b129 SimpeTask WordCount Worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 665
diff changeset
12
669
4af9d20cf3af fix non SIMPLE_TASK code
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 668
diff changeset
13 OPT = -O9
4af9d20cf3af fix non SIMPLE_TASK code
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 668
diff changeset
14 # OPT = -g
661
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
15 CC = g++
667
d753b4f6b129 SimpeTask WordCount Worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 665
diff changeset
16 CFLAGS = -Wall $(OPT) $(SIMPLE_TASK)
661
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
17
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
18 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
68f0253f5a71 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
19 LIBS = -L${CERIUM}/TaskManager