Lines Matching full:local
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
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
65 local_target="$$target-local"; \
72 $(MAKE) "$$target-local" || exit; \
75 all-local:
77 install-local:
79 dist-local:
81 clean-local:
84 distclean-local: clean-local
87 check-local: all-local