blob: 2ea95c1112bd9bdfb935e475a44f93726dcf81ec [file] [log] [blame]
all:: subdirs $(LIBRARY).a
install-shlibs::
subdirs::
$(LIBRARY).a: $(OBJS)
(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
$(ARUPD) $@ $(OBJS)
-$(RANLIB) $@
$(RM) -f ../$@
$(LN) $@ ../$@