Lines Matching full:local
34 .PHONY : all all-local install install-local clean clean-local \
35 distclean distclean-local dist dist-local check check-local
41 all: all-local
42 install: install-local
43 clean: clean-local
44 distclean : distclean-local
45 dist: dist-local
46 check: all check-local
48 all-local: $(TARGET)
50 install-local:
52 dist-local:
54 clean-local:
58 distclean-local: clean-local
61 check-local: all-local