view CbC-examples/conv1/Makefile @ 45:d645ac0f55d6

add instration howto for PS3 to CbC-INSTALL.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 29 Jan 2010 12:18:08 +0900
parents 79124facde7c
children
line wrap: on
line source

CbCC = ../../../build_cbc44/INSTALL_DIR/libexec/gcc/i686-pc-linux-gnu/4.4.1/cc1


time:
	for exe in *; do \
	    if [ -x $$exe ]; then \
	    	echo $$exe; \
	    	time ./$$exe; \
	    fi; \
	done