Mercurial > hg > Game > Cerium
diff TaskManager/test/GpuRunTest/Makefile.macosx @ 1717:5d68a55d5561 draft
fix profile
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Oct 2013 17:29:37 +0900 |
parents | 0d25364759e0 |
children |
line wrap: on
line diff
--- a/TaskManager/test/GpuRunTest/Makefile.macosx Tue Oct 15 17:21:10 2013 +0900 +++ b/TaskManager/test/GpuRunTest/Makefile.macosx Tue Oct 15 17:29:37 2013 +0900 @@ -6,10 +6,11 @@ OBJS = $(SRCS:.cc=.o) ABIBIT=64 +GPU_TASK_DIR = gpu TASK_DIR = ppe TASK_SRCS_TMP = $(wildcard $(TASK_DIR)/*.cc) TASK_SRCS_EXCLUDE = -TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) +TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) $(wildcar $(GPU_TASK_DIR)/*.cc) TASK_OBJS = $(TASK_SRCS:.cc=.o) LIBS += -lFifoManager `sdl-config --libs`