diff TaskManager/Test/test_render/Makefile @ 283:15bfacccde99 draft

fix test_render
author e065746@localhost.localdomain
date Fri, 05 Jun 2009 16:49:12 +0900
parents ef6b225f6f40
children 4871fc824525 cfd20d609ace
line wrap: on
line diff
--- a/TaskManager/Test/test_render/Makefile	Fri Jun 05 16:08:00 2009 +0900
+++ b/TaskManager/Test/test_render/Makefile	Fri Jun 05 16:49:12 2009 +0900
@@ -1,14 +1,14 @@
 default: macosx
 
-macosx: FORCE
+macosx: FORCE SGList.h
 	@echo "Make for Mac OS X"
 	@$(MAKE) -f Makefile.macosx
 
-cell: FORCE
+cell: FORCE SGList.h
 	@echo "Make for PS3 (Cell)"
 	@$(MAKE) -f Makefile.cell
 
-linux: FORCE
+linux: FORCE SGList.h
 	@echo "Make for Linux"
 	@$(MAKE) -f Makefile.linux
 
@@ -29,5 +29,5 @@
 	@$(MAKE) -f Makefile.linux clean
 	rm -f depend.inc
 
-sglist:
+SGList.h: xml_file/*.xml
 	perl tools/create_sglist.pl xml_file/*.xml