Lines Matching refs:so
41 LIBXENSTORE := libxenstore.so
49 ALL_TARGETS += libxenstore.so
97 libxenstore.so: libxenstore.so.$(MAJOR)
99 libxenstore.so.$(MAJOR): libxenstore.so.$(MAJOR).$(MINOR)
104 libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic
105 …$(CC) $(LDFLAGS) $(PTHREAD_LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenstore.so.$(MAJOR) $(SHLIB_LDFLA…
131 rm -f *.a *.o *.opic *.so* xenstored_probes.h
165 $(INSTALL_SHLIB) libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
166 ln -sf libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenstore.so.$(MAJOR)
167 ln -sf libxenstore.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenstore.so
187 rm -f $(DESTDIR)$(libdir)/libxenstore.so
188 rm -f $(DESTDIR)$(libdir)/libxenstore.so.$(MAJOR)
189 rm -f $(DESTDIR)$(libdir)/libxenstore.so.$(MAJOR).$(MINOR)