Whamcloud - gitweb
configure.in:
[tools/e2fsprogs.git] / lib / Makefile.checker
1 all:: checker $(LIBRARY)_chk.a
2
3 subdirs:: checker
4
5 checker:
6         mkdir checker
7
8 clean::
9         $(RM) -rf checker
10
11 $(LIBRARY)_chk.a: $(OBJS)
12         @(test -r $@ && $(RM) -f $@.bak && $(MV) $@ $@.bak)
13         (cd checker; $(ARUPD) $@ $(OBJS))
14         -$(RANLIB) $@
15         $(RM) -f ../$@
16         $(LN) $@ ../$@