comparison TaskManager/Makefile.def @ 606:32a7260fad2f

32bit/64bit ABI (64 bit is not tested yet). 64bit ABI requires 64bit SDL library etc.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 07 Nov 2009 18:05:52 +0900
parents 0f3605d1ee73
children 2cfbb36e221a
comparison
equal deleted inserted replaced
605:90c61fe2b109 606:32a7260fad2f
25 25
26 IMPL_CELL_DIR = Cell 26 IMPL_CELL_DIR = Cell
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 ABI = -m32
31
30 CC = g++ 32 CC = g++
31 CFLAGS = -Wall `sdl-config --cflags` -g # -O9 33 CFLAGS = -Wall `sdl-config --cflags` -g $(ABI) # -O9
32 LIBS = 34 LIBS =
33 35
34 INCLUDE = -I../include/TaskManager 36 INCLUDE = -I../include/TaskManager