📄 makefile
字号:
# 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 + -