mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-04 01:28:23 -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
|
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:
|
doc:
|
||||||
@echo "Start by reading the README file. If you want to build and test lots of stuff, do a 'make testall'"
|
@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."
|
@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