Lines Matching full:local
26 .PHONY : all all-local all-recursive install install-local \
27 install-recursive clean clean-local clean-recursive distclean \
28 distclean-local distclean-recursive dist dist-recursive dist-local \
29 check check-recursive check-local check-exhaustive
35 all: all-recursive all-local
36 install: install-recursive install-local
37 clean: clean-recursive clean-local
38 distclean : distclean-recursive distclean-local
39 dist: dist-recursive dist-local
46 #check: all check-recursive check-local
47 check: all check-local
59 local_target="$$target-local"; \
66 $(MAKE) "$$target-local" || exit; \
77 local_target="$$subtarget-local"; \
84 $(MAKE) "$$subtarget-local" || exit; \
88 all-local:
90 install-local:
92 dist-local:
94 clean-local:
97 check-local:
99 distclean-local: clean-local