blob: cc2c0ff8f9a9a0fd7e668e37389e4a08ff9f404a [file] [log] [blame]
all:: subdirs $(LIBRARY).a
install-shlibs::
uninstall-shlibs::
real-subdirs::
subdirs:: Makefile
@$(MAKE) -s real-subdirs
@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) $@ ../$@