mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-03 17:18:11 -04:00
add install target for shared lib
This commit is contained in:
parent
e3420f1731
commit
cf0a8088e0
3
Makefile
3
Makefile
@ -5,6 +5,9 @@ all:
|
|||||||
ar crus libkissfft.a kiss_fft.o
|
ar crus libkissfft.a kiss_fft.o
|
||||||
gcc -shared -Wl,-soname,libkissfft.so -o libkissfft.so kiss_fft.o
|
gcc -shared -Wl,-soname,libkissfft.so -o libkissfft.so kiss_fft.o
|
||||||
|
|
||||||
|
install: all
|
||||||
|
cp libkissfft.so /usr/local/lib/
|
||||||
|
|
||||||
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