Mercurial > hg > Members > kono > Cerium
view TaskManager/Makefile.fifo @ 95:6315da182c66
*** empty log message ***
author | gongo |
---|---|
date | Thu, 28 Feb 2008 18:04:06 +0900 |
parents | 1c648675c2bd |
children | 5c194c71eca8 |
line wrap: on
line source
include ./Makefile.def TARGET = libFifoManager.a .SUFFIXES: .cpp .o .cpp.o: $(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@ all: default default: $(TARGET) ALL_OBJS = $(KERN_PPE_OBJS) $(KERN_SCHED_OBJS) $(IMPL_FIFO_OBJS) $(TARGET): $(ALL_OBJS) ar crus $@ $(ALL_OBJS) fifodistclean: fifoclean rm -f $(TARGET) fifoclean: