File tree Expand file tree Collapse file tree 4 files changed +535
-585
lines changed Expand file tree Collapse file tree 4 files changed +535
-585
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SRCS = \
22
22
op_ev.f \
23
23
op_osc.f \
24
24
op_radacc.f \
25
- op_eval.f \
25
+ op_eval.f90 \
26
26
op_eval_mombarg.f90 \
27
27
kap_eval_support.f90 \
28
28
condint.f90 \
@@ -84,22 +84,6 @@ COMPILE_CMD = $(COMPILE)
84
84
85
85
COMPILE_LEGACY_NOCHECKS = $(filter-out -std=f2008, $(COMPILE_NO_CHECKS))
86
86
87
- op_eval.o : op_eval.f
88
- ifneq ($(QUIET),)
89
- @echo COMPILE_NO_CHECKS $<
90
- @$(COMPILE_NO_CHECKS) $(FCfixed) $<
91
- else
92
- $(COMPILE_NO_CHECKS) $(FCfixed) $<
93
- endif
94
-
95
- conduction.o : conduction.f
96
- ifneq ($(QUIET),)
97
- @echo COMPILE_NO_CHECKS $<
98
- @$(COMPILE_NO_CHECKS) $(FCfree) $<
99
- else
100
- $(COMPILE_NO_CHECKS) $(FCfree) $<
101
- endif
102
-
103
87
op_load.o op_common.o op_ev.o op_osc.o op_radacc.o : %.o : %.f
104
88
ifneq ($(QUIET),)
105
89
@echo COMPILE_LEGACY_NOCHECKS $<
You can’t perform that action at this time.
0 commit comments