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

Lines Matching refs:recursive

113 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
114 html-recursive info-recursive install-data-recursive \
115 install-dvi-recursive install-exec-recursive \
116 install-html-recursive install-info-recursive \
117 install-pdf-recursive install-ps-recursive install-recursive \
118 installcheck-recursive installdirs-recursive pdf-recursive \
119 ps-recursive uninstall-recursive
125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
126 distclean-recursive maintainer-clean-recursive
127 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
128 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
353 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) \
626 check: check-recursive
628 installdirs: installdirs-recursive
630 install: install-recursive
631 install-exec: install-exec-recursive
632 install-data: install-data-recursive
633 uninstall: uninstall-recursive
638 installcheck: installcheck-recursive
660 clean: clean-recursive
665 distclean: distclean-recursive
671 dvi: dvi-recursive
675 html: html-recursive
679 info: info-recursive
685 install-dvi: install-dvi-recursive
691 install-html: install-html-recursive
695 install-info: install-info-recursive
701 install-pdf: install-pdf-recursive
705 install-ps: install-ps-recursive
711 maintainer-clean: maintainer-clean-recursive
716 mostlyclean: mostlyclean-recursive
721 pdf: pdf-recursive
725 ps: ps-recursive
731 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
732 install-am install-strip tags-recursive
736 clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
746 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \