Whamcloud - gitweb
blkid.c (main, compare_search_type): Make blkid -t work more
[tools/e2fsprogs.git] / lib / Makefile.library
1 all:: subdirs $(LIBRARY).a
2
3 install-shlibs::
4
5 uninstall-shlibs::
6
7 subdirs::
8
9 $(LIBRARY).a: $(OBJS)
10         @echo " GEN_LIB $@"
11         @(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
12         @$(ARGEN) $@ $(OBJS)
13         -@$(RANLIB) $@
14         @$(RM) -f ../$@
15         @$(LN) $@ ../$@
16