comparison TaskManager/Makefile.def @ 1002:c79651141045

many changes.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Oct 2010 19:00:47 +0900
parents 0b8f9d4d7dab
children 18a548c337cb
comparison
equal deleted inserted replaced
992:1b018a00cd17 1002:c79651141045
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 -O9 32 OPT = -g #-O9
33 # -DEARLY_TOUCH 33 # -DEARLY_TOUCH
34 # -g -DTASK_LIST_MAIL -O9 34 # -g -DTASK_LIST_MAIL -O9
35 35
36 CC = g++ 36 CC = g++
37 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) 37 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT)