blob: 5cff608dc8a336f5efc0bc3e7403efd875a49e8a [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001all:: subdirs $(LIBRARY).a
2
3install-shlibs::
4
Theodore Ts'of923bf22005-01-26 13:03:55 -05005uninstall-shlibs::
6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00007subdirs::
8
9$(LIBRARY).a: $(OBJS)
Theodore Ts'o47204ff2004-11-30 10:52:27 -050010 @echo " GEN_LIB $@"
11 @(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
12 @$(ARGEN) $@ $(OBJS)
13 -@$(RANLIB) $@
14 @$(RM) -f ../$@
15 @$(LN) $@ ../$@
Theodore Ts'o50e1e101997-04-26 13:58:21 +000016