• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/generic/

Lines Matching refs:recursive

90 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
91 html-recursive info-recursive install-data-recursive \
92 install-dvi-recursive install-exec-recursive \
93 install-html-recursive install-info-recursive \
94 install-pdf-recursive install-ps-recursive install-recursive \
95 installcheck-recursive installdirs-recursive pdf-recursive \
96 ps-recursive uninstall-recursive
102 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
103 distclean-recursive maintainer-clean-recursive
104 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
105 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
324 all: all-recursive
379 target=`echo $@ | sed s/-recursive//`; \
414 target=`echo $@ | sed s/-recursive//`; \
425 tags-recursive:
429 ctags-recursive:
444 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
479 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
555 check: check-recursive
557 installdirs: installdirs-recursive
559 install: install-recursive
560 install-exec: install-exec-recursive
561 install-data: install-data-recursive
562 uninstall: uninstall-recursive
567 installcheck: installcheck-recursive
589 clean: clean-recursive
593 distclean: distclean-recursive
597 dvi: dvi-recursive
601 html: html-recursive
605 info: info-recursive
611 install-dvi: install-dvi-recursive
617 install-html: install-html-recursive
621 install-info: install-info-recursive
627 install-pdf: install-pdf-recursive
631 install-ps: install-ps-recursive
637 maintainer-clean: maintainer-clean-recursive
641 mostlyclean: mostlyclean-recursive
645 pdf: pdf-recursive
649 ps: ps-recursive
655 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
656 install-am install-strip tags-recursive
660 ctags ctags-recursive distclean distclean-generic \
669 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \