Skip to content

Commit

Permalink
separate out code that may need -fforce-store
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@29271 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed May 4, 2004
1 parent 596dd80 commit 47a3076
Show file tree
Hide file tree
Showing 3 changed files with 859 additions and 859 deletions.
4 changes: 2 additions & 2 deletions src/modules/lapack/Makefile.in
Expand Up @@ -19,7 +19,7 @@ SOURCES = $(SOURCES_C) $(SOURCES_F) @USE_EXTERNAL_BLAS_FALSE@ $(SOURCES_BLAS)
OBJECTS = $(SOURCES_C:.c=.lo) $(SOURCES_F:.f=.lo)
HEADERS = Lapack.h

LIBSOURCES = dlapack0.f dlapack1.f dlapack2.f dlapack3.f \
LIBSOURCES = dlamc.f dlapack0.f dlapack1.f dlapack2.f dlapack3.f \
@COMPILE_DOUBLE_COMPLEX_FALSE@ cmplx.f @USE_EXTERNAL_BLAS_FALSE@ cmplxblas.f
LIBOBJECTS = $(LIBSOURCES:.f=.lo)

Expand All @@ -29,7 +29,7 @@ DISTFILES = \
Rlapackrc.rc dllversion.rc \
$(HEADERS) $(SOURCES_C) \
cmplx.f cmplxblas.f \
dlapack0.f dlapack1.f dlapack2.f dlapack3.f \
dlamc.f dlapack0.f dlapack1.f dlapack2.f dlapack3.f \
rgeev.f rsyev.f

## <FIXME>
Expand Down

0 comments on commit 47a3076

Please sign in to comment.