The R Project SVN R

Rev

Rev 46193 | Rev 70032 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46193 Rev 54847
Line 16... Line 16...
16
 
16
 
17
SOURCES = blas00.c blas.f cmplxblas.f
17
SOURCES = blas00.c blas.f cmplxblas.f
18
 
18
 
19
Rblas_la = libRblas$(DYLIB_EXT)
19
Rblas_la = libRblas$(DYLIB_EXT)
20
## @RBLAS_LDFLAGS@ is used on Mac OS X
20
## @RBLAS_LDFLAGS@ is used on Mac OS X
-
 
21
## first for internal BLAS
21
Rblas_la_LIBADD = @RBLAS_LDFLAGS@ $(FLIBS)
22
Rblas_la_LIBADD = @RBLAS_LDFLAGS@ $(FLIBS_IN_SO)
-
 
23
## then external one
22
Rblas_la_LIBADD0 = @RBLAS_LDFLAGS@
24
Rblas_la_LIBADD0 = @RBLAS_LDFLAGS@
23
 
25
 
24
all: Makefile @BLAS_SHLIB_TRUE@ R
26
all: Makefile @BLAS_SHLIB_TRUE@ R
25
 
27
 
26
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(SOURCES_C)
28
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(SOURCES_C)