view TaskManager/test/Makefile @ 1022:43808a098020

merge
author yutaka@localhost.localdomain
date Sun, 07 Nov 2010 22:11:04 +0900
parents 55f898a58748
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)