/[lmdze]/trunk/GNUmakefile
ViewVC logotype

Diff of /trunk/GNUmakefile

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

revision 138 by guez, Fri May 22 23:13:19 2015 UTC revision 167 by guez, Mon Aug 24 16:30:33 2015 UTC
# Line 13  src_gcm := $(shell cat ${makefile_dir}/s Line 13  src_gcm := $(shell cat ${makefile_dir}/s
13  src_test_ozonecm := $(shell cat ${makefile_dir}/src_test_ozonecm)  src_test_ozonecm := $(shell cat ${makefile_dir}/src_test_ozonecm)
14  src_test_inter_barxy := $(shell cat ${makefile_dir}/src_test_inter_barxy)  src_test_inter_barxy := $(shell cat ${makefile_dir}/src_test_inter_barxy)
15  src_test_fxhyp := $(shell cat ${makefile_dir}/src_test_fxhyp)  src_test_fxhyp := $(shell cat ${makefile_dir}/src_test_fxhyp)
16    src_test_inifilr := $(shell cat ${makefile_dir}/src_test_inifilr)
17    
18  sources := $(sort ${src_ce0l} ${src_gcm} ${src_test_ozonecm} ${src_test_inter_barxy} ${src_test_fxhyp})  sources := $(sort ${src_ce0l} ${src_gcm} ${src_test_ozonecm} ${src_test_inter_barxy} ${src_test_fxhyp} ${src_test_inifilr})
19    
20  # 2. Objects and executable files  # 2. Objects and executable files
21    
# Line 23  obj_gcm := $(src_gcm:.f=.o) Line 24  obj_gcm := $(src_gcm:.f=.o)
24  obj_test_ozonecm := $(src_test_ozonecm:.f=.o)  obj_test_ozonecm := $(src_test_ozonecm:.f=.o)
25  obj_test_inter_barxy := $(src_test_inter_barxy:.f=.o)  obj_test_inter_barxy := $(src_test_inter_barxy:.f=.o)
26  obj_test_fxhyp := $(src_test_fxhyp:.f=.o)  obj_test_fxhyp := $(src_test_fxhyp:.f=.o)
27    obj_test_inifilr := $(src_test_inifilr:.f=.o)
28  objects := $(sources:.f=.o)  objects := $(sources:.f=.o)
29  execut = ce0l gcm test_ozonecm test_inter_barxy test_fxhyp  execut = ce0l gcm test_ozonecm test_inter_barxy test_fxhyp test_inifilr
30    
31  # 3. Compiler-dependent part  # 3. Compiler-dependent part
32    
# Line 43  gcm: ${obj_gcm} Line 45  gcm: ${obj_gcm}
45  test_ozonecm: ${obj_test_ozonecm}  test_ozonecm: ${obj_test_ozonecm}
46  test_inter_barxy: ${obj_test_inter_barxy}  test_inter_barxy: ${obj_test_inter_barxy}
47  test_fxhyp: ${obj_test_fxhyp}  test_fxhyp: ${obj_test_fxhyp}
48    test_inifilr: ${obj_test_inifilr}
49    
50  depend ${makefile_dir}/depend.mk:  depend ${makefile_dir}/depend.mk:
51          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.138  
changed lines
  Added in v.167

  ViewVC Help
Powered by ViewVC 1.1.21