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

Lines Matching refs:recursive

107 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108 html-recursive info-recursive install-data-recursive \
109 install-dvi-recursive install-exec-recursive \
110 install-html-recursive install-info-recursive \
111 install-pdf-recursive install-ps-recursive install-recursive \
112 installcheck-recursive installdirs-recursive pdf-recursive \
113 ps-recursive uninstall-recursive
115 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
116 distclean-recursive maintainer-clean-recursive
645 $(MAKE) $(AM_MAKEFLAGS) all-recursive
758 target=`echo $@ | sed s/-recursive//`; \
793 target=`echo $@ | sed s/-recursive//`; \
804 tags-recursive:
808 ctags-recursive:
823 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
852 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
918 $(MAKE) $(AM_MAKEFLAGS) check-recursive
920 installdirs: installdirs-recursive
923 $(MAKE) $(AM_MAKEFLAGS) install-recursive
924 install-exec: install-exec-recursive
925 install-data: install-data-recursive
926 uninstall: uninstall-recursive
931 installcheck: installcheck-recursive
952 clean: clean-recursive
957 distclean: distclean-recursive
963 dvi: dvi-recursive
967 html: html-recursive
969 info: info-recursive
975 install-dvi: install-dvi-recursive
979 install-html: install-html-recursive
981 install-info: install-info-recursive
985 install-pdf: install-pdf-recursive
987 install-ps: install-ps-recursive
991 maintainer-clean: maintainer-clean-recursive
996 mostlyclean: mostlyclean-recursive
1001 pdf: pdf-recursive
1005 ps: ps-recursive
1017 ctags-recursive distclean distclean-compile distclean-generic \
1027 tags-recursive uninstall uninstall-am uninstall-local