File tree 2 files changed +8
-11
lines changed
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -77,23 +77,20 @@ nodeps : $(.DEFAULT_GOAL)
77
77
#
78
78
# COMPILATION RULES
79
79
80
- COMPILE_NC = $(FC) $(FCbasic) $(FCopenmp) $(FCstatic) $(FCopt) $(FCfixed) $(TEST_INCLUDES) -c
81
-
82
- bari_vdpol.o bari_vdpol3.o bari_vdpol_x.o bari_vdpol3_x.o bari_medakzo.o bari_hires.o \
83
- bari_pollu.o bari_rober.o bari_beam.o bari_chemakzo.o : %.o : %.f
80
+ %.o : %.f
84
81
ifneq ($(QUIET),)
85
- @echo COMPILE_LEGACY_NC $<
86
- @$(COMPILE_NC) $<
82
+ @echo TEST_COMPILE fixed $<
83
+ @$(TEST_COMPILE) $(FCfixed) -fimplicit-none $<
87
84
else
88
- $(COMPILE_NC) $<
85
+ $(TEST_COMPILE) $(FCfixed)-fimplicit-none $<
89
86
endif
90
87
91
88
%.o: %.f90
92
89
ifneq ($(QUIET),)
93
- @echo TEST_COMPILE_LEGACY $<
94
- @$(TEST_COMPILE) $(FCfree) $<
90
+ @echo TEST_COMPILE free $<
91
+ @$(TEST_COMPILE) $(FCfree) -fimplicit-none $<
95
92
else
96
- $(TEST_COMPILE) $(FCfree) $<
93
+ $(TEST_COMPILE) $(FCfree) -fimplicit-none $<
97
94
endif
98
95
99
96
#################################################################
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ LOCAL_LIB_DIR = $(PACKAGE_DIR)/make
247
247
MESA_LIB_DIR = $(MESA_DIR)/lib
248
248
MESA_INCLUDE_DIR = $(MESA_DIR)/include
249
249
TEST_INCLUDES = -I$(LOCAL_LIB_DIR) -I$(PACKAGE_DIR)/public -I$(MESA_INCLUDE_DIR)
250
- TEST_COMPILE_FLAGS = $(FCbasic) $(FCopenmp) $(TEST_INCLUDES) $(FCchecks) $(FCdebug) $(LIB_FLAGS) -c
250
+ TEST_COMPILE_FLAGS = $(FCbasic) $(FCopenmp) $(TEST_INCLUDES) $(FCchecks) $(FCdebug) $(LIB_FLAGS) $(FCstandard) $(FCimpno) -c
251
251
TEST_COMPILE = $(FC) $(TEST_COMPILE_FLAGS) $(LD_FLAGS)
252
252
253
253
# Library lists / linking commands
You can’t perform that action at this time.
0 commit comments