blob: 6064494aae95694c20d72a092c93d5132176e613 [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001all:: checker $(LIBRARY)_chk.a
2
3subdirs:: checker
4
5checker:
6 mkdir checker
7
8clean::
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) $@ ../$@