annotate 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 |
|
rev |
line source |
1455
|
1 include ../../Makefile.def
|
|
2
|
|
3 CPPFLAGS += -g -Wall -I../../../include/TaskManager -m$(ABIBIT)
|
|
4
|
|
5 TARGET= GpuRegistTaskTest -framework opencl
|
|
6
|
|
7 $(TARGET) :
|
|
8
|
|
9 LIBS += ../../libGpuManager.a
|
|
10
|
|
11 CpuRegistTaskTest : GpuRegistTaskTest.o
|
|
12 $(CC) $(CFLAGS) -o $@ $? $(LIBS)
|
|
13
|
|
14 clean:
|
|
15 rm -rf *.o $(TARGET)
|