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