source: python/test/bench/pitch/Makefile.am @ ee7b9da

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/applefworksfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since ee7b9da was a12563ea, checked in by Paul Brossier <piem@altern.org>, 19 years ago

update Makefiles
update Makefiles

  • Property mode set to 100644
File size: 376 bytes
Line 
1export BASEDIR=../../../..
2export PYTHONPATH=$(BASEDIR)/python
3export LD_LIBRARY_PATH=$(BASEDIR)/src/.libs:$(BASEDIR)/ext/.libs
4
5SOURCE = \
6        /var/tmp/pitch \
7        $(HOME)/archives/samples/pitch/isolated
8
9test-aubiopitch:         $(patsubst %, %.aubiopitch, $(SOURCE))
10
11%.aubiopitch: %
12        rm -f `basename $@`
13        ./bench-pitch $< #| tee `basename $@`
14        -diff `basename $@` `basename $@`
Note: See TracBrowser for help on using the repository browser.