blob: 2ea95c1112bd9bdfb935e475a44f93726dcf81ec [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001all:: subdirs $(LIBRARY).a
2
3install-shlibs::
4
5subdirs::
6
7$(LIBRARY).a: $(OBJS)
8 (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
9 $(ARUPD) $@ $(OBJS)
10 -$(RANLIB) $@
11 $(RM) -f ../$@
12 $(LN) $@ ../$@
13