add target to build libkissfft.so

This commit is contained in:
Ian Daniher 2014-10-20 23:57:18 -04:00
parent 7d00183660
commit 67b6c541e2

View File

@ -1,5 +1,9 @@
KFVER=130
all:
gcc -Wall -fPIC -c *.c -Dkiss_fft_scalar=float -o kiss_fft.o
gcc -shared -Wl,-soname,libkissfft.so -o libkissfft.so kiss_fft.o
doc:
@echo "Start by reading the README file. If you want to build and test lots of stuff, do a 'make testall'"
@echo "but be aware that 'make testall' has dependencies that the basic kissfft software does not."