Mercurial > hg > Game > Cerium
comparison TaskManager/test/GpuRegistTaskTest/Makefile @ 1457:55f92ed3f244 draft
create GpuRunTest
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 09 Jun 2012 21:13:44 +0900 |
parents | 7ab643c30a71 |
children | d79256b51d7f |
comparison
equal
deleted
inserted
replaced
1456:5533106cc437 | 1457:55f92ed3f244 |
---|---|
1 include ../../Makefile.def | 1 include ../../Makefile.def |
2 | 2 |
3 CPPFLAGS += -g -Wall -I../../../include/TaskManager -m$(ABIBIT) | 3 CPPFLAGS += -g -Wall -I../../../include/TaskManager -m$(ABIBIT) |
4 | 4 |
5 TARGET=GpuRegistTaskTest | 5 TARGET=GpuRegistTask-Test |
6 | 6 |
7 | 7 |
8 | 8 |
9 LIBS += ../../libGpuManager.a -framework opencl | 9 LIBS += ../../libGpuManager.a -framework opencl |
10 | 10 |