comparison TaskManager/Makefile.def @ 741:a969d3cdd20a

Task Arrayed Word Count (not yet worked) please fix vprintf
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 12 Jan 2010 10:18:48 +0900
parents f725c6455d19
children 307152e225a4
comparison
equal deleted inserted replaced
740:d50fc4ca79e4 741:a969d3cdd20a
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 32
33 # OPT = -O9 33 OPT = -O9
34 OPT = -g 34 OPT = -g
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)
38 LIBS = -m$(ABIBIT) 38 LIBS = -m$(ABIBIT)