summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>2017-07-02 00:50:14 +0200
committerGitHub <noreply@github.com>2017-07-02 00:50:14 +0200
commit2c8d6346195d0f731d60e552f55b100203f79dd1 (patch)
tree486342e42e546b73a28499bbd747047c1e9756af
parent912410f2140da59c0b639110fd6ac6ed495e8bec (diff)
downloadopenblas-2c8d6346195d0f731d60e552f55b100203f79dd1.tar.gz
openblas-2c8d6346195d0f731d60e552f55b100203f79dd1.tar.bz2
openblas-2c8d6346195d0f731d60e552f55b100203f79dd1.zip
Add files via upload
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 499732d16..107dff5f2 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,8 @@ LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS))
SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench
-.PHONY : all libs netlib test ctest shared install
-.NOTPARALLEL : all libs prof lapack-test install blas-test
+.PHONY : all libs netlib $(RELA) test ctest shared install
+.NOTPARALLEL : all libs $(RELA) prof lapack-test install blas-test
all :: libs netlib $(RELA) tests shared
@echo
@@ -339,6 +339,7 @@ endif
@touch $(NETLIB_LAPACK_DIR)/make.inc
@$(MAKE) -C $(NETLIB_LAPACK_DIR) clean
@rm -f $(NETLIB_LAPACK_DIR)/make.inc $(NETLIB_LAPACK_DIR)/lapacke/include/lapacke_mangling.h
+ @$(MAKE) -C relapack clean
@rm -f *.grd Makefile.conf_last config_last.h
@(cd $(NETLIB_LAPACK_DIR)/TESTING && rm -f x* *.out testing_results.txt)
@echo Done.