changeset 1489:cf475f0a9b80 draft

gpu make clean fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 06 Aug 2012 23:03:42 +0900
parents f8db59d9a24d
children 5517f93e2706
files TaskManager/Makefile TaskManager/Makefile.gpu TaskManager/test/GpuRunTest/Makefile.def
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/TaskManager/Makefile	Mon Aug 06 22:33:17 2012 +0900
+++ b/TaskManager/Makefile	Mon Aug 06 23:03:42 2012 +0900
@@ -50,6 +50,7 @@
 	rm -f $(IMPL_FIFO_OBJS) $(IMPL_CELL_OBJS)
 	$(MAKE) -f Makefile.cell cellclean
 	$(MAKE) -f Makefile.fifo fifoclean
+	$(MAKE) -f Makefile.gpu gpuclean
 	rm -rf *.a ../include	
 
 tags:
--- a/TaskManager/Makefile.gpu	Mon Aug 06 22:33:17 2012 +0900
+++ b/TaskManager/Makefile.gpu	Mon Aug 06 23:03:42 2012 +0900
@@ -19,8 +19,7 @@
 
 ALL_OBJS = $(KERN_MAIN_OBJS) $(KERN_PPE_OBJS) $(KERN_SCHED_OBJS) \
 	$(KERN_SYSTASK_OBJS) $(IMPL_FIFO_OBJS) $(KERN_MEM_OBJS) \
-	$(IMPL_GPU_OBJS) \
-    Cell/spe/SpeTaskManagerImpl.o Cell/CellTaskManagerImpl.o
+	$(IMPL_GPU_OBJS) Cell/spe/SpeTaskManagerImpl.o Cell/CellTaskManagerImpl.o
 
 Makefile.dep: 
 	make -f Makefile.gpu depend
@@ -35,3 +34,4 @@
 	rm -f $(TARGET)
 
 gpuclean:
+	rm -f $(TARGET) $(ALL_OBJS)
--- a/TaskManager/test/GpuRunTest/Makefile.def	Mon Aug 06 22:33:17 2012 +0900
+++ b/TaskManager/test/GpuRunTest/Makefile.def	Mon Aug 06 23:03:42 2012 +0900
@@ -3,7 +3,7 @@
 CERIUM = ../../../../Cerium
 
 CC      = g++
-CFLAGS  =   -g -Wall
+CFLAGS  =   -g -Wall  
 
 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I../..
 LIBS = -L${CERIUM}/TaskManager