Lines Matching refs:DESTDIR
63 $(INSTALL_DIR) $(DESTDIR)$(libdir)
64 $(INSTALL_DIR) $(DESTDIR)$(includedir)
65 $(INSTALL_SHLIB) libxentoollog.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
66 $(INSTALL_DATA) libxentoollog.a $(DESTDIR)$(libdir)
67 $(SYMLINK_SHLIB) libxentoollog.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxentoollog.so.$(MAJOR)
68 $(SYMLINK_SHLIB) libxentoollog.so.$(MAJOR) $(DESTDIR)$(libdir)/libxentoollog.so
69 $(INSTALL_DATA) include/xentoollog.h $(DESTDIR)$(includedir)
70 $(INSTALL_DATA) xentoollog.pc $(DESTDIR)$(PKG_INSTALLDIR)
74 rm -f $(DESTDIR)$(PKG_INSTALLDIR)/xentoollog.pc
75 rm -f $(DESTDIR)$(includedir)/xentoollog.h
76 rm -f $(DESTDIR)$(libdir)/libxentoollog.so
77 rm -f $(DESTDIR)$(libdir)/libxentoollog.so.$(MAJOR)
78 rm -f $(DESTDIR)$(libdir)/libxentoollog.so.$(MAJOR).$(MINOR)
79 rm -f $(DESTDIR)$(libdir)/libxentoollog.a