Mercurial > hg > Game > Cerium
view TaskManager/test/GpuRegistTaskTest/Makefile.orig @ 1455:2b886dcc0e7d draft
add OpenCL example
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 May 2012 18:40:10 +0900 |
parents | |
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)