view TaskManager/test/MailManagerTest/Makefile @ 1483:f402f6444237 draft

create gpuTaskinit
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Mon, 06 Aug 2012 19:55:47 +0900
parents d4311f83377a
children
line wrap: on
line source

include ../../Makefile.def

CPPFLAGS += -g -Wall -I../../../include -m$(ABIBIT)

TARGET=MailManagerTest 

$(TARGET) :

LIBS += ../../libFifoManager.a

MailManagerTest : MailManagerTest.o
	$(CC) $(CFLAGS) -o $@ $? $(LIBS)

clean:
	rm -rf *.o $(TARGET)