9 lines
204 B
Makefile
9 lines
204 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
|
|
COMMENT= Fast C routines (Single Percision)
|
|
|
|
FFTW_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw
|
|
OPTIONS_EXCLUDE=DOCS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|