Lines Matching full:local
30 .PHONY : all all-local install install-local clean clean-local \
31 distclean distclean-local dist dist-local check check-local
37 all: all-local
38 install: install-local
39 clean: clean-local
40 distclean : distclean-local
41 dist: dist-local
42 check: all check-local
44 all-local: $(TARGET)
46 install-local:
48 dist-local:
50 clean-local:
54 distclean-local: clean-local
57 check-local: all-local