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

Lines Matching refs:recursive

153 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
154 html-recursive info-recursive install-data-recursive \
155 install-dvi-recursive install-exec-recursive \
156 install-html-recursive install-info-recursive \
157 install-pdf-recursive install-ps-recursive install-recursive \
158 installcheck-recursive installdirs-recursive pdf-recursive \
159 ps-recursive uninstall-recursive
165 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
166 distclean-recursive maintainer-clean-recursive
167 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
168 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
400 all: all-recursive
519 target=`echo $@ | sed s/-recursive//`; \
554 target=`echo $@ | sed s/-recursive//`; \
565 tags-recursive:
569 ctags-recursive:
584 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
619 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
695 check: check-recursive
697 installdirs: installdirs-recursive
702 install: install-recursive
703 install-exec: install-exec-recursive
704 install-data: install-data-recursive
705 uninstall: uninstall-recursive
710 installcheck: installcheck-recursive
732 clean: clean-recursive
737 distclean: distclean-recursive
743 dvi: dvi-recursive
747 html: html-recursive
751 info: info-recursive
757 install-dvi: install-dvi-recursive
763 install-html: install-html-recursive
767 install-info: install-info-recursive
773 install-pdf: install-pdf-recursive
777 install-ps: install-ps-recursive
783 maintainer-clean: maintainer-clean-recursive
788 mostlyclean: mostlyclean-recursive
793 pdf: pdf-recursive
797 ps: ps-recursive
803 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
804 install-am install-strip tags-recursive
808 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
819 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \