Mercurial > hg > Game > Cerium
annotate example/word_count_test/Makefile.def @ 800:54f0180cea0f draft
run16 word count ( not yet worked. )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 21 May 2010 07:47:25 +0900 |
parents | 97adb3fe85c6 |
children |
rev | line source |
---|---|
658 | 1 TARGET = word_count |
2 | |
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 | 5 #CERIUM = /Users/gongo/Source/Cerium |
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 | 8 CERIUM = ../../../Cerium |
9 | |
667
ae1d1eebf9ff
SimpeTask WordCount Worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
665
diff
changeset
|
10 |
674
07351a5a51c9
fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
673
diff
changeset
|
11 OPT = -O9 |
07351a5a51c9
fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
673
diff
changeset
|
12 # OPT = -g |
673 | 13 |
658 | 14 CC = g++ |
713
97adb3fe85c6
remove SIMPLE_TASK conditional
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
674
diff
changeset
|
15 CFLAGS = -Wall $(OPT) |
658 | 16 |
17 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
18 LIBS = -L${CERIUM}/TaskManager |