blob: 52f28bb5e497ea6a5203c1c3d2ce473ace1c1274 [file] [log] [blame]
all:: subdirs $(LIBRARY).a
install-shlibs::
uninstall-shlibs::
real-subdirs::
subdirs:: Makefile
@$(MAKE) -s real-subdirs
@touch subdirs
clean::
@$(RM) -f subdirs
$(LIB)/$(LIBRARY).a $(LIBRARY).a: $(OBJS)
@echo " GEN_LIB $@"
@(if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
@$(ARGEN) $@ $(OBJS)
-@$(RANLIB) $@
@$(RM) -f ../$@
@$(LN) $@ ../$@