2013-09-20 22:55:04 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2004-11-07 22:56:43 +01:00
|
|
|
# $FreeBSD$
|
2006-05-11 17:11:30 +02:00
|
|
|
# $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $
|
2004-11-07 22:56:43 +01:00
|
|
|
|
2011-10-17 12:08:33 +02:00
|
|
|
COMMENT= Fast Discrete Fourier Transform (Long Double Precision C Routines)
|
2004-11-07 22:56:43 +01:00
|
|
|
|
|
|
|
FFTW3_FLAVOR= long
|
|
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|