Lines Matching refs:libxenvchan
43 all: libxenvchan.so vchan-node1 vchan-node2 vchan-socket-proxy libxenvchan.a $(PKG_CONFIG_INST) $(P…
45 libxenvchan.so: libxenvchan.so.$(MAJOR)
48 libxenvchan.so.$(MAJOR): libxenvchan.so.$(MAJOR).$(MINOR)
51 libxenvchan.so.$(MAJOR).$(MINOR): $(LIBVCHAN_PIC_OBJS)
52 …$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenvchan.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(LIBV…
54 libxenvchan.a: $(LIBVCHAN_OBJS)
55 $(AR) rcs libxenvchan.a $^
57 vchan-node1: $(NODE_OBJS) libxenvchan.so
60 vchan-node2: $(NODE2_OBJS) libxenvchan.so
63 vchan-socket-proxy: vchan-socket-proxy.o libxenvchan.so
71 $(INSTALL_PROG) libxenvchan.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
72 ln -sf libxenvchan.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR)
73 ln -sf libxenvchan.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenvchan.so
75 $(INSTALL_DATA) libxenvchan.h $(DESTDIR)$(includedir)
76 $(INSTALL_DATA) libxenvchan.a $(DESTDIR)$(libdir)
82 rm -f $(DESTDIR)$(libdir)/libxenvchan.a
83 rm -f $(DESTDIR)$(includedir)/libxenvchan.h
84 rm -f $(DESTDIR)$(libdir)/libxenvchan.so
85 rm -f $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR)
86 rm -f $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR).$(MINOR)