Lines Matching refs:DESTDIR
72 $(INSTALL_DIR) $(DESTDIR)$(libdir)
73 $(INSTALL_DIR) $(DESTDIR)$(includedir)
74 $(INSTALL_SHLIB) libxentoolcore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
75 $(INSTALL_DATA) libxentoolcore.a $(DESTDIR)$(libdir)
76 $(SYMLINK_SHLIB) libxentoolcore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxentoolcore.so.$(MAJOR)
77 $(SYMLINK_SHLIB) libxentoolcore.so.$(MAJOR) $(DESTDIR)$(libdir)/libxentoolcore.so
78 $(INSTALL_DATA) include/xentoolcore.h $(DESTDIR)$(includedir)
79 $(INSTALL_DATA) xentoolcore.pc $(DESTDIR)$(PKG_INSTALLDIR)
83 rm -f $(DESTDIR)$(PKG_INSTALLDIR)/xentoolcore.pc
84 rm -f $(DESTDIR)$(includedir)/xentoolcore.h
85 rm -f $(DESTDIR)$(libdir)/libxentoolcore.so
86 rm -f $(DESTDIR)$(libdir)/libxentoolcore.so.$(MAJOR)
87 rm -f $(DESTDIR)$(libdir)/libxentoolcore.so.$(MAJOR).$(MINOR)
88 rm -f $(DESTDIR)$(libdir)/libxentoolcore.a