Mercurial > hg > Game > Cerium
comparison TaskManager/Makefile.gpu @ 1480:f2512fb94223 draft
GpuTaskManager no compile error
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 25 Jul 2012 19:41:04 +0900 |
parents | 27ed99a7a48c |
children | a9da5c6bea91 |
comparison
equal
deleted
inserted
replaced
1479:163220e54cc0 | 1480:f2512fb94223 |
---|---|
18 default: $(TARGET) | 18 default: $(TARGET) |
19 | 19 |
20 ALL_OBJS = $(KERN_MAIN_OBJS) $(KERN_PPE_OBJS) $(KERN_SCHED_OBJS) \ | 20 ALL_OBJS = $(KERN_MAIN_OBJS) $(KERN_PPE_OBJS) $(KERN_SCHED_OBJS) \ |
21 $(KERN_SYSTASK_OBJS) $(IMPL_FIFO_OBJS) $(KERN_MEM_OBJS) \ | 21 $(KERN_SYSTASK_OBJS) $(IMPL_FIFO_OBJS) $(KERN_MEM_OBJS) \ |
22 $(IMPL_GPU_OBJS) \ | 22 $(IMPL_GPU_OBJS) \ |
23 Cell/spe/SpeTaskManagerImpl.o Cell/CellTaskManagerImpl.o | 23 Cell/spe/SpeTaskManagerImpl.o Cell/CellTaskManagerImpl.o |
24 | 24 |
25 Makefile.dep: | 25 Makefile.dep: |
26 make -f Makefile.gpu depend | 26 make -f Makefile.gpu depend |
27 | 27 |
28 depend: | 28 depend: |