annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
658
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
1 TARGET = word_count
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
2
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
3 # include/library path
663
ad4b6b556483 incremental task creation on word count_test
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 658
diff changeset
4 # ex macosx
658
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
5 #CERIUM = /Users/gongo/Source/Cerium
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
6
663
ad4b6b556483 incremental task creation on word count_test
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 658
diff changeset
7 # ex linux/ps3
658
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
8 CERIUM = ../../../Cerium
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
9
668
c3dc7ca1f575 vector fix on Simple Task
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 667
diff changeset
10 # SIMPLE_TASK= -DSIMPLE_TASK
c3dc7ca1f575 vector fix on Simple Task
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 667
diff changeset
11 SIMPLE_TASK=
667
ae1d1eebf9ff SimpeTask WordCount Worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 665
diff changeset
12
673
5e5e8eb8da5a profiling worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 669
diff changeset
13 # OPT = -O9
5e5e8eb8da5a profiling worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 669
diff changeset
14 OPT = -g
5e5e8eb8da5a profiling worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 669
diff changeset
15
658
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
16 CC = g++
667
ae1d1eebf9ff SimpeTask WordCount Worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 665
diff changeset
17 CFLAGS = -Wall $(OPT) $(SIMPLE_TASK)
658
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
18
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
19 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
c253468da197 add word_count_test
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
20 LIBS = -L${CERIUM}/TaskManager