10 lines
225 B
Makefile
10 lines
225 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|