e2fsprogs/lib/Makefile.library

15 lines
236 B
Makefile

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