Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.def @ 1079:7823233584da draft
single cpu run on Mac OS X
author | one@zeus.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sat, 18 Dec 2010 11:04:58 +0900 |
parents | 8cd123d2f3ca |
children | a8bffdb5d2e3 |
comparison
equal
deleted
inserted
replaced
1078:6dabcd1a9ccf | 1079:7823233584da |
---|---|
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 ABIBIT = 32 | 30 ABIBIT = 64 |
31 | 31 |
32 OPT = -g -O9 -DMAIL_QUEUE | 32 OPT = -g -DMAIL_QUEUE |
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) |