Lines Matching refs:xcbincludedir
72 "$(DESTDIR)$(xcbincludedir)"
237 xcbincludedir = @xcbincludedir@
381 test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)"
382 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
388 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
389 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
394 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
397 echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \
398 cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files
486 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \