makefile.dec
来自「分子动力学模拟程序」· DEC 代码 · 共 25 行
DEC
25 行
## For unknown system: to count consumed cpu time, # supply cpu time counter in cpu_dummy.f fileobjects = aver.o cpu_linux.o forces.o main.o mdstep.o util.o \ input.o restart.o scalar.o service.o setup.o tcf.o getcpu.o# Put name of your Fortran compiler hereFC = f77# Put compiler options here (optimization, etc)# Sometimes file aver.f requires special options to treat# long character strings (up to 32756)FFLAGS = -fastdefault: $(objects) $(FC) -o md $(objects) $(objects) : prcm.h clean: rm -f md *.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?