Lines Matching refs:so
42 all: libxenvchan.so vchan-node1 vchan-node2 libxenvchan.a $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)
44 libxenvchan.so: libxenvchan.so.$(MAJOR)
47 libxenvchan.so.$(MAJOR): libxenvchan.so.$(MAJOR).$(MINOR)
50 libxenvchan.so.$(MAJOR).$(MINOR): $(LIBVCHAN_PIC_OBJS)
51 …$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenvchan.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(LIBV…
56 vchan-node1: $(NODE_OBJS) libxenvchan.so
59 vchan-node2: $(NODE2_OBJS) libxenvchan.so
66 $(INSTALL_PROG) libxenvchan.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
67 ln -sf libxenvchan.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR)
68 ln -sf libxenvchan.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenvchan.so
78 rm -f $(DESTDIR)$(libdir)/libxenvchan.so
79 rm -f $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR)
80 rm -f $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR).$(MINOR)
84 $(RM) -f *.o *.opic *.so* *.a vchan-node1 vchan-node2 $(DEPS_RM)