mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-03 00:58:12 -04:00
add target to build libkissfft.so
This commit is contained in:
parent
7d00183660
commit
67b6c541e2
4
Makefile
4
Makefile
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user