--- trunk/Compilation/GNUmakefile 2015/02/05 12:41:08 123 +++ trunk/Compilation/GNUmakefile 2015/02/27 16:44:07 131 @@ -10,11 +10,11 @@ src_ce0l := $(shell cat ${makefile_dir}/src_ce0l) src_gcm := $(shell cat ${makefile_dir}/src_gcm) -src_test_ozonecm = $(shell cat ${makefile_dir}/src_test_ozonecm) -src_test_inter_barxy = $(shell cat ${makefile_dir}/src_test_inter_barxy) -src_test_fxhyp = $(shell cat ${makefile_dir}/src_test_fxhyp) +src_test_ozonecm := $(shell cat ${makefile_dir}/src_test_ozonecm) +src_test_inter_barxy := $(shell cat ${makefile_dir}/src_test_inter_barxy) +src_test_fxhyp := $(shell cat ${makefile_dir}/src_test_fxhyp) -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}) # 2. Objects and executable files