Lines Matching refs:xcbincludedir
72 "$(DESTDIR)$(xcbincludedir)"
238 xcbincludedir = @xcbincludedir@
382 test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)"
383 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
389 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
390 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
395 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
398 echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \
399 cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files
487 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \