The R Project SVN R

Rev

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

Rev 2261 Rev 2304
Line 36... Line 36...
36
done
36
done
37
 
37
 
38
if ${DEBUG};then echo "$0 -- DEBUG: Before Linking '${lib}'.."; set -x
38
if ${DEBUG};then echo "$0 -- DEBUG: Before Linking '${lib}'.."; set -x
39
fi
39
fi
40
 
40
 
41
@SHLIBLD@ @SHLIBLDFLAGS@ @FLIBS@ -o ${lib} ${OBJS}
41
@SHLIBLD@ @SHLIBLDFLAGS@ -o ${lib} ${OBJS} @FLIBS@
42
 
42
 
43
### Local Variables: ***
43
### Local Variables: ***
44
### mode: sh ***
44
### mode: sh ***
45
### sh-indent: 2 ***
45
### sh-indent: 2 ***
46
### End: ***
46
### End: ***