The R Project SVN R

Rev

Rev 33112 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33112 Rev 34044
Line 28... Line 28...
28
 
28
 
29
R_HOME=`echo ${R_HOME} | sed 's/ /\\\\ /g'`
29
R_HOME=`echo ${R_HOME} | sed 's/ /\\\\ /g'`
30
 
30
 
31
objs=
31
objs=
32
shlib=
32
shlib=
33
makefiles="-f ${R_HOME}/share/make/shlib.mk"
33
makefiles="-f ${R_SHARE_DIR}/make/shlib.mk"
34
shlib_libadd='@SHLIB_LIBADD@'
34
shlib_libadd='@SHLIB_LIBADD@'
35
with_cxx=false
35
with_cxx=false
36
with_f77=false
36
with_f77=false
37
 
37
 
38
while test -n "${1}"; do
38
while test -n "${1}"; do