blob: cc2c0ff8f9a9a0fd7e668e37389e4a08ff9f404a [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'ocbb7f9c2006-03-17 21:59:13 -05007real-subdirs::
8
Theodore Ts'o02ef1962005-12-29 22:45:29 -05009subdirs:: Makefile
Theodore Ts'o3f546fc2006-03-10 21:39:40 -050010 @$(MAKE) -s real-subdirs
Theodore Ts'o02ef1962005-12-29 22:45:29 -050011 @touch subdirs
12
13clean::
14 @$(RM) -f subdirs
Theodore Ts'o50e1e101997-04-26 13:58:21 +000015
16$(LIBRARY).a: $(OBJS)
Theodore Ts'o47204ff2004-11-30 10:52:27 -050017 @echo " GEN_LIB $@"
18 @(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
19 @$(ARGEN) $@ $(OBJS)
20 -@$(RANLIB) $@
21 @$(RM) -f ../$@
22 @$(LN) $@ ../$@
Theodore Ts'o50e1e101997-04-26 13:58:21 +000023