File: Makefile

package info (click to toggle)
fftw 2.1.3-16
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,976 kB
  • ctags: 4,800
  • sloc: ansic: 63,898; sh: 9,020; ml: 3,171; perl: 2,894; makefile: 759; fortran: 79
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