/[lmdze]/trunk/GNUmakefile
ViewVC logotype

Diff of /trunk/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 313 by guez, Mon Dec 10 15:54:30 2018 UTC revision 318 by guez, Tue Dec 11 15:06:38 2018 UTC
# Line 12  src_test_ozonecm := $(shell cat ${makefi Line 12  src_test_ozonecm := $(shell cat ${makefi
12  src_test_inter_barxy := $(shell cat ${makefile_dir}/src_test_inter_barxy)  src_test_inter_barxy := $(shell cat ${makefile_dir}/src_test_inter_barxy)
13  src_test_fxhyp := $(shell cat ${makefile_dir}/src_test_fxhyp)  src_test_fxhyp := $(shell cat ${makefile_dir}/src_test_fxhyp)
14  src_test_inifilr := $(shell cat ${makefile_dir}/src_test_inifilr)  src_test_inifilr := $(shell cat ${makefile_dir}/src_test_inifilr)
15    src_test_orbite = test_orbite.f orbite.f YOMCST.f unit_nml_m.f
16    
17  sources := $(sort ${src_ce0l} ${src_gcm} ${src_test_ozonecm} ${src_test_inter_barxy} ${src_test_fxhyp} ${src_test_inifilr})  sources := $(sort ${src_ce0l} ${src_gcm} ${src_test_ozonecm} ${src_test_inter_barxy} ${src_test_fxhyp} ${src_test_inifilr} ${src_test_orbite})
18    
19  include ${general_compiler_options_dir}/settings.mk  include ${general_compiler_options_dir}/settings.mk
20    
# Line 29  obj_test_ozonecm := $(addsuffix .o, $(ba Line 30  obj_test_ozonecm := $(addsuffix .o, $(ba
30  obj_test_inter_barxy := $(addsuffix .o, $(basename ${src_test_inter_barxy}))  obj_test_inter_barxy := $(addsuffix .o, $(basename ${src_test_inter_barxy}))
31  obj_test_fxhyp := $(addsuffix .o, $(basename ${src_test_fxhyp}))  obj_test_fxhyp := $(addsuffix .o, $(basename ${src_test_fxhyp}))
32  obj_test_inifilr := $(addsuffix .o, $(basename ${src_test_inifilr}))  obj_test_inifilr := $(addsuffix .o, $(basename ${src_test_inifilr}))
33    obj_test_orbite := $(addsuffix .o, $(basename ${src_test_orbite}))
34  objects := $(addsuffix .o, $(basename ${sources}))  objects := $(addsuffix .o, $(basename ${sources}))
35  execut = ce0l gcm test_ozonecm test_inter_barxy test_fxhyp test_inifilr  execut = ce0l gcm test_ozonecm test_inter_barxy test_fxhyp test_inifilr test_orbite
36    
37  # 3. Rules  # 3. Rules
38    
# Line 41  test_ozonecm: ${obj_test_ozonecm} Line 43  test_ozonecm: ${obj_test_ozonecm}
43  test_inter_barxy: ${obj_test_inter_barxy}  test_inter_barxy: ${obj_test_inter_barxy}
44  test_fxhyp: ${obj_test_fxhyp}  test_fxhyp: ${obj_test_fxhyp}
45  test_inifilr: ${obj_test_inifilr}  test_inifilr: ${obj_test_inifilr}
46    test_orbite: ${obj_test_orbite}
47    
48  depend ${makefile_dir}/depend.mk:  depend ${makefile_dir}/depend.mk:
49          makedepf90 -free -Wmissing -Wconfused $(addprefix -I, ${VPATH}) -nosrc $(addprefix -u , netcdf numer_rec_95 netcdf95 nr_util jumble) ${sources} >${makefile_dir}/depend.mk          makedepf90 -free -Wmissing -Wconfused $(addprefix -I, ${VPATH}) -nosrc $(addprefix -u , netcdf numer_rec_95 netcdf95 nr_util jumble) ${sources} >${makefile_dir}/depend.mk

Legend:
Removed from v.313  
changed lines
  Added in v.318

  ViewVC Help
Powered by ViewVC 1.1.21