comparison TaskManager/Makefile.def @ 989:0b8f9d4d7dab akira

ppack initialization fix
author root@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 01 Oct 2010 04:40:14 +0900
parents 0b6f8c82625a
children c79651141045
comparison
equal deleted inserted replaced
988:0b6f8c82625a 989:0b8f9d4d7dab
27 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) 27 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc)
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 = -g -O -DEARLY_TOUCH 32 OPT = -g -O9
33 # OPT = -g -DTASK_LIST_MAIL -O9 33 # -DEARLY_TOUCH
34 # -g -DTASK_LIST_MAIL -O9
34 35
35 CC = g++ 36 CC = g++
36 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) 37 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT)
37 LIBS = -m$(ABIBIT) 38 LIBS = -m$(ABIBIT)
38 39