Rev 15758 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/share/make/shlib.mk include $(R_HOME)/etc/Makeconf $(SHLIB): $(OBJECTS) $(SHLIB_LINK) -o $@ $(OBJECTS) $(ALL_LIBS)
## ${R_HOME}/share/make/shlib.mk
include $(R_HOME)/etc/Makeconf
$(SHLIB): $(OBJECTS)
$(SHLIB_LINK) -o $@ $(OBJECTS) $(ALL_LIBS)