comparison TaskManager/Makefile @ 1182:5a9bee9cc8c9 draft

add CpuThreads weit sem
author Daichi TOMA
date Tue, 28 Jun 2011 17:51:11 +0900
parents 2e20d2bb55c6
children 20e935f170c1
comparison
equal deleted inserted replaced
1181:fa380908f801 1182:5a9bee9cc8c9
46 $(KERN_SCHED_OBJS) $(KERN_SYSTASK_OBJS) $(KERN_MEM_OBJS) 46 $(KERN_SCHED_OBJS) $(KERN_SYSTASK_OBJS) $(KERN_MEM_OBJS)
47 rm -f $(IMPL_FIFO_OBJS) $(IMPL_CELL_OBJS) 47 rm -f $(IMPL_FIFO_OBJS) $(IMPL_CELL_OBJS)
48 $(MAKE) -f Makefile.cell cellclean 48 $(MAKE) -f Makefile.cell cellclean
49 $(MAKE) -f Makefile.fifo fifoclean 49 $(MAKE) -f Makefile.fifo fifoclean
50 rm -rf *.a ../include 50 rm -rf *.a ../include
51 cd $(IMPL_FIFO_DIR); rm -f {ShowTime.cc,StartProfile.cc}
52 51
53 tags: 52 tags:
54 $(TAGS) $(TAGSOPTION) 53 $(TAGS) $(TAGSOPTION)
55 54
56 -include ./Makefile.dep 55 -include ./Makefile.dep