# # Makefile.lib.in - Makerules for building libraries # # $Id: Makefile.lib.in 1.3 1998/10/11 11:07:03 jjc Exp $ # # Copyright (C) 1998 Cees A. de Groot # LTVERSION=@LTVERSION@ CLEANFILES=-r lib$(LIB).la $(OBJS) $(COBJS) $(LT_OBJS) core .libs Makefile.lt LIB_THREADS=@LIB_THREADS@ all: lib$(LIB).la pure: all Makefile.lt: echo 'LT_OBJS='`echo $(OBJS)|sed 's/\.o/.lo/g'` >Makefile.lt lib$(LIB).la: $(LT_OBJS) $(LIBTOOL) --mode=link $(CC) -o lib$(LIB).la $(LT_OBJS) \ -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS) install: $(LIBTOOL) --mode=install $(INSTALL) lib$(LIB).la $(libdir) install-man: depend: depend_src depend.temp: $(GENSRCS) gen: $(GENSRCS)