Lines Matching refs:recursive
51 progs: all-progs-recursive
52 static-progs: all-static-progs-recursive
53 libs: all-libs-recursive
54 all-progs-recursive all-libs-recursive:: subs
74 install: subs all-libs-recursive install-progs-recursive \
75 install-shlibs-libs-recursive install-doc-libs
78 install-strip: subs all-libs-recursive install-strip-progs-recursive \
79 install-shlibs-strip-libs-recursive install-doc-libs
81 uninstall: uninstall-progs-recursive uninstall-shlibs-libs-recursive uninstall-doc-libs
83 install-libs: install-libs-recursive
85 uninstall-libs: uninstall-libs-recursive
87 coverage.txt: coverage.txt-recursive
89 check-recursive: all
91 TAGS clean-recursive distclean-recursive depend-recursive fullcheck-recursive \
92 check-recursive mostlyclean-recursive realclean-recursive \
93 coverage.txt-recursive:
102 all-progs-recursive install-progs-recursive install-strip-progs-recursive \
103 uninstall-progs-recursive coverage.txt-progs-recursive:: all-libs-recursive
106 @ALL_CMT@all-progs-recursive all-static-progs-recursive install-progs-recursive \
107 @ALL_CMT@ install-strip-progs-recursive uninstall-progs-recursive \
108 @ALL_CMT@ coverage.txt-progs-recursive:: all-libs-recursive
117 all-libs-recursive install-libs-recursive install-strip-libs-recursive \
118 uninstall-libs-recursive install-shlibs-libs-recursive \
119 install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive \
120 coverage.txt-libs-recursive::
129 mostlyclean: mostlyclean-recursive mostlyclean-local
131 clean:: clean-recursive clean-local clean-doc
134 distclean: distclean-doc distclean-recursive
139 realclean: realclean-recursive realclean-local
141 depend:: depend-recursive
168 check:: all check-recursive
170 fullcheck:: all fullcheck-recursive