this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build archive for static linking

+1
+1
Makefile
··· 2 2 3 3 all: 4 4 gcc -Wall -fPIC -c *.c -Dkiss_fft_scalar=float -o kiss_fft.o 5 + ar crus libkissfft.a kiss_fft.o 5 6 gcc -shared -Wl,-soname,libkissfft.so -o libkissfft.so kiss_fft.o 6 7 7 8 doc: