📄 makefile
字号:
# Macro definitionsFILES = tiphirr7.f vcnfin7q.f vcnfout5.f nvfccrh1.f alea.f ranno.f \ vcnfini2.f difsups.f fourn.f get_jump.fOBJECTS = tiphirr7.o vcnfin7q.o vcnfout5.o nvfccrh1.o alea.o ranno.o \ vcnfini2.o difsups.o fourn.o get_jump.oFLAGS = -O2FC = ifc # Target definitionsts64_L12.exe: $(OBJECTS) $(FC) $(FLAGS) -o $@ $(OBJECTS) # Second level dependencies$(OBJECTS) : $(FILES) ifc $(FLAGS) -w95 -w90 -c $?
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -