Readd relative folder for makefile

This commit is contained in:
2022-09-16 10:24:56 -04:00
parent 561e715efd
commit ad2ee8a4ae
+9 -6
View File
@@ -8,12 +8,15 @@ FF = gfortran
#FOPTS = -g -C #FOPTS = -g -C
FOPTS = -g FOPTS = -g
VPATH =/home/l2g/leafres/testarea:\ # Base directory
/home/l2g/dataassim/math/optimization:\ BASEDIR = ../..
/home/l2g/dataassim/math/othersupmath:\
/home/l2g/dataassim/math/algebra:\ VPATH = $(BASEDIR)/leafres/testarea:\
/home/l2g/dataassim/math/specialfuncs:\ $(BASEDIR)/dataassim/math/optimization:\
/home/l2g/dataassim/math/nonlinsystems/ $(BASEDIR)/dataassim/math/othersupmath:\
$(BASEDIR)/dataassim/math/algebra:\
$(BASEDIR)/dataassim/math/specialfuncs:\
$(BASEDIR)/dataassim/math/nonlinsystems/
# Define objects # Define objects