view TaskManager/test/Makefile @ 1137:068c1af8c7a9 draft

merge
author Yutaka_Kinjyo
date Thu, 17 Feb 2011 10:55:53 +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)