comparison TaskManager/Makefile.def @ 1259:52667b4c31e0 draft

merge
author Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp>
date Sat, 19 Nov 2011 07:41:45 +0900
parents 44d9b08519e0
children 356cc13725a6
comparison
equal deleted inserted replaced
1258:ee938477af88 1259:52667b4c31e0
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 = 64 30 ABIBIT = 64
31 31
32 OPT = -g -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE 32 # OPT = -g -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE
33 # OPT = -O9 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE 33 OPT = -O9 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE
34 34
35 35
36 36
37 CC = g++ 37 CC = g++
38 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) 38 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT)