--- trunk/Compilation/GNUmakefile 2015/02/05 12:41:08 123 +++ trunk/GNUmakefile 2015/04/30 14:22:32 135 @@ -6,15 +6,15 @@ makefile_dir = . -VPATH := ${makefile_dir}/.. $(addprefix ${makefile_dir}/../, $(shell cat ${makefile_dir}/directories)) +VPATH := ${makefile_dir}/Sources $(addprefix ${makefile_dir}/Sources/, $(shell cat ${makefile_dir}/directories)) 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