view TaskManager/test/Makefile @ 943:ba1a6a328468

Rendering Engine compile on SPU.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 31 Jul 2010 18:43:05 +0900
parents 55f898a58748
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)