annotate tools/audio_processor_test/gen_tone/Makefile @ 75:a15cc186e07d pygar svn.76

[svn r76] should be fully parameterized for however many cores we want (not fully tested)
author punk
date Wed, 12 May 2010 03:14:53 -0400
parents 90197e3375e2
children
rev   line source
rlm@23 1 default: all
rlm@23 2
rlm@23 3 clean:
rlm@23 4 rm -f *.o gen_tone *.pcm
rlm@23 5 all:
rlm@23 6 g++ /usr/lib/libsndfile.so SndfileWavUtil.cpp DFT.cpp gen_tone.cpp -o gen_tone