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

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 \
414 all: all-recursive
470 target=`echo $@ | sed s/-recursive//`; \
505 target=`echo $@ | sed s/-recursive//`; \
516 tags-recursive:
520 ctags-recursive:
535 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
570 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
653 check: check-recursive
655 installdirs: installdirs-recursive
657 install: install-recursive
658 install-exec: install-exec-recursive
659 install-data: install-data-recursive
660 uninstall: uninstall-recursive
665 installcheck: installcheck-recursive
682 clean: clean-recursive
686 distclean: distclean-recursive
690 dvi: dvi-recursive
694 html: html-recursive
698 info: info-recursive
705 install-dvi: install-dvi-recursive
712 install-html: install-html-recursive
716 install-info: install-info-recursive
722 install-pdf: install-pdf-recursive
726 install-ps: install-ps-recursive
732 maintainer-clean: maintainer-clean-recursive
736 mostlyclean: mostlyclean-recursive
740 pdf: pdf-recursive
744 ps: ps-recursive
752 ctags-recursive install-am install-data-am install-exec-am \
753 install-strip tags-recursive uninstall-am
757 clean-generic clean-libtool ctags ctags-recursive dist-hook \
767 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \