Lines Matching refs:installperms
450 $(top_srcdir)/config/automake/installperms.am \
1496 for cmd in $$installperms; do \
1543 …m $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/installperms.am $(top_srcdir…
1563 $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/installperms.am $(top_srcdir)/c…
1900 installperms-exec:
1901 @installperms="$(INSTALLPERMS_exec)"; \
1902 test -n "$$installperms" && echo "Setting installation permissions on executables"; \
1905 installperms-data:
1906 @installperms="$(INSTALLPERMS_data)"; \
1907 test -n "$$installperms" && echo "Setting installation permissions on data"; \
1910 install-exec-hook: installperms-exec
1911 install-data-hook: installperms-data
1914 @WANT_INSTALLPERMS_TRUE@installperms-init:
1915 @WANT_INSTALLPERMS_FALSE@installperms-init: