Lines Matching full:local
33 .PHONY : all all-local install install-local clean clean-local \
34 distclean distclean-local dist dist-local check check-local install-man
40 all: all-local
41 install: install-local
42 clean: clean-local
43 distclean : distclean-local
44 dist: dist-local
45 check: all check-local
47 all-local: $(TARGET)
49 install-local: all-local
53 dist-local:
55 clean-local:
59 distclean-local: clean-local
62 check-local: all-local