The R Project SVN R

Rev

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

Rev 77119 Rev 77138
Line 124... Line 124...
124
## Setting FC often sets F77 (on Solaris make even if set)
124
## Setting FC often sets F77 (on Solaris make even if set)
125
## so must follow FC in this file.
125
## so must follow FC in this file.
126
#F77 = @FC@
126
#F77 = @FC@
127
#FCPICFLAGS = @FPICFLAGS@
127
#FCPICFLAGS = @FPICFLAGS@
128
#F77_VISIBILITY = @F_VISIBILITY@
128
#F77_VISIBILITY = @F_VISIBILITY@
129
#SHLIB_FCLD = @SHLIB_FCLD@
-
 
130
#SHLIB_FCLDFLAGS = @SHLIB_FCLDFLAGS@
-
 
131
#SHLIB_OPENMP_FCFLAGS = @SHLIB_OPENMP_FFLAGS@
129
#SHLIB_OPENMP_FCFLAGS = @SHLIB_OPENMP_FFLAGS@
-
 
130
## These might be used in a src/Makefile
-
 
131
SHLIB_FCLD = @SHLIB_FCLD@
-
 
132
SHLIB_FCLDFLAGS = @SHLIB_FCLDFLAGS@
132
 
133
 
133
 
134
 
134
## for linking to libR.a
135
## for linking to libR.a
135
STATIC_LIBR = @WANT_R_STATIC_TRUE@ @STATICR1@ "$(R_HOME)/lib$(R_ARCH)/libR.a" @STATICR2@ $(BLAS_LIBS) $(FLIBS) @R_XTRA_LIBS@ $(LIBINTL) @READLINE_LIBS@ $(LIBS)
136
STATIC_LIBR = @WANT_R_STATIC_TRUE@ @STATICR1@ "$(R_HOME)/lib$(R_ARCH)/libR.a" @STATICR2@ $(BLAS_LIBS) $(FLIBS) @R_XTRA_LIBS@ $(LIBINTL) @READLINE_LIBS@ $(LIBS)
136
 
137