Lines Matching full:local
31 .PHONY : all all-local install install-local clean clean-local \
32 distclean distclean-local dist dist-local check check-local
38 all: all-local
39 install: install-local
40 clean: clean-local
41 distclean : distclean-local
42 dist: dist-local
43 check: all check-local
45 all-local: $(TARGET)
47 install-local: all-local
49 dist-local:
51 clean-local:
55 distclean-local: clean-local
58 check-local: