From 00143bb08bf7fa1369dd725a6e39445100290134 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Sun, 10 Nov 2013 18:17:27 +0000 Subject: [PATCH] psblas-3.1-maint: Fixed INCDRI in test/Makefile(s) --- test/fileread/Makefile | 6 +++--- test/kernel/Makefile | 4 ++-- test/pargen/Makefile | 6 +++--- test/util/Makefile | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/test/fileread/Makefile b/test/fileread/Makefile index 5cf3f646..a5b078f1 100644 --- a/test/fileread/Makefile +++ b/test/fileread/Makefile @@ -1,10 +1,10 @@ +BASEDIR=../.. +INCDIR=$(BASEDIR)/include/ +include $(INCDIR)/Make.inc.psblas # # Libraries used # -BASEDIR=../.. LIBDIR=$(BASEDIR)/lib/ -INCDIR=$(BASEDIR)/include/ -include $(INCDIR)/Make.inc.psblas PSBLAS_LIB= -L$(LIBDIR) -lpsb_util -lpsb_krylov -lpsb_prec -lpsb_base LDLIBS=$(PSBLDLIBS) diff --git a/test/kernel/Makefile b/test/kernel/Makefile index b72e97c0..458c1139 100644 --- a/test/kernel/Makefile +++ b/test/kernel/Makefile @@ -2,9 +2,9 @@ # Libraries used # BASEDIR=../.. -LIBDIR=$(BASEDIR)/lib/ INCDIR=$(BASEDIR)/include/ -include $(INCDIR)/Make.inc.psblas2 +include $(INCDIR)/Make.inc.psblas +LIBDIR=$(BASEDIR)/lib/ PSBLAS_LIB= -L$(LIBDIR) -lpsb_util -lpsb_krylov -lpsb_prec -lpsb_base LDLIBS=$(PSBLDLIBS) diff --git a/test/pargen/Makefile b/test/pargen/Makefile index 5a530afa..f9f44088 100644 --- a/test/pargen/Makefile +++ b/test/pargen/Makefile @@ -1,9 +1,9 @@ -# -# Libraries used BASEDIR=../.. -LIBDIR=$(BASEDIR)/lib INCDIR=$(BASEDIR)/include include $(INCDIR)/Make.inc.psblas +# +# Libraries used +LIBDIR=$(BASEDIR)/lib PSBLAS_LIB= -L$(LIBDIR) -lpsb_util -lpsb_krylov -lpsb_prec -lpsb_base LDLIBS=$(PSBLDLIBS) # diff --git a/test/util/Makefile b/test/util/Makefile index 8bbe05ca..563f8204 100644 --- a/test/util/Makefile +++ b/test/util/Makefile @@ -1,10 +1,10 @@ +BASEDIR=../.. +INCDIR=$(BASEDIR)/include/ +include $(INCDIR)/Make.inc.psblas # # Libraries used # -BASEDIR=../.. LIBDIR=$(BASEDIR)/lib/ -INCDIR=$(BASEDIR)/include/ -include $(INCDIR)/Make.inc.psblas PSBLAS_LIB= -L$(LIBDIR) -lpsb_util -lpsb_krylov -lpsb_prec -lpsb_base LDLIBS=$(PSBLDLIBS)