/[lmdze]/trunk/Compilation/GNUmakefile
ViewVC logotype

Diff of /trunk/Compilation/GNUmakefile

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

revision 123 by guez, Thu Feb 5 12:41:08 2015 UTC revision 131 by guez, Fri Feb 27 16:44:07 2015 UTC
# Line 10  VPATH := ${makefile_dir}/.. $(addprefix Line 10  VPATH := ${makefile_dir}/.. $(addprefix
10    
11  src_ce0l := $(shell cat ${makefile_dir}/src_ce0l)  src_ce0l := $(shell cat ${makefile_dir}/src_ce0l)
12  src_gcm := $(shell cat ${makefile_dir}/src_gcm)  src_gcm := $(shell cat ${makefile_dir}/src_gcm)
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    
17  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})
18    
19  # 2. Objects and executable files  # 2. Objects and executable files
20    

Legend:
Removed from v.123  
changed lines
  Added in v.131

  ViewVC Help
Powered by ViewVC 1.1.21