Lines Matching refs:distdir
256 distdir = $(PACKAGE)-$(VERSION) macro
257 top_distdir = $(distdir)
265 DIST_ARCHIVES = $(distdir).tar.gz
744 test -d "$(distdir)" || mkdir "$(distdir)"
760 if test -d "$(distdir)/$$file"; then \
761 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
764 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
765 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
767 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
769 test -f "$(distdir)/$$file" \
770 || cp -p $$d/$$file "$(distdir)/$$file" \
775 || find "$(distdir)" -type d ! -perm -755 \
780 || chmod -R a+r "$(distdir)"
876 @(echo "$(distdir) archives ready for distribution: "; \