aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2015-11-01 16:21:47 +0000
committerjulie <julielangou@users.noreply.github.com>2015-11-01 16:21:47 +0000
commita3177c4b056220a4cec454c13c8b660dd87facb0 (patch)
tree083e0e1a6042a49c780c04c51cee933433759da7 /Makefile
parentd1b995d2d383941d07409eb4f275fa21d80a1dd0 (diff)
remove extra tabs - Thank you Matyas A Sustik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 82665d7c..abab588a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ blaslib:
cblaslib:
( cd CBLAS/src; $(MAKE) )
-
+
lapacklib: lapack_install
( cd SRC; $(MAKE) )
@@ -37,7 +37,7 @@ lapacke_example: lapackelib
variants:
( cd SRC/VARIANTS ; $(MAKE))
-
+
tmglib:
( cd TESTING/MATGEN; $(MAKE) )
@@ -58,7 +58,7 @@ variants_testing: lib variants
mv stest.out stest_lurec.out ; mv dtest.out dtest_lurec.out ; mv ctest.out ctest_lurec.out ; mv ztest.out ztest_lurec.out )
( cd TESTING ; rm -f xlintst* ; $(MAKE) VARLIB='SRC/VARIANTS/LIB/qrll.a' ; \
mv stest.out stest_qrll.out ; mv dtest.out dtest_qrll.out ; mv ctest.out ctest_qrll.out ; mv ztest.out ztest_qrll.out )
-
+
blas_testing:
( cd BLAS/TESTING; $(MAKE) -f Makeblat1 )
( cd BLAS; ./xblat1s > sblat1.out ; \
@@ -108,7 +108,7 @@ cleanlib:
( cd SRC/VARIANTS; $(MAKE) clean )
( cd TESTING/MATGEN; $(MAKE) clean )
( cd LAPACKE; $(MAKE) clean )
-
+
cleanblas_testing:
( cd BLAS/TESTING; $(MAKE) -f Makeblat1 clean )