Home | History | Annotate | Download | only in lib

Lines Matching full:recursive

117 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
118 html-recursive info-recursive install-data-recursive \
119 install-dvi-recursive install-exec-recursive \
120 install-html-recursive install-info-recursive \
121 install-pdf-recursive install-ps-recursive install-recursive \
122 installcheck-recursive installdirs-recursive pdf-recursive \
123 ps-recursive uninstall-recursive
125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
126 distclean-recursive maintainer-clean-recursive
655 $(MAKE) $(AM_MAKEFLAGS) all-recursive
788 target=`echo $@ | sed s/-recursive//`; \
823 target=`echo $@ | sed s/-recursive//`; \
834 tags-recursive:
838 ctags-recursive:
853 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
882 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
948 $(MAKE) $(AM_MAKEFLAGS) check-recursive
950 installdirs: installdirs-recursive
953 $(MAKE) $(AM_MAKEFLAGS) install-recursive
954 install-exec: install-exec-recursive
955 install-data: install-data-recursive
956 uninstall: uninstall-recursive
961 installcheck: installcheck-recursive
982 clean: clean-recursive
987 distclean: distclean-recursive
993 dvi: dvi-recursive
997 html: html-recursive
999 info: info-recursive
1005 install-dvi: install-dvi-recursive
1009 install-html: install-html-recursive
1011 install-info: install-info-recursive
1015 install-pdf: install-pdf-recursive
1017 install-ps: install-ps-recursive
1021 maintainer-clean: maintainer-clean-recursive
1026 mostlyclean: mostlyclean-recursive
1031 pdf: pdf-recursive
1035 ps: ps-recursive
1047 ctags-recursive distclean distclean-compile distclean-generic \
1057 tags-recursive uninstall uninstall-am uninstall-local