diff Renderer/Engine/Makefile @ 555:c5e09e9bbfa5 draft

half finish for Cell
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 20 Oct 2009 22:29:27 +0900
parents 109a33b72b10
children 4f907657132a
line wrap: on
line diff
--- a/Renderer/Engine/Makefile	Tue Oct 20 22:02:33 2009 +0900
+++ b/Renderer/Engine/Makefile	Tue Oct 20 22:29:27 2009 +0900
@@ -4,11 +4,11 @@
 	@echo "Make for Mac OS X"
 	@$(MAKE) -f Makefile.macosx
 
-cell: 
+cell: FORCE
 	@echo "Make for PS3 (Cell)"
 	@$(MAKE) -f Makefile.cell
 
-linux: 
+linux: FORCE
 	@echo "Make for Linux"
 	@$(MAKE) -f Makefile.linux
 
@@ -22,8 +22,8 @@
 	@$(MAKE) -f Makefile.linux depend
 
 FORCE:
-	-mkdir -p ../include/Cerium
-	rsync `find . -name Test -prune -or -name '*.h' -print` ../../include/Cerium
+	-mkdir -p ../../include/Cerium
+	rsync `find . -name Test -prune -or -name spe -prune -or -name task -prune -or -name '*.h' -print` ../../include/Cerium
 
 
 clean: