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

Lines Matching refs:recursive

93 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
94 html-recursive info-recursive install-data-recursive \
95 install-dvi-recursive install-exec-recursive \
96 install-html-recursive install-info-recursive \
97 install-pdf-recursive install-ps-recursive install-recursive \
98 installcheck-recursive installdirs-recursive pdf-recursive \
99 ps-recursive uninstall-recursive
105 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
106 distclean-recursive maintainer-clean-recursive
107 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
108 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
327 all: all-recursive
382 target=`echo $@ | sed s/-recursive//`; \
417 target=`echo $@ | sed s/-recursive//`; \
428 tags-recursive:
432 ctags-recursive:
447 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
482 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
558 check: check-recursive
560 installdirs: installdirs-recursive
562 install: install-recursive
563 install-exec: install-exec-recursive
564 install-data: install-data-recursive
565 uninstall: uninstall-recursive
570 installcheck: installcheck-recursive
592 clean: clean-recursive
596 distclean: distclean-recursive
600 dvi: dvi-recursive
604 html: html-recursive
608 info: info-recursive
614 install-dvi: install-dvi-recursive
620 install-html: install-html-recursive
624 install-info: install-info-recursive
630 install-pdf: install-pdf-recursive
634 install-ps: install-ps-recursive
640 maintainer-clean: maintainer-clean-recursive
644 mostlyclean: mostlyclean-recursive
648 pdf: pdf-recursive
652 ps: ps-recursive
658 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
659 install-am install-strip tags-recursive
663 ctags ctags-recursive distclean distclean-generic \
672 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \