blob: 92001a7aece998b42afbe9b192a17b70833c1b8d [file] [log] [blame]
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) $@ ../$@