view TaskManager/Test/test_render/Makefile @ 281:f05d6c185f55 draft

changeset:260 repair
author tkaito@localhost.localdomain
date Fri, 05 Jun 2009 11:47:19 +0900
parents 0b0e0f323742
children ef6b225f6f40
line wrap: on
line source

default: macosx

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

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

linux: FORCE
	@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