Lines Matching refs:MAJOR
4 MAJOR = 1 macro
23 PKG_CONFIG_VERSION := $(MAJOR).$(MINOR)
62 libxentoolcore.so: libxentoolcore.so.$(MAJOR)
64 libxentoolcore.so.$(MAJOR): libxentoolcore.so.$(MAJOR).$(MINOR)
67 libxentoolcore.so.$(MAJOR).$(MINOR): $(PIC_OBJS) libxentoolcore.map
68 …$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxentoolcore.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $(PIC_…
74 $(INSTALL_SHLIB) libxentoolcore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
76 $(SYMLINK_SHLIB) libxentoolcore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxentoolcore.so.$(MAJOR)
77 $(SYMLINK_SHLIB) libxentoolcore.so.$(MAJOR) $(DESTDIR)$(libdir)/libxentoolcore.so
86 rm -f $(DESTDIR)$(libdir)/libxentoolcore.so.$(MAJOR)
87 rm -f $(DESTDIR)$(libdir)/libxentoolcore.so.$(MAJOR).$(MINOR)
97 rm -f libxentoolcore.so.$(MAJOR).$(MINOR) libxentoolcore.so.$(MAJOR)