• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/style/

Lines Matching refs:recursive

75 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76 html-recursive info-recursive install-data-recursive \
77 install-dvi-recursive install-exec-recursive \
78 install-html-recursive install-info-recursive \
79 install-pdf-recursive install-ps-recursive install-recursive \
80 installcheck-recursive installdirs-recursive pdf-recursive \
81 ps-recursive uninstall-recursive
87 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88 distclean-recursive maintainer-clean-recursive
89 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
313 all: all-recursive
368 target=`echo $@ | sed s/-recursive//`; \
403 target=`echo $@ | sed s/-recursive//`; \
414 tags-recursive:
418 ctags-recursive:
433 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
468 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
544 check: check-recursive
546 installdirs: installdirs-recursive
548 install: install-recursive
549 install-exec: install-exec-recursive
550 install-data: install-data-recursive
551 uninstall: uninstall-recursive
556 installcheck: installcheck-recursive
578 clean: clean-recursive
582 distclean: distclean-recursive
586 dvi: dvi-recursive
590 html: html-recursive
594 info: info-recursive
600 install-dvi: install-dvi-recursive
606 install-html: install-html-recursive
610 install-info: install-info-recursive
616 install-pdf: install-pdf-recursive
620 install-ps: install-ps-recursive
626 maintainer-clean: maintainer-clean-recursive
630 mostlyclean: mostlyclean-recursive
634 pdf: pdf-recursive
638 ps: ps-recursive
644 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
645 install-am install-strip tags-recursive
649 ctags ctags-recursive distclean distclean-generic \
658 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \