Lines Matching refs:xcbincludedir
72 "$(DESTDIR)$(xcbincludedir)"
234 xcbincludedir = @xcbincludedir@
377 test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)"
378 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
384 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
385 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
390 @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
393 echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \
394 cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files
482 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xcbincludedir)"; do \