Mercurial > hg > Game > Cerium
view TaskManager/test/Makefile @ 1180:2e20d2bb55c6 draft
change mailmanager to mail on semaphore
author | Daichi TOMA |
---|---|
date | Sat, 25 Jun 2011 09:39:45 +0900 |
parents | 026e9e7f1402 |
children | 4c209dd223cd |
line wrap: on
line source
include ../Makefile.def CPPFLAGS += -g -Wall -I../../include -m$(ABIBIT) TARGET=MailManagerTest $(TARGET) : #LIBS += ../libFifoManager.a LIBS += ../libParallelManager.a MailManagerTest : MailManagerTest.o $(CC) $(CFLAGS) -o $@ $? $(LIBS) clean: rm -rf *.o $(TARGET)