Home | History | Annotate | Download | only in pixman

Lines Matching full:recursive

78 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79 html-recursive info-recursive install-data-recursive \
80 install-dvi-recursive install-exec-recursive \
81 install-html-recursive install-info-recursive \
82 install-pdf-recursive install-ps-recursive install-recursive \
83 installcheck-recursive installdirs-recursive pdf-recursive \
84 ps-recursive uninstall-recursive
119 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
120 distclean-recursive maintainer-clean-recursive
121 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
122 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
338 $(MAKE) $(AM_MAKEFLAGS) all-recursive
440 target=`echo $@ | sed s/-recursive//`; \
475 target=`echo $@ | sed s/-recursive//`; \
486 tags-recursive:
490 ctags-recursive:
505 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
540 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
748 check: check-recursive
750 installdirs: installdirs-recursive
755 install: install-recursive
756 install-exec: install-exec-recursive
757 install-data: install-data-recursive
758 uninstall: uninstall-recursive
763 installcheck: installcheck-recursive
785 clean: clean-recursive
789 distclean: distclean-recursive
795 dvi: dvi-recursive
799 html: html-recursive
803 info: info-recursive
809 install-dvi: install-dvi-recursive
815 install-html: install-html-recursive
819 install-info: install-info-recursive
825 install-pdf: install-pdf-recursive
829 install-ps: install-ps-recursive
835 maintainer-clean: maintainer-clean-recursive
841 mostlyclean: mostlyclean-recursive
845 pdf: pdf-recursive
849 ps: ps-recursive
856 ctags-recursive install-am install-strip tags-recursive
860 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
872 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \