e2fsprogs/lib/Makefile.library

14 lines
210 B
Makefile

all:: subdirs $(LIBRARY).a
install-shlibs::
subdirs::
$(LIBRARY).a: $(OBJS)
(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
$(ARUPD) $@ $(OBJS)
-$(RANLIB) $@
$(RM) -f ../$@
$(LN) $@ ../$@