e2fsprogs/lib/Makefile.checker

17 lines
313 B
Makefile
Raw Normal View History

all:: $(LIBRARY)_chk.a
1997-04-26 17:58:21 +04:00
real-subdirs:: Makefile
@echo " MKDIR checker"
@mkdir -p checker
1997-04-26 17:58:21 +04:00
clean::
$(RM) -rf checker
$(LIBRARY)_chk.a: $(OBJS)
@echo " GEN_CHECKER_LIB $@"
1997-04-26 17:58:21 +04:00
@(test -r $@ && $(RM) -f $@.bak && $(MV) $@ $@.bak)
(cd checker; $(ARGEN) $@ $(OBJS))
-@$(RANLIB) $@
@$(RM) -f ../$@
@$(LN) $@ ../$@