[go: up one dir, main page]

File: Makefile

package info (click to toggle)
fftw 2.1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,772 kB
  • sloc: ansic: 65,239; sh: 7,399; ml: 3,084; perl: 2,894; makefile: 380; fortran: 102
file content (8 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
all: fftw.mex

# This variable should be set to the directory containing
# libfftw.a and fftw.h:
FFTWDIR = ../fftw

fftw.mex:
	mex fftw.c -I${FFTWDIR} -L${FFTWDIR}/.libs -lfftw