diff --git a/lapack-netlib/INSTALL/Makefile b/lapack-netlib/INSTALL/Makefile index 7f7ecc0a8..6760df0e8 100644 --- a/lapack-netlib/INSTALL/Makefile +++ b/lapack-netlib/INSTALL/Makefile @@ -1,7 +1,8 @@ include ../make.inc .SUFFIXES : .o .f -all: testlsame testslamch testdlamch testsecond testdsecnd testieee testversion +# all: testlsame testslamch testdlamch testsecond testdsecnd testieee testversion +all: slamch.o dlamch.o testlsame: lsame.o lsametst.o $(LOADER) $(LOADOPTS) -o testlsame lsame.o lsametst.o diff --git a/lapack-netlib/Makefile b/lapack-netlib/Makefile index abab588aa..3b0b66083 100644 --- a/lapack-netlib/Makefile +++ b/lapack-netlib/Makefile @@ -14,8 +14,7 @@ lib: lapacklib tmglib clean: cleanlib cleantesting cleanblas_testing cleancblas_testing lapack_install: - ( cd INSTALL; $(MAKE); ./testlsame; ./testslamch; ./testdlamch; \ - ./testsecond; ./testdsecnd; ./testieee; ./testversion ) + ( cd INSTALL; $(MAKE); ) blaslib: ( cd BLAS/SRC; $(MAKE) )