Merge pull request #289 from larsmans/no-noconst
[platform/upstream/openblas.git] / Makefile
index 86fbf2c..4a7371a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench
 
 all :: libs netlib tests shared
        @echo
-       @echo " OpenBLAS build complete."
+       @echo " OpenBLAS build complete. ($(LIB_COMPONENTS))"
        @echo
        @echo "  OS               ... $(OSNAME)             "
        @echo "  Architecture     ... $(ARCH)               "
@@ -44,7 +44,9 @@ ifdef INTERFACE64
        @echo "  Use 64 bits int    (equivalent to \"-i8\" in Fortran)      "
 endif
        @echo "  C compiler       ... $(C_COMPILER)  (command line : $(CC))"
+ifndef NOFORTRAN
        @echo "  Fortran compiler ... $(F_COMPILER)  (command line : $(FC))"
+endif
 ifneq ($(OSNAME), AIX)
        @echo -n "  Library Name     ... $(LIBNAME)"
 else
@@ -320,7 +322,7 @@ clean ::
 ifeq ($(OSNAME), Darwin)
        @rm -rf getarch.dSYM getarch_2nd.dSYM
 endif
-       @rm -f Makefile.conf config.h cblas_noconst.h Makefile_kernel.conf config_kernel.h st* *.dylib
+       @rm -f Makefile.conf config.h Makefile_kernel.conf config_kernel.h st* *.dylib
        @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