Readd relative folder for makefile
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user