view TaskManager/test/Makefile @ 1095:652791a4a324 draft

remove spe function
author yutaka@localhost.localdomain
date Sat, 25 Dec 2010 18:30:17 +0900
parents 026e9e7f1402
children 2e20d2bb55c6
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)