Lines Matching refs:xcbincludedir
72 "$(DESTDIR)$(xcbincludedir)"
236 xcbincludedir = @xcbincludedir@
394 test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)"
395 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
401 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
402 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
407 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
410 echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \
411 cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files
499 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \