Readd relative folder for makefile
This commit is contained in:
@@ -8,12 +8,15 @@ FF = gfortran
|
||||
#FOPTS = -g -C
|
||||
FOPTS = -g
|
||||
|
||||
VPATH =/home/l2g/leafres/testarea:\
|
||||
/home/l2g/dataassim/math/optimization:\
|
||||
/home/l2g/dataassim/math/othersupmath:\
|
||||
/home/l2g/dataassim/math/algebra:\
|
||||
/home/l2g/dataassim/math/specialfuncs:\
|
||||
/home/l2g/dataassim/math/nonlinsystems/
|
||||
# Base directory
|
||||
BASEDIR = ../..
|
||||
|
||||
VPATH = $(BASEDIR)/leafres/testarea:\
|
||||
$(BASEDIR)/dataassim/math/optimization:\
|
||||
$(BASEDIR)/dataassim/math/othersupmath:\
|
||||
$(BASEDIR)/dataassim/math/algebra:\
|
||||
$(BASEDIR)/dataassim/math/specialfuncs:\
|
||||
$(BASEDIR)/dataassim/math/nonlinsystems/
|
||||
|
||||
# Define objects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user