Mercurial > hg > Game > Cerium
view TaskManager/test/GpuRegistTaskTest/Makefile.orig @ 1479:163220e54cc0 draft
remove hard code for TaskLog
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 24 Jul 2012 17:15:15 +0900 |
parents | 2b886dcc0e7d |
children |
line wrap: on
line source
include ../../Makefile.def CPPFLAGS += -g -Wall -I../../../include/TaskManager -m$(ABIBIT) TARGET= GpuRegistTaskTest -framework opencl $(TARGET) : LIBS += ../../libGpuManager.a CpuRegistTaskTest : GpuRegistTaskTest.o $(CC) $(CFLAGS) -o $@ $? $(LIBS) clean: rm -rf *.o $(TARGET)