Home | History | Annotate | Download | only in stubdata

Lines Matching full:libdir

83 	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
85 $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
88 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)
90 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
92 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
96 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir)
98 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
101 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB))
131 ifneq ($(wildcard $(libdir)/$(MIDDLE_SO_TARGET)),)
132 $(warning RPATH warning: --enable-rpath means test programs may use existing $(libdir)/$(MIDDLE_SO_TARGET))