8 lines
219 B
Makefile
8 lines
219 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
COMMENT= Fast Discrete Fourier Transform (Long Double Precision C Routines)
|
|
|
|
FFTW3_FLAVOR= long
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|