• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathy/

Lines Matching refs:distdir

94 distdir = $(PACKAGE)-$(VERSION)
95 top_distdir = $(distdir)
97 { test ! -d $(distdir) \
98 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
99 && rm -fr $(distdir); }; }
100 DIST_ARCHIVES = $(distdir).tar.gz
357 distdir: $(DISTFILES)
359 test -d $(distdir) || mkdir $(distdir)
368 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
376 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
378 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
380 test -f $(distdir)/$$file \
381 || cp -p $$d/$$file $(distdir)/$$file \
385 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
389 || chmod -R a+r $(distdir)
390 dist-gzip: distdir
391 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
394 dist-bzip2: distdir
395 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
398 dist-tarZ: distdir
399 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
402 dist-shar: distdir
403 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
406 dist-zip: distdir
407 -rm -f $(distdir).zip
408 zip -rq $(distdir).zip $(distdir)
411 dist dist-all: distdir
412 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
421 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
423 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
425 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
427 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
429 unzip $(distdir).zip ;;\
431 chmod -R a-w $(distdir); chmod a+w $(distdir)
432 mkdir $(distdir)/_build
433 mkdir $(distdir)/_inst
434 chmod a-w $(distdir)
435 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
437 && cd $(distdir)/_build \
461 @(echo "$(distdir) archives ready for distribution: "; \
579 distclean-libtool distclean-tags distcleancheck distdir \