• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/

Lines Matching refs:recursive

73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74 html-recursive info-recursive install-data-recursive \
75 install-dvi-recursive install-exec-recursive \
76 install-html-recursive install-info-recursive \
77 install-pdf-recursive install-ps-recursive install-recursive \
78 installcheck-recursive installdirs-recursive pdf-recursive \
79 ps-recursive uninstall-recursive
103 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
104 distclean-recursive maintainer-clean-recursive
105 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
361 all: all-recursive
450 target=`echo $@ | sed s/-recursive//`; \
485 target=`echo $@ | sed s/-recursive//`; \
496 tags-recursive:
500 ctags-recursive:
515 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
550 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
629 check: check-recursive
631 installdirs: installdirs-recursive
636 install: install-recursive
637 install-exec: install-exec-recursive
638 install-data: install-data-recursive
639 uninstall: uninstall-recursive
644 installcheck: installcheck-recursive
662 clean: clean-recursive
666 distclean: distclean-recursive
670 dvi: dvi-recursive
674 html: html-recursive
678 info: info-recursive
684 install-dvi: install-dvi-recursive
690 install-html: install-html-recursive
694 install-info: install-info-recursive
700 install-pdf: install-pdf-recursive
704 install-ps: install-ps-recursive
710 maintainer-clean: maintainer-clean-recursive
714 mostlyclean: mostlyclean-recursive
718 pdf: pdf-recursive
722 ps: ps-recursive
728 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
729 install-am install-strip tags-recursive
733 ctags-recursive distclean distclean-generic distclean-tags \
742 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \