kissfft/Makefile
2003-12-15 03:23:46 +00:00

13 lines
373 B
Makefile

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!"
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
rm -f kiss_fft.tar.gz *~ *.pyc kiss_fft.zip