comparison TaskManager/Makefile.def @ 895:b662e9dd26b0 draft

add alignment of classes in SPU width and height are automatically set in frame buffer API
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 17:23:49 +0900
parents a5ccf763fc3f
children a4ed11e66fbf
comparison
equal deleted inserted replaced
894:d9d229ede3ff 895:b662e9dd26b0
28 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) 28 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o)
29 29
30 ABIBIT = 32 30 ABIBIT = 32
31 31
32 #OPT = -O9 32 #OPT = -O9
33 OPT = -g -O9 -DTASK_LIST_MAIL 33 OPT = -g -O9 -DTASK_LIST_MAIL
34 34
35 CC = g++ 35 CC = g++
36 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) 36 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT)
37 LIBS = -m$(ABIBIT) 37 LIBS = -m$(ABIBIT)
38 38