Lines Matching refs:MAJOR
18 MAJOR = 4.14 macro
26 PKG_CONFIG_VERSION := $(MAJOR).$(MINOR)
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…
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
85 rm -f $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR)
86 rm -f $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR).$(MINOR)