view TaskManager/Test/test_render/Makefile @ 539:7b4434d6f078

SGList isn't used
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 19:56:00 +0900
parents 58240647b23b
children
line wrap: on
line source

default: macosx

macosx: 
	@echo "Make for Mac OS X"
	@$(MAKE) -f Makefile.macosx

cell: 
	@echo "Make for PS3 (Cell)"
	@$(MAKE) -f Makefile.cell

linux: 
	@echo "Make for Linux"
	@$(MAKE) -f Makefile.linux

macosx-depend: 
	@$(MAKE) -f Makefile.macosx depend

cell-depend: 
	@$(MAKE) -f Makefile.cell depend

linux-depend: 
	@$(MAKE) -f Makefile.linux depend

clean:
	@$(MAKE) -f Makefile.macosx clean
	@$(MAKE) -f Makefile.cell clean
	@$(MAKE) -f Makefile.linux clean
	rm -f depend.inc

run-ps3:
	/usr/*bin/ps3-video-mode -v 133
	./test_nogl -video fb -width 1920 -height 1080 $(CPU) $(SG)

run-ps3tv:
	./test_nogl -video fb -width 576 -height 384 -bpp 32