Lines Matching full:local
41 .PHONY : all all-local install install-local clean clean-local \
42 distclean distclean-local dist dist-local check check-local install-man
48 all: all-local
49 install: install-local
50 clean: clean-local
51 distclean : distclean-local
52 dist: dist-local
53 check: all check-local
55 all-local: $(TARGET)
57 install-local: all-local
65 dist-local:
67 clean-local:
71 distclean-local: clean-local
74 check-local: all-local