e2fsprogs/lib/Makefile.library

17 lines
256 B
Makefile
Raw Normal View History

1997-04-26 17:58:21 +04:00
all:: subdirs $(LIBRARY).a
install-shlibs::
uninstall-shlibs::
1997-04-26 17:58:21 +04:00
subdirs::
$(LIBRARY).a: $(OBJS)
@echo " GEN_LIB $@"
@(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
@$(ARGEN) $@ $(OBJS)
-@$(RANLIB) $@
@$(RM) -f ../$@
@$(LN) $@ ../$@
1997-04-26 17:58:21 +04:00