The R Project SVN R

Rev

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

Rev 71084 Rev 77228
Line 28... Line 28...
28
	@rm -f $(OBJECTS) symbols.rds
28
	@rm -f $(OBJECTS) symbols.rds
29
 
29
 
30
## FIXME: why not Rscript?
30
## FIXME: why not Rscript?
31
symbols.rds: $(OBJECTS)
31
symbols.rds: $(OBJECTS)
32
	@$(ECHO) "tools:::.shlib_objects_symbol_tables()" | \
32
	@$(ECHO) "tools:::.shlib_objects_symbol_tables()" | \
33
	  $(R_HOME)/bin$(R_ARCH)/Rterm.exe --vanilla --slave --args $(OBJECTS)
33
	  $(R_HOME)/bin$(R_ARCH)/Rterm.exe --vanilla --no-echo --args $(OBJECTS)