Lines Matching full:local
27 .PHONY : 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
36 all: all-recursive all-local
37 install: install-recursive install-local
38 clean: clean-recursive clean-local
39 distclean : distclean-recursive distclean-local
40 dist: dist-recursive dist-local
41 check: all check-recursive check-local
51 local_target="$$target-local"; \
58 $(MAKE) "$$target-local" || exit; \
61 all-local:
63 install-local:
65 dist-local:
67 clean-local:
70 check-local:
72 distclean-local: clean-local