shithub: aubio

ref: 2d975cf349d92e2b3bee3d07cb7fc043b221312e
dir: /python/test/bench/pitch/Makefile.am/

View raw version
export BASEDIR=../../../..
export PYTHONPATH=$(BASEDIR)/python
export LD_LIBRARY_PATH=$(BASEDIR)/src/.libs:$(BASEDIR)/ext/.libs

SOURCE = \
	/archives/samples/pitch/isolated

test-aubiopitch:         $(patsubst %, %.aubiopitch, $(SOURCE))

%.aubiopitch: %
	rm -f `basename $<`.aubiocut
	./bench-pitch $< #| tee `basename $<`.aubiocut
	#diff `basename $<`.aubiocut.ref `basename $<`.aubiocut