all:: subdirs $(LIBRARY).a | |
install-shlibs:: | |
uninstall-shlibs:: | |
subdirs:: Makefile | |
@touch subdirs | |
clean:: | |
@$(RM) -f subdirs | |
$(LIBRARY).a: $(OBJS) | |
@echo " GEN_LIB $@" | |
@(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi) | |
@$(ARGEN) $@ $(OBJS) | |
-@$(RANLIB) $@ | |
@$(RM) -f ../$@ | |
@$(LN) $@ ../$@ | |