Mercurial > hg > Members > kono > Cerium
comparison example/Bulk/Makefile.def @ 683:9a6cb2439593
on going...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 06 Dec 2009 18:53:46 +0900 |
parents | dbe137505f2e |
children | f725c6455d19 |
comparison
equal
deleted
inserted
replaced
682:80b23718df18 | 683:9a6cb2439593 |
---|---|
6 | 6 |
7 # ex linux/ps3 | 7 # ex linux/ps3 |
8 CERIUM = ../../../Cerium | 8 CERIUM = ../../../Cerium |
9 | 9 |
10 CC = g++ | 10 CC = g++ |
11 CFLAGS = -g -Wall -O9 | 11 OPT = -g |
12 CFLAGS = -Wall $(OPT) -DSIMPLE_TASK | |
12 | 13 |
13 ABIBIT = 32 | 14 ABIBIT = 32 |
14 | 15 |
15 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | 16 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. |
16 LIBS = -L${CERIUM}/TaskManager | 17 LIBS = -L${CERIUM}/TaskManager |