view Makefile @ 14:c7e7971a76d0

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Thu, 16 Dec 2010 15:29:43 +0900
parents 8a614bb55d00
children ab0cce79402f
line wrap: on
line source

default: macosx FORCE

demo:
	@echo "Make Old Dandy"
	@$(MAKE) -f Makefile.demo

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

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

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

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

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

FORCE:
	-mkdir -p ../../include/Cerium
	rsync `find . -name Test -prune -or -name spe -prune -or -name task -prune -or -name '*.h' -print` ../../include/Cerium


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