comparison TaskManager/Makefile.def @ 713:f725c6455d19

remove SIMPLE_TASK conditional
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 16 Dec 2009 15:27:46 +0900
parents 56487849ea2d
children a969d3cdd20a
comparison
equal deleted inserted replaced
712:4661eaa48b77 713:f725c6455d19
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 SIMPLE_TASK=-DSIMPLE_TASK
33 # SIMPLE_TASK=
34 32
35 # OPT = -O9 33 # OPT = -O9
36 OPT = -g 34 OPT = -g
37 35
38 CC = g++ 36 CC = g++
39 CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) 37 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT)
40 LIBS = -m$(ABIBIT) 38 LIBS = -m$(ABIBIT)
41 39
42 INCLUDE = -I../include/TaskManager 40 INCLUDE = -I../include/TaskManager