Lines Matching full:local
29 .PHONY : all all-local all-recursive install install-local \
30 install-recursive clean clean-local clean-recursive distclean \
31 distclean-local distclean-recursive dist dist-recursive dist-local \
32 check check-recursive check-local check-exhaustive
38 all: all-recursive all-local
39 install: install-recursive install-local
40 clean: clean-recursive clean-local
41 distclean : distclean-recursive distclean-local
42 dist: dist-recursive dist-local
49 #check: all check-recursive check-local
50 check: all check-local
62 local_target="$$target-local"; \
69 $(MAKE) "$$target-local" || exit; \
80 local_target="$$subtarget-local"; \
87 $(MAKE) "$$subtarget-local" || exit; \
91 all-local:
93 install-local:
95 dist-local:
97 clean-local:
100 check-local:
102 distclean-local: clean-local