• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/crypto/heimdal/appl/ftp/

Lines Matching refs:recursive

99 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
100 html-recursive info-recursive install-data-recursive \
101 install-dvi-recursive install-exec-recursive \
102 install-html-recursive install-info-recursive \
103 install-pdf-recursive install-ps-recursive install-recursive \
104 installcheck-recursive installdirs-recursive pdf-recursive \
105 ps-recursive uninstall-recursive
106 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
107 distclean-recursive maintainer-clean-recursive
108 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
109 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
387 all: all-recursive
443 target=`echo $@ | sed s/-recursive//`; \
478 target=`echo $@ | sed s/-recursive//`; \
489 tags-recursive:
493 ctags-recursive:
508 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
543 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
626 check: check-recursive
628 installdirs: installdirs-recursive
630 install: install-recursive
631 install-exec: install-exec-recursive
632 install-data: install-data-recursive
633 uninstall: uninstall-recursive
638 installcheck: installcheck-recursive
655 clean: clean-recursive
659 distclean: distclean-recursive
663 dvi: dvi-recursive
667 html: html-recursive
671 info: info-recursive
678 install-dvi: install-dvi-recursive
685 install-html: install-html-recursive
689 install-info: install-info-recursive
695 install-pdf: install-pdf-recursive
699 install-ps: install-ps-recursive
705 maintainer-clean: maintainer-clean-recursive
709 mostlyclean: mostlyclean-recursive
713 pdf: pdf-recursive
717 ps: ps-recursive
725 ctags-recursive install-am install-data-am install-exec-am \
726 install-strip tags-recursive uninstall-am
730 clean-generic clean-libtool ctags ctags-recursive dist-hook \
740 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \