view Renderer/Test/Makefile @ 1048:40cde8c1a6cd default tip

add ScaleXY (not for allExecute...)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 08 Dec 2010 06:22:15 +0900
parents 088f64aad843
children
line wrap: on
line source

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


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