9 lines
211 B
Makefile
9 lines
211 B
Makefile
# Created by: b.f. <bf@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= Fast Discrete Fourier Transform (Quad Precision C Routines)
|
|
|
|
FFTW3_FLAVOR= quad
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|