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