view Renderer/Test/Makefile @ 1998:ed30952c240e draft

change function read() to pread() in my_read
author masa
date Tue, 22 Apr 2014 00:58:37 +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