view Renderer/Test/Makefile @ 1996:9657434c21a4 draft

change memory allocate function malloc() to manager->allocate in my_read
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Mon, 21 Apr 2014 18:49:21 +0900
parents 4443d59a8210
children
line wrap: on
line source

all:  
	make -f Makefile.macosx $*
pb:  
	make -f Makefile.macosx pb
fifo64:  
	make -f Makefile.macosx ABIBIT=64 $*
linux:  
	make -f Makefile.linux $*
cell:
	make -f Makefile.cell $*
gpu:  
	make -f Makefile.gpu $*

clean:
	make -f Makefile.macosx clean
	make -f Makefile.cell clean