mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-03 17:18:11 -04:00
woops bad file paths
This commit is contained in:
parent
592d586c49
commit
a95fbd464f
@ -41,16 +41,12 @@ endif
|
|||||||
|
|
||||||
ifeq "$(DATATYPE)" "float"
|
ifeq "$(DATATYPE)" "float"
|
||||||
# fftw needs to be built with --enable-float to build this lib
|
# fftw needs to be built with --enable-float to build this lib
|
||||||
#FFTWLIB=-lfftw3f
|
FFTWLIB=/usr/lib/libfftw3f.a
|
||||||
#FFTWLIB=/usr/lib/libfftw3f.a
|
|
||||||
FFTWLIB=/home/mark/xmfftw/lib/libfftw3f.a
|
|
||||||
#FFTWLIB=/home/mark/xmfftwbeta/lib/libfftw3f.a
|
|
||||||
else
|
else
|
||||||
FFTWLIB=-lfftw3
|
FFTWLIB=-lfftw3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#FFTWLIBDIR=-L/usr/local/lib/
|
FFTWLIBDIR=-L/usr/local/lib/
|
||||||
#FFTWLIBDIR=-L/home/mark/xmfftwbeta/lib/libfftw3f.a
|
|
||||||
|
|
||||||
SRCFILES=../kiss_fft.c ../tools/kiss_fftnd.c ../tools/kiss_fftr.c pstats.c ../tools/kfc.c
|
SRCFILES=../kiss_fft.c ../tools/kiss_fftnd.c ../tools/kiss_fftr.c pstats.c ../tools/kfc.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user