blob: 585e1466fe26fcc06ac39073352a66a4a87adce0 [file] [log] [blame]
all:: subdirs $(LIBRARY).a
install-shlibs::
subdirs::
$(LIBRARY).a: $(OBJS)
@echo " GEN_LIB $@"
@(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
@$(ARGEN) $@ $(OBJS)
-@$(RANLIB) $@
@$(RM) -f ../$@
@$(LN) $@ ../$@