makefile

来自「FFTW, a collection of fast C routines to」· 代码 · 共 31 行

TXT
31
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?