/[lmdze]/trunk/GNUmakefile
ViewVC logotype

Diff of /trunk/GNUmakefile

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

revision 167 by guez, Mon Aug 24 16:30:33 2015 UTC revision 207 by guez, Thu Sep 1 10:30:53 2016 UTC
# Line 17  src_test_inifilr := $(shell cat ${makefi Line 17  src_test_inifilr := $(shell cat ${makefi
17    
18  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})
19    
20    lib_list = numer_rec_95 jumble nr_util netcdf95 netcdff
21    
22  # 2. Objects and executable files  # 2. Objects and executable files
23    
24  obj_ce0l := $(src_ce0l:.f=.o)  obj_ce0l := $(src_ce0l:.f=.o)
# Line 31  execut = ce0l gcm test_ozonecm test_inte Line 33  execut = ce0l gcm test_ozonecm test_inte
33  # 3. Compiler-dependent part  # 3. Compiler-dependent part
34    
35  mode = debug  mode = debug
36  include Compiler_options/${FC}_${mode}.mk  include ${included_makefile_dir}/${FC}_${mode}.mk
37    
38  # 4. Rules  # 4. Rules
39    

Legend:
Removed from v.167  
changed lines
  Added in v.207

  ViewVC Help
Powered by ViewVC 1.1.21