Mercurial > hg > Game > Cerium
comparison example/word_count_test/Makefile.def @ 669:1d9608e6965f draft
fix non SIMPLE_TASK code
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 03 Dec 2009 04:47:05 +0900 |
parents | c3dc7ca1f575 |
children | 5e5e8eb8da5a |
comparison
equal
deleted
inserted
replaced
668:c3dc7ca1f575 | 669:1d9608e6965f |
---|---|
8 CERIUM = ../../../Cerium | 8 CERIUM = ../../../Cerium |
9 | 9 |
10 # SIMPLE_TASK= -DSIMPLE_TASK | 10 # SIMPLE_TASK= -DSIMPLE_TASK |
11 SIMPLE_TASK= | 11 SIMPLE_TASK= |
12 | 12 |
13 # OPT = -O9 | 13 OPT = -O9 |
14 OPT = -g | 14 # OPT = -g |
15 CC = g++ | 15 CC = g++ |
16 CFLAGS = -Wall $(OPT) $(SIMPLE_TASK) | 16 CFLAGS = -Wall $(OPT) $(SIMPLE_TASK) |
17 | 17 |
18 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | 18 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. |
19 LIBS = -L${CERIUM}/TaskManager | 19 LIBS = -L${CERIUM}/TaskManager |