mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-11-13 21:42:55 -05:00
Overhaul Make makefiles
* Header files and correspondent C sources that define
functions recently added to public API moved from
'tools' directory to root
* By default, install prefix is '/usr/local/', and header
install path is '${PREFIX}/include/kissfft'
* Added detection of external libraries like FFTW or libPNG
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
*.o
|
||||
*.swp
|
||||
*.so
|
||||
*.so.*
|
||||
*.a
|
||||
*.dylib
|
||||
test/testcpp
|
||||
|
||||
Reference in New Issue
Block a user