Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
# Rebuild the library from all the .o files.
buildlib: $(OBJS)
-rm -f $(LIBNAME)
ar rc $(LIBNAME)
# ar -rc $(LIBNAME)
ar q $(LIBNAME) $(OBJS)
ar -q $(LIBNAME) $(OBJS)
#ifndef NO_RANLIB
ranlib $(LIBNAME)
#endif