mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
37 lines
924 B
Text
37 lines
924 B
Text
*** Makefile.orig Tue Oct 4 16:42:15 1994
|
|
--- Makefile Mon Oct 9 03:11:46 1995
|
|
***************
|
|
*** 6,12 ****
|
|
|
|
include make.inc
|
|
|
|
! all: install lib testing blas_testing timing blas_timing
|
|
|
|
lib: blaslib lapacklib tmglib
|
|
|
|
--- 6,12 ----
|
|
|
|
include make.inc
|
|
|
|
! all: install lib # testing blas_testing timing blas_timing
|
|
|
|
lib: blaslib lapacklib tmglib
|
|
|
|
***************
|
|
*** 17,23 ****
|
|
testdlamch; testsecond; testdsecnd; \
|
|
cp lsame.f ../BLAS/SRC/; cp lsame.f ../SRC; \
|
|
cp slamch.f ../SRC/; cp dlamch.f ../SRC/; \
|
|
! cp second.f ../SRC/; cp dsecnd.f ../SRC/ )
|
|
|
|
blaslib:
|
|
( cd BLAS/SRC; $(MAKE) )
|
|
--- 17,24 ----
|
|
testdlamch; testsecond; testdsecnd; \
|
|
cp lsame.f ../BLAS/SRC/; cp lsame.f ../SRC; \
|
|
cp slamch.f ../SRC/; cp dlamch.f ../SRC/; \
|
|
! cp second.f ../SRC/; cp dsecnd.f ../SRC/; \
|
|
! cp etime_.c ../SRC/ )
|
|
|
|
blaslib:
|
|
( cd BLAS/SRC; $(MAKE) )
|