Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/Makefile @ 397:ce86b0186a4a draft
delete manager (in kernel/ppe/TaskManager.h)
don't move.
author | game@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sun, 20 Sep 2009 18:55:26 +0900 |
parents | 5b995810b86a |
children | b79c4b5f8a1b |
line wrap: on
line source
default: macosx macosx: FORCE SGList.h @echo "Make for Mac OS X" @$(MAKE) -f Makefile.macosx cell: FORCE SGList.h @echo "Make for PS3 (Cell)" @$(MAKE) -f Makefile.cell linux: FORCE SGList.h @echo "Make for Linux" @$(MAKE) -f Makefile.linux macosx-depend: FORCE @$(MAKE) -f Makefile.macosx depend cell-depend: FORCE @$(MAKE) -f Makefile.cell depend linux-depend: FORCE @$(MAKE) -f Makefile.linux depend FORCE: clean: @$(MAKE) -f Makefile.macosx clean @$(MAKE) -f Makefile.cell clean @$(MAKE) -f Makefile.linux clean rm -f depend.inc SGList.h: xml_file/*.xml perl tools/create_sglist.pl xml_file/*.xml run-ps3: ps3-video-mode -v 133 ./test_nogl -video fb -width 1920 -height 1080 run-ps3tv: ./test_nogl -video fb -width 576 -height 384 -bpp 32