Home | History | Annotate | Download | only in python

Lines Matching full:recursive

101 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
102 html-recursive info-recursive install-data-recursive \
103 install-dvi-recursive install-exec-recursive \
104 install-html-recursive install-info-recursive \
105 install-pdf-recursive install-ps-recursive install-recursive \
106 installcheck-recursive installdirs-recursive pdf-recursive \
107 ps-recursive uninstall-recursive
110 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
111 distclean-recursive maintainer-clean-recursive
112 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
113 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
308 all: all-recursive
468 target=`echo $@ | sed s/-recursive//`; \
503 target=`echo $@ | sed s/-recursive//`; \
514 tags-recursive:
518 ctags-recursive:
533 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
568 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
647 check: check-recursive
649 installdirs: installdirs-recursive
654 install: install-recursive
655 install-exec: install-exec-recursive
656 install-data: install-data-recursive
657 uninstall: uninstall-recursive
662 installcheck: installcheck-recursive
685 clean: clean-recursive
690 distclean: distclean-recursive
696 dvi: dvi-recursive
700 html: html-recursive
704 info: info-recursive
710 install-dvi: install-dvi-recursive
716 install-html: install-html-recursive
720 install-info: install-info-recursive
726 install-pdf: install-pdf-recursive
730 install-ps: install-ps-recursive
736 maintainer-clean: maintainer-clean-recursive
741 mostlyclean: mostlyclean-recursive
746 pdf: pdf-recursive
750 ps: ps-recursive
756 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
757 install-am install-strip tags-recursive
761 clean-pyexecLTLIBRARIES ctags ctags-recursive distclean \
772 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \