⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dime
💻
字号:
# Makefile for the generation of FFTW sources/Makefileinstall: allfiles	sh install.sh	make cleanallfiles: Makefile.fftw sources config.c rconfig.cconfig.c:	sh makeconfig.sh | indent >$@rconfig.c:	sh makerconfig.sh | indent >$@sources:	sh makesources.shgen:	make -f Makefile.genfftMakefile.fftw:	sh makemakefile.shdistclean: cleanclean:	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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -