Searched refs:distdir (Results 176 - 200 of 1191) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A DMakefile375 distdir: $(DISTFILES)
397 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
404 if test -d "$(distdir)/$$file"; then \
405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
413 test -f "$(distdir)/$$file" \
414 || cp -p $$d/$$file "$(distdir)/$$file" \
525 distclean distclean-generic distclean-libtool distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A DMakefile760 distdir: $(DISTFILES)
782 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
789 if test -d "$(distdir)/$$file"; then \
790 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
793 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
794 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
796 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
798 test -f "$(distdir)/$$file" \
799 || cp -p $$d/$$file "$(distdir)/$$file" \
915 distclean-generic distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xzdec/
H A DMakefile598 distdir: $(DISTFILES)
620 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
627 if test -d "$(distdir)/$$file"; then \
628 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
632 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
634 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
636 test -f "$(distdir)/$$file" \
637 || cp -p $$d/$$file "$(distdir)/$$file" \
753 distclean-generic distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A DMakefile532 distdir: $(DISTFILES)
541 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
548 if test -d "$(distdir)/$$file"; then \
549 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
552 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
553 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557 test -f "$(distdir)/$$file" \
558 || cp -p $$d/$$file "$(distdir)/$$file" \
669 distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/doc/
H A DMakefile187 test -f $(distdir)/$$relfile || \
188 cp -p $$file $(distdir)/$$relfile; \
296 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) macro
298 distdir: $(DISTFILES)
304 $(mkinstalldirs) "$(distdir)$$dir"; \
310 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
312 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
314 test -f $(distdir)/$$file \
315 || cp -p $$d/$$file $(distdir)/$$file \
320 top_distdir="${top_distdir}" distdir
[all...]
H A DMakefile.in187 test -f $(distdir)/$$relfile || \
188 cp -p $$file $(distdir)/$$relfile; \
296 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
298 distdir: $(DISTFILES)
304 $(mkinstalldirs) "$(distdir)$$dir"; \
310 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
312 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
314 test -f $(distdir)/$$file \
315 || cp -p $$d/$$file $(distdir)/$$file \
320 top_distdir="${top_distdir}" distdir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DMakefile.in291 distdir = $(PACKAGE)-$(VERSION)
292 top_distdir = $(distdir)
294 { test ! -d $(distdir) \
295 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
296 && rm -fr $(distdir); }; }
297 DIST_ARCHIVES = $(distdir).tar.gz
1264 distdir: $(DISTFILES)
1266 test -d $(distdir) || mkdir $(distdir)
1275 sed '/\//!d;s|^|$(distdir)/|;
[all...]
H A DMakefile291 distdir = $(PACKAGE)-$(VERSION) macro
292 top_distdir = $(distdir)
294 { test ! -d $(distdir) \
295 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
296 && rm -fr $(distdir); }; }
297 DIST_ARCHIVES = $(distdir).tar.gz
1264 distdir: $(DISTFILES)
1266 test -d $(distdir) || mkdir $(distdir)
1275 sed '/\//!d;s|^|$(distdir)/|;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DMakefile.in291 distdir = $(PACKAGE)-$(VERSION)
292 top_distdir = $(distdir)
294 { test ! -d $(distdir) \
295 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
296 && rm -fr $(distdir); }; }
297 DIST_ARCHIVES = $(distdir).tar.gz
1264 distdir: $(DISTFILES)
1266 test -d $(distdir) || mkdir $(distdir)
1275 sed '/\//!d;s|^|$(distdir)/|;
[all...]
H A DMakefile291 distdir = $(PACKAGE)-$(VERSION) macro
292 top_distdir = $(distdir)
294 { test ! -d $(distdir) \
295 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
296 && rm -fr $(distdir); }; }
297 DIST_ARCHIVES = $(distdir).tar.gz
1262 distdir: $(DISTFILES)
1264 test -d $(distdir) || mkdir $(distdir)
1273 sed '/\//!d;s|^|$(distdir)/|;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A DMakefile.in581 distdir: $(DISTFILES)
590 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
597 if test -d "$(distdir)/$$file"; then \
598 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
601 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
602 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
606 test -f "$(distdir)/$$file" \
607 || cp -p $$d/$$file "$(distdir)/$$file" \
718 distclean-generic distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A DMakefile.in671 distdir: $(DISTFILES)
680 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
687 if test -d "$(distdir)/$$file"; then \
688 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
691 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
692 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
694 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
696 test -f "$(distdir)/$$file" \
697 || cp -p $$d/$$file "$(distdir)/$$file" \
819 distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A DMakefile.in569 distdir: $(DISTFILES)
578 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
585 if test -d "$(distdir)/$$file"; then \
586 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
590 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
594 test -f "$(distdir)/$$file" \
595 || cp -p $$d/$$file "$(distdir)/$$file" \
705 distclean-generic distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A DMakefile.in565 distdir: $(DISTFILES)
574 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
581 if test -d "$(distdir)/$$file"; then \
582 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
586 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
590 test -f "$(distdir)/$$file" \
591 || cp -p $$d/$$file "$(distdir)/$$file" \
703 distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A DMakefile.in517 distdir: $(DISTFILES)
526 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533 if test -d "$(distdir)/$$file"; then \
534 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542 test -f "$(distdir)/$$file" \
543 || cp -p $$d/$$file "$(distdir)/$$file" \
659 distclean-generic distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A DMakefile.in611 distdir: $(DISTFILES)
620 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
627 if test -d "$(distdir)/$$file"; then \
628 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
632 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
634 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
636 test -f "$(distdir)/$$file" \
637 || cp -p $$d/$$file "$(distdir)/$$file" \
752 distclean-generic distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A DMakefile.in484 distdir: $(DISTFILES)
493 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500 if test -d "$(distdir)/$$file"; then \
501 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509 test -f "$(distdir)/$$file" \
510 || cp -p $$d/$$file "$(distdir)/$$file" \
626 distclean-generic distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A DMakefile.in556 distdir: $(DISTFILES)
565 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
572 if test -d "$(distdir)/$$file"; then \
573 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
576 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
577 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
581 test -f "$(distdir)/$$file" \
582 || cp -p $$d/$$file "$(distdir)/$$file" \
699 distclean-libtool distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/a2boot/
H A DMakefile.in487 distdir: $(DISTFILES)
496 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
503 if test -d "$(distdir)/$$file"; then \
504 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
510 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
512 test -f "$(distdir)/$$file" \
513 || cp -p $$d/$$file "$(distdir)/$$file" \
630 distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A DMakefile.in506 distdir: $(DISTFILES)
515 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522 if test -d "$(distdir)/$$file"; then \
523 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
527 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531 test -f "$(distdir)/$$file" \
532 || cp -p $$d/$$file "$(distdir)/$$file" \
649 distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A DMakefile.in596 distdir: $(DISTFILES)
605 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
612 if test -d "$(distdir)/$$file"; then \
613 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
616 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
617 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
619 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
621 test -f "$(distdir)/$$file" \
622 || cp -p $$d/$$file "$(distdir)/$$file" \
743 distclean-tags distdir dv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/build/
H A DMakefile.in261 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
263 distdir: $(DISTFILES)
275 $(mkinstalldirs) "$(distdir)$$dir"; \
281 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
283 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
285 test -f $(distdir)/$$file \
286 || cp -p $$d/$$file $(distdir)/$$file \
364 distclean distclean-generic distclean-libtool distdir dvi \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/images/hw/
H A DMakefile.in312 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
314 distdir: $(DISTFILES)
326 $(mkinstalldirs) "$(distdir)$$dir"; \
332 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
334 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
336 test -f $(distdir)/$$file \
337 || cp -p $$d/$$file $(distdir)/$$file \
416 distclean distclean-generic distclean-libtool distdir dvi \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/ru/
H A DMakefile.in296 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
298 distdir: $(DISTFILES)
310 $(mkinstalldirs) "$(distdir)$$dir"; \
316 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
318 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
320 test -f $(distdir)/$$file \
321 || cp -p $$d/$$file $(distdir)/$$file \
400 distclean distclean-generic distclean-libtool distdir dvi \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A DMakefile.in350 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
352 distdir: $(DISTFILES)
364 $(mkinstalldirs) "$(distdir)$$dir"; \
370 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
372 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
374 test -f $(distdir)/$$file \
375 || cp -p $$d/$$file $(distdir)/$$file \
456 distclean-libtool distclean-tags distdir dvi dvi-am info \

Completed in 380 milliseconds

1234567891011>>