Lines Matching full:local
40 .PHONY : all all-local install install-local clean clean-local \
41 distclean distclean-local dist dist-local check check-local install-man
47 all: all-local
48 install: install-local
49 clean: clean-local
50 distclean : distclean-local
51 dist: dist-local
52 check: all check-local
54 all-local: $(TARGET) $(MAN_FILES)
56 install-local: all-local install-man
64 dist-local:
66 clean-local:
70 distclean-local: clean-local
73 check-local: all-local