comparison TaskManager/Makefile.def @ 695:cbcf0182635e

TaskArray on going...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 12 Dec 2009 17:38:30 +0900
parents be44ada665e9
children e4d2b823903c
comparison
equal deleted inserted replaced
694:be44ada665e9 695:cbcf0182635e
30 ABIBIT = 32 30 ABIBIT = 32
31 31
32 SIMPLE_TASK=-DSIMPLE_TASK 32 SIMPLE_TASK=-DSIMPLE_TASK
33 # SIMPLE_TASK= 33 # SIMPLE_TASK=
34 34
35 <<<<<<< local
36 # OPT = -O9 35 # OPT = -O9
37 =======
38 #OPT = -O9
39 >>>>>>> other
40 OPT = -g 36 OPT = -g
41 37
42 CC = g++ 38 CC = g++
43 CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) 39 CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT)
44 LIBS = -m$(ABIBIT) 40 LIBS = -m$(ABIBIT)