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

Lines Matching refs:recursive

92 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93 html-recursive info-recursive install-data-recursive \
94 install-dvi-recursive install-exec-recursive \
95 install-html-recursive install-info-recursive \
96 install-pdf-recursive install-ps-recursive install-recursive \
97 installcheck-recursive installdirs-recursive pdf-recursive \
98 ps-recursive uninstall-recursive
104 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
105 distclean-recursive maintainer-clean-recursive
106 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
107 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
349 all: all-recursive
405 target=`echo $@ | sed s/-recursive//`; \
440 target=`echo $@ | sed s/-recursive//`; \
451 tags-recursive:
455 ctags-recursive:
470 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
505 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
581 check: check-recursive
583 installdirs: installdirs-recursive
585 install: install-recursive
586 install-exec: install-exec-recursive
587 install-data: install-data-recursive
588 uninstall: uninstall-recursive
593 installcheck: installcheck-recursive
616 clean: clean-recursive
620 distclean: distclean-recursive
624 dvi: dvi-recursive
628 html: html-recursive
632 info: info-recursive
638 install-dvi: install-dvi-recursive
644 install-html: install-html-recursive
648 install-info: install-info-recursive
654 install-pdf: install-pdf-recursive
658 install-ps: install-ps-recursive
664 maintainer-clean: maintainer-clean-recursive
668 mostlyclean: mostlyclean-recursive
672 pdf: pdf-recursive
676 ps: ps-recursive
682 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
683 install-am install-strip tags-recursive
687 ctags ctags-recursive distclean distclean-generic \
697 tags tags-recursive uninstall uninstall-am uninstall-local