view Makefile @ 17:927401604461

add spe object
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Dec 2010 04:16:25 +0900
parents 5e10d43156bd
children c330ded6d728
line wrap: on
line source

default: macosx

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

demo:
	@$(MAKE) -f Makefile.mac demo

dandy:
	@$(MAKE) -f Makefile.mac dandy

t_dandy:
	@$(MAKE) -f Makefile.mac t_dandy

fifo64:
	@$(MAKE) -f Makefile.macosx ABIBIT=64

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

clean:
	@$(MAKE) -f Makefile.mac clean
	@$(MAKE) -f Makefile.ps3 clean
	rm -f depend.inc