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 (30 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Makefile for the generation of FFTW sources/Makefile

install: allfiles
	sh install.sh
	make clean

allfiles: Makefile.fftw sources config.c rconfig.c

config.c:
	sh makeconfig.sh | indent >$@

rconfig.c:
	sh makerconfig.sh | indent >$@

sources:
	sh makesources.sh

gen:
	make -f Makefile.genfft

Makefile.fftw:
	sh makemakefile.sh

distclean: clean

clean:
	rm -f *~ a.out core *.c genfft *.zi *.zo nohup.out 
	rm -f *.cm[xio] *.o
	rm -f Makefile.fftw Makefile.rfftw
	rm -f *.c