*** empty log message ***

This commit is contained in:
Mark Borgerding
2004-01-30 03:40:54 +00:00
parent 6f99fc129a
commit 9ddb2bb744
5 changed files with 39 additions and 14 deletions

View File

@ -1,12 +1,13 @@
message:
@echo "Nothing to make here. Move on down to sample_code for ... "
@echo "real FFTs, 2-d FFTs and you guessed it! Sample Code!"
@echo "Nothing to make here. Move on down to test/ for self test stuff"
@echo "or tools/ for real FFTs, multi-d FFTs, fast convolution filtering, cacher"
tarball: clean
find | grep -i -v cvs | zip kiss_fft.zip -@
tar --exclude CVS --exclude .cvsignore --exclude kiss_fft.zip -cvzf kiss_fft.tar.gz .
clean:
cd sample_code && make clean
cd test && make clean
cd tools && make clean
rm -f kiss_fft.tar.gz *~ *.pyc kiss_fft.zip