view tools/audio_processor_test/gen_tone/Makefile @ 23:90197e3375e2 pygar svn.24

[svn r24] added testing, but something is wrong with our c++ file.
author rlm
date Wed, 28 Apr 2010 08:19:09 -0400
parents
children
line wrap: on
line source
1 default: all
3 clean:
4 rm -f *.o gen_tone *.pcm
5 all:
6 g++ /usr/lib/libsndfile.so SndfileWavUtil.cpp DFT.cpp gen_tone.cpp -o gen_tone