Lines Matching refs:xcbincludedir
74 "$(DESTDIR)$(xcbincludedir)"
243 xcbincludedir = @xcbincludedir@
418 test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)"
419 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
425 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
426 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
431 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
434 echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \
435 cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files
523 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \