view TaskManager/test/SemMailManagerTest/Makefile @ 1603:44ff9443cc1c draft

Display match lines.
author Masa <e085726@ie.u-ryukyu.ac.jp>
date Tue, 09 Apr 2013 17:17:57 +0900
parents d4311f83377a
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)