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
63 dist-local:
65 clean-local:
69 distclean-local: clean-local
72 check-local: all-local