comparison TaskManager/test/Makefile @ 648:f1e10ba45d28

Mail modification. Working on Mac OS X.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Nov 2009 20:14:45 +0900
parents
children 55f898a58748
comparison
equal deleted inserted replaced
647:7c9ded1ea750 648:f1e10ba45d28
1 include ../Makefile.def
2
3 CPPFLAGS += -I../../include -m$(ABIBIT)
4
5 TARGET=MailManagerTest
6
7 $(TARGET) :
8
9 LIBS += ../libFifoManager.a
10
11 MailManagerTest : MailManagerTest.o
12 $(CC) $(CFLAGS) -o $@ $? $(LIBS)
13
14 clean:
15 rm -rf *.o $(TARGET)