• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/md5/

Lines Matching refs:recursive

106 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
107 html-recursive info-recursive install-data-recursive \
108 install-dvi-recursive install-exec-recursive \
109 install-html-recursive install-info-recursive \
110 install-pdf-recursive install-ps-recursive install-recursive \
111 installcheck-recursive installdirs-recursive pdf-recursive \
112 ps-recursive uninstall-recursive
114 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
115 distclean-recursive maintainer-clean-recursive
617 $(MAKE) $(AM_MAKEFLAGS) all-recursive
705 target=`echo $@ | sed s/-recursive//`; \
740 target=`echo $@ | sed s/-recursive//`; \
751 tags-recursive:
755 ctags-recursive:
770 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
799 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
865 $(MAKE) $(AM_MAKEFLAGS) check-recursive
867 installdirs: installdirs-recursive
870 $(MAKE) $(AM_MAKEFLAGS) install-recursive
871 install-exec: install-exec-recursive
872 install-data: install-data-recursive
873 uninstall: uninstall-recursive
878 installcheck: installcheck-recursive
899 clean: clean-recursive
904 distclean: distclean-recursive
910 dvi: dvi-recursive
914 html: html-recursive
916 info: info-recursive
922 install-dvi: install-dvi-recursive
926 install-html: install-html-recursive
928 install-info: install-info-recursive
932 install-pdf: install-pdf-recursive
934 install-ps: install-ps-recursive
938 maintainer-clean: maintainer-clean-recursive
943 mostlyclean: mostlyclean-recursive
948 pdf: pdf-recursive
952 ps: ps-recursive
964 ctags-recursive distclean distclean-compile distclean-generic \
973 mostlyclean-local pdf pdf-am ps ps-am tags tags-recursive \