Mercurial > hg > Game > Cerium
diff TaskManager/Makefile.def @ 1439:20e935f170c1 draft
add Makefile for gpu
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 07 Apr 2012 11:43:05 +0900 |
parents | e838c90ba498 |
children | 840dee241530 |
line wrap: on
line diff
--- a/TaskManager/Makefile.def Sat Apr 07 11:25:06 2012 +0900 +++ b/TaskManager/Makefile.def Sat Apr 07 11:43:05 2012 +0900 @@ -27,6 +27,10 @@ IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) +IMPL_GPU_DIR = Gpu +IMPL_GPU_SRCS = $(wildcard $(IMPL_GPU_DIR)/*.cc) +IMPL_GPU_OBJS = $(IMPL_GPU_SRCS:.cc=.o) + ABIBIT = 64 OPT = -g -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE