--- trunk/Compilation/GNUmakefile 2015/02/27 16:44:07 131 +++ trunk/GNUmakefile 2015/05/22 23:13:19 138 @@ -6,7 +6,7 @@ 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) @@ -34,13 +34,10 @@ # 4. Rules SHELL = bash +LINK.o = $(FC) $(LDFLAGS) $(TARGET_ARCH) .DELETE_ON_ERROR: .PHONY: all clean clobber depend all: ${execut} log - -${execut}: - $(FC) $(LDFLAGS) $^ $(LDLIBS) -o $@ - ce0l: ${obj_ce0l} gcm: ${obj_gcm} test_ozonecm: ${obj_test_ozonecm}