Home | History | Annotate | Download | only in perf

Lines Matching refs:RECURSIVE

27 .PHONY : everything all all-local all-recursive install install-local		\
28 install-recursive clean clean-local clean-recursive distclean \
29 distclean-local distclean-recursive dist dist-recursive dist-local \
30 check check-recursive check-local xperf xperf-recursive
36 everything: all-recursive all-local
38 ifneq ($(RECURSIVE),YES)
42 install: install-recursive install-local
43 clean: clean-recursive clean-local
44 distclean : distclean-recursive distclean-local
48 dist: dist-recursive dist-local
49 check: everything check-recursive check-local
50 check-recursive: all-recursive
57 ## Recursive targets
58 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
60 target=`echo $@ | sed s/-recursive//`; \