diff TaskManager/Makefile.fifo @ 80:1c648675c2bd

*** empty log message ***
author gongo
date Wed, 20 Feb 2008 10:56:37 +0900
parents aa11038dbdc1
children 5c194c71eca8
line wrap: on
line diff
--- a/TaskManager/Makefile.fifo	Tue Feb 19 17:28:04 2008 +0900
+++ b/TaskManager/Makefile.fifo	Wed Feb 20 10:56:37 2008 +0900
@@ -1,5 +1,8 @@
 include ./Makefile.def
 
+TARGET = libFifoManager.a
+
+
 .SUFFIXES: .cpp .o
 
 .cpp.o:
@@ -10,6 +13,10 @@
 
 ALL_OBJS = $(KERN_PPE_OBJS) $(KERN_SCHED_OBJS) $(IMPL_FIFO_OBJS)
 
-#$(TARGET): $(KERN_PPE_OBJS) $(KERN_SPE_OBJS) $(IMPL_FIFO_OBJS)
 $(TARGET): $(ALL_OBJS)
 	ar crus $@ $(ALL_OBJS)
+
+fifodistclean: fifoclean
+	rm -f $(TARGET)
+
+fifoclean:
\ No newline at end of file