view TaskManager/test/Makefile @ 844:ba9e10f636eb draft

send_linda's bug fix, and replace wait_rd() to rd() on dynamic_load
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Wed, 02 Jun 2010 17:04:26 +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)