Lines Matching refs:xcbincludedir
76 "$(DESTDIR)$(xcbincludedir)"
266 xcbincludedir = @xcbincludedir@
526 test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)"
527 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
533 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
534 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
539 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
542 echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \
543 cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files
725 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \