view Renderer/Engine/Makefile @ 541:1a31b8820a4d draft

Cerium Rendering Library
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 10:17:09 +0900
parents 3bc98f6d31ff
children 109a33b72b10
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: 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