📄 makefile
字号:
################################################################################## Copyright (C), 2005, Michael Sukop and Danny Thorne## Makefile#EXE=lb2d_primeall: gcc -o ${EXE} ./src/lb2d_prime.c -lmostype: gcc -DOSTYPE=${OSTYPE} -o ${EXE} ./src/lb2d_prime.c -lmpar: gcc -DPARALLEL -DOSTYPE=${OSTYPE} -o ${EXE} ./src/lb2d_prime.c -L/sw/lib -I/sw/include/ -lmpi -llam -lmswap_byte_order: gcc -DSWAP_BYTE_ORDER -o ${EXE} ./src/lb2d_prime.c -lmwarn: gcc -pedantic -Wall -Wunused-variable -o ${EXE} ./src/lb2d_prime.c -lmnocygwin: gcc -mno-cygwin -o ${EXE} ./src/lb2d_prime.c -lmslice: new_slice.c lbio.c gcc -o slice ./src/new_slice.c -lmspy: spy.c gcc -o spy ./src/spy.c -lmsweep: /bin/rm -f ./out/*.dat /bin/rm -f ./out/rho*.txt /bin/rm -f ./out/u*.txt /bin/rm -f ./out/force*.txt /bin/rm -f ./out/f*.txt /bin/rm -f ./out/*.txt /bin/rm -f ./out/rho*.bmp /bin/rm -f ./out/ueq*.bmp /bin/rm -f ./out/u*.bmp /bin/rm -f ./out/vor*.bmp /bin/rm -f ./out/force*.bmp /bin/rm -f ./out/sforce*.bmp /bin/rm -f *~ .*.sw* /bin/rm -f ./src/*~ ./src/.*.sw* /bin/rm -f ./out/slice*.m /bin/rm -f ./out/new_slice*.mclean: /bin/rm -f ${EXE}.exe slice.exe ${EXE}.exe* *.stackdump dump*.*xclean: /bin/rm -f ${EXE} slice core dump*.*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -